Exchange

Exchange Trading Pairs

Returns trading pairs available on an exchange.

Filters: type (spot, swap, future, option) or free-text search.

Included fields: pair name, base/quote currencies, market type, active status, and default fee rates.

Use the returned pair values as the pair parameter in other exchange endpoints.

get/gateway/v1/exchange/markets

Query parameters

exchange'binance' | 'okx' | 'bybit' | 'bitget' | 'coinbase' | 'kraken' | 'gate' | 'htx' | 'kucoin' | 'mexc' | 'upbit' | 'bitfinex' | 'bitstamp' | 'deribit' | 'bitmex' | 'bithumb' | 'hyperliquid'

Exchange identifier. When omitted, searches across all supported exchanges.

Example:binance

Exchange identifier. When omitted, searches across all supported exchanges.

type'spot' | 'swap' | 'future' | 'option' | 'perpetual' | 'perp'

Market type filter. Use perpetual or perp for perpetual contracts (alias for swap).

Example:spot

Market type filter. Use perpetual or perp for perpetual contracts (alias for swap).

basestring

Filter by base currency

Example:ETH

Filter by base currency

quotestring

Filter by quote currency

Example:USDT

Filter by quote currency

searchstring

Fuzzy search in pair/base/quote

Example:ETH

Fuzzy search in pair/base/quote

limitinteger

Max results

Example:100

Max results

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

Example response

{
  "$schema": "https://example.com/schemas/SimpleListResponseExchangeMarketItem.json"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.