Top performing tokens

Hello. In Binance app, there is list of top performing and top loosing tokens in last 24 hrs. Therefore I assume there is an API for that. May I please ask for more details which API is that?

Thank you, Jan

Hi,

You can achieve this by using the /api/v3/ticker/24hr endpoint and ordering the results by priceChangePercent which provides the % increase/decrease of a pair over the past 24hrs. Sort in descending order on that parameter and you’ll get a list of the top performing coins in the last 24hrs.