Query collection tokens, metadata, wallet balances, and owner lists across EVM chains with one REST surface and predictable metering.
0x524cab2ec69124574082676e6f654a18df49a048
Read NFT and multitoken collections across major EVM chains, resolve metadata, and verify ownership without stitching multiple indexers yourself.
List ERC-721 and ERC-1155 tokens for up to 10 collection addresses per call, with optional metadata included in the response.
Fetch resolved metadata (name, image, attributes) per token ID or pull collection-level details from a contract address.
Enumerate owners for a collection or token, verify if a wallet holds a token, and load wallet-level NFT balances grouped by contract.
Explore GET routes under
/v4/data
for NFT workloads.
/v4/data/collections
Returns tokens for one or more collection addresses with metadata, token type filters, and cursor pagination.
/v4/data/tokens
Collection-level supply and symbol, or a single NFT when you pass tokenId.
/v4/data/nft/balances
All NFTs held by a wallet, grouped by contract. Solana and Algorand may include metadata inline when holdings are small.
/v4/data/owners
List holder addresses for a collection or a specific tokenId with paging.
/v4/data/owners/address
Boolean response: does this wallet own the collection or a specific token ID?
Try the live collection fetcher in the next section, or open the NFT API reference →
Use the API reference for request schemas, supported chains, and error codes, or connect the Tatum docs MCP server to query NFT endpoints in AI workflows.
Test GET /v4/data/collections with the Pudgy Penguins contract on Ethereum mainnet.
0x524cab2ec69124574082676e6f654a18df49a048
| # | Preview | Token | Type |
|---|---|---|---|
| 1 | Pudgy Penguin #1 tokenId 1 | nft | |
| 2 | Pudgy Penguin #2 tokenId 2 | nft | |
| 3 | Pudgy Penguin #3 tokenId 3 | nft |
Collection locked
Get your API key and click Unlock & fetch to load Pudgy Penguins from the collection endpoint.