---
title: "Retrieve account information."
method: GET
path: "/v3/accounts/"
tags: ["accounts"]
---

# Retrieve account information.

`GET /v3/accounts/`

## Response `200`

Account fetch success

- object — Account fetch success
  - `account` object, required
    - `account_id` string, required — Unique identifier of the account
    - `available_balance` string, required — Current available balance on the account, it is equal to the balance deducted by the exposure
    - `balance` string, required — Current balance on the account
    - `bonus_balance` string — Current bonus balance on the account; losses will be refunded up to this amount
    - `commission_type` string — Commission charged by Smarkets on the account
    - `currency` 'AUD' | 'BRL' | 'CAD' | 'CHF' | 'CZK' | 'DKK' | 'EUR' | 'GBP' | 'HKD' | 'HUF' | 'JPY' | 'NOK' | 'PLN' | 'SEK' | 'USD', required — Currency of the account
    - `exposure` string, required — Current exposure on the account
    - `is_first_time_deposit` boolean — Whether the account has less than 2 deposits
    - `signup_date` string — Date the account was created

## Other responses

- `400` — REQUEST_VALIDATION_ERROR
- `401` — AUTH_REQUIRED
- `403` — FORBIDDEN
- `429` — Rate limit exceeded
- `500` — Internal server error

---

[API](https://skmtc.dev/smarkets/apis/smarkets-http-api.md) · [All operations](https://skmtc.dev/smarkets/apis/smarkets-http-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/smarkets/smarkets-http-api/revisions/75f7e3050340/schema)
