v1

latestOpenAPI 3.0.02026-07-26278284.4 KB
Tokens
DeFi

Token Price

Returns token price for the given address and chainId.

get/api/v1/prices/{chainId}/{address}

Path parameters

addressstring required
Example:0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2

Address of the token to search for

chainIdstring required
Example:1

Chain ID of the network to search for

Response

decimalsnumber required
pricenumber required
addressstring required
symbolstring
timestampnumber
chainIdnumber required
confidencenumber

Example response

{
  "decimals": 8,
  "price": 27052,
  "address": "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
  "symbol": "WBTC",
  "timestamp": 1695197412,
  "chainId": 1,
  "confidence": 0.99
}