Get Exchange Information

Retrieve current exchange trading rules and symbol information

📘

Note

You may now retrieve ExchangeInfo by a specific symbol

See trading pair information on Web: Link


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.marketOrderMinQtySTRING1Minimum no. of coin for base Asset allowed for for Market Order
filters.marketOrderMaxQtySTRING10000Maximum no. of coin for base Asset allowed Market Orders
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.marketOrderMaxAmountSTRING200000Maximum cash notional allowed for Market order
市价单最大下单金额
filters.filterTypeSTRINGTRADE_AMOUNTTrading restriction type
filters.buyPriceUpRate
"filterType": "LIMIT_TRADING"
STRING0.2Limit Buy cannot be higher than the mark price, only for LIMIT_TRADING types
买入不能高于标记价格的
filters.sellPriceDownRate
"filterType": "LIMIT_TRADING"
STRING0.2Limit Sell cannot be lower than the mark price, only for LIMIT_TRADING type
卖出不能低于标记价格的
filters.buyPriceUpRate
"filterType": "MARKET_TRADING"
STRING0.2Market buy cannot be higher than the mark price, only for MARKET_TRADING types
买入不能高于标记价格的
filters.sellPriceDownRate"filterType": "MARKET_TRADING"STRING0.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.coinFullNameSTRINGBitcoinCoin full name
coins.iconUrlSTRINGIcon URL
coins.allowWithdrawBOOLEANtrueWhether to allow withdrawal
coins.allowDepositBOOLEANtrueWhether to allow deposit
coins.tokenTypeSTRINGCHAIN_TOKENCHAIN_TOKEN
coins.minPrecisionINTEGER0
coins.depositWithdrawAmtPrecisionINTEGER8Deposit/Withdraw precision
coins.showPrecisionINTEGER8Precision for web page
coins.statusINTEGER1Coin status
chainTypesObject ArrayChain information list
chainTypes.chainTypeSTRINGBTCChain Type
chainTypes.withdrawFeeSTRING0Withdrawal fee
chainTypes.minWithdrawQuantitySTRING0.0001Minimum withdrawal amount
chainTypes.maxWIthdrawQuantitySTRING100Maximum withdrawal amount
chainTypes.minDepositQuantitySTRING0.0002Minimum deposit quantity
chainTypes.allowDepositBOOLEANtrueWhether to allow deposit
chainTypes.allowWithdrawBOOLEANtrueWhether to allow withdrawal
chainTypes.tokenNameSTRINGBTC-BTC_BTC
chainTypes.networkSTRINGBTCNetwork
chainTypes.depositFeeSTRING0Deposit fee
chainTypes.refundFeeSTRING0.0002Refund fee
chainTypes.minBlockConfirmSTRING70Credit to account block confirmation (Reference only)
chainTypes.canWithdrawConfirmCountSTRING70Withdrawal block confirmation (Reference only)
brokerFiltersObject Array

Not currently in use
contractsObject Array

Not currently in use
optionsObject Array

Not currently in use
Query Params
string
Defaults to ETHUSD

Symbol Name. e.g: "BTCUSD", "ETHUSDC"

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain