V2 focuses on core boost data only. You’ll need to source supplementary data like NFT and Token metadata from alternative sources.
Get Boosts by Owner or Budget Address
Query boosts with various filters including budget account, owner address, and chain ID. The API supports combining multiple filters and includes pagination for handling large result sets.Implementation Guide
Learn how to implement boost filtering with code examples
API Reference
Complete GET /boosts endpoint documentation
Get Details for a Specific Boost
Retrieve detailed information about a specific boost using its unique identifier, which combines the chain ID and boost ID number.The boostId is sequential and zero-indexed. For example, the first boost deployed on Zora (chainId: 7777777) would have the ID
7777777:0
Implementation Guide
Learn how to fetch individual boost details
API Reference
Complete GET /boosts/:id endpoint documentation