Returns every deposit account scoped to the calling integrator, newest first. Lets the form render a “Recent deposits” surface so users can return to any prior VA and copy instructions again. Cross-tenant isolation enforced by integrator_id filter at the service layer.
Documentation Index
Fetch the complete documentation index at: https://docs.relayer.fi/llms.txt
Use this file to discover all available pages before exploring further.
List of deposit accounts (may be empty)
Deposit account UUID (payout.deposit_accounts.id)
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Friendly URL-safe reference (ONR-YYYYMMDD-XXXX). Backs /orders/ lookups via OrdersService.parseOrderId. Populated since migration 0053.
"ONR-20260505-0001"
Owning integrator UUID (always equals the authenticated caller)
"7f1c5fc8-2a45-4cb0-9d3a-9b9c5b9a9b9c"
Destination wallet UUID (signing.wallets.id)
"6f1c5fc8-2a45-4cb0-9d3a-9b9c5b9a9b9c"
Source fiat currency the depositor will send
usd, eur, mxn, brl, gbp "usd"
Bridge Virtual Account id — used by webhooks to route lifecycle events
"va_01h5x..."
Crypto rail the funds settle on (e.g. base, solana)
"base"
Crypto destination currency (e.g. usdc)
"usdc"
On-chain destination address (the wallet account address)
"0xAbC...123"
Bank rails / routing / clabe / iban — varies per source_currency. Raw Bridge source_deposit_instructions payload. May be null if Bridge has not yet returned instructions.
Lifecycle status. active = ready to receive deposits.
active, deactivated "active"