24-hour volume ranking

How can I get the 24-hour volume ranking as it is on the Binance APP?

Hey,
To recreate the volume ranking, you can utilize the GET /api/v3/ticker/24hr API endpoint. This endpoint will provide the 24-hour volume data for each symbol. You can then sort the data in descending order to recreate the ranking based on volume.

Hello thanks but i try https://api.binance.com/api/v3/ticker/24hr?symbol=BTCUSDT but in this link return {“symbol”:“BTCUSDT”,“priceChange”:“1825.50000000”,“priceChangePercent”:“2.647”,“weightedAvgPrice”:“70452.14126286”,“prevClosePrice”:“68953.33000000”,“lastPrice”:“70778.83000000”,“lastQty”:“0.01732000”,“bidPrice”:“70778.83000000”,“bidQty”:“0.17628000”,“askPrice”:“70778.84000000”,“askQty”:“11.41557000”,“openPrice”:“68953.33000000”,“highPrice”:“71552.06000000”,“lowPrice”:“68903.62000000”,“volume”:“36603.14483000”,“quoteVolume”:“2578769930.22821730”,“openTime”:1711576801621,“closeTime”:1711663201621,“firstId”:3518250221,“lastId”:3520060257,“count”:1810037} but in app volume rank is 35.11B is different from api