Example tokens response

Below you can see an example token from our API response.

{
  "status": true,
  "data": {
    "tokens": [
      {
        "chainId": 1284,
        "address": "0xAcc15dC74880C9944775448304B263D191c6077F",
        "name": "Wrapped GLMR",
        "symbol": "WGLMR",
        "decimals": 18,
        "logoURI": "https://assets.coingecko.com/coins/images/22459/small/glmr.png?1641880985",
        "coingeckoId": "wrapped-moonbeam"
      },
      ...
    ]
  }
}

Last updated