Get token price

GET
/v0/tokens/{token-selector}/price

Canonical spot price of an ERC-20 token in USD, sourced from hourly price feeds.

Path Parameters

token-selector*string

Selector formatted as <chain_id>:. Example: 8453:0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913.

Format<chain_id>:<address>

Response Body

application/json

application/json

curl -X GET "https://example.com/v0/tokens/8453:0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913/price"
{  "data": {    "chain_id": 1,    "address": "string",    "price": 0,    "timestamp": "string",    "provider": "string"  }}
{  "data": {    "chain_id": 1,    "address": "string",    "price": 0,    "timestamp": "string",    "provider": "string"  }}
Empty