TokenMetadata
Get tokens metadata. Can be filtered by denom
Query parameters
denomsstring[] · max: 100OptionalExample:
Denom to filter
["peggy0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2","peggy0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2","peggy0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2"]
Responses
200
OK response.
application/json
404
Not Found response.
application/vnd.goa.error
500
Internal Server Error response.
application/vnd.goa.error
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"
}
]
}