Skip to main content
POST
Get Tokens Metadata
Credit cost: 0.1 per token.
Response field token_stats is deprecated, use stats instead. See the changelog.
Get metadata for a batch of tokens. Token list is passed in body. The parameter return_token_stats will include token aggregates in each response under stats. Costs 0.5 credit per token instead of 0.1. See indexed tokens for context on the is_indexed attribute.

Authorizations

X-ApiKey
string
header
required

Query Parameters

return_token_stats
boolean
default:false

Body

application/json
Maximum array length: 1000
chain
enum<string>
required
Available options:
eth,
base,
solana,
tron,
bsc,
sonic,
ton,
avalanche,
polygon,
monad,
hyperevm,
arbitrum,
robinhood
address
string
required
Example:

Response

Successful Response

token_key
TokenKey · object
required
metadata
TokenMetadata · object
required
stats
TokenAggregates · object | null