post
https://public-api.birdeye.so/blockchain/v1/token/metadata/multiple
Returns metadata for up to 100 Solana token mints.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
- Batch version of Solana token metadata for up to 100 mint addresses per request.
- Response is keyed by mint address, which makes it easy to merge into watchlists, portfolios, or discovery pipelines.
- Each entry may be
nullif the mint is unknown, invalid, or metadata is unavailable. - This endpoint is better than repeated single calls when populating token tables or NFT inventories.
- Starter
- Premium
- Business
- Enterprise
Solana
Use Cases 💡
- Hydrate large Solana token lists with mint and metadata fields in one request.
- Prepare NFT inventories, token directories, and portfolio tables without serial single-mint lookups.
- Batch-check authority, mutability, collection, and royalty fields across many mints.
- Reduce request overhead when building Solana-first explorers or backoffice tools.
How to Use 🛠️
- Send the mint list in the
tokensarray. - Deduplicate mint addresses before the request.
- Read the returned map by mint key and handle
nullentries conservatively. - Cache the successful mint metadata and refresh it less often than activity data.
Best Practices ✅
- Chunk large metadata jobs into batches of up to 100 mints.
- Persist core mint metadata locally so repeated screens do not fan out to the endpoint again.
- Resolve the off-chain
uriasynchronously if you also need extended JSON metadata or images.
Limitations ⚠️
- Solana only.
