cURL
curl --request GET \ --url https://api.example.com/v1/price/{token_id}
Returns the current price and 24h statistics for a token.
{ "token_id": "21742633143463...", "price": 0.72, "volume_24h": 125000.50, "change_24h": 0.05 }