Base URL
/v1. The interactive playground on each page sends real requests to production.
Authentication
There is none. Every endpoint is public, and there is no API key or signup. If you are building an integration, ask the Boost team for a partnerrefId and send it as the x-boost-ref-id header on every request. It attributes usage to your integration and is not a secret. Everything works without it.
Conventions
- Campaign IDs are
chainId:campaignIndex, for example8453:56. The chain in the ID is the reward chain, where claims happen. - Amounts are decimal strings in the token’s smallest unit. Convert with the
decimalsfield on the accompanying token object. - Addresses are lowercase hex. Responses accept either case on input.
- Errors return a JSON envelope with a stable
code. See Errors.
Related
Developer Quickstart
Discover a campaign, read rewards, and claim in five steps.
TypeScript SDK
A typed client that wraps these endpoints and builds claim transactions.