---
title: "Earn incentive claim created"
method: POST
path: "wallet_action.earn_incentive_claim.created"
---

# Earn incentive claim created

`POST wallet_action.earn_incentive_claim.created` (webhook)

Fired when a wallet action is created and execution has begun. The action is now pending.

## Payload

- WalletActionEarnIncentiveClaimCreatedWebhookPayload — Payload for the wallet_action.earn_incentive_claim.created webhook event.
  - `action_type` 'swap' | 'transfer' | 'earn_deposit' | 'earn_withdraw' | 'earn_incentive_claim' | 'earn_fee_collect', required — Type of wallet action
  - `chain` string, required — EVM chain name (e.g. "base", "ethereum").
  - `created_at` string, required — ISO 8601 timestamp of when the wallet action was created.
  - `rewards` EarnIncetiveClaimRewardEntry[], nullable, required — Claimed reward tokens. Populated after the preparation step fetches from Merkl.
    - `amount` string, required — Claimable amount in base units.
    - `token_address` string, required — Address of the reward token.
    - `token_decimals` integer — Number of decimal places for the reward token.
    - `token_symbol` string, required — Symbol of the reward token (e.g. "MORPHO").
  - `status` 'pending', required — The status of the wallet action.
  - `type` 'wallet_action.earn_incentive_claim.created', required — The type of webhook event.
  - `wallet_action_id` string, required — The ID of the wallet action.
  - `wallet_id` string, required — The ID of the wallet involved in the action.

## Acknowledgement `200`

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

---

[API](https://skmtc.net/privy-io/apis/privy-api.md) · [All operations](https://skmtc.net/privy-io/apis/privy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/privy-io/privy-api/revisions/bb2eb34156cc/schema)
