Problem:
This API api/v3/ticker/price
returns an invalid price.
Request:
curl -X "GET" "https://api.binance.com/api/v3/ticker/price?symbol=BETHUSDT" -H "accept: application/json" -H "X-MBX-APIKEY: REPLACE_WITH_VALID_API_KEY"
Response:
{"symbol":"BETHUSDT","price":"1556.27000000"}
The price from the API does not correspond to the price from here: https://www.binance.com/en/price/beacon-eth, where it is around $3,405.70 (as of 2024-03-02 21:31).