/tokens

get

Get list of tokens present in vaults.fyi database

Authorizations
Responses
200
Array of tokens
application/json
get
GET //v1/tokens HTTP/1.1
Host: api.vaults.fyi
x-api-key: YOUR_API_KEY
Accept: */*
200

Array of tokens

[
  {
    "assetAddress": "text",
    "assetCaip": "text",
    "decimals": 1,
    "name": "text",
    "network": {
      "name": "mainnet",
      "chainId": 1
    },
    "symbol": "text"
  }
]