Fetching Boosts
Learn how to fetch and query boost information in V2
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
Get Boost Activity History
Retrieve the claim history for a specific boost, including details about claim events and total claim counts. The API supports pagination for accessing historical data efficiently.