binance / binance-connector-dotnet

Lightweight connector for integration with Binance API
MIT License
207 stars 69 forks source link

Documentation: Where I can get a list for all trading symbols in spot market? #23

Closed zydjohnHotmail closed 2 years ago

zydjohnHotmail commented 2 years ago

Description

Hello: I want to know where I can get a list for all trading symbols in spot market. Like BTCUSDT or others. If there is no such API endpoints to get the list, having a text file with all the trading symbols is also OK. Please advise, Thanks,

2pd commented 2 years ago

https://github.com/binance/binance-connector-dotnet/blob/master/Examples/CSharp/Market/ExchangeInformation_Example.cs this method can be used to fetch all available trading symbols.

zydjohnHotmail commented 2 years ago

OK, thanks!