GET
/
v1
/
api
/
tokenlist
curl --request GET \
  --url https://earn.turtle.vision/v1/api/tokenlist
{
  "name": "<string>",
  "timestamp": "2023-11-07T05:31:56Z",
  "version": {
    "major": 123,
    "minor": 123,
    "patch": 123
  },
  "logo_uri": "<string>",
  "keywords": [
    "<string>"
  ],
  "tags": {},
  "tokens": [
    {
      "name": "<string>",
      "symbol": "<string>",
      "address": "<string>",
      "chain_id": 123,
      "decimals": 123,
      "logo_uri": "<string>",
      "tags": [
        "<string>"
      ],
      "extensions": {}
    }
  ]
}

Response

200 - application/json; charset=utf-8

A comprehensive list of Ethereum token metadata conforming to the token list schema. This aggregated list is compiled from multiple trusted sources including Uniswap, 1inch, and CoinGecko.