Skip to main content
WEBHOOK

Body

application/json

Payload for the wallet.funds_withdrawn webhook event.

type
enum<string>
required

The type of webhook event.

Available options:
wallet.funds_withdrawn
wallet_id
string
required

The ID of the wallet.

idempotency_key
string
required

A unique key for this event.

caip2
string
required

The CAIP-2 chain identifier.

asset
WalletFundsNativeTokenAsset · object
required

The asset type being transferred.

amount
string
required

The amount transferred, as a stringified bigint.

transaction_hash
string
required

The blockchain transaction hash.

sender
string
required

The sender address.

recipient
string
required

The recipient address.

block
BlockInfo · object
required

Block metadata for a wallet transfer event.

transaction_fee
string

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

Response

200

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