Spot endpoint

Hello,

I’d like to know if there is an Spot endpoint where I can get all the currencies with Index price, Mark Price, close price…

Regards,

Orlando Gautier

Symbol ticker endpoint for latest price
https://binance-docs.github.io/apidocs/spot/en/#symbol-price-ticker

Symbol order booker ticker endpoint for ask/bid price
https://binance-docs.github.io/apidocs/spot/en/#symbol-order-book-ticker

Klines for historical data
https://binance-docs.github.io/apidocs/spot/en/#kline-candlestick-data

If you intend to keep up to date with price changes, I suggest using the websocket endpoints instead.
https://binance-docs.github.io/apidocs/spot/en/#websocket-market-streams

Thank you Rantialex!!