Skip to main content
The Boost API allows you to fetch the claim history for a specific boost through the GET /boosts/:id/activity endpoint.

Basic Usage

Fetch the activity history for a specific boost:
For complete API details including all available parameters and response fields, see the API Reference.

Response Structure

The response includes:
  • activityEvents: Array of claim events
  • totalActivityCount: Total number of claims made on this boost

Pagination

The API returns an empty array when there are no more activity events to fetch.
The endpoint supports pagination similar to the boost list endpoint: