TokenMetadata

tokenMetadata InjectiveMetaRPC

get

Get tokens metadata. Can be filtered by denom

Query parameters
denomsstring[] · max: 100Optional

Denom to filter

Example: ["peggy0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2","peggy0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2","peggy0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2"]
Responses
200
OK response.
application/json
get
GET /api/exchange/meta/v1/tokenMetadata HTTP/1.1
Host: inj-indexer.nownodes.io
Accept: */*
{
  "tokens": [
    {
      "coingeckoId": "injective-protocol",
      "decimals": 18,
      "denom": "injective-protocol",
      "ethereumAddress": "0xe28b3b32b6c345a34ff64674606124dd5aceca30",
      "logo": "https://static.alchemyapi.io/images/assets/7226.png",
      "name": "Injective Protocol",
      "symbol": "INJ"
    },
    {
      "coingeckoId": "injective-protocol",
      "decimals": 18,
      "denom": "injective-protocol",
      "ethereumAddress": "0xe28b3b32b6c345a34ff64674606124dd5aceca30",
      "logo": "https://static.alchemyapi.io/images/assets/7226.png",
      "name": "Injective Protocol",
      "symbol": "INJ"
    },
    {
      "coingeckoId": "injective-protocol",
      "decimals": 18,
      "denom": "injective-protocol",
      "ethereumAddress": "0xe28b3b32b6c345a34ff64674606124dd5aceca30",
      "logo": "https://static.alchemyapi.io/images/assets/7226.png",
      "name": "Injective Protocol",
      "symbol": "INJ"
    },
    {
      "coingeckoId": "injective-protocol",
      "decimals": 18,
      "denom": "injective-protocol",
      "ethereumAddress": "0xe28b3b32b6c345a34ff64674606124dd5aceca30",
      "logo": "https://static.alchemyapi.io/images/assets/7226.png",
      "name": "Injective Protocol",
      "symbol": "INJ"
    }
  ]
}