Token
This section covers chain-level token metadata lookups for one or many token addresses.
Use this section when you need:
- raw token metadata for one token
- batch token metadata enrichment
- chain-layer token identity outside market-data endpoints
- metadata backfills for infra or indexing workflows
Which endpoint should I use?
| If you need... | Use this endpoint |
|---|---|
| Metadata for one token | Blockchain - Token Metadata |
| Metadata for many tokens | Blockchain - Multiple Token Metadata |
Notes
- Use this section when you need token identity at the blockchain layer rather than Birdeye market context.
- Batch metadata lookups are useful for explorers, indexers, wallet tooling, and metadata hydration jobs.
- Combine these endpoints with
Accountwhen you need both ownership state and token identity.
Typical workflow
- Start with
Blockchain - Token Metadatafor one token lookup. - Move to
Blockchain - Multiple Token Metadatawhen hydrating many token rows at once. - Join the result with account or transaction detail when metadata alone is not enough.
