View the full API reference for the claim endpoint.
Usage
- REST API
To claim rewards via REST API, make a
POST request to:Parameters
string
required
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
string
The wallet action ID. Use this to poll status with get wallet action.
string
The ID of the wallet claiming rewards.
string
The action type. Always
"earn_incentive_claim" for this endpoint.'pending' | 'succeeded' | 'rejected' | 'failed'
The current status of the claim action.
string
The chain name for the claim.
array | null
List of rewards claimed, each with
token_address, token_symbol, token_decimals, and amount. Populated after the preparation step fetches claimable rewards.string
ISO 8601 timestamp of when the action was created.
array | undefined
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.

