Spot API - add USD price on all coins information

Hello,

I have a suggestion that I think would be very useful to everyone, that is to add USD (or some stable coin, eg. USDT) price for all coins fetched with GET /sapi/v1/capital/config/getall (HMAC SHA256) endpoint.
At the moment you can get the price through supported pairs, but it’s a bit complicated when you want price for eg. NEBL, because you have to fetch prices in this order NEBL -> EHT -> USDT

Thank you for the feedback, it’s recommend to calculate it at client side with ticker data.

Just to improve my suggestion, it would be better to have USD price because I can’t get USD price for any stable coin on Binance (found that out later from the initial suggestion). I have to get that from an 3rd party service, which is crazy to me.

  • getting price against USDT or BUSD from Binance, then client only need to find out the last price of USDT/USD, or BUSD/USD.

  • get symbol price against BTC, then with price of BTCUSD from Binance.us, it will be easy to work out.