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.
Query parameters
Exchange identifier. When omitted, searches across all supported exchanges.
Exchange identifier. When omitted, searches across all supported exchanges.
Market type filter. Use perpetual or perp for perpetual contracts (alias for swap).
Market type filter. Use perpetual or perp for perpetual contracts (alias for swap).
Filter by base currency
Filter by base currency
Filter by quote currency
Filter by quote currency
Fuzzy search in pair/base/quote
Fuzzy search in pair/base/quote
Max results
Max results
Response
OK
Example response
{
"$schema": "https://example.com/schemas/SimpleListResponseExchangeMarketItem.json"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.