Reputation: 1277
I am looking to get all the currencies traded in binance via API. I came across this link: https://api.binance.com/api/v1/exchangeInfo But unfortunately he only shows some of the coins (For example COS is missing).
Anyone have a suggestion on how to get all the trade coins?
Upvotes: 0
Views: 2413
Reputation: 43591
exchangeInfo
(docs) is the right endpoint.
It's returning pair objects with the COS
currency in the symbols
array, currently under indexes 585, 586, and 1837.
Upvotes: 2