v6

OpenAPI 3.1.0raw.githubusercontent.com2026-08-0161197504.7 KB
accounts

Retrieve an account

Retrieve an account by ID or reference.

get/accounts/{id_or_reference}

Path parameters

id_or_referencestring required

Response

OK

bank_payment_referencestring required

Reference used to identify bank payments for the account.

base_currency'EUR' | 'USD' | 'GBP' required
can_depositboolean required

Whether deposits are currently allowed.

can_place_buy_orderboolean required

Whether buy orders are currently allowed.

can_place_sell_orderboolean required

Whether sell orders are currently allowed.

can_withdrawboolean required

Whether withdrawals are currently allowed.

created_atstring date-time required

The timestamp (in ISO-8601 format) of when the resource was created.

funding_currenciesCurrency[] required

Currencies accepted for account funding.

has_depositedboolean required

Whether the account has completed a deposit.

has_placed_buy_orderboolean required

Whether the account has placed a buy order.

has_placed_sell_orderboolean required

Whether the account has placed a sell order.

has_withdrawnboolean required

Whether the account has completed a withdrawal.

idstring required

Unique resource identifier.

is_primary_owner_mifid_proboolean required

Whether the primary owner is classified as a MiFID professional.

modified_atstring date-time required

The timestamp (in ISO-8601 format) of when the resource was last modified.

namestring required

Display name of the account.

referencestring required

Customer-visible account reference.

status'active' | 'suspended' | 'closing' | 'closed' required