GET
/
v1
/
token
curl --request GET \
  --url https://li.quest/v1/token
{
  "address": "0x8f3cf7ad23cd3cadbd9735aff958023239c6a063",
  "symbol": "DAI",
  "decimals": 18,
  "chainId": 137,
  "name": "(PoS) Dai Stablecoin",
  "coinKey": "DAI",
  "priceUSD": "1",
  "logoURI": "https://static.debank.com/image/matic_token/logo_url/0x8f3cf7ad23cd3cadbd9735aff958023239c6a063/549c4205dbb199f1b8b03af783f35e71.png"
}

Headers

x-lifi-api-key
string

Authentication header, contact support if you want to get registered.

Query Parameters

chain
string
required

Id or key of the chain that contains the token

token
string
required

Address or symbol of the token on the requested chain

Response

200
application/json

The response is of type Root Type for Token · object[].