-
-
Notifications
You must be signed in to change notification settings - Fork 4
FAQ
cwouter edited this page Dec 17, 2021
·
2 revisions
Make sure to call GET /api/v3/exchangeInfo.
The result of this call is internally used to store and match orders. This could be improved by internally calling this endpoint for the first order. However this is considered out of scope for now and we leave this responsibility to the end user. Feel free to open a pull request if you would like to see this differently.
Make sure to call POST /api/v3/userDataStream
This call will 'activate' the userDataStream. Note that Binance local exchange will always return the same key. More info can be found in the binance api docs
Make sure to listen for Kline/Candlestick Streams
The result of this call is internally used to match orders.