Insight: Token Lookup And Collection Metadata

Insight adds two new endpoints - one to lookup a token based on symbols and one to retrieve an NFT collection's metadata.
Search for tokens by their symbol across 6000+ tokens.
Symbols are not unique nor strictly curated however, so be careful with how you use them!
To fetch all tokens with symbol ETH
on Ethereum and B3
Try it out in our playground

Get metadata about an NFT collection.
By including a include_stats=true
query param, you can also get the following statistics about a collection:
owner_count
- Amount of distinct addresses that hold the NFTsmint_count
- Amount of NFT tokens that have been mintedtoken_count
- Amount of distinct token IDs that currently existtotal_quantity
- Amount of tokens that currently exist
Try it out in our playground

📖 Learn more about Insight - it’s open source and ready to power your applications!