Skip to main content
WEBHOOK

Body

application/json

Payload for the wallet_action.earn_incentive_claim.created webhook event.

type
enum<string>
required

The type of webhook event.

Available options:
wallet_action.earn_incentive_claim.created
wallet_action_id
string
required

The ID of the wallet action.

wallet_id
string
required

The ID of the wallet involved in the action.

action_type
enum<string>
required

Type of wallet action

Available options:
swap,
transfer,
earn_deposit,
earn_withdraw,
earn_incentive_claim,
earn_fee_collect
created_at
string
required

ISO 8601 timestamp of when the wallet action was created.

chain
string
required

EVM chain name (e.g. "tempo", "base").

rewards
EarnIncetiveClaimRewardEntry · object[] | null
required

Claimed reward tokens. Populated after the preparation step fetches from Merkl.

status
enum<string>
required

The status of the wallet action.

Available options:
pending

Response

200

Return a 200 status to indicate that the webhook was received successfully.