GET
/
api
/
v1
/
prices
/
{chainId}
/
{address}
curl --request GET \
  --url https://api.enso.finance/api/v1/prices/{chainId}/{address}
{
  "decimals": 8,
  "price": 27052,
  "address": "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
  "symbol": "WBTC",
  "timestamp": 1695197412,
  "chainId": 1
}

Path Parameters

address
any
required

Address of the token to search for

chainId
any
required

Chain ID of the network to search for

Response

200 - application/json

The response is of type object.