Balances
Deposit
Move settlement funds into available app balance
Endpoint
GET /v1/users/deposit-wallet and the automatic deposit listener instead of
manual client deposit calls. Demo environments may return demo transaction
hashes.
Headers
Bearer <session_token> from wallet auth or Privy session auth.Body Parameters
Amount to post from settlement balance, in USDC micros. Minimum is
1.Client-supplied idempotency key for replay-safe submission.
Response Fields
Amount credited into available app balance, in USDC micros, encoded as a
decimal integer string.
Operation ID used for idempotency and recovery correlation.
Transaction hash for the settlement deposit.