Create crypto currency exchange
In this blog post I will talk about how to create a crypto currency exchange.
First thing you need to do is to open
and signup using your standard google account and get your clientId and clientSecret
While signup you will be redirected to your exchange, here you can try buy/sell and see how it works.
If you want to integrate this into your system , plz login into
https://rapidapi.com/pickmyteam.awegco@gmail.com/api/rosacrypto1/
rapid api provides different plans to consume api, you need to register and can start using rosacrypto apis.
for proper integration check below diagram
While creating order make sure to pass three items in headers, clientId, clientSecert, zebOrderId(its a unique id for your reference , primary your orderid),
if you want to use websockets for real time plz download code from github
It has three items
1. web site(java script code to use web sockets
2. node.js based producers and consumers
3. simulator (it will run your exchange with stream of a popular exchange)
Comments
Post a Comment