简体   繁体   English

通过 API 获取所有币安币

[英]Get all binance coins via API

I am looking to get all the currencies traded in binance via API.我希望通过 API 以 binance 交易所有货币。 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).我遇到了这个链接: https://api.binance.com/api/v1/exchangeInfo但不幸的是他只显示了一些硬币(例如缺少 COS)。

Anyone have a suggestion on how to get all the trade coins?有人对如何获得所有交易硬币有建议吗?

exchangeInfo ( docs ) is the right endpoint. exchangeInfo ( docs ) 是正确的端点。

It's returning pair objects with the COS currency in the symbols array, currently under indexes 585, 586, and 1837.它返回symbols数组中带有COS货币的对对象,目前在索引 585、586 和 1837 下。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM