What happened to the trading pairs list API URL www.binance.com/exchange-api/v2/public/asset-service/product/get-products

Some months ago I was using the API URL:

https://www.binance.com/exchange-api/v2/public/asset-service/product/get-products

to retrieve a list of all trading pairs on Binance, but this URL is no longer active, and results in a 404 error message.

Does anyone know if there is a replacement API URL that gives the same (or similar) list of all trading pairs?

I need to regularly obtain an up-to-date list of all the spot trading pairs available on Binance.

I don’t think that’s a published API endpoint, so users shouldn’t count on it for usage stability.

I’m not sure what the endpoint delivered in the past, but since you’re asking for trading pairs on Spot, this is retrievable through https://binance-docs.github.io/apidocs/spot/en/#exchange-information

1 Like

Thanks very much. I just tried the URL that document provides, namely:

https://api.binance.com/api/v3/exchangeInfo

and this does seem to return a full list of trading pairs, which is good. I think to retrieve only the spot trading pairs, I will need to use:

https://api.binance.com/api/v3/exchangeInfo?permissions=SPOT

1 Like

One of those things that were not shown anywhere else was ‘flags’ like ‘r’ or ‘rb’. Sometimes, when Binance thinks that any crypto is “risky” they set a flag, i think it was an ‘r’ flag and users got a massage beneath the asset chart. Is there any other way to get that info - it was very useful. If not we should poll every page on binance to get the list of risky assets :frowning: It is too long and way off effective.