Transfer succeeded
Fired when all steps of a wallet action have been confirmed onchain. The action is complete.
Body
Payload for the wallet_action.transfer.succeeded webhook event.
The type of webhook event.
wallet_action.transfer.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 ISO 8601 timestamp of when the wallet action was created.
Chain name (e.g. "base", "ethereum").
Recipient address.
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
ISO 8601 timestamp of when the wallet action completed successfully.
Asset identifier (e.g. "usdc", "eth"). Present when the transfer was initiated with a named asset; omitted for custom-token transfers.
Token contract address (EVM) or mint address (Solana). Present when the transfer was initiated with asset_address.
Number of decimals for the transferred token. Present when the transfer was initiated with asset_address and the decimals were resolved onchain.
Decimal amount sent on the source chain (e.g. "1.5"). Omitted for exact_output cross-chain transfers until the source amount is determined.
Response
Return a 200 status to indicate that the webhook was received successfully.

