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

# List Strategies

`GET /strategies`

Lists all Strategies under your platform, paginated. Synchronous.

## Query parameters

- `page_token` string
- `page_size` integer

## Headers

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

## Response `200`

Paginated list of Strategies (possibly empty).

- ListTradeStrategiesResponse
  - `message` object
    - `strategies` object[]
      - `id` string, uuid — Unique identifier (UUID v4) for the Strategy.
      - `request_id` string, uuid — Platform's idempotency key for the Strategy (the `X-REQUEST-ID` sent at creation).
      - `quoted_currency` string — Currency the Strategy denominates participant amounts in (e.g., "USD").
      - `metadata` object, nullable — Arbitrary JSON object the platform attached at creation; persisted verbatim and echoed back on reads. zerohash does not interpret the contents.
      - `created_at` string, date-time — When the Strategy was created.
      - `updated_at` string, date-time — When the Strategy was last updated.
    - `next_page_token` string — Opaque cursor for the next page. Empty when iteration is exhausted.

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