get https://api.tatum.io/v4/data/collections
10 credits per API call
Get all NFTs (ERC-721 and ERC-1155) and multitokens (ERC-1155 only) of your favorite collections! 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 / polygon-amoy
- Horizen EON - eon-mainnet
- Chiliz - chiliz-mainnet
- Tezos - tezos-mainnet
To get started:
- Provide a chain name and comma-separated list of collection addresses. Our API will return relevant information about each token, including its name, description, image, and more.
- Aside from relevant information about each token, the response also contains metadata (they can, however, be excluded by setting
excludeMetadata
totrue
). - If not specified, the API returns results for all supported types of tokens (nft, multitokens), but you can also choose to filter only one
tokenType
. - For Tezos blockchain query parameters
excludeMetadata
andtokenType
won't have any effect on filtering data.