'wallet.funds_deposited'
and/or 'wallet.funds_withdrawn'
events. You can next configure which assets Privy should emit 'wallet.funds_deposited'
and/or 'wallet.funds_withdrawn'
events for.
Privy will emit a signed webhook to this URL whenever your server wallets sends/receives a transaction for a registered asset, and will retry delivery if the endpoint does not successfully respond to the original webhook.
Privy’s webhook system operates on a at least once
delivery basis, and redundant requests can be identified via the idempotency_key
field.
'wallet.funds_deposited'
and/or 'wallet.funds_withdrawn'
events, you can then configure which assets you’d like to track via the Privy Dashboard.
Privy supports webhooks for native tokens (e.g. ETH, SOL) on EVM and Solana, ERC20 tokens on EVM, and SPL tokens on Solana.