Read API
Get Token Info
Retrieves detailed information about a specific token for a blockchain network, identified by chain ID and token ID.
GET
/
api
/
chains
/
{chainId}
/
token
/
{tokenId}
Authorizations
Authorization
string
headerrequiredPath Parameters
chainId
enum<string>
requiredAvailable options:
algorand
, cosmoshub
, cosmoshub-testnet
, osmosis
, osmosis-testnet
, celestia
, celestia-testnet
, dydx
, axelar
, ethereum
, sepolia
, holesky
, base
, base-sepolia
, optimism
, arbitrum
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, ton
, injective
, akash
, band
, dymension
, kyve
, neutron
, terra2
, stargaze
, tron
, evmos
, irisnet
, juno
, lum-network
, omniflix
, sei
, medibloc
, passage
, quasar
, seda
, sommelier
, shentu
, stride
, chihuahua
, bitsong
, persistence
, comdex
, fetch-ai
, humans-ai
, ki
, likecoin
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
tokenId
string
requiredToken ID. Format depends on the chain, e.g. contract address for EVM chains.
Response
200 - application/json
chainId
enum<string>
requiredUnique adamik identifier of the chain
Available options:
algorand
, ethereum
, sepolia
, holesky
, zksync
, zksync-sepolia
, injective-evm-testnet
, base
, base-sepolia
, optimism
, optimism-sepolia
, arbitrum
, arbitrum-sepolia
, polygon
, polygon-amoy
, bsc
, bsc-testnet
, linea
, linea-sepolia
, avalanche
, avalanche-fuji
, gnosis
, gnosis-chiado
, moonbeam
, moonriver
, moonbase
, fantom
, mantle
, chiliz
, chiliz-testnet
, ton
, tron
, rootstock
, rootstock-testnet
, bitcoin
, bitcoin-testnet
, litecoin
, dogecoin
, bitsong
, chihuahua
, seda
, persistence
, comdex
, humans-ai
, ki
, mars-hub
, provenance
, quicksilver
, saga
, ux-chain
, kava
, sei
, fetch-ai
, cosmoshub
, osmosis
, celestia
, dydx
, axelar
, evmos
, irisnet
, juno
, lum-network
, omniflix
, medibloc
, passage
, quasar
, sommelier
, shentu
, stride
, neutron
, terra2
, akash
, dymension
, band
, stargaze
, kyve
, likecoin
, osmosis-testnet
, celestia-testnet
, cosmoshub-testnet
, injective
type
enum<string>
requiredAvailable options:
TRC10
, TRC20
, ASA
, ERC20
, IBC
, JETTON
id
string
requiredname
string
requiredticker
string
requireddecimals
string
contractAddress
string
Was this page helpful?