Sym Info

Description

Returns detailed configuration and trading rules for all supported trading pairs across multiple exchanges. This endpoint is essential for retrieving market-specific constraints like precision, minimum notional values, and leverage limits.

Rate Limit

3 requests per 10 seconds

Permission

Requires Read authentication level.

Request

FieldTypeMandatoryDescription
symStringNTrading pair unique identifier. If omitted, the system returns all supported symbols. Examples: BINANCE_SPOT_BTC_USDT, BINANCE_PERP_BTC_USDT, EDX_PERP_BTC_USDT.

Response

FieldTypeDescription
symStringInternal unique identifier for the trading pair.
originalSymbolStringThe native symbol name as defined by the source exchange (e.g., IMXUSDT).
stateStringOperational status: live or suspend.
pricePrecisionStringNumber of decimal places allowed for price.
qtyPrecisionStringNumber of decimal places allowed for quantity.
lotSizeStringThe minimum increment of trading quantity.
tickSizeStringThe minimum price movement (step size).
minNotionalStringMinimum allowed order value (Price × Quantity).
maxLimitSizeStringMaximum quantity allowed for a Limit Order.
maxMarketSizeStringMaximum quantity allowed for a Market Order.
maxNumOrdersStringMaximum number of open orders allowed for this symbol.
minSizeStringMinimum allowed trading quantity.
contractSizeStringValue represented by one contract (Perpetual/Futures only).
defaultLeverageStringDefault leverage setting for the symbol (Perpetual/Futures only).
safeLeverageStringMaximum leverage (Perpetual/Futures only).
liquidationFeeStringThe fee rate applied during a liquidation event.
Language
Credentials
OAuth2