Boosts
Fetch Boosts
How to query for Boosts using various filters
The Boost API allows you to fetch and filter boosts through the GET /boosts endpoint.
Basic Usage
Fetch all boosts with no filters:
For complete API details including all available parameters and response fields, see the API Reference.
Filtering Boosts
The owner represents the address that initiated the boost deployment through a budget account.
You can filter boosts using various parameters:
chainId
: Filter by specific blockchain networkowner
: Filter by the address that deployed the boostbudgetAccount
: Filter by specific budget account
Example using multiple filters:
Pagination
The maximum page size is 100 items.
The endpoint uses simple pagination through page
and pageSize
parameters. Here’s how to fetch all boosts: