OpenAPI JSON File
Download the OpenAPI JSON specification for the Boost V2 API
OpenAPI JSON Specification
Download our OpenAPI JSON specification
Available Boost Endpoints
List Boosts
GET /boosts
- Get a paginated list of boosts with optional filters
Get Boost Details
GET /boosts/{id}
- Get detailed information about a specific boost
Boost Activity
GET /boosts/{id}/activity
- Get activity history for a boost
Claim Signatures
GET /signatures
- Get signatures required for boost claims
Available RewardKit Endpoints
List RewardKit rewards
GET /reward-kit/boosts
- Get a paginated list of RewardKit rewards
Get RewardKit profile
GET /reward-kit?claimantAddress=0x...
- Get a user’s RewardKit profile
Get RewardKit reward detail
GET /reward-kit/boosts/{id}
- Retrieve details on a reward, optionally providing a claimant address to decorate with additional claim context.
Generate Claim Signature
GET /transactions
- Generate a claim signature without a known transaction hash