Example tokens response

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

{
  "status": true,
  "data": {
    "tokens": [
        {
            "chainId": "osmo-test-5",
            "address": "uosmo",
            "name": "Osmosis",
            "symbol": "OSMO",
            "decimals": 6,
            "logoURI": "https://s2.coinmarketcap.com/static/img/coins/64x64/12220.png",
            "coingeckoId": "osmosis",
            "bridgeOnly": false,
            "pathKey": "osmo_osmosis"
        },
      ...
    ]
  }
}

Last updated