cURL
curl --request GET \ --url https://api.example.com/accounts/{id_or_reference} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "reference": "<string>", "status": "active", "name": "<string>", "bank_payment_reference": "<string>", "base_currency": "EUR", "funding_currencies": [ "EUR" ], "can_deposit": true, "can_withdraw": true, "can_place_buy_order": true, "can_place_sell_order": true, "has_deposited": true, "has_withdrawn": true, "has_placed_buy_order": true, "has_placed_sell_order": true, "is_primary_owner_mifid_pro": true, "created_at": "2023-11-07T05:31:56Z", "modified_at": "2023-11-07T05:31:56Z" }
Retrieve an account by ID or reference.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Unique resource identifier.
active
suspended
closing
closed
EUR
USD
GBP
The timestamp (in ISO-8601 format) of when the resource was created.
The timestamp (in ISO-8601 format) of when the resource was last modified.