---
title: "List accounts (CLOB)"
method: GET
path: "/clob/accounts"
tags: ["CLOB"]
---

# List accounts (CLOB)

`GET /clob/accounts`

Retrieve a paginated list of your CLOB trading accounts. This is only relevant to our Central Limit Order Book (CLOB).

## Query parameters

- `participant_code` string
- `account_label` string
- `prefunded` 'true' | 'false'
- `account_tier` 'lite' | 'pro' | 'bronze' | 'silver' | 'gold'
- `page` integer

## Headers

- `X-SCX-SIGNED` string, required
- `X-SCX-TIMESTAMP` string, required

## Response `200`

Successfully retrieved the paginated list of CLOB accounts.

- GetCLOBAccountsResponse
  - `accounts` CLOBAccountEntity[]
    - `participant_code` string — The code of the participant that owns the account.
    - `account_group` string — Account group associated with the account. This is the platform (`account_group`) that owns the account on behalf of the participant.
    - `account_label` string — The platform-dictated account label for the account.
    - `prefunded` boolean — Indicates whether the participant has prefunded their account or not.
    - `account_tier` 'lite' | 'pro' | 'bronze' | 'silver' | 'gold' — The commission tier associated with the account, defined by the platform.
    - `customer_account_urn` string — URN of the associated customer account, when the CLOB account is linked to a customer account. Empty string when there is no linked customer account.
  - `next_page` number — Page number of the next page of results. 0 when there are no additional pages.

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/zerohash/apis/zerohash-api.md) · [All operations](https://skmtc.net/zerohash/apis/zerohash-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zerohash/zerohash-api/revisions/8b647d934363/schema)
