Author

Topic: [Binance] Retrieve conversion history via API (Read 93 times)

legendary
Activity: 2506
Merit: 1394
January 24, 2021, 09:40:15 PM
#2
Regarding with the Binance's API, you can check their documentation here : binance-spot-api-docs
You can check Old trade lookup (MARKET_DATA)

GET /api/v3/historicalTrades

That is the endpoint, I don't think if the OTC called convert will also appear that, you may try to to check it, since in the documentation it says history of the old trades/historical trades.
jr. member
Activity: 42
Merit: 6
On this page Binance offers an OTC service called "convert" which can be more convenient that dropping a market order on the spot.

The historical list of such transactions is reported here.

Can this list be retrieved via an API?
Jump to: