GET/api/v2/crypto-virtual-accounts/external-accounts

List 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

Request parameters
FieldTypeRequiredDescription
userId (query)unknownNo
type (query)stringNo

Responses

200 — OK

Response 200 fields
FieldTypeRequiredDescription
IdunknownNo
TypestringNo
ReferencestringNo
NamestringNo
Currenciesarray of stringNo
chain_idunknownNo
AddressstringNo
account_number_hintstringNo
account_holder_name_hintstringNo
bank_namestringNo
CountrystringNo
beneficiary_typestringNo
payment_railstringNo
EnabledbooleanNo
created_atstring (date-time)No

400 — Bad Request

Response 400 fields
FieldTypeRequiredDescription
MessagestringNo
CodestringNo
StatusunknownNo
ValidationErrorsobjectNo
DetailsstringNo

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.