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
- Chiliz - chiliz-mainnet
- Tezos - tezos-mainnet
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 infomation (such as metadata) of a specific NFT or multitoken by passing
tokenId
as a query parameter.