Retrieve current exchange trading rules and symbol information

📘

You may now retrieve ExchangeInfo by a specific symbol

Weight: 1

Types of trading restrictions

TypesDescription
PRICE_FILTERPrice limit
LOT_SIZELimit on the number of transactions
MIN_NOTIONALMinimum nominal limit
TRADE_AMOUNTTransaction limit
LIMIT_TRADINGLimit trading rules
MARKET_TRADINGMarket trading rules
OPEN_QUOTEOpening Restrictions

Trading pair status

StatusDescription
TRADINGContinuous trading
HALTTrading suspended
BREAKInterruption in trading

Request Parameters


PARAMETERTYPEReq 'dDESCRIPTION
symbolSTRINGSymbol Name. e.g: "BTCUSD", "ETHUSDC"

Response Content


PARAMETERTYPEExample valuesDESCRIPTION
timezoneSTRINGUTCTime zone
serverTimeINTEGER1690084771517Server Millisecond Timestamp
symbolsObject ArrayCurrency pair description
symbols.exchangeIdSTRING301Exchange ID
symbols.symbolSTRINGBTCUSDCurrency pair
symbols.statusENUMTRADINGTrading pair status
symbols.baseAssetSTRINGBTCBase Asset
symbols.baseAssetNameSTRINGBTCName of base asset
symbols.baseAssetPrecisionSTRING0.00001Precision of base asset
symbols.quoteAssetSTRINGUSDQuoted Asset
symbols.quoteAssetNameSTRINGUSDName of quoted asset
symbols.quotePrecisionSTRING0.00000001Precision of quoted asset
symbols.retailAllowedBOOLEANfalseWhether retail client is allowed
symbols.piAllowedBOOLEANfalseWhether PI client is allowed
symbols.corporateAllowedBOOLEANfalseWhether Corporate client is allowed
symbols.omnibusAllowedBOOLEANtrueWhether Omnibus client is allowed
symbols.icebergAllowedSTRINGFALSECurrently not in use
filtersObject ArrayList of trading pair restrictions
filters.filterTypeSTRINGPRICE_FILTERTrading restriction type refer to appendix "Trading restriction type"
filters.minPriceSTRING0.01Depreciated, no longer in-use
filters.maxPriceSTRING100000.00000000Depreciated, no longer in-use
filters.tickSizeSTRING0.01Minimum price change, only for PRICE_FILTER types
filters.minQtySTRING0.0003Minimum number of transactions, only for LOT_SIZE types
filters.maxQtySTRING4Maximum number of transactions, only for LOT_SIZE types
filters.stepSizeSTRING0.00001Minimal change in quantity, only used for LOT_SIZE types
filters.filterTypeSTRINGLOT_SIZETrading restriction type
filters.minNotionalSTRING10Minimum notional turnover, only for MIN_NOTIONAL types
filters.minAmountSTRING10Minimum turnover, only for TRADE_AMOUNT types
filters.maxAmountSTRING100000Maximum turnover, only for TRADE_AMOUNT types
filters.minBuyPriceSTRING6000Minimum purchase price, only for TRADE_AMOUNT types
filters.maxSellPriceSTRING150000Limit maximum sell price, only for LIMIT_TRADING types
filters.marketOrderMinAmountSTRING10Minimum cash notional required for Market order
filters.marketOrderMaxAmountSTRING200000Minimum cash notional required for Market order
filterTypeSTRINGTRADE_AMOUNTTrading restriction type
filters.buyPriceUpRateSTRING0.2Limit Buy cannot be higher than the mark price, only for LIMIT_TRADING types
filters.sellPriceDownRateSTRING0.2Limit Sell cannot be lower than the mark price, only for LIMIT_TRADING type
filters.buyPriceUpRateSTRING0.2Market buy cannot be higher than the mark price, only for MARKET_TRADING types
filters.sellPriceDownRateSTRING0.2Market sell cannot be lower than the mark price, only for MARKET_TRADING types
filters.noAllowMarketStartTimeSTRING1668483032058Market order start time is not allowed, only for OPEN_QUOTE types
filters.noAllowMarketEndTimeSTRING1668483032058Market order end time is not allowed, only for OPEN_QUOTE types
filters.limitOrderStartTimeSTRING1668483032058Time limit order start time, only for OPEN_QUOTE types
filters.limitOrderEndTimeSTRING1668483032058Time limit order end time, only for OPEN_QUOTE types
filters.limitMinPriceSTRING0.1Lowest price for a limited time limit order, only for OPEN_QUOTE types
filters.limitMaxPriceSTRING1000Limit order maximum price, only for OPEN_QUOTE types
coinsObject Array6002Coin description
coins.orgIdSTRING (integer)6002Institution ID
coins.coinIdSTRINGBTCCoin ID
coins.coinNameSTRINGBTCCoin name
coins.allowWithdrawBOOLEANtrueWhether to allow withdrawal
coins.allowDepositBOOLEANtrueWhether to allow deposit
chainTypesObject ArrayChain information list
chainTypes.chainTypeSTRINGBTCChain Type
chainTypes.withdrawFeeSTRING0Withdrawal fee
chainTypes.minWithdrawQuantitySTRING0.0001Minimum withdrawal amount
chainTypes.maxWIthdrawQuantitySTRING100Maximum withdrawal amount
chainTypes.DepositQuantitySTRING0.0001Minimum deposit quantity
chainTypes.allowDepositBOOLEANtrueWhether to allow deposit
chainTypes.allowWithdrawBOOLEANtrueWhether to allow withdrawal
brokerFiltersObject Array-Not currently in use
contractsObject Array-Not currently in use
optionsObject Array-Not currently in use
Language
Click Try It! to start a request and see the response here!