v1

latestOpenAPI 3.0.32026-08-04850206.9 KB
Markets

List pairs

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

get/api/v1/pairs

Query parameters

pageinteger nullable

Page number (1-based). Must be at least 1.

Example:1

Page number (1-based). Must be at least 1.

per_pageinteger 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.

Example:50

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.

searchstring nullable

Free-text match on the pair symbol. Must not be greater than 50 characters.

Example:BTC

Free-text match on the pair symbol. Must not be greater than 50 characters.

coinstring nullable

Restrict to pairs where this coin slug is the base or quote asset. Must match the regex /^[a-z0-9-]{1,120}$/.

Example:bitcoin

Restrict to pairs where this coin slug is the base or quote asset. Must match the regex /^[a-z0-9-]{1,120}$/.

min_volumenumber nullable

Only pairs with 24h USD volume at or above this value. Must be at least 0.

Example:1000000

Only pairs with 24h USD volume at or above this value. Must be at least 0.

max_volumenumber nullable

Only pairs with 24h USD volume at or below this value. Must be at least 0.

Example:100000000000

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.

Example:-volume_usd

Sort field: volume_usd or updated (prefix with - for descending). Defaults to -volume_usd.