Supported assets and chains
Passsource.asset as one of Privy’s well-known assets. The asset value differs by chain: Tempo uses usdc_e and usdt0, not usdc and usdt.
To pay out from a wallet, make a In the body of the request, include the following fields:Below is a sample cURL command for this request:A successful response is a pending payout wallet action:
POST request to:object
required
The crypto to offramp.
object
required
Where the fiat settles.
Pass a
privy-idempotency-key header to make retries safe. If the wallet has an owner, the
request also requires an authorization signature.string
ID of the wallet action. Use this to track the payout.
'payout'
Type of the wallet action.
'pending' | 'succeeded' | 'rejected' | 'failed'
Current status of the payout.
'bridge'
Provider settling the payout.
'production' | 'sandbox'
Provider environment the payout runs against.
object
The
asset, chain, and amount being offramped.object
The
fiat_account_id the payout settles to.Next steps
Track a payout
Follow a payout from on-chain transfer to bank settlement
Wallet actions
Learn how wallet actions are authorized and executed

