---
title: "Get Available Trade Pairs"
method: GET
path: "/v1/instruments/pairs"
tags: ["Instruments"]
---

# Get Available Trade Pairs

`GET /v1/instruments/pairs`

Retrieve a list of supported trade pairs with precision details.

## Response `200`

Successful response

- object[]
  - `pair` string
  - `status` 'ACTIVE' | 'INACTIVE'
  - `baseSymbol` string
  - `quoteSymbol` string
  - `minBaseOrderSize` string, number
  - `minQuoteOrderSize` string, number
  - `baseQtyPrecision` string, integer
  - `quoteQtyPrecision` string, integer

## Other responses

- `400` — Validation Error
- `401` — Unauthorized
- `403` — Insufficient Privileges
- `4XX` — Client error
- `5XX` — Server error

---

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