{
"type": "wallet_action.earn_incentive_claim.created",
"wallet_action_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"wallet_id": "fmfdj6yqly31huorjqzq38zc",
"action_type": "earn_incentive_claim",
"status": "pending",
"created_at": "2026-06-15T15:24:00.000Z",
"chain": "base",
"rewards": null
}Earn incentive claims
Earn reward incentive claim created
Fired when a wallet action is created and execution has begun. The action is now pending.
WEBHOOK
wallet_action.earn_incentive_claim.created
{
"type": "wallet_action.earn_incentive_claim.created",
"wallet_action_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"wallet_id": "fmfdj6yqly31huorjqzq38zc",
"action_type": "earn_incentive_claim",
"status": "pending",
"created_at": "2026-06-15T15:24:00.000Z",
"chain": "base",
"rewards": null
}Body
application/json
Payload for the wallet_action.earn_incentive_claim.created webhook event.
The type of webhook event.
Available options:
wallet_action.earn_incentive_claim.created The ID of the wallet action.
The ID of the wallet involved in the action.
Type of wallet action
Available options:
swap, transfer, earn_deposit, earn_withdraw, earn_incentive_claim, earn_fee_collect, payout ISO 8601 timestamp of when the wallet action was created.
EVM chain name (e.g. "tempo", "base").
Claimed reward tokens. Populated after the preparation step fetches from Merkl.
Show child attributes
Show child attributes
The status of the wallet action.
Available options:
pending Developer-provided reference ID, if one was included in the request.
Response
200
Return a 200 status to indicate that the webhook was received successfully.
Was this page helpful?

