v46

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-211591,0051.4 MB

Funds withdrawn

Fired when funds are withdrawn from a wallet.

postWebhookwallet.funds_withdrawn

Payload

amountstring required

The amount transferred, as a stringified bigint.

caip2string required

The CAIP-2 chain identifier.

idempotency_keystring required

A unique key for this event.

recipientstring required

The recipient address.

senderstring required

The sender address.

transaction_feestring

The transaction fee paid, as a stringified bigint in the chain's native token.

transaction_hashstring required

The blockchain transaction hash.

type'wallet.funds_withdrawn' required

The type of webhook event.

wallet_idstring required

The ID of the wallet.

Response

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