View the full API reference for the claim endpoint.
Usage
- REST API
To claim rewards via REST API, make a
POST request to:Parameters
The blockchain network on which to perform the incentive claim (e.g.
"base", "ethereum", "arbitrum"). Claims collect rewards across all vaults on the specified chain.Wallets with
owner_id present must provide an authorization
signature as a request header for claim operations.Returns
The wallet action ID. Use this to poll status with get wallet action.
The ID of the wallet claiming rewards.
The action type. Always
"earn_incentive_claim" for this endpoint.The current status of the claim action.
The chain name for the claim.
List of rewards claimed, each with
token_address, token_symbol, and amount. Populated after the preparation step fetches claimable rewards.ISO 8601 timestamp of when the action was created.
The execution steps. Only returned if
?include=steps is provided on a GET request.Example
Example response
Next steps
Get vault position
Query a wallet’s holdings and calculate earned yield.

