Skip to main content
Deposit instructions never change, so your app can read them back at any time instead of storing them.
To list a wallet’s fiat deposit accounts, make a GET request to:
The endpoint accepts the following query parameters:
'bridge'
required
Provider to list accounts for.
'production' | 'sandbox'
Provider environment to list accounts for. Defaults to production.
Below is a sample cURL command for this request:
The response contains an accounts array of deposit accounts, each with the same fields as the create response. To read a single account, make a GET request to /v1/wallets/{wallet_id}/deposit_accounts/fiat/{deposit_account_id}.

Next steps

Deposit lifecycle

Follow a deposit from bank transfer to on-chain settlement

Create a deposit account

Provision bank details for a wallet