get https://api-glb.hashkey.com/api/v1/exchangeInfo
Retrieve current exchange trading rules and symbol information
You may now retrieve ExchangeInfo by a specific symbol
Types of trading restrictions
Types | Description |
---|---|
PRICE_FILTER | Price limit |
LOT_SIZE | Limit on the number of transactions |
MIN_NOTIONAL | Minimum nominal limit |
TRADE_AMOUNT | Transaction limit |
LIMIT_TRADING | Limit trading rules |
MARKET_TRADING | Market trading rules |
OPEN_QUOTE | Opening Restrictions |
Trading pair status
Status | Description |
---|---|
TRADING | Continuous trading |
HALT | Trading suspended |
BREAK | Interruption in trading |
Request Parameters
PARAMETER | TYPE | Req 'd | DESCRIPTION |
---|---|---|---|
symbol | STRING | Symbol Name. e.g: "BTCUSDT", "ETHUSDT", "BTCUSDT-PERPETUAL", "ETHUSDT-PERPETUAL" |
Response Content
PARAMETER | TYPE | Example values | DESCRIPTION |
---|---|---|---|
timezone | STRING | UTC | Time zone |
serverTime | INTEGER | 1690084771517 | Server Millisecond Timestamp |
symbols | Object Array | Currency pair description | |
symbols.exchangeId | STRING | 301 | Exchange ID |
symbols.symbol | STRING | BTCUSDT | Currency pair |
symbols.status | ENUM | TRADING | Trading pair status |
symbols.baseAsset | STRING | BTC | Base Asset |
symbols.baseAssetName | STRING | BTC | Name of base asset |
symbols.baseAssetPrecision | STRING | 0.00001 | Precision of base asset |
symbols.quoteAsset | STRING | USD | Quoted Asset |
symbols.quoteAssetName | STRING | USD | Name of quoted asset |
symbols.quotePrecision | STRING | 0.00000001 | Precision of quoted asset |
symbols.retailAllowed | BOOLEAN | false | Will be released soon |
symbols.piAllowed | BOOLEAN | false | Will be released soon |
symbols.corporateAllowed | BOOLEAN | false | Will be released soon |
symbols.omnibusAllowed | BOOLEAN | true | Will be released soon |
symbols.icebergAllowed | STRING | FALSE | Currently not in use |
filters | Object Array | List of trading pair restrictions | |
filters.filterType | STRING | PRICE_FILTER | Trading restriction type refer to appendix "Trading restriction type" |
filters.minPrice | STRING | 0.01 | Minimum price for PRICE_FILTER types only |
filters.maxPrice | STRING | 100000.00000000 | Maximum price for PRICE_FILTER types only |
filters.tickSize | STRING | 0.01 | Minimum price change, only for PRICE_FILTER types |
filters.minQty | STRING | 0.0003 | Minimum number of transactions, only for LOT_SIZE types |
filters.maxQty | STRING | 4 | Maximum number of transactions, only for LOT_SIZE types |
filters.stepSize | STRING | 0.00001 | Minimal change in quantity, only used for LOT_SIZE types |
filters.filterType | STRING | LOT_SIZE | Trading restriction type |
filters.minNotional | STRING | 10 | Minimum notional turnover, only for MIN_NOTIONAL types |
filters.minAmount | STRING | 10 | Minimum turnover, only for TRADE_AMOUNT types |
filters.maxAmount | STRING | 100000 | Maximum turnover, only for TRADE_AMOUNT types |
filters.minBuyPrice | STRING | 6000 | Minimum purchase price, only for TRADE_AMOUNT types |
filters.maxSellPrice | STRING | 150000 | Limit maximum sell price, only for LIMIT_TRADING types |
filters.buyPriceUpRate | STRING | 0.2 | Limit Buy cannot be higher than the mark price, only for LIMIT_TRADING types |
filters.sellPriceDownRate | STRING | 0.2 | Limit Buy cannot be lower than the mark price, only for LIMIT_TRADING type |
filters.buyPriceUpRate | STRING | 0.2 | Market buy cannot be higher than the mark price, only for MARKET_TRADING types |
filters.sellPriceDownRate | STRING | 0.2 | Market buy cannot be lower than the mark price, only for MARKET_TRADING types |
filters.noAllowMarketStartTime | STRING | 1668483032058 | Market order start time is not allowed, only for OPEN_QUOTE types |
filters.noAllowMarketEndTime | STRING | 1668483032058 | Market order end time is not allowed, only for OPEN_QUOTE types |
filters.limitOrderStartTime | STRING | 1668483032058 | Time limit order start time, only for OPEN_QUOTE types |
filters.limitOrderEndTime | STRING | 1668483032058 | Time limit order end time, only for OPEN_QUOTE types |
filters.limitMinPrice | STRING | 0.1 | Lowest price for a limited time limit order, only for OPEN_QUOTE types |
filters.limitMaxPrice | STRING | 1000 | Limit order maximum price, only for OPEN_QUOTE types |
coins | Object Array | 6002 | Coin description |
coins.orgId | STRING (integer) | 6002 | Institution ID |
coins.coinId | STRING | BTC | Coin ID |
coins.coinName | STRING | BTC | Coin name |
coins.allowWithdraw | BOOLEAN | true | Whether to allow withdrawal |
coins.allowDeposit | BOOLEAN | true | Whether to allow deposit |
chainTypes | Object Array | Chain information list | |
chainTypes.chainType | STRING | BTC | Chain Type. Relevant endpoint: get-chaintype |
chainTypes.withdrawFee | STRING | 0 | Withdrawal fee |
chainTypes.minWithdrawQuantity | STRING | 0.0001 | Minimum withdrawal amount |
chainTypes.maxWIthdrawQuantity | STRING | 100 | Maximum withdrawal amount |
chainTypes.DepositQuantity | STRING | 0.0001 | Minimum deposit quantity |
chainTypes.allowDeposit | BOOLEAN | true | Whether to allow deposit |
chainTypes.allowWithdraw | BOOLEAN | true | Whether to allow withdrawal |
brokerFilters | Object Array | - | Not currently in use |
contracts | Object Array | - | Not currently in use |
options | Object Array | - | Not currently in use |