Starting out Right

Hi, decided to have a go writing a crypto trade in Python. Never done one before but fancied a go. So a very simple question about trading pairs what pairs are available via the api? I only ask as I want to get it right from the start. As I understand it, you have to trade by the pairs. Thanks for your help. I am sure it’s simple but please remember we all started somewhere.

Hi.
All the symbols (trading pairs) listed in GET /api/v3/exchangeInfo ( https://binance-docs.github.io/apidocs/spot/en/#exchange-information ) response body with status = TRADING are available for trading.
For more info about APIs, please refer to the document. https://binance-docs.github.io/apidocs/spot/en/#change-log

1 Like