---
title: "List Traders"
method: GET
path: "/strategies/traders"
tags: ["Trade Strategy"]
---

# List Traders

`GET /strategies/traders`

Lists Traders across one or more Strategies, paginated. Synchronous.

## Query parameters

- `strategy_id` string
- `participant_code` string
- `auto_rebalance` 'true' | 'false'
- `page_token` string
- `page_size` integer

## Headers

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

## Response `200`

Paginated list of Traders (possibly empty).

- ListTradeStrategyTradersResponse
  - `message` object
    - `traders` object[]
      - `id` string, uuid — Unique identifier (UUID v4) for the Trader.
      - `strategy_id` string, uuid — Strategy the Trader belongs to.
      - `participant_code` string — Platform's identifier for the end customer (≤ 6 chars).
      - `account_label` string — Sub-account label used when querying balances upstream.
      - `auto_rebalance` boolean — If true, the Trader is included in default Rebalance targeting (when CreateRebalance is called without an explicit participants list).
      - `created_at` string, date-time — When the Trader was created.
      - `updated_at` string, date-time — When the Trader was last updated.
    - `next_page_token` string

## 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)
