v1

latestOpenAPI 3.0.3Custom2026-07-26104654.9 KB
Market Data

Get exchange info

Returns information about all available markets.

get/exchangeInfo

Response

Successful response

symbolstring
baseAssetstring

Base currency

quoteAssetstring

Quote currency

status'TRADING' | 'SUSPENDED' | 'CLOSED'
pricePrecisioninteger

Decimal places for price

sizePrecisioninteger

Decimal places for size

tickSizenumber

Minimum price increment

lotSizenumber

Minimum order size

minNotionalnumber

Minimum order value (price × size)

maxLeverageinteger

Maximum allowed leverage

orderTypesstring[]

Supported order types for this market.

timeInForcesstring[]

Example response

[
  {
    "symbol": "BTC-USD",
    "baseAsset": "BTC",
    "quoteAsset": "USDC"
  }
]