Trading Pairs
GET
/gateway/v1/exchange/marketsReturns 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.
Query Parameters
exchangeenum<string>
Exchange identifier. When omitted, searches across all supported exchanges.
Available options:
binanceokxbybitbitgetcoinbasekrakengatehtxkucoinmexcupbitbitfinexbitstampderibitbitmexbithumbhyperliquidExample:
binancetypeenum<string>
Market type filter. Use perpetual or perp for perpetual contracts (alias for swap).
Available options:
spotswapfutureoptionperpetualperpExample:
spotbasestring
Filter by base currency
Example:
ETHquotestring
Filter by quote currency
Example:
USDTsearchstring
Fuzzy search in pair/base/quote
Example:
ETHlimitinteger
Max results
Example:
100Trading Pairs
OK