Get course of all currencies by REST API

Hello there,

I’m developping a new personnal web app, and i searched on binance’s doc the API to get the course of currencies but i don’t find it. Does the API exist ? Or it’s better to use an other librairy ?

Thank for the help !

Regards,

What is the “Course of currencies”? do you mean the currency specification?

Sorry for my english ^^, I would like the price of cryptocurrencies when calling the API. On my app, the user defines some steps of price and when a step of price is comprised between the old price and the new, a sound is played. The new price is the current API, and the old is the latest API.

I hope I expressed myself well ^^.

I think what you’re looking for is GET /api/v3/ticker/price, for more details please check: https://binance-docs.github.io/apidocs/spot/en/#symbol-price-ticker

Ho yes, I think it’s that. Thank you so much !