Skip to main content
To list a user’s registered 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.
The response contains an accounts array. To read or delete a single account, make a GET or DELETE request to /v1/users/{user_id}/external_fiat_accounts/{account_id}. A successful delete returns {"success": true}.
The same routes exist under /v1/organizations/{organization_id}/external_fiat_accounts.

Next steps

Execute a payout

Convert crypto to fiat in a single call

Register a bank account

Save the bank account a payout settles to