GET
/
api
/
{chainId}
/
token
/
{tokenId}
curl --request GET \
  --url https://api.adamik.io/api/{chainId}/token/{tokenId} \
  --header 'Authorization: <api-key>'
{
  "token": {
    "type": "TRC10",
    "id": "<string>",
    "name": "<string>",
    "ticker": "<string>",
    "decimals": "<string>",
    "contractAddress": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Path Parameters

chainId
enum<string>
required
Available 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
required

Token ID. Format depends on the chain, e.g. contract address for EVM chains.

Response

200 - application/json
Returns detailed data about the token on the specified blockchain.
token
object
required