---
title: "List pairs"
method: GET
path: "/api/v1/pairs"
tags: ["Markets"]
---

# List pairs

`GET /api/v1/pairs`

Venue-aggregated trading pairs, ranked by 24h USD volume. Filter by a coin slug
(base or quote) and volume range.

## Query parameters

- `page` integer, nullable — Page number (1-based). Must be at least 1.
- `per_page` integer, nullable — Rows per page. The cap is plan-based (Free 100, Starter/Pro 250); exceeding it returns 422 rather than clamping. Must be at least 1. Must not be greater than 100.
- `search` string, nullable — Free-text match on the pair symbol. Must not be greater than 50 characters.
- `coin` string, nullable — Restrict to pairs where this coin slug is the base or quote asset. Must match the regex /^[a-z0-9\-]{1,120}$/.
- `min_volume` number, nullable — Only pairs with 24h USD volume at or above this value. Must be at least 0.
- `max_volume` number, nullable — Only pairs with 24h USD volume at or below this value. Must be at least 0.
- `sort` 'volume_usd' | '-volume_usd' | 'updated' | '-updated', nullable — Sort field: volume_usd or updated (prefix with - for descending). Defaults to -volume_usd.

---

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