---
title: "List currency pairs"
method: GET
path: "/pairs"
tags: ["Currencies"]
---

# List currency pairs

`GET /pairs`

Gets a list of all the currency pairs that can be traded through the Bity platform.

## Query parameters

- `input` string
- `output` string
- `enabled` string

## Response `200`

Successful operation

- CurrencyPairsResponse
  - `pairs` CurrencyPair[], required
    - `enabled` boolean, required
    - `input` string, required
    - `output` string, required

## Other responses

- `429` — Rate-limited (request ignored)

---

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