Skip to main content
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 network
  • owner: Filter by the address that deployed the boost
  • budgetAccount: 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: