GET
/api/v2/crypto-virtual-accounts/external-accountsList registered the crypto on/off-ramp payout destinations
Lists destinations in the user's the crypto on/off-ramp organisation. Optionally filter by type=Fiat or type=Digital. Bank details are masked; enabled indicates whether a destination can receive payouts.
Authentication
Send your API key in the x-api-key header on every request.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| userId (query) | unknown | No | |
| type (query) | string | No |
Responses
200 — OK
| Field | Type | Required | Description |
|---|---|---|---|
| Id | unknown | No | |
| Type | string | No | |
| Reference | string | No | |
| Name | string | No | |
| Currencies | array of string | No | |
| chain_id | unknown | No | |
| Address | string | No | |
| account_number_hint | string | No | |
| account_holder_name_hint | string | No | |
| bank_name | string | No | |
| Country | string | No | |
| beneficiary_type | string | No | |
| payment_rail | string | No | |
| Enabled | boolean | No | |
| created_at | string (date-time) | No |
400 — Bad Request
| Field | Type | Required | Description |
|---|---|---|---|
| Message | string | No | |
| Code | string | No | |
| Status | unknown | No | |
| ValidationErrors | object | No | |
| Details | string | No |
Example request
curl -X GET "https://{base_url}/api/v2/crypto-virtual-accounts/external-accounts" \
-H "x-api-key: YOUR_API_KEY"This page is generated from the live OpenAPI specification and always matches the current API.