---
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
  - `base_currency` 'EUR' | 'USD' | 'GBP', required
  - `can_deposit` boolean, required
  - `can_place_buy_order` boolean, required
  - `can_place_sell_order` boolean, required
  - `can_withdraw` boolean, required
  - `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
  - `has_deposited` boolean, required
  - `has_placed_buy_order` boolean, required
  - `has_placed_sell_order` boolean, required
  - `has_withdrawn` boolean, required
  - `id` string, required — Unique resource identifier.
  - `is_primary_owner_mifid_pro` boolean, required
  - `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
  - `reference` string, required
  - `status` 'active' | 'suspended' | 'closing' | 'closed', required

## Other responses

- `400` — Bad Request

## Changes

- **2026-07-13** `03da9bc8e86b` — 1 info
  - api tag `accounts` added

[Change history](https://skmtc.dev/joinsophic/apis/sophic-engine-api/changes/accounts/:id_or_reference/get.md)

---

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