---
title: "Retrieve an account"
method: GET
path: "/accounts/{id_or_reference}"
tags: ["accounts"]
---

# Retrieve an account

`GET /accounts/{id_or_reference}`

Retrieve an account by ID or reference.

## Path parameters

- `id_or_reference` string, required

## Response `200`

OK

- Account
  - `bank_payment_reference` string, required — Reference used to identify bank payments for the account.
  - `base_currency` 'EUR' | 'USD' | 'GBP', required
  - `can_deposit` boolean, required — Whether deposits are currently allowed.
  - `can_place_buy_order` boolean, required — Whether buy orders are currently allowed.
  - `can_place_sell_order` boolean, required — Whether sell orders are currently allowed.
  - `can_withdraw` boolean, required — Whether withdrawals are currently allowed.
  - `created_at` string, date-time, required — The timestamp (in [ISO-8601](https://www.iso.org/iso-8601-date-and-time-format.html) format) of when the resource was created.
  - `funding_currencies` Currency[], required — Currencies accepted for account funding.
  - `has_deposited` boolean, required — Whether the account has completed a deposit.
  - `has_placed_buy_order` boolean, required — Whether the account has placed a buy order.
  - `has_placed_sell_order` boolean, required — Whether the account has placed a sell order.
  - `has_withdrawn` boolean, required — Whether the account has completed a withdrawal.
  - `id` string, required — Unique resource identifier.
  - `is_primary_owner_mifid_pro` boolean, required — Whether the primary owner is classified as a MiFID professional.
  - `modified_at` string, date-time, required — The timestamp (in [ISO-8601](https://www.iso.org/iso-8601-date-and-time-format.html) format) of when the resource was last modified.
  - `name` string, required — Display name of the account.
  - `reference` string, required — Customer-visible account reference.
  - `status` 'active' | 'suspended' | 'closing' | 'closed', required

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/joinsophic/apis/sophic-engine-api.md) · [All operations](https://skmtc.net/joinsophic/apis/sophic-engine-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/joinsophic/sophic-engine-api/revisions/5b4c43e2941b/schema)
