Blockchain Data API
The Blockchain Data API group exposes lower-level chain data for accounts, token metadata, and raw transaction detail. Use this group when you need:- account-level on-chain state
- token-account inventories
- token metadata at the blockchain layer
- raw transaction detail without spot-market abstractions
Which section should I start with?
Notes
- This group is closer to the chain than Birdeye Data API market endpoints.
- Use these endpoints when you need state inspection and raw chain detail, not market summaries or aggregated trading analytics.
- Blockchain Data API is especially useful for infra tooling, forensic workflows, and internal state verification.
Typical workflow
- Start with
Accountto inspect wallet state or token-account inventories. - Use
Tokenwhen you need chain-level token metadata for one or many mints. - Move to
Transactionwhen you need the exact raw transaction that changed state.

