get https://api.tatum.io/v4/data/tokens
1 credit per API call
Note for v3 API users:
As part of our documentation consolidation, we removed the dedicated page for GET /v3/data/tokens. Users can refer to GET /v4/data/tokens for the latest documentation, as both endpoints function the same—simply replace v4 with v3 in the API URL if using the v3 version.
Get information about your favorite token! Our API lets you search for all tokens on:
- Celo - celo / celo-testnet
- Ethereum - ethereum / ethereum-sepolia / ethereum-holesky
- BNB (Binance) Smart Chain - bsc / bsc-testnet
- Polygon - polygon
- Base - base / base-sepolia
- Chiliz - chiliz-mainnet
- Tezos - tezos-mainnet
- Solana - solana / solana-devnet
- Arbitrum - arb-one / arb-testnet
To get started:
- Provide a chain and address of any fungible token, NFT or multitoken collection. If available, our API will return information about them such as their name, symbol, supply, and more.
- You can also get extra information (such as metadata) of a specific NFT or multitoken by passing
tokenId
as a query parameter. - You can also get information (such as supply, decimals) about the native currency by passing
'native'
keyword in thetokenAddress
parameter. It is supported only for the mainnet of the following chains:- Ethereum
- Polygon
- Celo
- Tezos
- Solana