Skip to main content
GET
/
v1
/
price
/
{token_id}
Get Price
curl --request GET \
  --url https://api.example.com/v1/price/{token_id}

Path Parameters

token_id
string
required
Token ID.

Response

{
  "token_id": "21742633143463...",
  "price": 0.72,
  "volume_24h": 125000.50,
  "change_24h": 0.05
}