Querying boosts by creator address
To fetch all Boosts created by a given address, use the GET /boosts endpoint with thecreatorAddresses
query parameter:
Querying boosts by project
To query all boosts for a specific project, use the GET /boosts endpoint with theprojectIds
query parameter. Project ID values can be queried from the GET /manager/projects endpoint, detailed on the Create a Boost page.
The following example queries all Aerodrome and Velodrome boosts created by a set of addresses:
Querying boosts by reward network and token
Boosts can be filtered by reward network and by specific reward tokens using the GET /boosts endpoint. The Boost API uses chain IDs to reference networks, which can be viewed on ChainList or found in the tasks array of the GET /manager/projects response.Note that if rewardTokenAddresses is included, the rewardTokenChainIds array must be included as a matching array of chain IDs, one for each rewardTokenAddress in the same order
Querying boosts by action network
To only query boosts with actions on a specific network or set of networks, query the GET /boosts endpoint using theactionChainIds
query param, which again can be viewed on ChainList or found in the tasks array of the GET /manager/projects response.