{
"type": "wallet_action.earn_incentive_claim.succeeded",
"wallet_action_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"wallet_id": "fmfdj6yqly31huorjqzq38zc",
"action_type": "earn_incentive_claim",
"status": "succeeded",
"created_at": "2026-06-15T15:24:00.000Z",
"completed_at": "2026-06-15T15:24:12.000Z",
"chain": "base",
"rewards": [
{
"token_address": "0x58D97B57BB95320F9a05dC918Aef65434969c2B2",
"token_symbol": "MORPHO",
"token_decimals": 18,
"amount": "1000000000000000000"
}
],
"steps": [
{
"type": "evm_transaction",
"status": "confirmed",
"caip2": "eip155:8453",
"transaction_hash": "0x2446f1fd773fbb9f080e674b60c6a033c7ed7427b8b9413cf28a2a4a6da9b56c"
}
]
}Earn reward incentive claim succeeded
Fired when all steps of a wallet action have been confirmed onchain. The action is complete.
{
"type": "wallet_action.earn_incentive_claim.succeeded",
"wallet_action_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"wallet_id": "fmfdj6yqly31huorjqzq38zc",
"action_type": "earn_incentive_claim",
"status": "succeeded",
"created_at": "2026-06-15T15:24:00.000Z",
"completed_at": "2026-06-15T15:24:12.000Z",
"chain": "base",
"rewards": [
{
"token_address": "0x58D97B57BB95320F9a05dC918Aef65434969c2B2",
"token_symbol": "MORPHO",
"token_decimals": 18,
"amount": "1000000000000000000"
}
],
"steps": [
{
"type": "evm_transaction",
"status": "confirmed",
"caip2": "eip155:8453",
"transaction_hash": "0x2446f1fd773fbb9f080e674b60c6a033c7ed7427b8b9413cf28a2a4a6da9b56c"
}
]
}Body
Payload for the wallet_action.earn_incentive_claim.succeeded webhook event.
The type of webhook event.
wallet_action.earn_incentive_claim.succeeded The ID of the wallet action.
The ID of the wallet involved in the action.
Type of wallet action
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.
succeeded The steps of the wallet action, including transaction hashes.
A wallet action step consisting of an EVM transaction.
- EVMTransactionWalletActionStep
- EVMUserOperationWalletActionStep
- SVMTransactionWalletActionStep
- TVMTransactionWalletActionStep
- ExternalTransactionWalletActionStep
- CustodianTransactionWalletActionStep
Show child attributes
Show child attributes
ISO 8601 timestamp of when the wallet action completed successfully.
Developer-provided reference ID, if one was included in the request.
Response
Return a 200 status to indicate that the webhook was received successfully.
Was this page helpful?

