Files
gocryptotrader/testdata/http_mock/binance/binance.json
Ryan O'Hara-Reid 6d8ba0a96a Initial implementation of HTTP mock testing framework (#310)
* Initial implementation of HTTP mock testing framework

Convert to VCR testing server. Segregate live testing via build tags.

Converted Binance to VCR server

Convert Bitstamp to VCR mocking tests

Added VCR mock testing for localbitcoins

* Add server generation for concurrent testing

* Fix linter issues

* Fix linter issue

* fix race - potentially

* revert auto assigning of host vals

* Fix requested changes

* Adds mock testing for ANX
Switch to using TestMain functionality
Added cron job usage for travis-ci to live testing
Added appveyor scheduled build check for live testing

* WOOPS

* silly correction

* Fixes fantastic linter issues

* fixed another whoopsie

* WOOO!

* Adds gemini mock testing with additional fixes

* Add docs and sharedvalue

* Added tls using httptest package

* Fixed issues

* added explicit mock recording reference to error

* Fix requested changes

* strip port from mock files as they are not needed on tls server

* Change incorrect names

* fix requested changes

* lbank update

* Fix another issue

* Updated readme
2019-08-23 15:20:02 +10:00

45467 lines
1.2 MiB

{
"routes": {
"/api/v1/aggTrades": {
"GET": [
{
"data": [
{
"a": 122553794,
"p": "7878.29000000",
"q": "0.03564200",
"f": 134314157,
"l": 134314157,
"T": 1560296988887,
"m": true,
"M": true
},
{
"a": 122553795,
"p": "7878.29000000",
"q": "0.07211900",
"f": 134314158,
"l": 134314158,
"T": 1560296989005,
"m": true,
"M": true
},
{
"a": 122553796,
"p": "7878.29000000",
"q": "0.03317700",
"f": 134314159,
"l": 134314159,
"T": 1560296989099,
"m": true,
"M": true
},
{
"a": 122553797,
"p": "7878.29000000",
"q": "0.11212700",
"f": 134314160,
"l": 134314160,
"T": 1560296989198,
"m": true,
"M": true
},
{
"a": 122553798,
"p": "7878.29000000",
"q": "0.03598700",
"f": 134314161,
"l": 134314161,
"T": 1560296989319,
"m": true,
"M": true
}
],
"queryString": "limit=5\u0026symbol=BTCUSDT",
"bodyParams": "\u003cnil\u003e",
"headers": {}
}
]
},
"/api/v1/depth": {
"GET": [
{
"data": {
"lastUpdateId": 697211255,
"bids": [
[
"7886.01000000",
"0.00484600"
],
[
"7885.98000000",
"0.49716800"
],
[
"7885.96000000",
"1.00000000"
],
[
"7885.74000000",
"0.01720900"
],
[
"7885.55000000",
"0.02237700"
],
[
"7885.11000000",
"0.04452700"
],
[
"7885.09000000",
"0.50000000"
],
[
"7885.01000000",
"0.06131600"
],
[
"7884.55000000",
"0.50000000"
],
[
"7884.28000000",
"0.36721300"
]
],
"asks": [
[
"7888.94000000",
"3.60000000"
],
[
"7888.95000000",
"0.11707400"
],
[
"7889.05000000",
"0.03931600"
],
[
"7889.62000000",
"0.03659000"
],
[
"7890.08000000",
"0.04696200"
],
[
"7890.10000000",
"0.90702600"
],
[
"7890.76000000",
"0.35580100"
],
[
"7890.85000000",
"0.14271800"
],
[
"7891.06000000",
"0.45315700"
],
[
"7891.64000000",
"0.10609900"
]
]
},
"queryString": "limit=10\u0026symbol=BTCUSDT",
"bodyParams": "\u003cnil\u003e",
"headers": {}
}
]
},
"/api/v1/exchangeInfo": {
"GET": [
{
"data": {
"timezone": "UTC",
"serverTime": 1560297862726,
"rateLimits": [
{
"rateLimitType": "REQUEST_WEIGHT",
"interval": "MINUTE",
"intervalNum": 1,
"limit": 1200
},
{
"rateLimitType": "ORDERS",
"interval": "SECOND",
"intervalNum": 1,
"limit": 10
},
{
"rateLimitType": "ORDERS",
"interval": "DAY",
"intervalNum": 1,
"limit": 100000
}
],
"exchangeFilters": [],
"symbols": [
{
"symbol": "ETHBTC",
"status": "TRADING",
"baseAsset": "ETH",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": true,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000100",
"maxPrice": "100000.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00100000",
"maxQty": "100000.00000000",
"stepSize": "0.00100000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "63100.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "LTCBTC",
"status": "TRADING",
"baseAsset": "LTC",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "100000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "72500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BNBBTC",
"status": "TRADING",
"baseAsset": "BNB",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": true,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000010",
"maxPrice": "100000.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "1769700.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "NEOBTC",
"status": "TRADING",
"baseAsset": "NEO",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "100000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "365600.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "QTUMETH",
"status": "TRADING",
"baseAsset": "QTUM",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "146600.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "EOSETH",
"status": "TRADING",
"baseAsset": "EOS",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "286200.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "SNTETH",
"status": "TRADING",
"baseAsset": "SNT",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "7648700.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BNTETH",
"status": "TRADING",
"baseAsset": "BNT",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "356100.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BCCBTC",
"status": "BREAK",
"baseAsset": "BCC",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000100",
"maxPrice": "100000.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00100000",
"maxQty": "100000.00000000",
"stepSize": "0.00100000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "GASBTC",
"status": "TRADING",
"baseAsset": "GAS",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "100000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "111700.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BNBETH",
"status": "TRADING",
"baseAsset": "BNB",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "68100.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BTCUSDT",
"status": "TRADING",
"baseAsset": "BTC",
"baseAssetPrecision": 8,
"quoteAsset": "USDT",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": true,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.01000000",
"maxPrice": "10000000.00000000",
"tickSize": "0.01000000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00000100",
"maxQty": "10000000.00000000",
"stepSize": "0.00000100"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "3200.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ETHUSDT",
"status": "TRADING",
"baseAsset": "ETH",
"baseAssetPrecision": 8,
"quoteAsset": "USDT",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": true,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.01000000",
"maxPrice": "10000000.00000000",
"tickSize": "0.01000000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00001000",
"maxQty": "10000000.00000000",
"stepSize": "0.00001000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "52400.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "HSRBTC",
"status": "BREAK",
"baseAsset": "HSR",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "1.3",
"multiplierDown": "0.7",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "OAXETH",
"status": "TRADING",
"baseAsset": "OAX",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "822600.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "DNTETH",
"status": "TRADING",
"baseAsset": "DNT",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "7750800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "MCOETH",
"status": "TRADING",
"baseAsset": "MCO",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "29700.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ICNETH",
"status": "BREAK",
"baseAsset": "ICN",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "1.3",
"multiplierDown": "0.7",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "MCOBTC",
"status": "TRADING",
"baseAsset": "MCO",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "226300.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "WTCBTC",
"status": "TRADING",
"baseAsset": "WTC",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000010",
"maxPrice": "100000.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "1489800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "WTCETH",
"status": "TRADING",
"baseAsset": "WTC",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "120000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "LRCBTC",
"status": "TRADING",
"baseAsset": "LRC",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "8481800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "LRCETH",
"status": "TRADING",
"baseAsset": "LRC",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "3072100.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "QTUMBTC",
"status": "TRADING",
"baseAsset": "QTUM",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "554400.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "YOYOBTC",
"status": "TRADING",
"baseAsset": "YOYO",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "41680800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "OMGBTC",
"status": "TRADING",
"baseAsset": "OMG",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "371100.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "OMGETH",
"status": "TRADING",
"baseAsset": "OMG",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "372000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ZRXBTC",
"status": "TRADING",
"baseAsset": "ZRX",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "4510800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ZRXETH",
"status": "TRADING",
"baseAsset": "ZRX",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "1617600.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "STRATBTC",
"status": "TRADING",
"baseAsset": "STRAT",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000010",
"maxPrice": "100000.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "1022300.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "STRATETH",
"status": "TRADING",
"baseAsset": "STRAT",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "247900.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "SNGLSBTC",
"status": "TRADING",
"baseAsset": "SNGLS",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "23413000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "SNGLSETH",
"status": "TRADING",
"baseAsset": "SNGLS",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "6821000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BQXBTC",
"status": "TRADING",
"baseAsset": "BQX",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "12797800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BQXETH",
"status": "TRADING",
"baseAsset": "BQX",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "1303500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "KNCBTC",
"status": "TRADING",
"baseAsset": "KNC",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "5147500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "KNCETH",
"status": "TRADING",
"baseAsset": "KNC",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "3642600.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "FUNBTC",
"status": "TRADING",
"baseAsset": "FUN",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "51853200.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "FUNETH",
"status": "TRADING",
"baseAsset": "FUN",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "62536900.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "SNMBTC",
"status": "TRADING",
"baseAsset": "SNM",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "8975000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "SNMETH",
"status": "TRADING",
"baseAsset": "SNM",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "4705100.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "NEOETH",
"status": "TRADING",
"baseAsset": "NEO",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "130000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "IOTABTC",
"status": "TRADING",
"baseAsset": "IOTA",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "12315300.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "IOTAETH",
"status": "TRADING",
"baseAsset": "IOTA",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "2518700.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "LINKBTC",
"status": "TRADING",
"baseAsset": "LINK",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "2976000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "LINKETH",
"status": "TRADING",
"baseAsset": "LINK",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "385500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "XVGBTC",
"status": "TRADING",
"baseAsset": "XVG",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "76202500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "XVGETH",
"status": "TRADING",
"baseAsset": "XVG",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "47534300.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "SALTBTC",
"status": "BREAK",
"baseAsset": "SALT",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000010",
"maxPrice": "100000.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "1.3",
"multiplierDown": "0.7",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "SALTETH",
"status": "BREAK",
"baseAsset": "SALT",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "1.3",
"multiplierDown": "0.7",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "MDABTC",
"status": "TRADING",
"baseAsset": "MDA",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "1092600.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "MDAETH",
"status": "TRADING",
"baseAsset": "MDA",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "178800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "MTLBTC",
"status": "TRADING",
"baseAsset": "MTL",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000010",
"maxPrice": "100000.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "840000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "MTLETH",
"status": "TRADING",
"baseAsset": "MTL",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "214800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "SUBBTC",
"status": "BREAK",
"baseAsset": "SUB",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "SUBETH",
"status": "BREAK",
"baseAsset": "SUB",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "1.3",
"multiplierDown": "0.7",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "EOSBTC",
"status": "TRADING",
"baseAsset": "EOS",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000010",
"maxPrice": "100000.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "1684200.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "SNTBTC",
"status": "TRADING",
"baseAsset": "SNT",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "12415800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ETCETH",
"status": "TRADING",
"baseAsset": "ETC",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "37600.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ETCBTC",
"status": "TRADING",
"baseAsset": "ETC",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "343000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "MTHBTC",
"status": "TRADING",
"baseAsset": "MTH",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "26826400.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "MTHETH",
"status": "TRADING",
"baseAsset": "MTH",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "10684900.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ENGBTC",
"status": "TRADING",
"baseAsset": "ENG",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "2283700.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ENGETH",
"status": "TRADING",
"baseAsset": "ENG",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "844200.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "DNTBTC",
"status": "TRADING",
"baseAsset": "DNT",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "26246600.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ZECBTC",
"status": "TRADING",
"baseAsset": "ZEC",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00100000",
"maxQty": "10000000.00000000",
"stepSize": "0.00100000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "27800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ZECETH",
"status": "TRADING",
"baseAsset": "ZEC",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00100000",
"maxQty": "10000000.00000000",
"stepSize": "0.00100000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "6700.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BNTBTC",
"status": "TRADING",
"baseAsset": "BNT",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "911500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ASTBTC",
"status": "TRADING",
"baseAsset": "AST",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "16333300.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ASTETH",
"status": "TRADING",
"baseAsset": "AST",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "3134700.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "DASHBTC",
"status": "TRADING",
"baseAsset": "DASH",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00100000",
"maxQty": "10000000.00000000",
"stepSize": "0.00100000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "12600.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "DASHETH",
"status": "TRADING",
"baseAsset": "DASH",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00100000",
"maxQty": "10000000.00000000",
"stepSize": "0.00100000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "2400.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "OAXBTC",
"status": "TRADING",
"baseAsset": "OAX",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "3892200.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ICNBTC",
"status": "BREAK",
"baseAsset": "ICN",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BTGBTC",
"status": "TRADING",
"baseAsset": "BTG",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "83200.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BTGETH",
"status": "TRADING",
"baseAsset": "BTG",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "8000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "EVXBTC",
"status": "TRADING",
"baseAsset": "EVX",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "2424900.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "EVXETH",
"status": "TRADING",
"baseAsset": "EVX",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "196100.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "REQBTC",
"status": "TRADING",
"baseAsset": "REQ",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "17712100.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "REQETH",
"status": "TRADING",
"baseAsset": "REQ",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "18357800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "VIBBTC",
"status": "TRADING",
"baseAsset": "VIB",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "9370400.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "VIBETH",
"status": "TRADING",
"baseAsset": "VIB",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "2852000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "HSRETH",
"status": "BREAK",
"baseAsset": "HSR",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "1.3",
"multiplierDown": "0.7",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "TRXBTC",
"status": "TRADING",
"baseAsset": "TRX",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": true,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "177000000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "TRXETH",
"status": "TRADING",
"baseAsset": "TRX",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "60203600.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "POWRBTC",
"status": "TRADING",
"baseAsset": "POWR",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "4829000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "POWRETH",
"status": "TRADING",
"baseAsset": "POWR",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "1218300.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ARKBTC",
"status": "TRADING",
"baseAsset": "ARK",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000010",
"maxPrice": "100000.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "1608500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ARKETH",
"status": "TRADING",
"baseAsset": "ARK",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "171500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "YOYOETH",
"status": "TRADING",
"baseAsset": "YOYO",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "7287900.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "XRPBTC",
"status": "TRADING",
"baseAsset": "XRP",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": true,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "42853300.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "XRPETH",
"status": "TRADING",
"baseAsset": "XRP",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "4202500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "MODBTC",
"status": "BREAK",
"baseAsset": "MOD",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000010",
"maxPrice": "100000.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "1.3",
"multiplierDown": "0.7",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "MODETH",
"status": "BREAK",
"baseAsset": "MOD",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "1.3",
"multiplierDown": "0.7",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ENJBTC",
"status": "TRADING",
"baseAsset": "ENJ",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "19300900.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ENJETH",
"status": "TRADING",
"baseAsset": "ENJ",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "3616900.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "STORJBTC",
"status": "TRADING",
"baseAsset": "STORJ",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "3562900.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "STORJETH",
"status": "TRADING",
"baseAsset": "STORJ",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "294100.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BNBUSDT",
"status": "TRADING",
"baseAsset": "BNB",
"baseAssetPrecision": 8,
"quoteAsset": "USDT",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": true,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00010000",
"maxPrice": "100000.00000000",
"tickSize": "0.00010000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "393000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "VENBNB",
"status": "BREAK",
"baseAsset": "VEN",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00010000",
"maxPrice": "100000.00000000",
"tickSize": "0.00010000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "YOYOBNB",
"status": "TRADING",
"baseAsset": "YOYO",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000100",
"maxPrice": "10000.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "915300.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "POWRBNB",
"status": "TRADING",
"baseAsset": "POWR",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "420100.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "VENBTC",
"status": "BREAK",
"baseAsset": "VEN",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "VENETH",
"status": "BREAK",
"baseAsset": "VEN",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "1.3",
"multiplierDown": "0.7",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "KMDBTC",
"status": "TRADING",
"baseAsset": "KMD",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000010",
"maxPrice": "100000.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "1014400.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "KMDETH",
"status": "TRADING",
"baseAsset": "KMD",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "70200.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "NULSBNB",
"status": "TRADING",
"baseAsset": "NULS",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "94800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "RCNBTC",
"status": "TRADING",
"baseAsset": "RCN",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "14574700.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "RCNETH",
"status": "TRADING",
"baseAsset": "RCN",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "3707200.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "RCNBNB",
"status": "TRADING",
"baseAsset": "RCN",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000100",
"maxPrice": "10000.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "1674200.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "NULSBTC",
"status": "TRADING",
"baseAsset": "NULS",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "962300.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "NULSETH",
"status": "TRADING",
"baseAsset": "NULS",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "124200.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "RDNBTC",
"status": "TRADING",
"baseAsset": "RDN",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "2625600.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "RDNETH",
"status": "TRADING",
"baseAsset": "RDN",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "1288500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "RDNBNB",
"status": "TRADING",
"baseAsset": "RDN",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "87100.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "XMRBTC",
"status": "TRADING",
"baseAsset": "XMR",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00100000",
"maxQty": "10000000.00000000",
"stepSize": "0.00100000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "41700.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "XMRETH",
"status": "TRADING",
"baseAsset": "XMR",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00100000",
"maxQty": "10000000.00000000",
"stepSize": "0.00100000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "4700.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "DLTBNB",
"status": "TRADING",
"baseAsset": "DLT",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "718800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "WTCBNB",
"status": "TRADING",
"baseAsset": "WTC",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00010000",
"maxPrice": "100000.00000000",
"tickSize": "0.00010000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "38400.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "DLTBTC",
"status": "TRADING",
"baseAsset": "DLT",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "10422400.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "DLTETH",
"status": "TRADING",
"baseAsset": "DLT",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "2510300.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "AMBBTC",
"status": "TRADING",
"baseAsset": "AMB",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "16127800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "AMBETH",
"status": "TRADING",
"baseAsset": "AMB",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "4658100.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "AMBBNB",
"status": "TRADING",
"baseAsset": "AMB",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "668000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BCCETH",
"status": "BREAK",
"baseAsset": "BCC",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "1.3",
"multiplierDown": "0.7",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00100000",
"maxQty": "10000000.00000000",
"stepSize": "0.00100000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BCCUSDT",
"status": "BREAK",
"baseAsset": "BCC",
"baseAssetPrecision": 8,
"quoteAsset": "USDT",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.01000000",
"maxPrice": "10000000.00000000",
"tickSize": "0.01000000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "1.3",
"multiplierDown": "0.7",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00001000",
"maxQty": "10000000.00000000",
"stepSize": "0.00001000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BCCBNB",
"status": "BREAK",
"baseAsset": "BCC",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.01000000",
"maxPrice": "100000.00000000",
"tickSize": "0.01000000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00001000",
"maxQty": "10000000.00000000",
"stepSize": "0.00001000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BATBTC",
"status": "TRADING",
"baseAsset": "BAT",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "6664500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BATETH",
"status": "TRADING",
"baseAsset": "BAT",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "1040500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BATBNB",
"status": "TRADING",
"baseAsset": "BAT",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "754800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BCPTBTC",
"status": "TRADING",
"baseAsset": "BCPT",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "15465800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BCPTETH",
"status": "TRADING",
"baseAsset": "BCPT",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "2395500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BCPTBNB",
"status": "TRADING",
"baseAsset": "BCPT",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "914300.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ARNBTC",
"status": "TRADING",
"baseAsset": "ARN",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "2868900.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ARNETH",
"status": "TRADING",
"baseAsset": "ARN",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "308200.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "GVTBTC",
"status": "TRADING",
"baseAsset": "GVT",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000010",
"maxPrice": "100000.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "381100.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "GVTETH",
"status": "TRADING",
"baseAsset": "GVT",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "68500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "CDTBTC",
"status": "TRADING",
"baseAsset": "CDT",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "38110800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "CDTETH",
"status": "TRADING",
"baseAsset": "CDT",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "12174400.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "GXSBTC",
"status": "TRADING",
"baseAsset": "GXS",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000010",
"maxPrice": "100000.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "497300.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "GXSETH",
"status": "TRADING",
"baseAsset": "GXS",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "109600.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "NEOUSDT",
"status": "TRADING",
"baseAsset": "NEO",
"baseAssetPrecision": 8,
"quoteAsset": "USDT",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00100000",
"maxPrice": "10000000.00000000",
"tickSize": "0.00100000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00100000",
"maxQty": "10000000.00000000",
"stepSize": "0.00100000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "236900.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "NEOBNB",
"status": "TRADING",
"baseAsset": "NEO",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00100000",
"maxPrice": "10000000.00000000",
"tickSize": "0.00100000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00100000",
"maxQty": "10000000.00000000",
"stepSize": "0.00100000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "24600.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "POEBTC",
"status": "TRADING",
"baseAsset": "POE",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "69079600.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "POEETH",
"status": "TRADING",
"baseAsset": "POE",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "36484600.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "QSPBTC",
"status": "TRADING",
"baseAsset": "QSP",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "9955800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "QSPETH",
"status": "TRADING",
"baseAsset": "QSP",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "5732800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "QSPBNB",
"status": "TRADING",
"baseAsset": "QSP",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000100",
"maxPrice": "10000.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "1515800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BTSBTC",
"status": "TRADING",
"baseAsset": "BTS",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "13082700.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BTSETH",
"status": "TRADING",
"baseAsset": "BTS",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "1691500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BTSBNB",
"status": "TRADING",
"baseAsset": "BTS",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "803100.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "XZCBTC",
"status": "TRADING",
"baseAsset": "XZC",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "62700.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "XZCETH",
"status": "TRADING",
"baseAsset": "XZC",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "10000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "XZCBNB",
"status": "TRADING",
"baseAsset": "XZC",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00100000",
"maxPrice": "10000000.00000000",
"tickSize": "0.00100000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00100000",
"maxQty": "10000000.00000000",
"stepSize": "0.00100000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "2100.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "LSKBTC",
"status": "TRADING",
"baseAsset": "LSK",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000010",
"maxPrice": "100000.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "596600.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "LSKETH",
"status": "TRADING",
"baseAsset": "LSK",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "115400.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "LSKBNB",
"status": "TRADING",
"baseAsset": "LSK",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00010000",
"maxPrice": "100000.00000000",
"tickSize": "0.00010000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "20100.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "TNTBTC",
"status": "TRADING",
"baseAsset": "TNT",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "15082300.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "TNTETH",
"status": "TRADING",
"baseAsset": "TNT",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "6646900.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "FUELBTC",
"status": "TRADING",
"baseAsset": "FUEL",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "60427700.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "FUELETH",
"status": "TRADING",
"baseAsset": "FUEL",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "24424800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "MANABTC",
"status": "TRADING",
"baseAsset": "MANA",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "19397300.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "MANAETH",
"status": "TRADING",
"baseAsset": "MANA",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "6197900.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BCDBTC",
"status": "TRADING",
"baseAsset": "BCD",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00100000",
"maxQty": "10000000.00000000",
"stepSize": "0.00100000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "266700.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BCDETH",
"status": "TRADING",
"baseAsset": "BCD",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00100000",
"maxQty": "10000000.00000000",
"stepSize": "0.00100000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "118100.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "DGDBTC",
"status": "TRADING",
"baseAsset": "DGD",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00100000",
"maxQty": "10000000.00000000",
"stepSize": "0.00100000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "30900.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "DGDETH",
"status": "TRADING",
"baseAsset": "DGD",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00100000",
"maxQty": "10000000.00000000",
"stepSize": "0.00100000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "9000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "IOTABNB",
"status": "TRADING",
"baseAsset": "IOTA",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "417500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ADXBTC",
"status": "TRADING",
"baseAsset": "ADX",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "5864300.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ADXETH",
"status": "TRADING",
"baseAsset": "ADX",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "524300.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ADXBNB",
"status": "TRADING",
"baseAsset": "ADX",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "218000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ADABTC",
"status": "TRADING",
"baseAsset": "ADA",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "62929600.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ADAETH",
"status": "TRADING",
"baseAsset": "ADA",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "13623000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "PPTBTC",
"status": "TRADING",
"baseAsset": "PPT",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000010",
"maxPrice": "100000.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "503700.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "PPTETH",
"status": "TRADING",
"baseAsset": "PPT",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "110400.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "CMTBTC",
"status": "TRADING",
"baseAsset": "CMT",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "25294300.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "CMTETH",
"status": "TRADING",
"baseAsset": "CMT",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "7780500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "CMTBNB",
"status": "TRADING",
"baseAsset": "CMT",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "661400.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "XLMBTC",
"status": "TRADING",
"baseAsset": "XLM",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "15465700.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "XLMETH",
"status": "TRADING",
"baseAsset": "XLM",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "10947200.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "XLMBNB",
"status": "TRADING",
"baseAsset": "XLM",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "1214300.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "CNDBTC",
"status": "TRADING",
"baseAsset": "CND",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "27678400.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "CNDETH",
"status": "TRADING",
"baseAsset": "CND",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "7973800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "CNDBNB",
"status": "TRADING",
"baseAsset": "CND",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000100",
"maxPrice": "10000.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "2682800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "LENDBTC",
"status": "TRADING",
"baseAsset": "LEND",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "66709800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "LENDETH",
"status": "TRADING",
"baseAsset": "LEND",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "15463700.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "WABIBTC",
"status": "TRADING",
"baseAsset": "WABI",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "3858000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "WABIETH",
"status": "TRADING",
"baseAsset": "WABI",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "647200.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "WABIBNB",
"status": "TRADING",
"baseAsset": "WABI",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "280800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "LTCETH",
"status": "TRADING",
"baseAsset": "LTC",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00100000",
"maxQty": "10000000.00000000",
"stepSize": "0.00100000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "5200.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "LTCUSDT",
"status": "TRADING",
"baseAsset": "LTC",
"baseAssetPrecision": 8,
"quoteAsset": "USDT",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.01000000",
"maxPrice": "10000000.00000000",
"tickSize": "0.01000000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00001000",
"maxQty": "10000000.00000000",
"stepSize": "0.00001000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "55700.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "LTCBNB",
"status": "TRADING",
"baseAsset": "LTC",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.01000000",
"maxPrice": "100000.00000000",
"tickSize": "0.01000000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00001000",
"maxQty": "10000000.00000000",
"stepSize": "0.00001000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "18600.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "TNBBTC",
"status": "TRADING",
"baseAsset": "TNB",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "61109700.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "TNBETH",
"status": "TRADING",
"baseAsset": "TNB",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "38128500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "WAVESBTC",
"status": "TRADING",
"baseAsset": "WAVES",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000010",
"maxPrice": "100000.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "772500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "WAVESETH",
"status": "TRADING",
"baseAsset": "WAVES",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "82200.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "WAVESBNB",
"status": "TRADING",
"baseAsset": "WAVES",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00010000",
"maxPrice": "100000.00000000",
"tickSize": "0.00010000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "22400.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "GTOBTC",
"status": "TRADING",
"baseAsset": "GTO",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "9729600.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "GTOETH",
"status": "TRADING",
"baseAsset": "GTO",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "7988100.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "GTOBNB",
"status": "TRADING",
"baseAsset": "GTO",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "2202000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ICXBTC",
"status": "TRADING",
"baseAsset": "ICX",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000010",
"maxPrice": "100000.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "2926800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ICXETH",
"status": "TRADING",
"baseAsset": "ICX",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "1520800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ICXBNB",
"status": "TRADING",
"baseAsset": "ICX",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "172100.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "OSTBTC",
"status": "TRADING",
"baseAsset": "OST",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "16300200.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "OSTETH",
"status": "TRADING",
"baseAsset": "OST",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "10247300.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "OSTBNB",
"status": "TRADING",
"baseAsset": "OST",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000100",
"maxPrice": "10000.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "993700.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ELFBTC",
"status": "TRADING",
"baseAsset": "ELF",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "4822300.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ELFETH",
"status": "TRADING",
"baseAsset": "ELF",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "2012400.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "AIONBTC",
"status": "TRADING",
"baseAsset": "AION",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000010",
"maxPrice": "100000.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "2889700.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "AIONETH",
"status": "TRADING",
"baseAsset": "AION",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "2146600.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "AIONBNB",
"status": "TRADING",
"baseAsset": "AION",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "191400.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "NEBLBTC",
"status": "TRADING",
"baseAsset": "NEBL",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000010",
"maxPrice": "100000.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "377100.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "NEBLETH",
"status": "TRADING",
"baseAsset": "NEBL",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "71000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "NEBLBNB",
"status": "TRADING",
"baseAsset": "NEBL",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "36800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BRDBTC",
"status": "TRADING",
"baseAsset": "BRD",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "2201500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BRDETH",
"status": "TRADING",
"baseAsset": "BRD",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "237500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BRDBNB",
"status": "TRADING",
"baseAsset": "BRD",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "73200.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "MCOBNB",
"status": "TRADING",
"baseAsset": "MCO",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "12300.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "EDOBTC",
"status": "TRADING",
"baseAsset": "EDO",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000010",
"maxPrice": "100000.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "1514800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "EDOETH",
"status": "TRADING",
"baseAsset": "EDO",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "178900.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "WINGSBTC",
"status": "BREAK",
"baseAsset": "WINGS",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "WINGSETH",
"status": "BREAK",
"baseAsset": "WINGS",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "1.3",
"multiplierDown": "0.7",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "NAVBTC",
"status": "TRADING",
"baseAsset": "NAV",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000010",
"maxPrice": "100000.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "2144400.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "NAVETH",
"status": "TRADING",
"baseAsset": "NAV",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "250300.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "NAVBNB",
"status": "TRADING",
"baseAsset": "NAV",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "43600.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "LUNBTC",
"status": "TRADING",
"baseAsset": "LUN",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000010",
"maxPrice": "100000.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "279800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "LUNETH",
"status": "TRADING",
"baseAsset": "LUN",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "45500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "TRIGBTC",
"status": "BREAK",
"baseAsset": "TRIG",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000010",
"maxPrice": "100000.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "1.3",
"multiplierDown": "0.7",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "TRIGETH",
"status": "BREAK",
"baseAsset": "TRIG",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "1.3",
"multiplierDown": "0.7",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "TRIGBNB",
"status": "BREAK",
"baseAsset": "TRIG",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "APPCBTC",
"status": "TRADING",
"baseAsset": "APPC",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "6279600.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "APPCETH",
"status": "TRADING",
"baseAsset": "APPC",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "2519600.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "APPCBNB",
"status": "TRADING",
"baseAsset": "APPC",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "556300.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "VIBEBTC",
"status": "TRADING",
"baseAsset": "VIBE",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "5029300.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "VIBEETH",
"status": "TRADING",
"baseAsset": "VIBE",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "2290000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "RLCBTC",
"status": "TRADING",
"baseAsset": "RLC",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000010",
"maxPrice": "100000.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "785100.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "RLCETH",
"status": "TRADING",
"baseAsset": "RLC",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "176700.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "RLCBNB",
"status": "TRADING",
"baseAsset": "RLC",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "33100.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "INSBTC",
"status": "TRADING",
"baseAsset": "INS",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000010",
"maxPrice": "100000.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "3027300.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "INSETH",
"status": "TRADING",
"baseAsset": "INS",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "397000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "PIVXBTC",
"status": "TRADING",
"baseAsset": "PIVX",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000010",
"maxPrice": "100000.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "889800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "PIVXETH",
"status": "TRADING",
"baseAsset": "PIVX",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "222100.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "PIVXBNB",
"status": "TRADING",
"baseAsset": "PIVX",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "28100.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "IOSTBTC",
"status": "TRADING",
"baseAsset": "IOST",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "49930700.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "IOSTETH",
"status": "TRADING",
"baseAsset": "IOST",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "17963200.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "CHATBTC",
"status": "BREAK",
"baseAsset": "CHAT",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "CHATETH",
"status": "BREAK",
"baseAsset": "CHAT",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "1.3",
"multiplierDown": "0.7",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "STEEMBTC",
"status": "TRADING",
"baseAsset": "STEEM",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000010",
"maxPrice": "100000.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "1199600.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "STEEMETH",
"status": "TRADING",
"baseAsset": "STEEM",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "312100.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "STEEMBNB",
"status": "TRADING",
"baseAsset": "STEEM",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "75600.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "NANOBTC",
"status": "TRADING",
"baseAsset": "NANO",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000010",
"maxPrice": "100000.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "2262900.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "NANOETH",
"status": "TRADING",
"baseAsset": "NANO",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "294900.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "NANOBNB",
"status": "TRADING",
"baseAsset": "NANO",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00010000",
"maxPrice": "100000.00000000",
"tickSize": "0.00010000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "89000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "VIABTC",
"status": "TRADING",
"baseAsset": "VIA",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000010",
"maxPrice": "100000.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "623500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "VIAETH",
"status": "TRADING",
"baseAsset": "VIA",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "93600.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "VIABNB",
"status": "TRADING",
"baseAsset": "VIA",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "81000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BLZBTC",
"status": "TRADING",
"baseAsset": "BLZ",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "12656600.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BLZETH",
"status": "TRADING",
"baseAsset": "BLZ",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "2188000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BLZBNB",
"status": "TRADING",
"baseAsset": "BLZ",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "468900.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "AEBTC",
"status": "TRADING",
"baseAsset": "AE",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000010",
"maxPrice": "100000.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "597400.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "AEETH",
"status": "TRADING",
"baseAsset": "AE",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "554600.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "AEBNB",
"status": "TRADING",
"baseAsset": "AE",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "123100.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "RPXBTC",
"status": "BREAK",
"baseAsset": "RPX",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "RPXETH",
"status": "BREAK",
"baseAsset": "RPX",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "1.3",
"multiplierDown": "0.7",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "RPXBNB",
"status": "BREAK",
"baseAsset": "RPX",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000100",
"maxPrice": "10000.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "NCASHBTC",
"status": "TRADING",
"baseAsset": "NCASH",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "153000000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "NCASHETH",
"status": "TRADING",
"baseAsset": "NCASH",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "67411900.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "NCASHBNB",
"status": "TRADING",
"baseAsset": "NCASH",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000010",
"maxPrice": "1000.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "21332000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "POABTC",
"status": "TRADING",
"baseAsset": "POA",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "8586800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "POAETH",
"status": "TRADING",
"baseAsset": "POA",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "4744600.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "POABNB",
"status": "TRADING",
"baseAsset": "POA",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "2311900.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ZILBTC",
"status": "TRADING",
"baseAsset": "ZIL",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "44522800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ZILETH",
"status": "TRADING",
"baseAsset": "ZIL",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "19905900.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ZILBNB",
"status": "TRADING",
"baseAsset": "ZIL",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000100",
"maxPrice": "10000.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "9231200.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ONTBTC",
"status": "TRADING",
"baseAsset": "ONT",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000010",
"maxPrice": "100000.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "672900.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ONTETH",
"status": "TRADING",
"baseAsset": "ONT",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "248200.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ONTBNB",
"status": "TRADING",
"baseAsset": "ONT",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "126500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "STORMBTC",
"status": "TRADING",
"baseAsset": "STORM",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "82130100.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "STORMETH",
"status": "TRADING",
"baseAsset": "STORM",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "24609300.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "STORMBNB",
"status": "TRADING",
"baseAsset": "STORM",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000100",
"maxPrice": "10000.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "6673100.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "QTUMBNB",
"status": "TRADING",
"baseAsset": "QTUM",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "24800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "QTUMUSDT",
"status": "TRADING",
"baseAsset": "QTUM",
"baseAssetPrecision": 8,
"quoteAsset": "USDT",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00100000",
"maxPrice": "10000000.00000000",
"tickSize": "0.00100000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00100000",
"maxQty": "10000000.00000000",
"stepSize": "0.00100000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "171500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "XEMBTC",
"status": "TRADING",
"baseAsset": "XEM",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "8118400.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "XEMETH",
"status": "TRADING",
"baseAsset": "XEM",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "2766300.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "XEMBNB",
"status": "TRADING",
"baseAsset": "XEM",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "551800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "WANBTC",
"status": "TRADING",
"baseAsset": "WAN",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000010",
"maxPrice": "100000.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "1116700.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "WANETH",
"status": "TRADING",
"baseAsset": "WAN",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "1177500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "WANBNB",
"status": "TRADING",
"baseAsset": "WAN",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "101300.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "WPRBTC",
"status": "TRADING",
"baseAsset": "WPR",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "12499800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "WPRETH",
"status": "TRADING",
"baseAsset": "WPR",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "11275100.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "QLCBTC",
"status": "TRADING",
"baseAsset": "QLC",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "21208000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "QLCETH",
"status": "TRADING",
"baseAsset": "QLC",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "3120800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "SYSBTC",
"status": "TRADING",
"baseAsset": "SYS",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "10148300.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "SYSETH",
"status": "TRADING",
"baseAsset": "SYS",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "699000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "SYSBNB",
"status": "TRADING",
"baseAsset": "SYS",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "453500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "QLCBNB",
"status": "TRADING",
"baseAsset": "QLC",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000100",
"maxPrice": "10000.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "1132700.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "GRSBTC",
"status": "TRADING",
"baseAsset": "GRS",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "2609800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "GRSETH",
"status": "TRADING",
"baseAsset": "GRS",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "194900.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ADAUSDT",
"status": "TRADING",
"baseAsset": "ADA",
"baseAssetPrecision": 8,
"quoteAsset": "USDT",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "100000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "44681800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ADABNB",
"status": "TRADING",
"baseAsset": "ADA",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "4526300.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "CLOAKBTC",
"status": "BREAK",
"baseAsset": "CLOAK",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000010",
"maxPrice": "100000.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "1.3",
"multiplierDown": "0.7",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "CLOAKETH",
"status": "BREAK",
"baseAsset": "CLOAK",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "1.3",
"multiplierDown": "0.7",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "GNTBTC",
"status": "TRADING",
"baseAsset": "GNT",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "7038900.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "GNTETH",
"status": "TRADING",
"baseAsset": "GNT",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "2165800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "GNTBNB",
"status": "TRADING",
"baseAsset": "GNT",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "442900.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "LOOMBTC",
"status": "TRADING",
"baseAsset": "LOOM",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "4695700.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "LOOMETH",
"status": "TRADING",
"baseAsset": "LOOM",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "4655200.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "LOOMBNB",
"status": "TRADING",
"baseAsset": "LOOM",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "588900.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "XRPUSDT",
"status": "TRADING",
"baseAsset": "XRP",
"baseAssetPrecision": 8,
"quoteAsset": "USDT",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": true,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "100000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "21663800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BCNBTC",
"status": "BREAK",
"baseAsset": "BCN",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BCNETH",
"status": "BREAK",
"baseAsset": "BCN",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "1.3",
"multiplierDown": "0.7",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BCNBNB",
"status": "BREAK",
"baseAsset": "BCN",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000100",
"maxPrice": "10000.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "REPBTC",
"status": "TRADING",
"baseAsset": "REP",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00100000",
"maxQty": "10000000.00000000",
"stepSize": "0.00100000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "39600.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "REPETH",
"status": "TRADING",
"baseAsset": "REP",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00100000",
"maxQty": "10000000.00000000",
"stepSize": "0.00100000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "17800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "REPBNB",
"status": "TRADING",
"baseAsset": "REP",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00100000",
"maxPrice": "10000000.00000000",
"tickSize": "0.00100000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00100000",
"maxQty": "10000000.00000000",
"stepSize": "0.00100000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "2600.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BTCTUSD",
"status": "TRADING",
"baseAsset": "BTC",
"baseAssetPrecision": 8,
"quoteAsset": "TUSD",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.01000000",
"maxPrice": "10000000.00000000",
"tickSize": "0.01000000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00000100",
"maxQty": "10000000.00000000",
"stepSize": "0.00000100"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "200.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "TUSDBTC",
"status": "BREAK",
"baseAsset": "TUSD",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ETHTUSD",
"status": "TRADING",
"baseAsset": "ETH",
"baseAssetPrecision": 8,
"quoteAsset": "TUSD",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.01000000",
"maxPrice": "10000000.00000000",
"tickSize": "0.01000000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00001000",
"maxQty": "10000000.00000000",
"stepSize": "0.00001000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "2300.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "TUSDETH",
"status": "BREAK",
"baseAsset": "TUSD",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "1.3",
"multiplierDown": "0.7",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "TUSDBNB",
"status": "BREAK",
"baseAsset": "TUSD",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ZENBTC",
"status": "TRADING",
"baseAsset": "ZEN",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00100000",
"maxQty": "10000000.00000000",
"stepSize": "0.00100000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "38800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ZENETH",
"status": "TRADING",
"baseAsset": "ZEN",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00100000",
"maxQty": "10000000.00000000",
"stepSize": "0.00100000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "3000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ZENBNB",
"status": "TRADING",
"baseAsset": "ZEN",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00100000",
"maxPrice": "10000000.00000000",
"tickSize": "0.00100000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00100000",
"maxQty": "10000000.00000000",
"stepSize": "0.00100000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "4300.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "SKYBTC",
"status": "TRADING",
"baseAsset": "SKY",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00100000",
"maxQty": "10000000.00000000",
"stepSize": "0.00100000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "295400.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "SKYETH",
"status": "TRADING",
"baseAsset": "SKY",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00100000",
"maxQty": "10000000.00000000",
"stepSize": "0.00100000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "61200.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "SKYBNB",
"status": "TRADING",
"baseAsset": "SKY",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00100000",
"maxPrice": "10000000.00000000",
"tickSize": "0.00100000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00100000",
"maxQty": "10000000.00000000",
"stepSize": "0.00100000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "18400.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "EOSUSDT",
"status": "TRADING",
"baseAsset": "EOS",
"baseAssetPrecision": 8,
"quoteAsset": "USDT",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00010000",
"maxPrice": "100000.00000000",
"tickSize": "0.00010000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "674000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "EOSBNB",
"status": "TRADING",
"baseAsset": "EOS",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00010000",
"maxPrice": "100000.00000000",
"tickSize": "0.00010000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "108500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "CVCBTC",
"status": "TRADING",
"baseAsset": "CVC",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "4964200.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "CVCETH",
"status": "TRADING",
"baseAsset": "CVC",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "793400.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "CVCBNB",
"status": "TRADING",
"baseAsset": "CVC",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "343400.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "THETABTC",
"status": "TRADING",
"baseAsset": "THETA",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "5038700.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "THETAETH",
"status": "TRADING",
"baseAsset": "THETA",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "1737100.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "THETABNB",
"status": "TRADING",
"baseAsset": "THETA",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "755000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "XRPBNB",
"status": "TRADING",
"baseAsset": "XRP",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "1405600.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "TUSDUSDT",
"status": "TRADING",
"baseAsset": "TUSD",
"baseAssetPrecision": 8,
"quoteAsset": "USDT",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00010000",
"maxPrice": "100000.00000000",
"tickSize": "0.00010000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "1720800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "IOTAUSDT",
"status": "TRADING",
"baseAsset": "IOTA",
"baseAssetPrecision": 8,
"quoteAsset": "USDT",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00010000",
"maxPrice": "100000.00000000",
"tickSize": "0.00010000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "3767600.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "XLMUSDT",
"status": "TRADING",
"baseAsset": "XLM",
"baseAssetPrecision": 8,
"quoteAsset": "USDT",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "11819800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "IOTXBTC",
"status": "TRADING",
"baseAsset": "IOTX",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "62047600.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "IOTXETH",
"status": "TRADING",
"baseAsset": "IOTX",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "10494500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "QKCBTC",
"status": "TRADING",
"baseAsset": "QKC",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "24155000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "QKCETH",
"status": "TRADING",
"baseAsset": "QKC",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "6874500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "AGIBTC",
"status": "TRADING",
"baseAsset": "AGI",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "8524400.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "AGIETH",
"status": "TRADING",
"baseAsset": "AGI",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "3979700.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "AGIBNB",
"status": "TRADING",
"baseAsset": "AGI",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "444800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "NXSBTC",
"status": "TRADING",
"baseAsset": "NXS",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000010",
"maxPrice": "100000.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "820500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "NXSETH",
"status": "TRADING",
"baseAsset": "NXS",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "121800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "NXSBNB",
"status": "TRADING",
"baseAsset": "NXS",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00010000",
"maxPrice": "100000.00000000",
"tickSize": "0.00010000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "66500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ENJBNB",
"status": "TRADING",
"baseAsset": "ENJ",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000100",
"maxPrice": "10000.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "963900.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "DATABTC",
"status": "TRADING",
"baseAsset": "DATA",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "10846500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "DATAETH",
"status": "TRADING",
"baseAsset": "DATA",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "3264700.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ONTUSDT",
"status": "TRADING",
"baseAsset": "ONT",
"baseAssetPrecision": 8,
"quoteAsset": "USDT",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00010000",
"maxPrice": "100000.00000000",
"tickSize": "0.00010000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "840800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "TRXBNB",
"status": "TRADING",
"baseAsset": "TRX",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000100",
"maxPrice": "10000.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "10168100.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "TRXUSDT",
"status": "TRADING",
"baseAsset": "TRX",
"baseAssetPrecision": 8,
"quoteAsset": "USDT",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": true,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "100000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "76622600.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ETCUSDT",
"status": "TRADING",
"baseAsset": "ETC",
"baseAssetPrecision": 8,
"quoteAsset": "USDT",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00010000",
"maxPrice": "100000.00000000",
"tickSize": "0.00010000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "159700.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ETCBNB",
"status": "TRADING",
"baseAsset": "ETC",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00010000",
"maxPrice": "100000.00000000",
"tickSize": "0.00010000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "3900.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ICXUSDT",
"status": "TRADING",
"baseAsset": "ICX",
"baseAssetPrecision": 8,
"quoteAsset": "USDT",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00010000",
"maxPrice": "100000.00000000",
"tickSize": "0.00010000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "2173500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "SCBTC",
"status": "TRADING",
"baseAsset": "SC",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "328000000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "SCETH",
"status": "TRADING",
"baseAsset": "SC",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "61896000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "SCBNB",
"status": "TRADING",
"baseAsset": "SC",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000100",
"maxPrice": "10000.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "15000500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "NPXSBTC",
"status": "TRADING",
"baseAsset": "NPXS",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "4340000000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "NPXSETH",
"status": "TRADING",
"baseAsset": "NPXS",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "476000000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "VENUSDT",
"status": "BREAK",
"baseAsset": "VEN",
"baseAssetPrecision": 8,
"quoteAsset": "USDT",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00010000",
"maxPrice": "100000.00000000",
"tickSize": "0.00010000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "1.3",
"multiplierDown": "0.7",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "KEYBTC",
"status": "TRADING",
"baseAsset": "KEY",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "56242900.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "KEYETH",
"status": "TRADING",
"baseAsset": "KEY",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "32748000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "NASBTC",
"status": "TRADING",
"baseAsset": "NAS",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000010",
"maxPrice": "100000.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "279400.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "NASETH",
"status": "TRADING",
"baseAsset": "NAS",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "71800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "NASBNB",
"status": "TRADING",
"baseAsset": "NAS",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "45700.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "MFTBTC",
"status": "TRADING",
"baseAsset": "MFT",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "138000000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "MFTETH",
"status": "TRADING",
"baseAsset": "MFT",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "35855500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "MFTBNB",
"status": "TRADING",
"baseAsset": "MFT",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000100",
"maxPrice": "10000.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "9292000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "DENTBTC",
"status": "TRADING",
"baseAsset": "DENT",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "1830000000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "DENTETH",
"status": "TRADING",
"baseAsset": "DENT",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "125000000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ARDRBTC",
"status": "TRADING",
"baseAsset": "ARDR",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "3945800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ARDRETH",
"status": "TRADING",
"baseAsset": "ARDR",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "358500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ARDRBNB",
"status": "TRADING",
"baseAsset": "ARDR",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "331400.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "NULSUSDT",
"status": "TRADING",
"baseAsset": "NULS",
"baseAssetPrecision": 8,
"quoteAsset": "USDT",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00010000",
"maxPrice": "100000.00000000",
"tickSize": "0.00010000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "353500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "HOTBTC",
"status": "TRADING",
"baseAsset": "HOT",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "1870000000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "HOTETH",
"status": "TRADING",
"baseAsset": "HOT",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "565000000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "VETBTC",
"status": "TRADING",
"baseAsset": "VET",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "116000000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "VETETH",
"status": "TRADING",
"baseAsset": "VET",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "52447600.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "VETUSDT",
"status": "TRADING",
"baseAsset": "VET",
"baseAssetPrecision": 8,
"quoteAsset": "USDT",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000100",
"maxPrice": "10000.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "78479400.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "VETBNB",
"status": "TRADING",
"baseAsset": "VET",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000010",
"maxPrice": "1000.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "30626300.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "DOCKBTC",
"status": "TRADING",
"baseAsset": "DOCK",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "14703300.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "DOCKETH",
"status": "TRADING",
"baseAsset": "DOCK",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "5313300.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "POLYBTC",
"status": "TRADING",
"baseAsset": "POLY",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "6854100.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "POLYBNB",
"status": "TRADING",
"baseAsset": "POLY",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "285600.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "PHXBTC",
"status": "BREAK",
"baseAsset": "PHX",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "79612100.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "PHXETH",
"status": "BREAK",
"baseAsset": "PHX",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "7740200.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "PHXBNB",
"status": "BREAK",
"baseAsset": "PHX",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000100",
"maxPrice": "10000.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "3980900.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "HCBTC",
"status": "TRADING",
"baseAsset": "HC",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000010",
"maxPrice": "100000.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "276700.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "HCETH",
"status": "TRADING",
"baseAsset": "HC",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "66400.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "GOBTC",
"status": "TRADING",
"baseAsset": "GO",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "7814200.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "GOBNB",
"status": "TRADING",
"baseAsset": "GO",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000100",
"maxPrice": "10000.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "949900.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "PAXBTC",
"status": "BREAK",
"baseAsset": "PAX",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "PAXBNB",
"status": "BREAK",
"baseAsset": "PAX",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "PAXUSDT",
"status": "TRADING",
"baseAsset": "PAX",
"baseAssetPrecision": 8,
"quoteAsset": "USDT",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00010000",
"maxPrice": "100000.00000000",
"tickSize": "0.00010000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "2450000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "PAXETH",
"status": "BREAK",
"baseAsset": "PAX",
"baseAssetPrecision": 8,
"quoteAsset": "ETH",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "1.3",
"multiplierDown": "0.7",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.01000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "RVNBTC",
"status": "TRADING",
"baseAsset": "RVN",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "40636700.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "RVNBNB",
"status": "TRADING",
"baseAsset": "RVN",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000100",
"maxPrice": "10000.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "2440800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "DCRBTC",
"status": "TRADING",
"baseAsset": "DCR",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00100000",
"maxQty": "10000000.00000000",
"stepSize": "0.00100000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "28900.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "DCRBNB",
"status": "TRADING",
"baseAsset": "DCR",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00100000",
"maxPrice": "10000000.00000000",
"tickSize": "0.00100000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00100000",
"maxQty": "10000000.00000000",
"stepSize": "0.00100000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "1500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "USDCBNB",
"status": "BREAK",
"baseAsset": "USDC",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "USDCBTC",
"status": "BREAK",
"baseAsset": "USDC",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "MITHBTC",
"status": "TRADING",
"baseAsset": "MITH",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "20880600.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "MITHBNB",
"status": "TRADING",
"baseAsset": "MITH",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "813300.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BCHABCBTC",
"status": "TRADING",
"baseAsset": "BCHABC",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00100000",
"maxQty": "10000000.00000000",
"stepSize": "0.00100000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "31000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BCHSVBTC",
"status": "BREAK",
"baseAsset": "BCHSV",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000000",
"maxPrice": "0.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "1.3",
"multiplierDown": "0.7",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00100000",
"maxQty": "10000000.00000000",
"stepSize": "0.00100000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BCHABCUSDT",
"status": "TRADING",
"baseAsset": "BCHABC",
"baseAssetPrecision": 8,
"quoteAsset": "USDT",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.01000000",
"maxPrice": "10000000.00000000",
"tickSize": "0.01000000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00001000",
"maxQty": "10000000.00000000",
"stepSize": "0.00001000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "22000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BCHSVUSDT",
"status": "BREAK",
"baseAsset": "BCHSV",
"baseAssetPrecision": 8,
"quoteAsset": "USDT",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.01000000",
"maxPrice": "10000000.00000000",
"tickSize": "0.01000000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "1.3",
"multiplierDown": "0.7",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00001000",
"maxQty": "10000000.00000000",
"stepSize": "0.00001000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BNBPAX",
"status": "TRADING",
"baseAsset": "BNB",
"baseAssetPrecision": 8,
"quoteAsset": "PAX",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00010000",
"maxPrice": "100000.00000000",
"tickSize": "0.00010000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "57700.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BTCPAX",
"status": "TRADING",
"baseAsset": "BTC",
"baseAssetPrecision": 8,
"quoteAsset": "PAX",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.01000000",
"maxPrice": "10000000.00000000",
"tickSize": "0.01000000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00000100",
"maxQty": "10000000.00000000",
"stepSize": "0.00000100"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ETHPAX",
"status": "TRADING",
"baseAsset": "ETH",
"baseAssetPrecision": 8,
"quoteAsset": "PAX",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.01000000",
"maxPrice": "10000000.00000000",
"tickSize": "0.01000000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00001000",
"maxQty": "10000000.00000000",
"stepSize": "0.00001000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "2800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "XRPPAX",
"status": "TRADING",
"baseAsset": "XRP",
"baseAssetPrecision": 8,
"quoteAsset": "PAX",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "100000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "971300.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "EOSPAX",
"status": "TRADING",
"baseAsset": "EOS",
"baseAssetPrecision": 8,
"quoteAsset": "PAX",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00010000",
"maxPrice": "100000.00000000",
"tickSize": "0.00010000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "26100.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "XLMPAX",
"status": "TRADING",
"baseAsset": "XLM",
"baseAssetPrecision": 8,
"quoteAsset": "PAX",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "187400.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "RENBTC",
"status": "TRADING",
"baseAsset": "REN",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "8259300.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "RENBNB",
"status": "TRADING",
"baseAsset": "REN",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "1865400.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BNBTUSD",
"status": "TRADING",
"baseAsset": "BNB",
"baseAssetPrecision": 8,
"quoteAsset": "TUSD",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00010000",
"maxPrice": "100000.00000000",
"tickSize": "0.00010000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "35400.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "XRPTUSD",
"status": "TRADING",
"baseAsset": "XRP",
"baseAssetPrecision": 8,
"quoteAsset": "TUSD",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "100000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "946000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "EOSTUSD",
"status": "TRADING",
"baseAsset": "EOS",
"baseAssetPrecision": 8,
"quoteAsset": "TUSD",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00010000",
"maxPrice": "100000.00000000",
"tickSize": "0.00010000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "26500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "XLMTUSD",
"status": "TRADING",
"baseAsset": "XLM",
"baseAssetPrecision": 8,
"quoteAsset": "TUSD",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "389700.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BNBUSDC",
"status": "TRADING",
"baseAsset": "BNB",
"baseAssetPrecision": 8,
"quoteAsset": "USDC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00010000",
"maxPrice": "100000.00000000",
"tickSize": "0.00010000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "27700.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BTCUSDC",
"status": "TRADING",
"baseAsset": "BTC",
"baseAssetPrecision": 8,
"quoteAsset": "USDC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.01000000",
"maxPrice": "10000000.00000000",
"tickSize": "0.01000000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00000100",
"maxQty": "10000000.00000000",
"stepSize": "0.00000100"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "600.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ETHUSDC",
"status": "TRADING",
"baseAsset": "ETH",
"baseAssetPrecision": 8,
"quoteAsset": "USDC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.01000000",
"maxPrice": "10000000.00000000",
"tickSize": "0.01000000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00001000",
"maxQty": "10000000.00000000",
"stepSize": "0.00001000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "3800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "XRPUSDC",
"status": "TRADING",
"baseAsset": "XRP",
"baseAssetPrecision": 8,
"quoteAsset": "USDC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "100000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "1492000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "EOSUSDC",
"status": "TRADING",
"baseAsset": "EOS",
"baseAssetPrecision": 8,
"quoteAsset": "USDC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00010000",
"maxPrice": "100000.00000000",
"tickSize": "0.00010000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "34600.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "XLMUSDC",
"status": "TRADING",
"baseAsset": "XLM",
"baseAssetPrecision": 8,
"quoteAsset": "USDC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "100000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "1401500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "USDCUSDT",
"status": "TRADING",
"baseAsset": "USDC",
"baseAssetPrecision": 8,
"quoteAsset": "USDT",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00010000",
"maxPrice": "100000.00000000",
"tickSize": "0.00010000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "1523100.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ADATUSD",
"status": "TRADING",
"baseAsset": "ADA",
"baseAssetPrecision": 8,
"quoteAsset": "TUSD",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "100000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "2231500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "TRXTUSD",
"status": "TRADING",
"baseAsset": "TRX",
"baseAssetPrecision": 8,
"quoteAsset": "TUSD",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "100000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "7502800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "NEOTUSD",
"status": "TRADING",
"baseAsset": "NEO",
"baseAssetPrecision": 8,
"quoteAsset": "TUSD",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00100000",
"maxPrice": "10000000.00000000",
"tickSize": "0.00100000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00100000",
"maxQty": "10000000.00000000",
"stepSize": "0.00100000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "13500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "TRXXRP",
"status": "TRADING",
"baseAsset": "TRX",
"baseAssetPrecision": 8,
"quoteAsset": "XRP",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "100000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "14698800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "XZCXRP",
"status": "TRADING",
"baseAsset": "XZC",
"baseAssetPrecision": 8,
"quoteAsset": "XRP",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00100000",
"maxPrice": "10000000.00000000",
"tickSize": "0.00100000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00100000",
"maxQty": "10000000.00000000",
"stepSize": "0.00100000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "20400.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "PAXTUSD",
"status": "TRADING",
"baseAsset": "PAX",
"baseAssetPrecision": 8,
"quoteAsset": "TUSD",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00010000",
"maxPrice": "100000.00000000",
"tickSize": "0.00010000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "554400.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "USDCTUSD",
"status": "TRADING",
"baseAsset": "USDC",
"baseAssetPrecision": 8,
"quoteAsset": "TUSD",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00010000",
"maxPrice": "100000.00000000",
"tickSize": "0.00010000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "974900.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "USDCPAX",
"status": "TRADING",
"baseAsset": "USDC",
"baseAssetPrecision": 8,
"quoteAsset": "PAX",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00010000",
"maxPrice": "100000.00000000",
"tickSize": "0.00010000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "460200.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "LINKUSDT",
"status": "TRADING",
"baseAsset": "LINK",
"baseAssetPrecision": 8,
"quoteAsset": "USDT",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00010000",
"maxPrice": "100000.00000000",
"tickSize": "0.00010000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "1275600.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "LINKTUSD",
"status": "TRADING",
"baseAsset": "LINK",
"baseAssetPrecision": 8,
"quoteAsset": "TUSD",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00010000",
"maxPrice": "100000.00000000",
"tickSize": "0.00010000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "186400.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "LINKPAX",
"status": "TRADING",
"baseAsset": "LINK",
"baseAssetPrecision": 8,
"quoteAsset": "PAX",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00010000",
"maxPrice": "100000.00000000",
"tickSize": "0.00010000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "120400.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "LINKUSDC",
"status": "TRADING",
"baseAsset": "LINK",
"baseAssetPrecision": 8,
"quoteAsset": "USDC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00010000",
"maxPrice": "100000.00000000",
"tickSize": "0.00010000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "79700.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "WAVESUSDT",
"status": "TRADING",
"baseAsset": "WAVES",
"baseAssetPrecision": 8,
"quoteAsset": "USDT",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00010000",
"maxPrice": "100000.00000000",
"tickSize": "0.00010000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "126400.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "WAVESTUSD",
"status": "TRADING",
"baseAsset": "WAVES",
"baseAssetPrecision": 8,
"quoteAsset": "TUSD",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00010000",
"maxPrice": "100000.00000000",
"tickSize": "0.00010000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "37300.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "WAVESPAX",
"status": "TRADING",
"baseAsset": "WAVES",
"baseAssetPrecision": 8,
"quoteAsset": "PAX",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00010000",
"maxPrice": "100000.00000000",
"tickSize": "0.00010000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "8500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "WAVESUSDC",
"status": "TRADING",
"baseAsset": "WAVES",
"baseAssetPrecision": 8,
"quoteAsset": "USDC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00010000",
"maxPrice": "100000.00000000",
"tickSize": "0.00010000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "26900.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BCHABCTUSD",
"status": "TRADING",
"baseAsset": "BCHABC",
"baseAssetPrecision": 8,
"quoteAsset": "TUSD",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.01000000",
"maxPrice": "10000000.00000000",
"tickSize": "0.01000000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00001000",
"maxQty": "10000000.00000000",
"stepSize": "0.00001000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "1100.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BCHABCPAX",
"status": "TRADING",
"baseAsset": "BCHABC",
"baseAssetPrecision": 8,
"quoteAsset": "PAX",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.01000000",
"maxPrice": "10000000.00000000",
"tickSize": "0.01000000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00001000",
"maxQty": "10000000.00000000",
"stepSize": "0.00001000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "600.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BCHABCUSDC",
"status": "TRADING",
"baseAsset": "BCHABC",
"baseAssetPrecision": 8,
"quoteAsset": "USDC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.01000000",
"maxPrice": "10000000.00000000",
"tickSize": "0.01000000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00001000",
"maxQty": "10000000.00000000",
"stepSize": "0.00001000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "1700.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BCHSVTUSD",
"status": "BREAK",
"baseAsset": "BCHSV",
"baseAssetPrecision": 8,
"quoteAsset": "TUSD",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.01000000",
"maxPrice": "10000000.00000000",
"tickSize": "0.01000000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "1.3",
"multiplierDown": "0.7",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00001000",
"maxQty": "10000000.00000000",
"stepSize": "0.00001000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BCHSVPAX",
"status": "BREAK",
"baseAsset": "BCHSV",
"baseAssetPrecision": 8,
"quoteAsset": "PAX",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.01000000",
"maxPrice": "10000000.00000000",
"tickSize": "0.01000000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "1.3",
"multiplierDown": "0.7",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00001000",
"maxQty": "10000000.00000000",
"stepSize": "0.00001000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BCHSVUSDC",
"status": "BREAK",
"baseAsset": "BCHSV",
"baseAssetPrecision": 8,
"quoteAsset": "USDC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.01000000",
"maxPrice": "10000000.00000000",
"tickSize": "0.01000000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "1.3",
"multiplierDown": "0.7",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00001000",
"maxQty": "10000000.00000000",
"stepSize": "0.00001000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "LTCTUSD",
"status": "TRADING",
"baseAsset": "LTC",
"baseAssetPrecision": 8,
"quoteAsset": "TUSD",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.01000000",
"maxPrice": "10000000.00000000",
"tickSize": "0.01000000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00001000",
"maxQty": "10000000.00000000",
"stepSize": "0.00001000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "4800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "LTCPAX",
"status": "TRADING",
"baseAsset": "LTC",
"baseAssetPrecision": 8,
"quoteAsset": "PAX",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.01000000",
"maxPrice": "10000000.00000000",
"tickSize": "0.01000000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00001000",
"maxQty": "10000000.00000000",
"stepSize": "0.00001000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "5300.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "LTCUSDC",
"status": "TRADING",
"baseAsset": "LTC",
"baseAssetPrecision": 8,
"quoteAsset": "USDC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.01000000",
"maxPrice": "10000000.00000000",
"tickSize": "0.01000000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00001000",
"maxQty": "10000000.00000000",
"stepSize": "0.00001000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "6000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "TRXPAX",
"status": "TRADING",
"baseAsset": "TRX",
"baseAssetPrecision": 8,
"quoteAsset": "PAX",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "100000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "4068900.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "TRXUSDC",
"status": "TRADING",
"baseAsset": "TRX",
"baseAssetPrecision": 8,
"quoteAsset": "USDC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "100000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "4984400.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BTTBTC",
"status": "TRADING",
"baseAsset": "BTT",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "8020000000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BTTBNB",
"status": "TRADING",
"baseAsset": "BTT",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000100",
"maxPrice": "1000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "385000000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BTTUSDT",
"status": "TRADING",
"baseAsset": "BTT",
"baseAssetPrecision": 8,
"quoteAsset": "USDT",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000010",
"maxPrice": "1000.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "1060000000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BNBUSDS",
"status": "TRADING",
"baseAsset": "BNB",
"baseAssetPrecision": 8,
"quoteAsset": "USDS",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00010000",
"maxPrice": "100000.00000000",
"tickSize": "0.00010000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "6600.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BTCUSDS",
"status": "TRADING",
"baseAsset": "BTC",
"baseAssetPrecision": 8,
"quoteAsset": "USDS",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.01000000",
"maxPrice": "10000000.00000000",
"tickSize": "0.01000000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00000100",
"maxQty": "10000000.00000000",
"stepSize": "0.00000100"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "100.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "USDSUSDT",
"status": "TRADING",
"baseAsset": "USDS",
"baseAssetPrecision": 8,
"quoteAsset": "USDT",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00010000",
"maxPrice": "100000.00000000",
"tickSize": "0.00010000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "153500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "USDSPAX",
"status": "TRADING",
"baseAsset": "USDS",
"baseAssetPrecision": 8,
"quoteAsset": "PAX",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00010000",
"maxPrice": "100000.00000000",
"tickSize": "0.00010000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "156600.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "USDSTUSD",
"status": "TRADING",
"baseAsset": "USDS",
"baseAssetPrecision": 8,
"quoteAsset": "TUSD",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00010000",
"maxPrice": "100000.00000000",
"tickSize": "0.00010000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "74500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "USDSUSDC",
"status": "TRADING",
"baseAsset": "USDS",
"baseAssetPrecision": 8,
"quoteAsset": "USDC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00010000",
"maxPrice": "100000.00000000",
"tickSize": "0.00010000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "232600.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BTTPAX",
"status": "TRADING",
"baseAsset": "BTT",
"baseAssetPrecision": 8,
"quoteAsset": "PAX",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000010",
"maxPrice": "1000.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "95111900.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BTTTUSD",
"status": "TRADING",
"baseAsset": "BTT",
"baseAssetPrecision": 8,
"quoteAsset": "TUSD",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000010",
"maxPrice": "1000.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "78001500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BTTUSDC",
"status": "TRADING",
"baseAsset": "BTT",
"baseAssetPrecision": 8,
"quoteAsset": "USDC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000010",
"maxPrice": "1000.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "125000000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ONGBNB",
"status": "TRADING",
"baseAsset": "ONG",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "51900.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ONGBTC",
"status": "TRADING",
"baseAsset": "ONG",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "1217900.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ONGUSDT",
"status": "TRADING",
"baseAsset": "ONG",
"baseAssetPrecision": 8,
"quoteAsset": "USDT",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00010000",
"maxPrice": "100000.00000000",
"tickSize": "0.00010000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "656200.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "HOTBNB",
"status": "TRADING",
"baseAsset": "HOT",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000100",
"maxPrice": "1000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "71608100.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "HOTUSDT",
"status": "TRADING",
"baseAsset": "HOT",
"baseAssetPrecision": 8,
"quoteAsset": "USDT",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000010",
"maxPrice": "1000.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "241000000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ZILUSDT",
"status": "TRADING",
"baseAsset": "ZIL",
"baseAssetPrecision": 8,
"quoteAsset": "USDT",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "100000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "29107600.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ZRXBNB",
"status": "TRADING",
"baseAsset": "ZRX",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "88200.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ZRXUSDT",
"status": "TRADING",
"baseAsset": "ZRX",
"baseAssetPrecision": 8,
"quoteAsset": "USDT",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00010000",
"maxPrice": "100000.00000000",
"tickSize": "0.00010000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "412400.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "FETBNB",
"status": "TRADING",
"baseAsset": "FET",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "1354700.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "FETBTC",
"status": "TRADING",
"baseAsset": "FET",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "1669300.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "FETUSDT",
"status": "TRADING",
"baseAsset": "FET",
"baseAssetPrecision": 8,
"quoteAsset": "USDT",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00010000",
"maxPrice": "100000.00000000",
"tickSize": "0.00010000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "3243500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BATUSDT",
"status": "TRADING",
"baseAsset": "BAT",
"baseAssetPrecision": 8,
"quoteAsset": "USDT",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00010000",
"maxPrice": "100000.00000000",
"tickSize": "0.00010000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "2120100.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "XMRBNB",
"status": "TRADING",
"baseAsset": "XMR",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00100000",
"maxPrice": "10000000.00000000",
"tickSize": "0.00100000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00100000",
"maxQty": "10000000.00000000",
"stepSize": "0.00100000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "3400.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "XMRUSDT",
"status": "TRADING",
"baseAsset": "XMR",
"baseAssetPrecision": 8,
"quoteAsset": "USDT",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.01000000",
"maxPrice": "10000000.00000000",
"tickSize": "0.01000000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00001000",
"maxQty": "10000000.00000000",
"stepSize": "0.00001000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "8700.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ZECBNB",
"status": "TRADING",
"baseAsset": "ZEC",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00100000",
"maxPrice": "10000000.00000000",
"tickSize": "0.00100000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00100000",
"maxQty": "10000000.00000000",
"stepSize": "0.00100000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "1100.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ZECUSDT",
"status": "TRADING",
"baseAsset": "ZEC",
"baseAssetPrecision": 8,
"quoteAsset": "USDT",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.01000000",
"maxPrice": "10000000.00000000",
"tickSize": "0.01000000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00001000",
"maxQty": "10000000.00000000",
"stepSize": "0.00001000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "6700.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ZECPAX",
"status": "TRADING",
"baseAsset": "ZEC",
"baseAssetPrecision": 8,
"quoteAsset": "PAX",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.01000000",
"maxPrice": "10000000.00000000",
"tickSize": "0.01000000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00001000",
"maxQty": "10000000.00000000",
"stepSize": "0.00001000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "1100.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ZECTUSD",
"status": "TRADING",
"baseAsset": "ZEC",
"baseAssetPrecision": 8,
"quoteAsset": "TUSD",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.01000000",
"maxPrice": "10000000.00000000",
"tickSize": "0.01000000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00001000",
"maxQty": "10000000.00000000",
"stepSize": "0.00001000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "600.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ZECUSDC",
"status": "TRADING",
"baseAsset": "ZEC",
"baseAssetPrecision": 8,
"quoteAsset": "USDC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.01000000",
"maxPrice": "10000000.00000000",
"tickSize": "0.01000000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00001000",
"maxQty": "10000000.00000000",
"stepSize": "0.00001000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "400.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "IOSTBNB",
"status": "TRADING",
"baseAsset": "IOST",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000010",
"maxPrice": "1000.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "5060500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "IOSTUSDT",
"status": "TRADING",
"baseAsset": "IOST",
"baseAssetPrecision": 8,
"quoteAsset": "USDT",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000100",
"maxPrice": "10000.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "41402800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "CELRBNB",
"status": "TRADING",
"baseAsset": "CELR",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000100",
"maxPrice": "10000.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "14310800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "CELRBTC",
"status": "TRADING",
"baseAsset": "CELR",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "45282700.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "CELRUSDT",
"status": "TRADING",
"baseAsset": "CELR",
"baseAssetPrecision": 8,
"quoteAsset": "USDT",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "100000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "36144200.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ADAPAX",
"status": "TRADING",
"baseAsset": "ADA",
"baseAssetPrecision": 8,
"quoteAsset": "PAX",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "100000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "857400.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ADAUSDC",
"status": "TRADING",
"baseAsset": "ADA",
"baseAssetPrecision": 8,
"quoteAsset": "USDC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "100000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "3042200.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "NEOPAX",
"status": "TRADING",
"baseAsset": "NEO",
"baseAssetPrecision": 8,
"quoteAsset": "PAX",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00100000",
"maxPrice": "10000000.00000000",
"tickSize": "0.00100000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00100000",
"maxQty": "10000000.00000000",
"stepSize": "0.00100000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "8800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "NEOUSDC",
"status": "TRADING",
"baseAsset": "NEO",
"baseAssetPrecision": 8,
"quoteAsset": "USDC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00100000",
"maxPrice": "10000000.00000000",
"tickSize": "0.00100000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00100000",
"maxQty": "10000000.00000000",
"stepSize": "0.00100000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "20500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "DASHBNB",
"status": "TRADING",
"baseAsset": "DASH",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00100000",
"maxPrice": "10000000.00000000",
"tickSize": "0.00100000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00100000",
"maxQty": "10000000.00000000",
"stepSize": "0.00100000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "DASHUSDT",
"status": "TRADING",
"baseAsset": "DASH",
"baseAssetPrecision": 8,
"quoteAsset": "USDT",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.01000000",
"maxPrice": "10000000.00000000",
"tickSize": "0.01000000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00001000",
"maxQty": "10000000.00000000",
"stepSize": "0.00001000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "1700.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "NANOUSDT",
"status": "TRADING",
"baseAsset": "NANO",
"baseAssetPrecision": 8,
"quoteAsset": "USDT",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00010000",
"maxPrice": "100000.00000000",
"tickSize": "0.00010000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "279300.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "OMGBNB",
"status": "TRADING",
"baseAsset": "OMG",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "10000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "40300.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "OMGUSDT",
"status": "TRADING",
"baseAsset": "OMG",
"baseAssetPrecision": 8,
"quoteAsset": "USDT",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00010000",
"maxPrice": "100000.00000000",
"tickSize": "0.00010000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "193200.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "THETAUSDT",
"status": "TRADING",
"baseAsset": "THETA",
"baseAssetPrecision": 8,
"quoteAsset": "USDT",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "100000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "1618800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ENJUSDT",
"status": "TRADING",
"baseAsset": "ENJ",
"baseAssetPrecision": 8,
"quoteAsset": "USDT",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "100000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "2366900.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "MITHUSDT",
"status": "TRADING",
"baseAsset": "MITH",
"baseAssetPrecision": 8,
"quoteAsset": "USDT",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "100000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "7316200.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "MATICBNB",
"status": "TRADING",
"baseAsset": "MATIC",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000100",
"maxPrice": "10000.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "37288200.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "MATICBTC",
"status": "TRADING",
"baseAsset": "MATIC",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "349000000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "MATICUSDT",
"status": "TRADING",
"baseAsset": "MATIC",
"baseAssetPrecision": 8,
"quoteAsset": "USDT",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "100000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "78345200.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ATOMBNB",
"status": "TRADING",
"baseAsset": "ATOM",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00010000",
"maxPrice": "100000.00000000",
"tickSize": "0.00010000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "33700.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ATOMBTC",
"status": "TRADING",
"baseAsset": "ATOM",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000010",
"maxPrice": "100000.00000000",
"tickSize": "0.00000010"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "90000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "588300.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ATOMUSDT",
"status": "TRADING",
"baseAsset": "ATOM",
"baseAssetPrecision": 8,
"quoteAsset": "USDT",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00100000",
"maxPrice": "10000000.00000000",
"tickSize": "0.00100000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00100000",
"maxQty": "10000000.00000000",
"stepSize": "0.00100000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "208000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ATOMUSDC",
"status": "TRADING",
"baseAsset": "ATOM",
"baseAssetPrecision": 8,
"quoteAsset": "USDC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00100000",
"maxPrice": "10000000.00000000",
"tickSize": "0.00100000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00100000",
"maxQty": "10000000.00000000",
"stepSize": "0.00100000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "3800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ATOMPAX",
"status": "TRADING",
"baseAsset": "ATOM",
"baseAssetPrecision": 8,
"quoteAsset": "PAX",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00100000",
"maxPrice": "10000000.00000000",
"tickSize": "0.00100000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00100000",
"maxQty": "10000000.00000000",
"stepSize": "0.00100000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "15300.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ATOMTUSD",
"status": "TRADING",
"baseAsset": "ATOM",
"baseAssetPrecision": 8,
"quoteAsset": "TUSD",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00100000",
"maxPrice": "10000000.00000000",
"tickSize": "0.00100000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00100000",
"maxQty": "10000000.00000000",
"stepSize": "0.00100000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "15000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ETCUSDC",
"status": "TRADING",
"baseAsset": "ETC",
"baseAssetPrecision": 8,
"quoteAsset": "USDC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00100000",
"maxPrice": "10000000.00000000",
"tickSize": "0.00100000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00100000",
"maxQty": "10000000.00000000",
"stepSize": "0.00100000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "9800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ETCPAX",
"status": "TRADING",
"baseAsset": "ETC",
"baseAssetPrecision": 8,
"quoteAsset": "PAX",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00100000",
"maxPrice": "10000000.00000000",
"tickSize": "0.00100000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00100000",
"maxQty": "10000000.00000000",
"stepSize": "0.00100000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "1000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ETCTUSD",
"status": "TRADING",
"baseAsset": "ETC",
"baseAssetPrecision": 8,
"quoteAsset": "TUSD",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00100000",
"maxPrice": "10000000.00000000",
"tickSize": "0.00100000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.00100000",
"maxQty": "10000000.00000000",
"stepSize": "0.00100000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "9100.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BATUSDC",
"status": "TRADING",
"baseAsset": "BAT",
"baseAssetPrecision": 8,
"quoteAsset": "USDC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00010000",
"maxPrice": "100000.00000000",
"tickSize": "0.00010000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "302000.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BATPAX",
"status": "TRADING",
"baseAsset": "BAT",
"baseAssetPrecision": 8,
"quoteAsset": "PAX",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00010000",
"maxPrice": "100000.00000000",
"tickSize": "0.00010000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "186800.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "BATTUSD",
"status": "TRADING",
"baseAsset": "BAT",
"baseAssetPrecision": 8,
"quoteAsset": "TUSD",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00010000",
"maxPrice": "100000.00000000",
"tickSize": "0.00010000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.01000000",
"maxQty": "10000000.00000000",
"stepSize": "0.01000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MARKET_LOT_SIZE",
"minQty": "0.00000000",
"maxQty": "85500.00000000",
"stepSize": "0.00000000"
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "PHBBNB",
"status": "TRADING",
"baseAsset": "PHB",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000100",
"maxPrice": "10000.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "PHBBTC",
"status": "TRADING",
"baseAsset": "PHB",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "PHBUSDC",
"status": "TRADING",
"baseAsset": "PHB",
"baseAssetPrecision": 8,
"quoteAsset": "USDC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "100000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "PHBTUSD",
"status": "TRADING",
"baseAsset": "PHB",
"baseAssetPrecision": 8,
"quoteAsset": "TUSD",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "100000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "PHBPAX",
"status": "TRADING",
"baseAsset": "PHB",
"baseAssetPrecision": 8,
"quoteAsset": "PAX",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "100000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "TFUELBNB",
"status": "TRADING",
"baseAsset": "TFUEL",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000100",
"maxPrice": "10000.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "TFUELBTC",
"status": "TRADING",
"baseAsset": "TFUEL",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "TFUELUSDT",
"status": "TRADING",
"baseAsset": "TFUEL",
"baseAssetPrecision": 8,
"quoteAsset": "USDT",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "100000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "TFUELUSDC",
"status": "TRADING",
"baseAsset": "TFUEL",
"baseAssetPrecision": 8,
"quoteAsset": "USDC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "100000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "TFUELTUSD",
"status": "TRADING",
"baseAsset": "TFUEL",
"baseAssetPrecision": 8,
"quoteAsset": "TUSD",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "100000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "TFUELPAX",
"status": "TRADING",
"baseAsset": "TFUEL",
"baseAssetPrecision": 8,
"quoteAsset": "PAX",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "100000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ONEBNB",
"status": "TRADING",
"baseAsset": "ONE",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000100",
"maxPrice": "10000.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ONEBTC",
"status": "TRADING",
"baseAsset": "ONE",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ONEUSDT",
"status": "TRADING",
"baseAsset": "ONE",
"baseAssetPrecision": 8,
"quoteAsset": "USDT",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "100000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ONETUSD",
"status": "TRADING",
"baseAsset": "ONE",
"baseAssetPrecision": 8,
"quoteAsset": "TUSD",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "100000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ONEPAX",
"status": "TRADING",
"baseAsset": "ONE",
"baseAssetPrecision": 8,
"quoteAsset": "PAX",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "100000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "ONEUSDC",
"status": "TRADING",
"baseAsset": "ONE",
"baseAssetPrecision": 8,
"quoteAsset": "USDC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "100000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "FTMBNB",
"status": "TRADING",
"baseAsset": "FTM",
"baseAssetPrecision": 8,
"quoteAsset": "BNB",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000100",
"maxPrice": "10000.00000000",
"tickSize": "0.00000100"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.10000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "FTMBTC",
"status": "TRADING",
"baseAsset": "FTM",
"baseAssetPrecision": 8,
"quoteAsset": "BTC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00000001",
"maxPrice": "100000.00000000",
"tickSize": "0.00000001"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "1.00000000",
"maxQty": "90000000.00000000",
"stepSize": "1.00000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "0.00100000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "FTMUSDT",
"status": "TRADING",
"baseAsset": "FTM",
"baseAssetPrecision": 8,
"quoteAsset": "USDT",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "100000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "FTMTUSD",
"status": "TRADING",
"baseAsset": "FTM",
"baseAssetPrecision": 8,
"quoteAsset": "TUSD",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "100000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "FTMPAX",
"status": "TRADING",
"baseAsset": "FTM",
"baseAssetPrecision": 8,
"quoteAsset": "PAX",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "100000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
},
{
"symbol": "FTMUSDC",
"status": "TRADING",
"baseAsset": "FTM",
"baseAssetPrecision": 8,
"quoteAsset": "USDC",
"quotePrecision": 8,
"orderTypes": [
"LIMIT",
"LIMIT_MAKER",
"MARKET",
"STOP_LOSS_LIMIT",
"TAKE_PROFIT_LIMIT"
],
"icebergAllowed": true,
"isSpotTradingAllowed": true,
"isMarginTradingAllowed": false,
"filters": [
{
"filterType": "PRICE_FILTER",
"minPrice": "0.00001000",
"maxPrice": "100000.00000000",
"tickSize": "0.00001000"
},
{
"filterType": "PERCENT_PRICE",
"multiplierUp": "5",
"multiplierDown": "0.2",
"avgPriceMins": 5
},
{
"filterType": "LOT_SIZE",
"minQty": "0.10000000",
"maxQty": "90000000.00000000",
"stepSize": "0.10000000"
},
{
"filterType": "MIN_NOTIONAL",
"minNotional": "10.00000000",
"applyToMarket": true,
"avgPriceMins": 5
},
{
"filterType": "ICEBERG_PARTS",
"limit": 10
},
{
"filterType": "MAX_NUM_ALGO_ORDERS",
"maxNumAlgoOrders": 5
}
]
}
]
},
"queryString": "",
"bodyParams": "\u003cnil\u003e",
"headers": {}
}
]
},
"/api/v1/historicalTrades": {
"GET": [
{
"data": {
"code": -2014,
"msg": "API-key format invalid."
},
"queryString": "fromid=1337\u0026limit=5\u0026symbol=BTCUSDT",
"bodyParams": "\u003cnil\u003e",
"headers": {}
},
{
"data": {
"code": -2014,
"msg": "API-key format invalid."
},
"queryString": "fromid=0\u0026limit=5\u0026symbol=BTCUSDT",
"bodyParams": "\u003cnil\u003e",
"headers": {}
},
{
"data": {
"code": -2014,
"msg": "API-key format invalid."
},
"queryString": "limit=5\u0026symbol=BTCUSDT",
"bodyParams": "\u003cnil\u003e",
"headers": {}
}
]
},
"/api/v1/klines": {
"GET": [
{
"data": [
[
1560289800000,
"7881.84000000",
"7893.07000000",
"7875.00000000",
"7883.54000000",
"48.48529700",
1560290099999,
"382349.29249228",
834,
"26.54171500",
"209356.25914881",
"0"
],
[
1560290100000,
"7885.23000000",
"7888.87000000",
"7878.02000000",
"7885.00000000",
"67.35000200",
1560290399999,
"530915.10829860",
842,
"41.30834600",
"325645.54788180",
"0"
],
[
1560290400000,
"7883.90000000",
"7890.85000000",
"7874.59000000",
"7875.96000000",
"38.78600600",
1560290699999,
"305845.05705121",
738,
"12.07722800",
"95228.17170730",
"0"
],
[
1560290700000,
"7874.61000000",
"7880.22000000",
"7873.00000000",
"7878.10000000",
"32.01931100",
1560290999999,
"252191.69888947",
634,
"19.45375600",
"153223.94584195",
"0"
],
[
1560291000000,
"7876.46000000",
"7897.80000000",
"7875.00000000",
"7895.15000000",
"57.09996400",
1560291299999,
"450163.99985188",
1072,
"32.52785000",
"256489.35917382",
"0"
],
[
1560291300000,
"7897.02000000",
"7900.00000000",
"7881.26000000",
"7892.98000000",
"36.86890600",
1560291599999,
"290969.83727260",
793,
"21.04945500",
"166142.18520686",
"0"
],
[
1560291600000,
"7892.02000000",
"7905.04000000",
"7889.28000000",
"7905.00000000",
"35.37265200",
1560291899999,
"279242.32341654",
793,
"20.33734800",
"160562.95336440",
"0"
],
[
1560291900000,
"7905.00000000",
"7909.29000000",
"7894.18000000",
"7900.96000000",
"51.66462800",
1560292199999,
"408277.84852476",
830,
"29.64769400",
"234290.68021458",
"0"
],
[
1560292200000,
"7900.77000000",
"7906.52000000",
"7889.61000000",
"7896.68000000",
"45.26993800",
1560292499999,
"357641.67054969",
800,
"26.03810900",
"205699.79402493",
"0"
],
[
1560292500000,
"7896.56000000",
"7903.00000000",
"7894.00000000",
"7902.66000000",
"44.63988800",
1560292799999,
"352595.79732206",
831,
"22.42822900",
"177163.31409709",
"0"
],
[
1560292800000,
"7901.68000000",
"7905.72000000",
"7879.90000000",
"7886.98000000",
"116.18438300",
1560293099999,
"916943.64246997",
1282,
"51.26161500",
"404408.36174471",
"0"
],
[
1560293100000,
"7885.45000000",
"7889.43000000",
"7877.31000000",
"7879.75000000",
"41.70249800",
1560293399999,
"328738.15323699",
753,
"22.28951500",
"175709.46569603",
"0"
],
[
1560293400000,
"7879.77000000",
"7886.96000000",
"7869.37000000",
"7870.00000000",
"85.97570200",
1560293699999,
"677186.81101133",
927,
"55.44460500",
"436658.83891601",
"0"
],
[
1560293700000,
"7870.00000000",
"7870.00000000",
"7863.49000000",
"7869.55000000",
"72.24212400",
1560293999999,
"568442.90824311",
764,
"53.28308100",
"419285.91751837",
"0"
],
[
1560294000000,
"7867.93000000",
"7929.78000000",
"7867.20000000",
"7896.14000000",
"282.87952800",
1560294299999,
"2229697.40509594",
1487,
"244.70839500",
"1928487.97570286",
"0"
],
[
1560294300000,
"7898.81000000",
"7902.13000000",
"7885.58000000",
"7888.42000000",
"65.27782600",
1560294599999,
"515260.60356970",
743,
"37.86963800",
"298905.24330721",
"0"
],
[
1560294600000,
"7891.60000000",
"7894.72000000",
"7880.64000000",
"7883.61000000",
"57.53969200",
1560294899999,
"453829.17707837",
669,
"26.13476400",
"206142.58590609",
"0"
],
[
1560294900000,
"7884.22000000",
"7900.10000000",
"7882.81000000",
"7891.07000000",
"85.75378900",
1560295199999,
"676735.70630014",
908,
"52.85499000",
"417113.35460680",
"0"
],
[
1560295200000,
"7892.17000000",
"7905.97000000",
"7887.98000000",
"7905.97000000",
"124.03521600",
1560295499999,
"979680.45514714",
892,
"40.74581600",
"321816.22842545",
"0"
],
[
1560295500000,
"7904.91000000",
"7906.85000000",
"7894.12000000",
"7904.00000000",
"49.88850200",
1560295799999,
"394182.50097019",
658,
"24.09410100",
"190373.54848526",
"0"
],
[
1560295800000,
"7904.00000000",
"7908.20000000",
"7895.66000000",
"7897.35000000",
"58.66883700",
1560296099999,
"463609.99079062",
778,
"24.77859000",
"195812.97883943",
"0"
],
[
1560296100000,
"7898.12000000",
"7904.32000000",
"7886.80000000",
"7891.37000000",
"45.37032000",
1560296399999,
"358173.04332748",
654,
"26.56629600",
"209713.84022121",
"0"
],
[
1560296400000,
"7891.48000000",
"7894.97000000",
"7881.31000000",
"7882.90000000",
"36.15788200",
1560296699999,
"285239.28461983",
553,
"19.52315300",
"154024.35607127",
"0"
],
[
1560296700000,
"7883.57000000",
"7895.01000000",
"7883.57000000",
"7885.63000000",
"64.60177300",
1560296999999,
"509686.52481889",
548,
"42.80302800",
"337717.93005312",
"0"
]
],
"queryString": "interval=5m\u0026limit=24\u0026symbol=BTCUSDT",
"bodyParams": "\u003cnil\u003e",
"headers": {}
}
]
},
"/api/v1/ticker/24hr": {
"GET": [
{
"data": [
{
"symbol": "ETHBTC",
"priceChange": "0.00015200",
"priceChangePercent": "0.492",
"weightedAvgPrice": "0.03090567",
"prevClosePrice": "0.03089900",
"lastPrice": "0.03105300",
"lastQty": "0.03900000",
"bidPrice": "0.03104200",
"bidQty": "1.61700000",
"askPrice": "0.03105300",
"askQty": "8.39600000",
"openPrice": "0.03090100",
"highPrice": "0.03124000",
"lowPrice": "0.03069600",
"volume": "129150.93400000",
"quoteVolume": "3991.49565303",
"openTime": 1560210242200,
"closeTime": 1560296642200,
"firstId": 127054257,
"lastId": 127184979,
"count": 130723
},
{
"symbol": "LTCBTC",
"priceChange": "0.00104700",
"priceChangePercent": "6.475",
"weightedAvgPrice": "0.01671812",
"prevClosePrice": "0.01617000",
"lastPrice": "0.01721700",
"lastQty": "0.12000000",
"bidPrice": "0.01721300",
"bidQty": "0.58000000",
"askPrice": "0.01721700",
"askQty": "1.91000000",
"openPrice": "0.01617000",
"highPrice": "0.01752700",
"lowPrice": "0.01594300",
"volume": "514301.53000000",
"quoteVolume": "8598.15583782",
"openTime": 1560210241807,
"closeTime": 1560296641807,
"firstId": 27757801,
"lastId": 27905612,
"count": 147812
},
{
"symbol": "BNBBTC",
"priceChange": "0.00003740",
"priceChangePercent": "0.933",
"weightedAvgPrice": "0.00400785",
"prevClosePrice": "0.00401100",
"lastPrice": "0.00404770",
"lastQty": "0.31000000",
"bidPrice": "0.00404700",
"bidQty": "11.09000000",
"askPrice": "0.00404770",
"askQty": "11.29000000",
"openPrice": "0.00401030",
"highPrice": "0.00404780",
"lowPrice": "0.00396120",
"volume": "2500696.35000000",
"quoteVolume": "10022.42483221",
"openTime": 1560210241963,
"closeTime": 1560296641963,
"firstId": 49608008,
"lastId": 49690881,
"count": 82874
},
{
"symbol": "NEOBTC",
"priceChange": "0.00001800",
"priceChangePercent": "1.171",
"weightedAvgPrice": "0.00153873",
"prevClosePrice": "0.00153700",
"lastPrice": "0.00155500",
"lastQty": "54.36000000",
"bidPrice": "0.00155500",
"bidQty": "44.70000000",
"askPrice": "0.00155600",
"askQty": "297.12000000",
"openPrice": "0.00153700",
"highPrice": "0.00157500",
"lowPrice": "0.00151300",
"volume": "349009.48000000",
"quoteVolume": "537.03121117",
"openTime": 1560210242365,
"closeTime": 1560296642365,
"firstId": 26947014,
"lastId": 26964071,
"count": 17058
},
{
"symbol": "QTUMETH",
"priceChange": "-0.00016400",
"priceChangePercent": "-1.263",
"weightedAvgPrice": "0.01292534",
"prevClosePrice": "0.01298000",
"lastPrice": "0.01282000",
"lastQty": "1.00000000",
"bidPrice": "0.01277300",
"bidQty": "3.95000000",
"askPrice": "0.01282000",
"askQty": "16.44000000",
"openPrice": "0.01298400",
"highPrice": "0.01336000",
"lowPrice": "0.01269100",
"volume": "64460.16000000",
"quoteVolume": "833.16968650",
"openTime": 1560210242001,
"closeTime": 1560296642001,
"firstId": 3591805,
"lastId": 3593885,
"count": 2081
},
{
"symbol": "EOSETH",
"priceChange": "-0.00021200",
"priceChangePercent": "-0.815",
"weightedAvgPrice": "0.02589703",
"prevClosePrice": "0.02599100",
"lastPrice": "0.02579800",
"lastQty": "10.95000000",
"bidPrice": "0.02580000",
"bidQty": "0.77000000",
"askPrice": "0.02580300",
"askQty": "30.88000000",
"openPrice": "0.02601000",
"highPrice": "0.02624600",
"lowPrice": "0.02566800",
"volume": "189008.84000000",
"quoteVolume": "4894.76829344",
"openTime": 1560210241817,
"closeTime": 1560296641817,
"firstId": 15155696,
"lastId": 15163777,
"count": 8082
},
{
"symbol": "SNTETH",
"priceChange": "0.00000075",
"priceChangePercent": "0.621",
"weightedAvgPrice": "0.00012203",
"prevClosePrice": "0.00012087",
"lastPrice": "0.00012161",
"lastQty": "3506.00000000",
"bidPrice": "0.00012129",
"bidQty": "8230.00000000",
"askPrice": "0.00012177",
"askQty": "7413.00000000",
"openPrice": "0.00012086",
"highPrice": "0.00012576",
"lowPrice": "0.00011935",
"volume": "1619318.00000000",
"quoteVolume": "197.60326762",
"openTime": 1560210241181,
"closeTime": 1560296641181,
"firstId": 2179270,
"lastId": 2180436,
"count": 1167
},
{
"symbol": "BNTETH",
"priceChange": "0.00002800",
"priceChangePercent": "0.981",
"weightedAvgPrice": "0.00284127",
"prevClosePrice": "0.00284800",
"lastPrice": "0.00288200",
"lastQty": "92.00000000",
"bidPrice": "0.00287800",
"bidQty": "428.00000000",
"askPrice": "0.00288200",
"askQty": "1987.00000000",
"openPrice": "0.00285400",
"highPrice": "0.00288300",
"lowPrice": "0.00280800",
"volume": "243660.13000000",
"quoteVolume": "692.30447894",
"openTime": 1560210241719,
"closeTime": 1560296641719,
"firstId": 921359,
"lastId": 922549,
"count": 1191
},
{
"symbol": "BCCBTC",
"priceChange": "0.00000000",
"priceChangePercent": "0",
"weightedAvgPrice": "0",
"prevClosePrice": "0.07908100",
"lastPrice": "0.00000000",
"lastQty": "0.00000000",
"bidPrice": "0.00000000",
"bidQty": "0.00000000",
"askPrice": "0.00000000",
"askQty": "0.00000000",
"openPrice": "0.00000000",
"highPrice": "0.00000000",
"lowPrice": "0.00000000",
"volume": "0.00000000",
"quoteVolume": "0.00000000",
"openTime": 1557998596356,
"closeTime": 1558084996356,
"firstId": -1,
"lastId": -1,
"count": 0
},
{
"symbol": "GASBTC",
"priceChange": "0.00000000",
"priceChangePercent": "0.000",
"weightedAvgPrice": "0.00039292",
"prevClosePrice": "0.00039600",
"lastPrice": "0.00039600",
"lastQty": "477.44000000",
"bidPrice": "0.00039500",
"bidQty": "1671.60000000",
"askPrice": "0.00039700",
"askQty": "206.04000000",
"openPrice": "0.00039600",
"highPrice": "0.00040100",
"lowPrice": "0.00038500",
"volume": "151310.29000000",
"quoteVolume": "59.45228817",
"openTime": 1560210242353,
"closeTime": 1560296642353,
"firstId": 5210558,
"lastId": 5214567,
"count": 4010
},
{
"symbol": "BNBETH",
"priceChange": "0.00063900",
"priceChangePercent": "0.492",
"weightedAvgPrice": "0.12963651",
"prevClosePrice": "0.12969200",
"lastPrice": "0.13040000",
"lastQty": "0.04000000",
"bidPrice": "0.13026500",
"bidQty": "6.87000000",
"askPrice": "0.13040000",
"askQty": "16.84000000",
"openPrice": "0.12976100",
"highPrice": "0.13125000",
"lowPrice": "0.12841600",
"volume": "71426.40000000",
"quoteVolume": "9259.46897511",
"openTime": 1560210239869,
"closeTime": 1560296639869,
"firstId": 13474298,
"lastId": 13490901,
"count": 16604
},
{
"symbol": "BTCUSDT",
"priceChange": "-80.09000000",
"priceChangePercent": "-1.005",
"weightedAvgPrice": "7847.79388595",
"prevClosePrice": "7964.64000000",
"lastPrice": "7886.47000000",
"lastQty": "0.18337000",
"bidPrice": "7885.11000000",
"bidQty": "0.08648600",
"askPrice": "7887.47000000",
"askQty": "0.09149000",
"openPrice": "7966.56000000",
"highPrice": "8010.00000000",
"lowPrice": "7692.23000000",
"volume": "30439.44903900",
"quoteVolume": "238882522.05987985",
"openTime": 1560210242340,
"closeTime": 1560296642340,
"firstId": 134002942,
"lastId": 134313369,
"count": 310428
},
{
"symbol": "ETHUSDT",
"priceChange": "-1.25000000",
"priceChangePercent": "-0.508",
"weightedAvgPrice": "242.34131800",
"prevClosePrice": "246.13000000",
"lastPrice": "244.86000000",
"lastQty": "0.04524000",
"bidPrice": "244.76000000",
"bidQty": "4.45732000",
"askPrice": "244.88000000",
"askQty": "0.45741000",
"openPrice": "246.11000000",
"highPrice": "247.80000000",
"lowPrice": "236.49000000",
"volume": "238959.65780000",
"quoteVolume": "57909798.42086450",
"openTime": 1560210242308,
"closeTime": 1560296642308,
"firstId": 79293778,
"lastId": 79427408,
"count": 133631
},
{
"symbol": "HSRBTC",
"priceChange": "0.00000000",
"priceChangePercent": "0",
"weightedAvgPrice": "0",
"prevClosePrice": "0.00041400",
"lastPrice": "0.00000000",
"lastQty": "0.00000000",
"bidPrice": "0.00000000",
"bidQty": "0.00000000",
"askPrice": "0.00000000",
"askQty": "0.00000000",
"openPrice": "0.00000000",
"highPrice": "0.00000000",
"lowPrice": "0.00000000",
"volume": "0.00000000",
"quoteVolume": "0.00000000",
"openTime": 1557998596357,
"closeTime": 1558084996357,
"firstId": -1,
"lastId": -1,
"count": 0
},
{
"symbol": "OAXETH",
"priceChange": "0.00003860",
"priceChangePercent": "4.412",
"weightedAvgPrice": "0.00093744",
"prevClosePrice": "0.00087100",
"lastPrice": "0.00091340",
"lastQty": "345.00000000",
"bidPrice": "0.00090880",
"bidQty": "53.00000000",
"askPrice": "0.00091450",
"askQty": "314.00000000",
"openPrice": "0.00087480",
"highPrice": "0.00102220",
"lowPrice": "0.00082690",
"volume": "819183.00000000",
"quoteVolume": "767.93268970",
"openTime": 1560210242345,
"closeTime": 1560296642345,
"firstId": 1230567,
"lastId": 1233261,
"count": 2695
},
{
"symbol": "DNTETH",
"priceChange": "0.00000118",
"priceChangePercent": "1.613",
"weightedAvgPrice": "0.00007304",
"prevClosePrice": "0.00007286",
"lastPrice": "0.00007433",
"lastQty": "136.00000000",
"bidPrice": "0.00007428",
"bidQty": "60907.00000000",
"askPrice": "0.00007498",
"askQty": "6886.00000000",
"openPrice": "0.00007315",
"highPrice": "0.00007593",
"lowPrice": "0.00007091",
"volume": "1873284.00000000",
"quoteVolume": "136.82393602",
"openTime": 1560210234786,
"closeTime": 1560296634786,
"firstId": 1482380,
"lastId": 1482908,
"count": 529
},
{
"symbol": "MCOETH",
"priceChange": "0.00212900",
"priceChangePercent": "8.516",
"weightedAvgPrice": "0.02645715",
"prevClosePrice": "0.02505000",
"lastPrice": "0.02712900",
"lastQty": "22.85000000",
"bidPrice": "0.02697800",
"bidQty": "9.66000000",
"askPrice": "0.02712000",
"askQty": "1.28000000",
"openPrice": "0.02500000",
"highPrice": "0.02807100",
"lowPrice": "0.02498500",
"volume": "44966.87000000",
"quoteVolume": "1189.69509856",
"openTime": 1560210242110,
"closeTime": 1560296642110,
"firstId": 1667413,
"lastId": 1671898,
"count": 4486
},
{
"symbol": "ICNETH",
"priceChange": "0.00000000",
"priceChangePercent": "0",
"weightedAvgPrice": "0",
"prevClosePrice": "0.00166300",
"lastPrice": "0.00000000",
"lastQty": "0.00000000",
"bidPrice": "0.00000000",
"bidQty": "0.00000000",
"askPrice": "0.00000000",
"askQty": "0.00000000",
"openPrice": "0.00000000",
"highPrice": "0.00000000",
"lowPrice": "0.00000000",
"volume": "0.00000000",
"quoteVolume": "0.00000000",
"openTime": 1557998596358,
"closeTime": 1558084996358,
"firstId": -1,
"lastId": -1,
"count": 0
},
{
"symbol": "MCOBTC",
"priceChange": "0.00006900",
"priceChangePercent": "8.949",
"weightedAvgPrice": "0.00082091",
"prevClosePrice": "0.00077300",
"lastPrice": "0.00084000",
"lastQty": "5.00000000",
"bidPrice": "0.00083700",
"bidQty": "138.28000000",
"askPrice": "0.00084000",
"askQty": "4.42000000",
"openPrice": "0.00077100",
"highPrice": "0.00086700",
"lowPrice": "0.00077000",
"volume": "340047.00000000",
"quoteVolume": "279.14906756",
"openTime": 1560210242297,
"closeTime": 1560296642297,
"firstId": 7832972,
"lastId": 7846921,
"count": 13950
},
{
"symbol": "WTCBTC",
"priceChange": "0.00000520",
"priceChangePercent": "1.899",
"weightedAvgPrice": "0.00027704",
"prevClosePrice": "0.00027400",
"lastPrice": "0.00027910",
"lastQty": "88.93000000",
"bidPrice": "0.00027890",
"bidQty": "69.87000000",
"askPrice": "0.00027920",
"askQty": "76.19000000",
"openPrice": "0.00027390",
"highPrice": "0.00028500",
"lowPrice": "0.00027180",
"volume": "1107228.23000000",
"quoteVolume": "306.74562803",
"openTime": 1560210241733,
"closeTime": 1560296641733,
"firstId": 9902375,
"lastId": 9911179,
"count": 8805
},
{
"symbol": "WTCETH",
"priceChange": "0.00013400",
"priceChangePercent": "1.511",
"weightedAvgPrice": "0.00895546",
"prevClosePrice": "0.00887000",
"lastPrice": "0.00900400",
"lastQty": "1.36000000",
"bidPrice": "0.00897000",
"bidQty": "2.46000000",
"askPrice": "0.00900300",
"askQty": "5.85000000",
"openPrice": "0.00887000",
"highPrice": "0.00922100",
"lowPrice": "0.00883600",
"volume": "48612.76000000",
"quoteVolume": "435.34981892",
"openTime": 1560210242194,
"closeTime": 1560296642194,
"firstId": 2679645,
"lastId": 2680798,
"count": 1154
},
{
"symbol": "LRCBTC",
"priceChange": "-0.00000029",
"priceChangePercent": "-3.341",
"weightedAvgPrice": "0.00000829",
"prevClosePrice": "0.00000868",
"lastPrice": "0.00000839",
"lastQty": "341.00000000",
"bidPrice": "0.00000839",
"bidQty": "3419.00000000",
"askPrice": "0.00000840",
"askQty": "31956.00000000",
"openPrice": "0.00000868",
"highPrice": "0.00000873",
"lowPrice": "0.00000808",
"volume": "7560191.00000000",
"quoteVolume": "62.69600662",
"openTime": 1560210230584,
"closeTime": 1560296630584,
"firstId": 4590594,
"lastId": 4594678,
"count": 4085
},
{
"symbol": "LRCETH",
"priceChange": "-0.00001001",
"priceChangePercent": "-3.552",
"weightedAvgPrice": "0.00026811",
"prevClosePrice": "0.00028072",
"lastPrice": "0.00027183",
"lastQty": "343.00000000",
"bidPrice": "0.00026992",
"bidQty": "838.00000000",
"askPrice": "0.00027211",
"askQty": "1101.00000000",
"openPrice": "0.00028184",
"highPrice": "0.00028246",
"lowPrice": "0.00026172",
"volume": "650259.00000000",
"quoteVolume": "174.34401360",
"openTime": 1560210240757,
"closeTime": 1560296640757,
"firstId": 1642858,
"lastId": 1643965,
"count": 1108
},
{
"symbol": "QTUMBTC",
"priceChange": "-0.00000200",
"priceChangePercent": "-0.500",
"weightedAvgPrice": "0.00039913",
"prevClosePrice": "0.00040000",
"lastPrice": "0.00039800",
"lastQty": "1901.77000000",
"bidPrice": "0.00039700",
"bidQty": "213.92000000",
"askPrice": "0.00039800",
"askQty": "1446.60000000",
"openPrice": "0.00040000",
"highPrice": "0.00041300",
"lowPrice": "0.00039300",
"volume": "423019.61000000",
"quoteVolume": "168.83809369",
"openTime": 1560210242039,
"closeTime": 1560296642039,
"firstId": 9862161,
"lastId": 9868847,
"count": 6687
},
{
"symbol": "YOYOBTC",
"priceChange": "0.00000013",
"priceChangePercent": "4.050",
"weightedAvgPrice": "0.00000329",
"prevClosePrice": "0.00000323",
"lastPrice": "0.00000334",
"lastQty": "2928.00000000",
"bidPrice": "0.00000332",
"bidQty": "2882.00000000",
"askPrice": "0.00000333",
"askQty": "9354.00000000",
"openPrice": "0.00000321",
"highPrice": "0.00000345",
"lowPrice": "0.00000318",
"volume": "20563763.00000000",
"quoteVolume": "67.73176743",
"openTime": 1560210236448,
"closeTime": 1560296636448,
"firstId": 4366438,
"lastId": 4370171,
"count": 3734
},
{
"symbol": "OMGBTC",
"priceChange": "-0.00000200",
"priceChangePercent": "-0.791",
"weightedAvgPrice": "0.00025000",
"prevClosePrice": "0.00025300",
"lastPrice": "0.00025100",
"lastQty": "12.44000000",
"bidPrice": "0.00025000",
"bidQty": "2747.29000000",
"askPrice": "0.00025100",
"askQty": "4986.18000000",
"openPrice": "0.00025300",
"highPrice": "0.00025400",
"lowPrice": "0.00024500",
"volume": "599909.58000000",
"quoteVolume": "149.97758385",
"openTime": 1560210240810,
"closeTime": 1560296640810,
"firstId": 9755698,
"lastId": 9760139,
"count": 4442
},
{
"symbol": "OMGETH",
"priceChange": "-0.00016200",
"priceChangePercent": "-1.972",
"weightedAvgPrice": "0.00806463",
"prevClosePrice": "0.00821700",
"lastPrice": "0.00805500",
"lastQty": "3.60000000",
"bidPrice": "0.00804800",
"bidQty": "2.93000000",
"askPrice": "0.00807200",
"askQty": "3.60000000",
"openPrice": "0.00821700",
"highPrice": "0.00823000",
"lowPrice": "0.00794700",
"volume": "143961.83000000",
"quoteVolume": "1160.99857784",
"openTime": 1560210241816,
"closeTime": 1560296641816,
"firstId": 3348268,
"lastId": 3350350,
"count": 2083
},
{
"symbol": "ZRXBTC",
"priceChange": "-0.00000013",
"priceChangePercent": "-0.315",
"weightedAvgPrice": "0.00004095",
"prevClosePrice": "0.00004118",
"lastPrice": "0.00004113",
"lastQty": "1181.00000000",
"bidPrice": "0.00004112",
"bidQty": "1141.00000000",
"askPrice": "0.00004113",
"askQty": "450.00000000",
"openPrice": "0.00004126",
"highPrice": "0.00004135",
"lowPrice": "0.00004055",
"volume": "3902287.00000000",
"quoteVolume": "159.79234638",
"openTime": 1560210241770,
"closeTime": 1560296641770,
"firstId": 11914440,
"lastId": 11920946,
"count": 6507
},
{
"symbol": "ZRXETH",
"priceChange": "-0.00000756",
"priceChangePercent": "-0.567",
"weightedAvgPrice": "0.00132220",
"prevClosePrice": "0.00133228",
"lastPrice": "0.00132632",
"lastQty": "8.00000000",
"bidPrice": "0.00132400",
"bidQty": "6095.00000000",
"askPrice": "0.00132636",
"askQty": "1861.00000000",
"openPrice": "0.00133388",
"highPrice": "0.00136000",
"lowPrice": "0.00130925",
"volume": "491642.00000000",
"quoteVolume": "650.04899345",
"openTime": 1560210240537,
"closeTime": 1560296640537,
"firstId": 3507829,
"lastId": 3509417,
"count": 1589
},
{
"symbol": "STRATBTC",
"priceChange": "-0.00000040",
"priceChangePercent": "-0.333",
"weightedAvgPrice": "0.00011976",
"prevClosePrice": "0.00012040",
"lastPrice": "0.00011970",
"lastQty": "49.99000000",
"bidPrice": "0.00011960",
"bidQty": "248.55000000",
"askPrice": "0.00011970",
"askQty": "58.70000000",
"openPrice": "0.00012010",
"highPrice": "0.00012190",
"lowPrice": "0.00011770",
"volume": "720978.13000000",
"quoteVolume": "86.34414101",
"openTime": 1560210240546,
"closeTime": 1560296640546,
"firstId": 8033229,
"lastId": 8037702,
"count": 4474
},
{
"symbol": "STRATETH",
"priceChange": "-0.00004700",
"priceChangePercent": "-1.208",
"weightedAvgPrice": "0.00387753",
"prevClosePrice": "0.00388500",
"lastPrice": "0.00384300",
"lastQty": "36.23000000",
"bidPrice": "0.00384500",
"bidQty": "251.47000000",
"askPrice": "0.00386500",
"askQty": "234.00000000",
"openPrice": "0.00389000",
"highPrice": "0.00394800",
"lowPrice": "0.00382500",
"volume": "41218.38000000",
"quoteVolume": "159.82561490",
"openTime": 1560210241809,
"closeTime": 1560296641809,
"firstId": 1238235,
"lastId": 1238975,
"count": 741
},
{
"symbol": "SNGLSBTC",
"priceChange": "0.00000008",
"priceChangePercent": "3.509",
"weightedAvgPrice": "0.00000238",
"prevClosePrice": "0.00000227",
"lastPrice": "0.00000236",
"lastQty": "159037.00000000",
"bidPrice": "0.00000236",
"bidQty": "148725.00000000",
"askPrice": "0.00000238",
"askQty": "32797.00000000",
"openPrice": "0.00000228",
"highPrice": "0.00000249",
"lowPrice": "0.00000225",
"volume": "25483511.00000000",
"quoteVolume": "60.59798108",
"openTime": 1560210240941,
"closeTime": 1560296640941,
"firstId": 4325983,
"lastId": 4329865,
"count": 3883
},
{
"symbol": "SNGLSETH",
"priceChange": "0.00000337",
"priceChangePercent": "4.583",
"weightedAvgPrice": "0.00007736",
"prevClosePrice": "0.00007364",
"lastPrice": "0.00007691",
"lastQty": "179.00000000",
"bidPrice": "0.00007599",
"bidQty": "1621.00000000",
"askPrice": "0.00007684",
"askQty": "459.00000000",
"openPrice": "0.00007354",
"highPrice": "0.00008054",
"lowPrice": "0.00007310",
"volume": "2111144.00000000",
"quoteVolume": "163.31190790",
"openTime": 1560210239190,
"closeTime": 1560296639190,
"firstId": 1163775,
"lastId": 1164550,
"count": 776
},
{
"symbol": "BQXBTC",
"priceChange": "0.00000050",
"priceChangePercent": "2.894",
"weightedAvgPrice": "0.00001791",
"prevClosePrice": "0.00001727",
"lastPrice": "0.00001778",
"lastQty": "159.00000000",
"bidPrice": "0.00001774",
"bidQty": "113.00000000",
"askPrice": "0.00001778",
"askQty": "66.00000000",
"openPrice": "0.00001728",
"highPrice": "0.00001868",
"lowPrice": "0.00001700",
"volume": "9571328.00000000",
"quoteVolume": "171.44754189",
"openTime": 1560210242324,
"closeTime": 1560296642324,
"firstId": 6001241,
"lastId": 6010667,
"count": 9427
},
{
"symbol": "BQXETH",
"priceChange": "0.00001010",
"priceChangePercent": "1.803",
"weightedAvgPrice": "0.00057860",
"prevClosePrice": "0.00056050",
"lastPrice": "0.00057020",
"lastQty": "1458.00000000",
"bidPrice": "0.00057030",
"bidQty": "113.00000000",
"askPrice": "0.00057380",
"askQty": "394.00000000",
"openPrice": "0.00056010",
"highPrice": "0.00060530",
"lowPrice": "0.00055280",
"volume": "322112.00000000",
"quoteVolume": "186.37477570",
"openTime": 1560210240832,
"closeTime": 1560296640832,
"firstId": 1261881,
"lastId": 1262992,
"count": 1112
},
{
"symbol": "KNCBTC",
"priceChange": "0.00000188",
"priceChangePercent": "5.587",
"weightedAvgPrice": "0.00003455",
"prevClosePrice": "0.00003366",
"lastPrice": "0.00003553",
"lastQty": "534.00000000",
"bidPrice": "0.00003550",
"bidQty": "187.00000000",
"askPrice": "0.00003553",
"askQty": "464.00000000",
"openPrice": "0.00003365",
"highPrice": "0.00003609",
"lowPrice": "0.00003329",
"volume": "2797127.00000000",
"quoteVolume": "96.62843017",
"openTime": 1560210241405,
"closeTime": 1560296641405,
"firstId": 5095530,
"lastId": 5101712,
"count": 6183
},
{
"symbol": "KNCETH",
"priceChange": "0.00005400",
"priceChangePercent": "4.963",
"weightedAvgPrice": "0.00111681",
"prevClosePrice": "0.00108910",
"lastPrice": "0.00114210",
"lastQty": "975.00000000",
"bidPrice": "0.00114150",
"bidQty": "1712.00000000",
"askPrice": "0.00114480",
"askQty": "120.00000000",
"openPrice": "0.00108810",
"highPrice": "0.00116080",
"lowPrice": "0.00108190",
"volume": "264204.00000000",
"quoteVolume": "295.06698640",
"openTime": 1560210241059,
"closeTime": 1560296641059,
"firstId": 2154131,
"lastId": 2155333,
"count": 1203
},
{
"symbol": "FUNBTC",
"priceChange": "-0.00000004",
"priceChangePercent": "-4.878",
"weightedAvgPrice": "0.00000080",
"prevClosePrice": "0.00000082",
"lastPrice": "0.00000078",
"lastQty": "214233.00000000",
"bidPrice": "0.00000077",
"bidQty": "2417010.00000000",
"askPrice": "0.00000078",
"askQty": "322941.00000000",
"openPrice": "0.00000082",
"highPrice": "0.00000083",
"lowPrice": "0.00000076",
"volume": "54646905.00000000",
"quoteVolume": "43.48782924",
"openTime": 1560210230586,
"closeTime": 1560296630586,
"firstId": 5586495,
"lastId": 5588481,
"count": 1987
},
{
"symbol": "FUNETH",
"priceChange": "-0.00000152",
"priceChangePercent": "-5.736",
"weightedAvgPrice": "0.00002549",
"prevClosePrice": "0.00002616",
"lastPrice": "0.00002498",
"lastQty": "562.00000000",
"bidPrice": "0.00002479",
"bidQty": "10513.00000000",
"askPrice": "0.00002498",
"askQty": "8089.00000000",
"openPrice": "0.00002650",
"highPrice": "0.00002669",
"lowPrice": "0.00002434",
"volume": "37047505.00000000",
"quoteVolume": "944.19988859",
"openTime": 1560210239801,
"closeTime": 1560296639801,
"firstId": 1659933,
"lastId": 1661347,
"count": 1415
},
{
"symbol": "SNMBTC",
"priceChange": "0.00000012",
"priceChangePercent": "3.380",
"weightedAvgPrice": "0.00000357",
"prevClosePrice": "0.00000355",
"lastPrice": "0.00000367",
"lastQty": "4182.00000000",
"bidPrice": "0.00000367",
"bidQty": "8133.00000000",
"askPrice": "0.00000368",
"askQty": "2254.00000000",
"openPrice": "0.00000355",
"highPrice": "0.00000372",
"lowPrice": "0.00000339",
"volume": "22586348.00000000",
"quoteVolume": "80.59334586",
"openTime": 1560210241131,
"closeTime": 1560296641131,
"firstId": 3523254,
"lastId": 3528715,
"count": 5462
},
{
"symbol": "SNMETH",
"priceChange": "0.00000289",
"priceChangePercent": "2.510",
"weightedAvgPrice": "0.00011544",
"prevClosePrice": "0.00011508",
"lastPrice": "0.00011804",
"lastQty": "86.00000000",
"bidPrice": "0.00011791",
"bidQty": "8133.00000000",
"askPrice": "0.00011867",
"askQty": "215.00000000",
"openPrice": "0.00011515",
"highPrice": "0.00012045",
"lowPrice": "0.00011034",
"volume": "2537020.00000000",
"quoteVolume": "292.88486052",
"openTime": 1560210242288,
"closeTime": 1560296642288,
"firstId": 969963,
"lastId": 971920,
"count": 1958
},
{
"symbol": "NEOETH",
"priceChange": "0.00029700",
"priceChangePercent": "0.596",
"weightedAvgPrice": "0.04981716",
"prevClosePrice": "0.04981100",
"lastPrice": "0.05010100",
"lastQty": "7.97000000",
"bidPrice": "0.05006000",
"bidQty": "0.39000000",
"askPrice": "0.05018000",
"askQty": "164.28000000",
"openPrice": "0.04980400",
"highPrice": "0.05094900",
"lowPrice": "0.04896100",
"volume": "28677.23000000",
"quoteVolume": "1428.61819190",
"openTime": 1560210242365,
"closeTime": 1560296642365,
"firstId": 7656571,
"lastId": 7659639,
"count": 3069
},
{
"symbol": "IOTABTC",
"priceChange": "-0.00000026",
"priceChangePercent": "-0.484",
"weightedAvgPrice": "0.00005315",
"prevClosePrice": "0.00005387",
"lastPrice": "0.00005350",
"lastQty": "337.00000000",
"bidPrice": "0.00005347",
"bidQty": "2250.00000000",
"askPrice": "0.00005350",
"askQty": "1562.00000000",
"openPrice": "0.00005376",
"highPrice": "0.00005396",
"lowPrice": "0.00005250",
"volume": "5150101.00000000",
"quoteVolume": "273.73349618",
"openTime": 1560210242327,
"closeTime": 1560296642327,
"firstId": 18580088,
"lastId": 18590852,
"count": 10765
},
{
"symbol": "IOTAETH",
"priceChange": "-0.00001957",
"priceChangePercent": "-1.123",
"weightedAvgPrice": "0.00171979",
"prevClosePrice": "0.00173606",
"lastPrice": "0.00172314",
"lastQty": "7.00000000",
"bidPrice": "0.00172083",
"bidQty": "1133.00000000",
"askPrice": "0.00172575",
"askQty": "144.00000000",
"openPrice": "0.00174271",
"highPrice": "0.00174313",
"lowPrice": "0.00169500",
"volume": "371813.00000000",
"quoteVolume": "639.44166338",
"openTime": 1560210241005,
"closeTime": 1560296641005,
"firstId": 5468943,
"lastId": 5470707,
"count": 1765
},
{
"symbol": "LINKBTC",
"priceChange": "-0.00000593",
"priceChangePercent": "-3.991",
"weightedAvgPrice": "0.00014535",
"prevClosePrice": "0.00014871",
"lastPrice": "0.00014266",
"lastQty": "41.00000000",
"bidPrice": "0.00014260",
"bidQty": "268.00000000",
"askPrice": "0.00014267",
"askQty": "661.00000000",
"openPrice": "0.00014859",
"highPrice": "0.00015200",
"lowPrice": "0.00014057",
"volume": "6349418.00000000",
"quoteVolume": "922.86768905",
"openTime": 1560210240936,
"closeTime": 1560296640936,
"firstId": 11348226,
"lastId": 11381826,
"count": 33601
},
{
"symbol": "LINKETH",
"priceChange": "-0.00023228",
"priceChangePercent": "-4.815",
"weightedAvgPrice": "0.00467012",
"prevClosePrice": "0.00482415",
"lastPrice": "0.00459200",
"lastQty": "40.00000000",
"bidPrice": "0.00459201",
"bidQty": "2266.00000000",
"askPrice": "0.00460213",
"askQty": "1.00000000",
"openPrice": "0.00482428",
"highPrice": "0.00492263",
"lowPrice": "0.00454546",
"volume": "1030757.00000000",
"quoteVolume": "4813.76122754",
"openTime": 1560210242231,
"closeTime": 1560296642231,
"firstId": 2862059,
"lastId": 2869630,
"count": 7572
},
{
"symbol": "XVGBTC",
"priceChange": "-0.00000002",
"priceChangePercent": "-1.739",
"weightedAvgPrice": "0.00000115",
"prevClosePrice": "0.00000114",
"lastPrice": "0.00000113",
"lastQty": "54711.00000000",
"bidPrice": "0.00000113",
"bidQty": "4408637.00000000",
"askPrice": "0.00000114",
"askQty": "344267.00000000",
"openPrice": "0.00000115",
"highPrice": "0.00000117",
"lowPrice": "0.00000113",
"volume": "136811687.00000000",
"quoteVolume": "156.88872673",
"openTime": 1560210235980,
"closeTime": 1560296635980,
"firstId": 20129264,
"lastId": 20132344,
"count": 3081
},
{
"symbol": "XVGETH",
"priceChange": "-0.00000032",
"priceChangePercent": "-0.862",
"weightedAvgPrice": "0.00003718",
"prevClosePrice": "0.00003708",
"lastPrice": "0.00003680",
"lastQty": "4849.00000000",
"bidPrice": "0.00003663",
"bidQty": "578.00000000",
"askPrice": "0.00003680",
"askQty": "6535.00000000",
"openPrice": "0.00003712",
"highPrice": "0.00003755",
"lowPrice": "0.00003657",
"volume": "8673507.00000000",
"quoteVolume": "322.44859371",
"openTime": 1560210241135,
"closeTime": 1560296641135,
"firstId": 6117073,
"lastId": 6118193,
"count": 1121
},
{
"symbol": "SALTBTC",
"priceChange": "0.00000000",
"priceChangePercent": "0",
"weightedAvgPrice": "0",
"prevClosePrice": "0.00004250",
"lastPrice": "0.00000000",
"lastQty": "0.00000000",
"bidPrice": "0.00000000",
"bidQty": "0.00000000",
"askPrice": "0.00000000",
"askQty": "0.00000000",
"openPrice": "0.00000000",
"highPrice": "0.00000000",
"lowPrice": "0.00000000",
"volume": "0.00000000",
"quoteVolume": "0.00000000",
"openTime": 1557998596365,
"closeTime": 1558084996365,
"firstId": -1,
"lastId": -1,
"count": 0
},
{
"symbol": "SALTETH",
"priceChange": "0.00000000",
"priceChangePercent": "0",
"weightedAvgPrice": "0",
"prevClosePrice": "0.00113800",
"lastPrice": "0.00000000",
"lastQty": "0.00000000",
"bidPrice": "0.00000000",
"bidQty": "0.00000000",
"askPrice": "0.00000000",
"askQty": "0.00000000",
"openPrice": "0.00000000",
"highPrice": "0.00000000",
"lowPrice": "0.00000000",
"volume": "0.00000000",
"quoteVolume": "0.00000000",
"openTime": 1557998596365,
"closeTime": 1558084996365,
"firstId": -1,
"lastId": -1,
"count": 0
},
{
"symbol": "MDABTC",
"priceChange": "-0.00000266",
"priceChangePercent": "-1.965",
"weightedAvgPrice": "0.00013338",
"prevClosePrice": "0.00013533",
"lastPrice": "0.00013268",
"lastQty": "45.00000000",
"bidPrice": "0.00013255",
"bidQty": "40.00000000",
"askPrice": "0.00013298",
"askQty": "17.00000000",
"openPrice": "0.00013534",
"highPrice": "0.00013693",
"lowPrice": "0.00013077",
"volume": "938136.00000000",
"quoteVolume": "125.13010446",
"openTime": 1560210241557,
"closeTime": 1560296641557,
"firstId": 8780864,
"lastId": 8788201,
"count": 7338
},
{
"symbol": "MDAETH",
"priceChange": "-0.00009910",
"priceChangePercent": "-2.255",
"weightedAvgPrice": "0.00431183",
"prevClosePrice": "0.00437570",
"lastPrice": "0.00429610",
"lastQty": "50.00000000",
"bidPrice": "0.00426730",
"bidQty": "3.00000000",
"askPrice": "0.00428670",
"askQty": "707.00000000",
"openPrice": "0.00439520",
"highPrice": "0.00444460",
"lowPrice": "0.00422650",
"volume": "56379.00000000",
"quoteVolume": "243.09655230",
"openTime": 1560210238623,
"closeTime": 1560296638623,
"firstId": 1730058,
"lastId": 1730984,
"count": 927
},
{
"symbol": "MTLBTC",
"priceChange": "0.00001100",
"priceChangePercent": "16.616",
"weightedAvgPrice": "0.00007875",
"prevClosePrice": "0.00006640",
"lastPrice": "0.00007720",
"lastQty": "4807.39000000",
"bidPrice": "0.00007730",
"bidQty": "6697.11000000",
"askPrice": "0.00007760",
"askQty": "5157.34000000",
"openPrice": "0.00006620",
"highPrice": "0.00008680",
"lowPrice": "0.00006440",
"volume": "18780379.34000000",
"quoteVolume": "1479.01354461",
"openTime": 1560210242227,
"closeTime": 1560296642227,
"firstId": 7084732,
"lastId": 7121519,
"count": 36788
},
{
"symbol": "MTLETH",
"priceChange": "0.00035300",
"priceChangePercent": "16.465",
"weightedAvgPrice": "0.00253959",
"prevClosePrice": "0.00214400",
"lastPrice": "0.00249700",
"lastQty": "527.98000000",
"bidPrice": "0.00248800",
"bidQty": "227.91000000",
"askPrice": "0.00249700",
"askQty": "1562.94000000",
"openPrice": "0.00214400",
"highPrice": "0.00280000",
"lowPrice": "0.00208900",
"volume": "1171712.55000000",
"quoteVolume": "2975.66422113",
"openTime": 1560210242207,
"closeTime": 1560296642207,
"firstId": 952831,
"lastId": 958349,
"count": 5519
},
{
"symbol": "SUBBTC",
"priceChange": "0.00000000",
"priceChangePercent": "0",
"weightedAvgPrice": "0",
"prevClosePrice": "0.00000457",
"lastPrice": "0.00000000",
"lastQty": "0.00000000",
"bidPrice": "0.00000000",
"bidQty": "0.00000000",
"askPrice": "0.00000000",
"askQty": "0.00000000",
"openPrice": "0.00000000",
"highPrice": "0.00000000",
"lowPrice": "0.00000000",
"volume": "0.00000000",
"quoteVolume": "0.00000000",
"openTime": 1557998596366,
"closeTime": 1558084996366,
"firstId": -1,
"lastId": -1,
"count": 0
},
{
"symbol": "SUBETH",
"priceChange": "0.00000000",
"priceChangePercent": "0",
"weightedAvgPrice": "0",
"prevClosePrice": "0.00012334",
"lastPrice": "0.00000000",
"lastQty": "0.00000000",
"bidPrice": "0.00000000",
"bidQty": "0.00000000",
"askPrice": "0.00000000",
"askQty": "0.00000000",
"openPrice": "0.00000000",
"highPrice": "0.00000000",
"lowPrice": "0.00000000",
"volume": "0.00000000",
"quoteVolume": "0.00000000",
"openTime": 1557998596366,
"closeTime": 1558084996366,
"firstId": -1,
"lastId": -1,
"count": 0
},
{
"symbol": "EOSBTC",
"priceChange": "-0.00000250",
"priceChangePercent": "-0.311",
"weightedAvgPrice": "0.00080084",
"prevClosePrice": "0.00080340",
"lastPrice": "0.00080100",
"lastQty": "2.98000000",
"bidPrice": "0.00080070",
"bidQty": "2.49000000",
"askPrice": "0.00080090",
"askQty": "7.47000000",
"openPrice": "0.00080350",
"highPrice": "0.00080890",
"lowPrice": "0.00079300",
"volume": "1858358.48000000",
"quoteVolume": "1488.24572639",
"openTime": 1560210242368,
"closeTime": 1560296642368,
"firstId": 38418626,
"lastId": 38462380,
"count": 43755
},
{
"symbol": "SNTBTC",
"priceChange": "0.00000004",
"priceChangePercent": "1.070",
"weightedAvgPrice": "0.00000377",
"prevClosePrice": "0.00000374",
"lastPrice": "0.00000378",
"lastQty": "29825.00000000",
"bidPrice": "0.00000377",
"bidQty": "192935.00000000",
"askPrice": "0.00000378",
"askQty": "67025.00000000",
"openPrice": "0.00000374",
"highPrice": "0.00000390",
"lowPrice": "0.00000368",
"volume": "13159718.00000000",
"quoteVolume": "49.58038702",
"openTime": 1560210240136,
"closeTime": 1560296640136,
"firstId": 5740006,
"lastId": 5742829,
"count": 2824
},
{
"symbol": "ETCETH",
"priceChange": "-0.00008200",
"priceChangePercent": "-0.244",
"weightedAvgPrice": "0.03355313",
"prevClosePrice": "0.03363200",
"lastPrice": "0.03359100",
"lastQty": "0.43000000",
"bidPrice": "0.03355100",
"bidQty": "107.49000000",
"askPrice": "0.03362200",
"askQty": "0.40000000",
"openPrice": "0.03367300",
"highPrice": "0.03417000",
"lowPrice": "0.03319800",
"volume": "8005.46000000",
"quoteVolume": "268.60822303",
"openTime": 1560210240280,
"closeTime": 1560296640280,
"firstId": 3873566,
"lastId": 3875015,
"count": 1450
},
{
"symbol": "ETCBTC",
"priceChange": "0.00000300",
"priceChangePercent": "0.288",
"weightedAvgPrice": "0.00103873",
"prevClosePrice": "0.00104000",
"lastPrice": "0.00104300",
"lastQty": "22.44000000",
"bidPrice": "0.00104200",
"bidQty": "182.80000000",
"askPrice": "0.00104400",
"askQty": "191.64000000",
"openPrice": "0.00104000",
"highPrice": "0.00105500",
"lowPrice": "0.00102800",
"volume": "163116.19000000",
"quoteVolume": "169.43360276",
"openTime": 1560210242350,
"closeTime": 1560296642350,
"firstId": 15627778,
"lastId": 15635061,
"count": 7284
},
{
"symbol": "MTHBTC",
"priceChange": "0.00000017",
"priceChangePercent": "5.629",
"weightedAvgPrice": "0.00000316",
"prevClosePrice": "0.00000302",
"lastPrice": "0.00000319",
"lastQty": "4775.00000000",
"bidPrice": "0.00000318",
"bidQty": "6848.00000000",
"askPrice": "0.00000319",
"askQty": "2349.00000000",
"openPrice": "0.00000302",
"highPrice": "0.00000328",
"lowPrice": "0.00000293",
"volume": "42896418.00000000",
"quoteVolume": "135.49103561",
"openTime": 1560210240728,
"closeTime": 1560296640728,
"firstId": 4255083,
"lastId": 4260995,
"count": 5913
},
{
"symbol": "MTHETH",
"priceChange": "0.00000441",
"priceChangePercent": "4.510",
"weightedAvgPrice": "0.00010240",
"prevClosePrice": "0.00009865",
"lastPrice": "0.00010220",
"lastQty": "319.00000000",
"bidPrice": "0.00010226",
"bidQty": "6848.00000000",
"askPrice": "0.00010289",
"askQty": "1244.00000000",
"openPrice": "0.00009779",
"highPrice": "0.00010624",
"lowPrice": "0.00009525",
"volume": "1752326.00000000",
"quoteVolume": "179.44533951",
"openTime": 1560210238835,
"closeTime": 1560296638835,
"firstId": 943061,
"lastId": 943913,
"count": 853
},
{
"symbol": "ENGBTC",
"priceChange": "0.00000827",
"priceChangePercent": "12.741",
"weightedAvgPrice": "0.00007091",
"prevClosePrice": "0.00006516",
"lastPrice": "0.00007318",
"lastQty": "5.00000000",
"bidPrice": "0.00007273",
"bidQty": "344.00000000",
"askPrice": "0.00007318",
"askQty": "211.00000000",
"openPrice": "0.00006491",
"highPrice": "0.00007757",
"lowPrice": "0.00006346",
"volume": "3059932.00000000",
"quoteVolume": "216.99438061",
"openTime": 1560210242165,
"closeTime": 1560296642165,
"firstId": 5630092,
"lastId": 5644229,
"count": 14138
},
{
"symbol": "ENGETH",
"priceChange": "0.00025750",
"priceChangePercent": "12.261",
"weightedAvgPrice": "0.00231274",
"prevClosePrice": "0.00211420",
"lastPrice": "0.00235760",
"lastQty": "5.00000000",
"bidPrice": "0.00233800",
"bidQty": "527.00000000",
"askPrice": "0.00235760",
"askQty": "378.00000000",
"openPrice": "0.00210010",
"highPrice": "0.00260000",
"lowPrice": "0.00205690",
"volume": "443175.00000000",
"quoteVolume": "1024.95058690",
"openTime": 1560210239817,
"closeTime": 1560296639817,
"firstId": 1453262,
"lastId": 1455901,
"count": 2640
},
{
"symbol": "DNTBTC",
"priceChange": "0.00000008",
"priceChangePercent": "3.556",
"weightedAvgPrice": "0.00000227",
"prevClosePrice": "0.00000225",
"lastPrice": "0.00000233",
"lastQty": "480.00000000",
"bidPrice": "0.00000231",
"bidQty": "54543.00000000",
"askPrice": "0.00000233",
"askQty": "11203.00000000",
"openPrice": "0.00000225",
"highPrice": "0.00000236",
"lowPrice": "0.00000221",
"volume": "21250598.00000000",
"quoteVolume": "48.31214098",
"openTime": 1560210241240,
"closeTime": 1560296641240,
"firstId": 5013016,
"lastId": 5015881,
"count": 2866
},
{
"symbol": "ZECBTC",
"priceChange": "0.00009000",
"priceChangePercent": "0.899",
"weightedAvgPrice": "0.01001830",
"prevClosePrice": "0.01000400",
"lastPrice": "0.01010300",
"lastQty": "2.56400000",
"bidPrice": "0.01010000",
"bidQty": "17.87400000",
"askPrice": "0.01010400",
"askQty": "2.00000000",
"openPrice": "0.01001300",
"highPrice": "0.01017200",
"lowPrice": "0.00985400",
"volume": "28655.84300000",
"quoteVolume": "287.08275248",
"openTime": 1560210238612,
"closeTime": 1560296638612,
"firstId": 8065285,
"lastId": 8074828,
"count": 9544
},
{
"symbol": "ZECETH",
"priceChange": "0.00155000",
"priceChangePercent": "0.479",
"weightedAvgPrice": "0.32341918",
"prevClosePrice": "0.32422000",
"lastPrice": "0.32522000",
"lastQty": "6.78800000",
"bidPrice": "0.32490000",
"bidQty": "8.09600000",
"askPrice": "0.32599000",
"askQty": "25.08400000",
"openPrice": "0.32367000",
"highPrice": "0.32927000",
"lowPrice": "0.31854000",
"volume": "2092.86900000",
"quoteVolume": "676.87398032",
"openTime": 1560210242116,
"closeTime": 1560296642116,
"firstId": 1749003,
"lastId": 1750023,
"count": 1021
},
{
"symbol": "BNTBTC",
"priceChange": "0.00000139",
"priceChangePercent": "1.580",
"weightedAvgPrice": "0.00008786",
"prevClosePrice": "0.00008825",
"lastPrice": "0.00008939",
"lastQty": "224.00000000",
"bidPrice": "0.00008939",
"bidQty": "62082.00000000",
"askPrice": "0.00008949",
"askQty": "42.00000000",
"openPrice": "0.00008800",
"highPrice": "0.00008944",
"lowPrice": "0.00008670",
"volume": "661758.00000000",
"quoteVolume": "58.14323040",
"openTime": 1560210242087,
"closeTime": 1560296642087,
"firstId": 1784458,
"lastId": 1787000,
"count": 2543
},
{
"symbol": "ASTBTC",
"priceChange": "0.00000015",
"priceChangePercent": "2.479",
"weightedAvgPrice": "0.00000614",
"prevClosePrice": "0.00000604",
"lastPrice": "0.00000620",
"lastQty": "151.00000000",
"bidPrice": "0.00000618",
"bidQty": "3874.00000000",
"askPrice": "0.00000620",
"askQty": "3391.00000000",
"openPrice": "0.00000605",
"highPrice": "0.00000638",
"lowPrice": "0.00000585",
"volume": "17930397.00000000",
"quoteVolume": "110.10547200",
"openTime": 1560210242239,
"closeTime": 1560296642239,
"firstId": 5137032,
"lastId": 5142854,
"count": 5823
},
{
"symbol": "ASTETH",
"priceChange": "0.00000380",
"priceChangePercent": "1.940",
"weightedAvgPrice": "0.00019926",
"prevClosePrice": "0.00019660",
"lastPrice": "0.00019970",
"lastQty": "17804.00000000",
"bidPrice": "0.00019870",
"bidQty": "3874.00000000",
"askPrice": "0.00019980",
"askQty": "1251.00000000",
"openPrice": "0.00019590",
"highPrice": "0.00020680",
"lowPrice": "0.00018970",
"volume": "873370.00000000",
"quoteVolume": "174.02669020",
"openTime": 1560210241593,
"closeTime": 1560296641593,
"firstId": 1358586,
"lastId": 1359368,
"count": 783
},
{
"symbol": "DASHBTC",
"priceChange": "-0.00029900",
"priceChangePercent": "-1.576",
"weightedAvgPrice": "0.01864979",
"prevClosePrice": "0.01895700",
"lastPrice": "0.01867300",
"lastQty": "0.41500000",
"bidPrice": "0.01867100",
"bidQty": "0.36900000",
"askPrice": "0.01867300",
"askQty": "9.02000000",
"openPrice": "0.01897200",
"highPrice": "0.01897200",
"lowPrice": "0.01842200",
"volume": "10466.58400000",
"quoteVolume": "195.19960267",
"openTime": 1560210241862,
"closeTime": 1560296641862,
"firstId": 8639146,
"lastId": 8647555,
"count": 8410
},
{
"symbol": "DASHETH",
"priceChange": "-0.01072000",
"priceChangePercent": "-1.752",
"weightedAvgPrice": "0.60252279",
"prevClosePrice": "0.61228000",
"lastPrice": "0.60109000",
"lastQty": "0.35700000",
"bidPrice": "0.60109000",
"bidQty": "0.07600000",
"askPrice": "0.60192000",
"askQty": "0.35700000",
"openPrice": "0.61181000",
"highPrice": "0.61250000",
"lowPrice": "0.59708000",
"volume": "930.59900000",
"quoteVolume": "560.70710767",
"openTime": 1560210242238,
"closeTime": 1560296642238,
"firstId": 1714660,
"lastId": 1716007,
"count": 1348
},
{
"symbol": "OAXBTC",
"priceChange": "0.00000141",
"priceChangePercent": "5.226",
"weightedAvgPrice": "0.00002873",
"prevClosePrice": "0.00002697",
"lastPrice": "0.00002839",
"lastQty": "53.00000000",
"bidPrice": "0.00002833",
"bidQty": "3109.00000000",
"askPrice": "0.00002839",
"askQty": "2012.00000000",
"openPrice": "0.00002698",
"highPrice": "0.00003150",
"lowPrice": "0.00002565",
"volume": "17054216.00000000",
"quoteVolume": "489.97286248",
"openTime": 1560210242047,
"closeTime": 1560296642047,
"firstId": 4552949,
"lastId": 4577482,
"count": 24534
},
{
"symbol": "ICNBTC",
"priceChange": "0.00000000",
"priceChangePercent": "0",
"weightedAvgPrice": "0",
"prevClosePrice": "0.00005742",
"lastPrice": "0.00000000",
"lastQty": "0.00000000",
"bidPrice": "0.00000000",
"bidQty": "0.00000000",
"askPrice": "0.00000000",
"askQty": "0.00000000",
"openPrice": "0.00000000",
"highPrice": "0.00000000",
"lowPrice": "0.00000000",
"volume": "0.00000000",
"quoteVolume": "0.00000000",
"openTime": 1557998596370,
"closeTime": 1558084996370,
"firstId": -1,
"lastId": -1,
"count": 0
},
{
"symbol": "BTGBTC",
"priceChange": "-0.00002200",
"priceChangePercent": "-0.682",
"weightedAvgPrice": "0.00322480",
"prevClosePrice": "0.00322900",
"lastPrice": "0.00320500",
"lastQty": "3.58000000",
"bidPrice": "0.00320100",
"bidQty": "29.19000000",
"askPrice": "0.00320500",
"askQty": "2.22000000",
"openPrice": "0.00322700",
"highPrice": "0.00334800",
"lowPrice": "0.00317900",
"volume": "26729.06000000",
"quoteVolume": "86.19585656",
"openTime": 1560210236082,
"closeTime": 1560296636082,
"firstId": 5839399,
"lastId": 5844843,
"count": 5445
},
{
"symbol": "BTGETH",
"priceChange": "-0.00069000",
"priceChangePercent": "-0.662",
"weightedAvgPrice": "0.10425666",
"prevClosePrice": "0.10473400",
"lastPrice": "0.10349500",
"lastQty": "0.28000000",
"bidPrice": "0.10299500",
"bidQty": "2.15000000",
"askPrice": "0.10354200",
"askQty": "2.26000000",
"openPrice": "0.10418500",
"highPrice": "0.10764400",
"lowPrice": "0.10250200",
"volume": "1197.30000000",
"quoteVolume": "124.82650177",
"openTime": 1560210241450,
"closeTime": 1560296641450,
"firstId": 928738,
"lastId": 929450,
"count": 713
},
{
"symbol": "EVXBTC",
"priceChange": "0.00000060",
"priceChangePercent": "0.559",
"weightedAvgPrice": "0.00010671",
"prevClosePrice": "0.00010785",
"lastPrice": "0.00010788",
"lastQty": "81.00000000",
"bidPrice": "0.00010741",
"bidQty": "404.00000000",
"askPrice": "0.00010794",
"askQty": "12.00000000",
"openPrice": "0.00010728",
"highPrice": "0.00011039",
"lowPrice": "0.00010389",
"volume": "1645260.00000000",
"quoteVolume": "175.55784899",
"openTime": 1560210242353,
"closeTime": 1560296642353,
"firstId": 6014545,
"lastId": 6022719,
"count": 8175
},
{
"symbol": "EVXETH",
"priceChange": "-0.00001500",
"priceChangePercent": "-0.430",
"weightedAvgPrice": "0.00344513",
"prevClosePrice": "0.00348530",
"lastPrice": "0.00347030",
"lastQty": "999.00000000",
"bidPrice": "0.00345920",
"bidQty": "1156.00000000",
"askPrice": "0.00349280",
"askQty": "35.00000000",
"openPrice": "0.00348530",
"highPrice": "0.00358370",
"lowPrice": "0.00335030",
"volume": "186518.00000000",
"quoteVolume": "642.57880230",
"openTime": 1560210241963,
"closeTime": 1560296641963,
"firstId": 1249684,
"lastId": 1251257,
"count": 1574
},
{
"symbol": "REQBTC",
"priceChange": "0.00000001",
"priceChangePercent": "0.319",
"weightedAvgPrice": "0.00000316",
"prevClosePrice": "0.00000313",
"lastPrice": "0.00000314",
"lastQty": "561.00000000",
"bidPrice": "0.00000314",
"bidQty": "17217.00000000",
"askPrice": "0.00000315",
"askQty": "5503.00000000",
"openPrice": "0.00000313",
"highPrice": "0.00000326",
"lowPrice": "0.00000303",
"volume": "14854514.00000000",
"quoteVolume": "46.88217170",
"openTime": 1560210215960,
"closeTime": 1560296615960,
"firstId": 4318970,
"lastId": 4321880,
"count": 2911
},
{
"symbol": "REQETH",
"priceChange": "-0.00000041",
"priceChangePercent": "-0.402",
"weightedAvgPrice": "0.00010219",
"prevClosePrice": "0.00010175",
"lastPrice": "0.00010147",
"lastQty": "100.00000000",
"bidPrice": "0.00010097",
"bidQty": "17217.00000000",
"askPrice": "0.00010159",
"askQty": "551.00000000",
"openPrice": "0.00010188",
"highPrice": "0.00010523",
"lowPrice": "0.00009898",
"volume": "1333467.00000000",
"quoteVolume": "136.27241780",
"openTime": 1560210238801,
"closeTime": 1560296638801,
"firstId": 2042439,
"lastId": 2043040,
"count": 602
},
{
"symbol": "VIBBTC",
"priceChange": "0.00000010",
"priceChangePercent": "1.645",
"weightedAvgPrice": "0.00000619",
"prevClosePrice": "0.00000606",
"lastPrice": "0.00000618",
"lastQty": "268.00000000",
"bidPrice": "0.00000615",
"bidQty": "5243.00000000",
"askPrice": "0.00000618",
"askQty": "98984.00000000",
"openPrice": "0.00000608",
"highPrice": "0.00000636",
"lowPrice": "0.00000603",
"volume": "19303398.00000000",
"quoteVolume": "119.56552058",
"openTime": 1560210236313,
"closeTime": 1560296636313,
"firstId": 4801338,
"lastId": 4806520,
"count": 5183
},
{
"symbol": "VIBETH",
"priceChange": "0.00000194",
"priceChangePercent": "0.989",
"weightedAvgPrice": "0.00019996",
"prevClosePrice": "0.00019656",
"lastPrice": "0.00019819",
"lastQty": "501.00000000",
"bidPrice": "0.00019751",
"bidQty": "16552.00000000",
"askPrice": "0.00019993",
"askQty": "76910.00000000",
"openPrice": "0.00019625",
"highPrice": "0.00020499",
"lowPrice": "0.00019592",
"volume": "2247030.00000000",
"quoteVolume": "449.31674219",
"openTime": 1560210242356,
"closeTime": 1560296642356,
"firstId": 1174773,
"lastId": 1175567,
"count": 795
},
{
"symbol": "HSRETH",
"priceChange": "0.00000000",
"priceChangePercent": "0",
"weightedAvgPrice": "0",
"prevClosePrice": "0.01247400",
"lastPrice": "0.00000000",
"lastQty": "0.00000000",
"bidPrice": "0.00000000",
"bidQty": "0.00000000",
"askPrice": "0.00000000",
"askQty": "0.00000000",
"openPrice": "0.00000000",
"highPrice": "0.00000000",
"lowPrice": "0.00000000",
"volume": "0.00000000",
"quoteVolume": "0.00000000",
"openTime": 1557998596373,
"closeTime": 1558084996373,
"firstId": -1,
"lastId": -1,
"count": 0
},
{
"symbol": "TRXBTC",
"priceChange": "-0.00000001",
"priceChangePercent": "-0.253",
"weightedAvgPrice": "0.00000390",
"prevClosePrice": "0.00000394",
"lastPrice": "0.00000394",
"lastQty": "4972.00000000",
"bidPrice": "0.00000394",
"bidQty": "2521027.00000000",
"askPrice": "0.00000395",
"askQty": "561866.00000000",
"openPrice": "0.00000395",
"highPrice": "0.00000401",
"lowPrice": "0.00000383",
"volume": "263078543.00000000",
"quoteVolume": "1026.60259312",
"openTime": 1560210241078,
"closeTime": 1560296641078,
"firstId": 42882235,
"lastId": 42902745,
"count": 20511
},
{
"symbol": "TRXETH",
"priceChange": "-0.00000081",
"priceChangePercent": "-0.634",
"weightedAvgPrice": "0.00012616",
"prevClosePrice": "0.00012780",
"lastPrice": "0.00012703",
"lastQty": "5659.00000000",
"bidPrice": "0.00012703",
"bidQty": "5659.00000000",
"askPrice": "0.00012725",
"askQty": "16371.00000000",
"openPrice": "0.00012784",
"highPrice": "0.00012953",
"lowPrice": "0.00012385",
"volume": "34987685.00000000",
"quoteVolume": "4413.96662798",
"openTime": 1560210240540,
"closeTime": 1560296640540,
"firstId": 17894967,
"lastId": 17901611,
"count": 6645
},
{
"symbol": "POWRBTC",
"priceChange": "0.00000013",
"priceChangePercent": "0.852",
"weightedAvgPrice": "0.00001525",
"prevClosePrice": "0.00001529",
"lastPrice": "0.00001539",
"lastQty": "525.00000000",
"bidPrice": "0.00001539",
"bidQty": "536.00000000",
"askPrice": "0.00001540",
"askQty": "2677.00000000",
"openPrice": "0.00001526",
"highPrice": "0.00001553",
"lowPrice": "0.00001490",
"volume": "3746091.00000000",
"quoteVolume": "57.13839353",
"openTime": 1560210240100,
"closeTime": 1560296640100,
"firstId": 6182324,
"lastId": 6185266,
"count": 2943
},
{
"symbol": "POWRETH",
"priceChange": "0.00000263",
"priceChangePercent": "0.532",
"weightedAvgPrice": "0.00049383",
"prevClosePrice": "0.00049600",
"lastPrice": "0.00049663",
"lastQty": "50.00000000",
"bidPrice": "0.00049404",
"bidQty": "536.00000000",
"askPrice": "0.00049711",
"askQty": "22.00000000",
"openPrice": "0.00049400",
"highPrice": "0.00050137",
"lowPrice": "0.00048522",
"volume": "354456.00000000",
"quoteVolume": "175.04242672",
"openTime": 1560210239439,
"closeTime": 1560296639439,
"firstId": 1476512,
"lastId": 1477175,
"count": 664
},
{
"symbol": "ARKBTC",
"priceChange": "0.00000320",
"priceChangePercent": "4.205",
"weightedAvgPrice": "0.00007744",
"prevClosePrice": "0.00007610",
"lastPrice": "0.00007930",
"lastQty": "478.81000000",
"bidPrice": "0.00007900",
"bidQty": "827.43000000",
"askPrice": "0.00007920",
"askQty": "1314.14000000",
"openPrice": "0.00007610",
"highPrice": "0.00008230",
"lowPrice": "0.00007470",
"volume": "1265879.48000000",
"quoteVolume": "98.02832177",
"openTime": 1560210241793,
"closeTime": 1560296641793,
"firstId": 4685760,
"lastId": 4690985,
"count": 5226
},
{
"symbol": "ARKETH",
"priceChange": "0.00007200",
"priceChangePercent": "2.921",
"weightedAvgPrice": "0.00251155",
"prevClosePrice": "0.00246500",
"lastPrice": "0.00253700",
"lastQty": "4.00000000",
"bidPrice": "0.00253900",
"bidQty": "827.43000000",
"askPrice": "0.00255200",
"askQty": "427.84000000",
"openPrice": "0.00246500",
"highPrice": "0.00261000",
"lowPrice": "0.00242600",
"volume": "51368.41000000",
"quoteVolume": "129.01409567",
"openTime": 1560210239029,
"closeTime": 1560296639029,
"firstId": 1123673,
"lastId": 1125117,
"count": 1445
},
{
"symbol": "YOYOETH",
"priceChange": "0.00000440",
"priceChangePercent": "4.258",
"weightedAvgPrice": "0.00010727",
"prevClosePrice": "0.00010457",
"lastPrice": "0.00010774",
"lastQty": "105.00000000",
"bidPrice": "0.00010673",
"bidQty": "2882.00000000",
"askPrice": "0.00010782",
"askQty": "1367.00000000",
"openPrice": "0.00010334",
"highPrice": "0.00011196",
"lowPrice": "0.00010300",
"volume": "688507.00000000",
"quoteVolume": "73.85433245",
"openTime": 1560210241949,
"closeTime": 1560296641949,
"firstId": 1087652,
"lastId": 1088099,
"count": 448
},
{
"symbol": "XRPBTC",
"priceChange": "-0.00000032",
"priceChangePercent": "-0.640",
"weightedAvgPrice": "0.00004971",
"prevClosePrice": "0.00005002",
"lastPrice": "0.00004970",
"lastQty": "11783.00000000",
"bidPrice": "0.00004968",
"bidQty": "744.00000000",
"askPrice": "0.00004971",
"askQty": "10398.00000000",
"openPrice": "0.00005002",
"highPrice": "0.00005020",
"lowPrice": "0.00004924",
"volume": "49405902.00000000",
"quoteVolume": "2456.13112196",
"openTime": 1560210241740,
"closeTime": 1560296641740,
"firstId": 50136865,
"lastId": 50207595,
"count": 70731
},
{
"symbol": "XRPETH",
"priceChange": "-0.00002224",
"priceChangePercent": "-1.372",
"weightedAvgPrice": "0.00160898",
"prevClosePrice": "0.00161902",
"lastPrice": "0.00159861",
"lastQty": "381.00000000",
"bidPrice": "0.00159986",
"bidQty": "87.00000000",
"askPrice": "0.00160128",
"askQty": "74.00000000",
"openPrice": "0.00162085",
"highPrice": "0.00162613",
"lowPrice": "0.00158911",
"volume": "1766647.00000000",
"quoteVolume": "2842.49467935",
"openTime": 1560210242327,
"closeTime": 1560296642327,
"firstId": 14142362,
"lastId": 14149962,
"count": 7601
},
{
"symbol": "MODBTC",
"priceChange": "0.00000000",
"priceChangePercent": "0",
"weightedAvgPrice": "0",
"prevClosePrice": "0.00004280",
"lastPrice": "0.00000000",
"lastQty": "0.00000000",
"bidPrice": "0.00000000",
"bidQty": "0.00000000",
"askPrice": "0.00000000",
"askQty": "0.00000000",
"openPrice": "0.00000000",
"highPrice": "0.00000000",
"lowPrice": "0.00000000",
"volume": "0.00000000",
"quoteVolume": "0.00000000",
"openTime": 1557998597363,
"closeTime": 1558084997363,
"firstId": -1,
"lastId": -1,
"count": 0
},
{
"symbol": "MODETH",
"priceChange": "0.00000000",
"priceChangePercent": "0",
"weightedAvgPrice": "0",
"prevClosePrice": "0.00116700",
"lastPrice": "0.00000000",
"lastQty": "0.00000000",
"bidPrice": "0.00000000",
"bidQty": "0.00000000",
"askPrice": "0.00000000",
"askQty": "0.00000000",
"openPrice": "0.00000000",
"highPrice": "0.00000000",
"lowPrice": "0.00000000",
"volume": "0.00000000",
"quoteVolume": "0.00000000",
"openTime": 1557998597363,
"closeTime": 1558084997363,
"firstId": -1,
"lastId": -1,
"count": 0
},
{
"symbol": "ENJBTC",
"priceChange": "0.00000107",
"priceChangePercent": "5.617",
"weightedAvgPrice": "0.00001983",
"prevClosePrice": "0.00001904",
"lastPrice": "0.00002012",
"lastQty": "1977.00000000",
"bidPrice": "0.00002010",
"bidQty": "39635.00000000",
"askPrice": "0.00002012",
"askQty": "392.00000000",
"openPrice": "0.00001905",
"highPrice": "0.00002077",
"lowPrice": "0.00001890",
"volume": "30238611.00000000",
"quoteVolume": "599.65868796",
"openTime": 1560210242358,
"closeTime": 1560296642358,
"firstId": 10783571,
"lastId": 10807151,
"count": 23581
},
{
"symbol": "ENJETH",
"priceChange": "0.00003518",
"priceChangePercent": "5.707",
"weightedAvgPrice": "0.00063987",
"prevClosePrice": "0.00061974",
"lastPrice": "0.00065160",
"lastQty": "18.00000000",
"bidPrice": "0.00064710",
"bidQty": "106.00000000",
"askPrice": "0.00065056",
"askQty": "1463.00000000",
"openPrice": "0.00061642",
"highPrice": "0.00066969",
"lowPrice": "0.00061307",
"volume": "2706776.00000000",
"quoteVolume": "1731.98387383",
"openTime": 1560210241883,
"closeTime": 1560296641883,
"firstId": 3090249,
"lastId": 3094577,
"count": 4329
},
{
"symbol": "STORJBTC",
"priceChange": "0.00000620",
"priceChangePercent": "17.499",
"weightedAvgPrice": "0.00004550",
"prevClosePrice": "0.00003533",
"lastPrice": "0.00004163",
"lastQty": "235.00000000",
"bidPrice": "0.00004154",
"bidQty": "151.00000000",
"askPrice": "0.00004164",
"askQty": "71.00000000",
"openPrice": "0.00003543",
"highPrice": "0.00006100",
"lowPrice": "0.00003470",
"volume": "24031456.00000000",
"quoteVolume": "1093.51850034",
"openTime": 1560210242042,
"closeTime": 1560296642042,
"firstId": 4337221,
"lastId": 4381768,
"count": 44548
},
{
"symbol": "STORJETH",
"priceChange": "0.00019190",
"priceChangePercent": "16.729",
"weightedAvgPrice": "0.00147553",
"prevClosePrice": "0.00114690",
"lastPrice": "0.00133900",
"lastQty": "151.00000000",
"bidPrice": "0.00133910",
"bidQty": "10.00000000",
"askPrice": "0.00134610",
"askQty": "255.00000000",
"openPrice": "0.00114710",
"highPrice": "0.00198890",
"lowPrice": "0.00112170",
"volume": "1285867.00000000",
"quoteVolume": "1897.33970080",
"openTime": 1560210239859,
"closeTime": 1560296639859,
"firstId": 814540,
"lastId": 820344,
"count": 5805
},
{
"symbol": "BNBUSDT",
"priceChange": "-0.02830000",
"priceChangePercent": "-0.089",
"weightedAvgPrice": "31.52359766",
"prevClosePrice": "31.95490000",
"lastPrice": "31.92130000",
"lastQty": "226.81000000",
"bidPrice": "31.91380000",
"bidQty": "146.59000000",
"askPrice": "31.92480000",
"askQty": "100.00000000",
"openPrice": "31.94960000",
"highPrice": "32.08210000",
"lowPrice": "30.93120000",
"volume": "2730428.18000000",
"quoteVolume": "86072919.39840800",
"openTime": 1560210242352,
"closeTime": 1560296642352,
"firstId": 30651623,
"lastId": 30725904,
"count": 74282
},
{
"symbol": "VENBNB",
"priceChange": "0.00000000",
"priceChangePercent": "0",
"weightedAvgPrice": "0",
"prevClosePrice": "0.14920000",
"lastPrice": "0.00000000",
"lastQty": "0.00000000",
"bidPrice": "0.00000000",
"bidQty": "0.00000000",
"askPrice": "0.00000000",
"askQty": "0.00000000",
"openPrice": "0.00000000",
"highPrice": "0.00000000",
"lowPrice": "0.00000000",
"volume": "0.00000000",
"quoteVolume": "0.00000000",
"openTime": 1557998597393,
"closeTime": 1558084997393,
"firstId": -1,
"lastId": -1,
"count": 0
},
{
"symbol": "YOYOBNB",
"priceChange": "0.00002000",
"priceChangePercent": "2.494",
"weightedAvgPrice": "0.00081916",
"prevClosePrice": "0.00080500",
"lastPrice": "0.00082200",
"lastQty": "2786.00000000",
"bidPrice": "0.00081900",
"bidQty": "3013.00000000",
"askPrice": "0.00083000",
"askQty": "507.00000000",
"openPrice": "0.00080200",
"highPrice": "0.00085900",
"lowPrice": "0.00079500",
"volume": "496144.00000000",
"quoteVolume": "406.42118400",
"openTime": 1560210236890,
"closeTime": 1560296636890,
"firstId": 719874,
"lastId": 720102,
"count": 229
},
{
"symbol": "POWRBNB",
"priceChange": "0.00000000",
"priceChangePercent": "0.000",
"weightedAvgPrice": "0.00380255",
"prevClosePrice": "0.00380000",
"lastPrice": "0.00383000",
"lastQty": "41.70000000",
"bidPrice": "0.00379000",
"bidQty": "2403.70000000",
"askPrice": "0.00383000",
"askQty": "9159.50000000",
"openPrice": "0.00383000",
"highPrice": "0.00386000",
"lowPrice": "0.00375000",
"volume": "91786.00000000",
"quoteVolume": "349.02108200",
"openTime": 1560210227441,
"closeTime": 1560296627441,
"firstId": 451261,
"lastId": 451486,
"count": 226
},
{
"symbol": "VENBTC",
"priceChange": "0.00000000",
"priceChangePercent": "0",
"weightedAvgPrice": "0",
"prevClosePrice": "0.00013928",
"lastPrice": "0.00000000",
"lastQty": "0.00000000",
"bidPrice": "0.00000000",
"bidQty": "0.00000000",
"askPrice": "0.00000000",
"askQty": "0.00000000",
"openPrice": "0.00000000",
"highPrice": "0.00000000",
"lowPrice": "0.00000000",
"volume": "0.00000000",
"quoteVolume": "0.00000000",
"openTime": 1557998597397,
"closeTime": 1558084997397,
"firstId": -1,
"lastId": -1,
"count": 0
},
{
"symbol": "VENETH",
"priceChange": "0.00000000",
"priceChangePercent": "0",
"weightedAvgPrice": "0",
"prevClosePrice": "0.00325194",
"lastPrice": "0.00000000",
"lastQty": "0.00000000",
"bidPrice": "0.00000000",
"bidQty": "0.00000000",
"askPrice": "0.00000000",
"askQty": "0.00000000",
"openPrice": "0.00000000",
"highPrice": "0.00000000",
"lowPrice": "0.00000000",
"volume": "0.00000000",
"quoteVolume": "0.00000000",
"openTime": 1557998597399,
"closeTime": 1558084997399,
"firstId": -1,
"lastId": -1,
"count": 0
},
{
"symbol": "KMDBTC",
"priceChange": "-0.00000390",
"priceChangePercent": "-1.868",
"weightedAvgPrice": "0.00020512",
"prevClosePrice": "0.00020900",
"lastPrice": "0.00020490",
"lastQty": "29.99000000",
"bidPrice": "0.00020460",
"bidQty": "30.00000000",
"askPrice": "0.00020500",
"askQty": "453.47000000",
"openPrice": "0.00020880",
"highPrice": "0.00020930",
"lowPrice": "0.00020270",
"volume": "217452.58000000",
"quoteVolume": "44.60377784",
"openTime": 1560210241731,
"closeTime": 1560296641731,
"firstId": 5284540,
"lastId": 5287842,
"count": 3303
},
{
"symbol": "KMDETH",
"priceChange": "-0.00020200",
"priceChangePercent": "-2.987",
"weightedAvgPrice": "0.00664017",
"prevClosePrice": "0.00677400",
"lastPrice": "0.00656000",
"lastQty": "20.20000000",
"bidPrice": "0.00658200",
"bidQty": "152.00000000",
"askPrice": "0.00660700",
"askQty": "137.00000000",
"openPrice": "0.00676200",
"highPrice": "0.00677900",
"lowPrice": "0.00652600",
"volume": "13681.06000000",
"quoteVolume": "90.84460652",
"openTime": 1560210241612,
"closeTime": 1560296641612,
"firstId": 945461,
"lastId": 945846,
"count": 386
},
{
"symbol": "NULSBNB",
"priceChange": "-0.00083000",
"priceChangePercent": "-2.770",
"weightedAvgPrice": "0.02966464",
"prevClosePrice": "0.02999000",
"lastPrice": "0.02913000",
"lastQty": "10.80000000",
"bidPrice": "0.02904000",
"bidQty": "122.80000000",
"askPrice": "0.02923000",
"askQty": "49.00000000",
"openPrice": "0.02996000",
"highPrice": "0.03153000",
"lowPrice": "0.02840000",
"volume": "135537.50000000",
"quoteVolume": "4020.67167500",
"openTime": 1560210238569,
"closeTime": 1560296638569,
"firstId": 506039,
"lastId": 507621,
"count": 1583
},
{
"symbol": "RCNBTC",
"priceChange": "0.00000006",
"priceChangePercent": "1.474",
"weightedAvgPrice": "0.00000411",
"prevClosePrice": "0.00000407",
"lastPrice": "0.00000413",
"lastQty": "8799.00000000",
"bidPrice": "0.00000413",
"bidQty": "809.00000000",
"askPrice": "0.00000414",
"askQty": "4257.00000000",
"openPrice": "0.00000407",
"highPrice": "0.00000425",
"lowPrice": "0.00000393",
"volume": "14682714.00000000",
"quoteVolume": "60.30640815",
"openTime": 1560210240946,
"closeTime": 1560296640946,
"firstId": 5058891,
"lastId": 5062837,
"count": 3947
},
{
"symbol": "RCNETH",
"priceChange": "0.00000233",
"priceChangePercent": "1.775",
"weightedAvgPrice": "0.00013381",
"prevClosePrice": "0.00013126",
"lastPrice": "0.00013359",
"lastQty": "98.00000000",
"bidPrice": "0.00013265",
"bidQty": "809.00000000",
"askPrice": "0.00013381",
"askQty": "21569.00000000",
"openPrice": "0.00013126",
"highPrice": "0.00013793",
"lowPrice": "0.00012768",
"volume": "894798.00000000",
"quoteVolume": "119.73456894",
"openTime": 1560210242365,
"closeTime": 1560296642365,
"firstId": 950385,
"lastId": 950797,
"count": 413
},
{
"symbol": "RCNBNB",
"priceChange": "0.00001900",
"priceChangePercent": "1.881",
"weightedAvgPrice": "0.00103115",
"prevClosePrice": "0.00101200",
"lastPrice": "0.00102900",
"lastQty": "6673.00000000",
"bidPrice": "0.00101900",
"bidQty": "998.00000000",
"askPrice": "0.00102700",
"askQty": "1756.00000000",
"openPrice": "0.00101000",
"highPrice": "0.00105800",
"lowPrice": "0.00097900",
"volume": "877011.00000000",
"quoteVolume": "904.33393600",
"openTime": 1560210236791,
"closeTime": 1560296636791,
"firstId": 453983,
"lastId": 454384,
"count": 402
},
{
"symbol": "NULSBTC",
"priceChange": "-0.00000258",
"priceChangePercent": "-2.140",
"weightedAvgPrice": "0.00011926",
"prevClosePrice": "0.00012062",
"lastPrice": "0.00011798",
"lastQty": "214.00000000",
"bidPrice": "0.00011745",
"bidQty": "168.00000000",
"askPrice": "0.00011802",
"askQty": "225.00000000",
"openPrice": "0.00012056",
"highPrice": "0.00012647",
"lowPrice": "0.00011426",
"volume": "7507206.00000000",
"quoteVolume": "895.28635919",
"openTime": 1560210242217,
"closeTime": 1560296642217,
"firstId": 6073457,
"lastId": 6102894,
"count": 29438
},
{
"symbol": "NULSETH",
"priceChange": "-0.00009543",
"priceChangePercent": "-2.442",
"weightedAvgPrice": "0.00381871",
"prevClosePrice": "0.00390493",
"lastPrice": "0.00381235",
"lastQty": "3.00000000",
"bidPrice": "0.00378219",
"bidQty": "225.00000000",
"askPrice": "0.00380761",
"askQty": "75.00000000",
"openPrice": "0.00390778",
"highPrice": "0.00410076",
"lowPrice": "0.00369718",
"volume": "158007.00000000",
"quoteVolume": "603.38355733",
"openTime": 1560210241715,
"closeTime": 1560296641715,
"firstId": 1115786,
"lastId": 1118819,
"count": 3034
},
{
"symbol": "RDNBTC",
"priceChange": "0.00000031",
"priceChangePercent": "0.714",
"weightedAvgPrice": "0.00004406",
"prevClosePrice": "0.00004353",
"lastPrice": "0.00004374",
"lastQty": "25.00000000",
"bidPrice": "0.00004375",
"bidQty": "107.00000000",
"askPrice": "0.00004382",
"askQty": "28.00000000",
"openPrice": "0.00004343",
"highPrice": "0.00004546",
"lowPrice": "0.00004299",
"volume": "899882.00000000",
"quoteVolume": "39.65037678",
"openTime": 1560210241896,
"closeTime": 1560296641896,
"firstId": 3087856,
"lastId": 3090646,
"count": 2791
},
{
"symbol": "RDNETH",
"priceChange": "0.00000460",
"priceChangePercent": "0.327",
"weightedAvgPrice": "0.00142790",
"prevClosePrice": "0.00141110",
"lastPrice": "0.00141110",
"lastQty": "90.00000000",
"bidPrice": "0.00140580",
"bidQty": "3685.00000000",
"askPrice": "0.00141110",
"askQty": "410.00000000",
"openPrice": "0.00140650",
"highPrice": "0.00148000",
"lowPrice": "0.00138970",
"volume": "93495.00000000",
"quoteVolume": "133.50149370",
"openTime": 1560210239020,
"closeTime": 1560296639020,
"firstId": 1181422,
"lastId": 1182078,
"count": 657
},
{
"symbol": "RDNBNB",
"priceChange": "0.00005000",
"priceChangePercent": "0.464",
"weightedAvgPrice": "0.01102214",
"prevClosePrice": "0.01094000",
"lastPrice": "0.01082000",
"lastQty": "1304.00000000",
"bidPrice": "0.01082000",
"bidQty": "5555.70000000",
"askPrice": "0.01087000",
"askQty": "32053.10000000",
"openPrice": "0.01077000",
"highPrice": "0.01143000",
"lowPrice": "0.01069000",
"volume": "66428.60000000",
"quoteVolume": "732.18512900",
"openTime": 1560210241610,
"closeTime": 1560296641610,
"firstId": 242875,
"lastId": 243299,
"count": 425
},
{
"symbol": "XMRBTC",
"priceChange": "0.00010300",
"priceChangePercent": "0.948",
"weightedAvgPrice": "0.01099919",
"prevClosePrice": "0.01086400",
"lastPrice": "0.01096700",
"lastQty": "3.84300000",
"bidPrice": "0.01096800",
"bidQty": "0.73700000",
"askPrice": "0.01098300",
"askQty": "1.50000000",
"openPrice": "0.01086400",
"highPrice": "0.01111600",
"lowPrice": "0.01083100",
"volume": "34685.44300000",
"quoteVolume": "381.51166925",
"openTime": 1560210242348,
"closeTime": 1560296642348,
"firstId": 11359555,
"lastId": 11373233,
"count": 13679
},
{
"symbol": "XMRETH",
"priceChange": "0.00183000",
"priceChangePercent": "0.520",
"weightedAvgPrice": "0.35624748",
"prevClosePrice": "0.35176000",
"lastPrice": "0.35359000",
"lastQty": "0.07500000",
"bidPrice": "0.35288000",
"bidQty": "0.84800000",
"askPrice": "0.35381000",
"askQty": "0.70100000",
"openPrice": "0.35176000",
"highPrice": "0.36129000",
"lowPrice": "0.35080000",
"volume": "1897.26300000",
"quoteVolume": "675.89516498",
"openTime": 1560210240283,
"closeTime": 1560296640283,
"firstId": 2168587,
"lastId": 2170241,
"count": 1655
},
{
"symbol": "DLTBNB",
"priceChange": "0.00009000",
"priceChangePercent": "2.368",
"weightedAvgPrice": "0.00382176",
"prevClosePrice": "0.00381000",
"lastPrice": "0.00389000",
"lastQty": "29.70000000",
"bidPrice": "0.00387000",
"bidQty": "17066.00000000",
"askPrice": "0.00391000",
"askQty": "2083.00000000",
"openPrice": "0.00380000",
"highPrice": "0.00405000",
"lowPrice": "0.00366000",
"volume": "543880.60000000",
"quoteVolume": "2078.58080900",
"openTime": 1560210234620,
"closeTime": 1560296634620,
"firstId": 389614,
"lastId": 390345,
"count": 732
},
{
"symbol": "WTCBNB",
"priceChange": "0.00050000",
"priceChangePercent": "0.728",
"weightedAvgPrice": "0.06931776",
"prevClosePrice": "0.06830000",
"lastPrice": "0.06920000",
"lastQty": "77.00000000",
"bidPrice": "0.06890000",
"bidQty": "2.83000000",
"askPrice": "0.06920000",
"askQty": "117.00000000",
"openPrice": "0.06870000",
"highPrice": "0.07090000",
"lowPrice": "0.06830000",
"volume": "11660.04000000",
"quoteVolume": "808.24781600",
"openTime": 1560210235985,
"closeTime": 1560296635985,
"firstId": 461689,
"lastId": 461995,
"count": 307
},
{
"symbol": "DLTBTC",
"priceChange": "0.00000038",
"priceChangePercent": "2.480",
"weightedAvgPrice": "0.00001540",
"prevClosePrice": "0.00001536",
"lastPrice": "0.00001570",
"lastQty": "66.00000000",
"bidPrice": "0.00001571",
"bidQty": "662.00000000",
"askPrice": "0.00001573",
"askQty": "30463.00000000",
"openPrice": "0.00001532",
"highPrice": "0.00001620",
"lowPrice": "0.00001464",
"volume": "11501395.00000000",
"quoteVolume": "177.13842835",
"openTime": 1560210241967,
"closeTime": 1560296641967,
"firstId": 5699669,
"lastId": 5707628,
"count": 7960
},
{
"symbol": "DLTETH",
"priceChange": "0.00000826",
"priceChangePercent": "1.653",
"weightedAvgPrice": "0.00049157",
"prevClosePrice": "0.00049929",
"lastPrice": "0.00050804",
"lastQty": "27.00000000",
"bidPrice": "0.00050509",
"bidQty": "662.00000000",
"askPrice": "0.00051257",
"askQty": "1879.00000000",
"openPrice": "0.00049978",
"highPrice": "0.00052497",
"lowPrice": "0.00047283",
"volume": "519195.00000000",
"quoteVolume": "255.22035012",
"openTime": 1560210241374,
"closeTime": 1560296641374,
"firstId": 1267553,
"lastId": 1268664,
"count": 1112
},
{
"symbol": "AMBBTC",
"priceChange": "0.00000003",
"priceChangePercent": "0.515",
"weightedAvgPrice": "0.00000583",
"prevClosePrice": "0.00000583",
"lastPrice": "0.00000586",
"lastQty": "4853.00000000",
"bidPrice": "0.00000586",
"bidQty": "10201.00000000",
"askPrice": "0.00000587",
"askQty": "1622.00000000",
"openPrice": "0.00000583",
"highPrice": "0.00000591",
"lowPrice": "0.00000575",
"volume": "7669268.00000000",
"quoteVolume": "44.71236193",
"openTime": 1560210204263,
"closeTime": 1560296604263,
"firstId": 4565725,
"lastId": 4567662,
"count": 1938
},
{
"symbol": "AMBETH",
"priceChange": "-0.00000064",
"priceChangePercent": "-0.339",
"weightedAvgPrice": "0.00018931",
"prevClosePrice": "0.00018896",
"lastPrice": "0.00018838",
"lastQty": "54.00000000",
"bidPrice": "0.00018854",
"bidQty": "1200.00000000",
"askPrice": "0.00018968",
"askQty": "312.00000000",
"openPrice": "0.00018902",
"highPrice": "0.00019255",
"lowPrice": "0.00018599",
"volume": "656943.00000000",
"quoteVolume": "124.36862293",
"openTime": 1560210231423,
"closeTime": 1560296631423,
"firstId": 1152721,
"lastId": 1153157,
"count": 437
},
{
"symbol": "AMBBNB",
"priceChange": "0.00000000",
"priceChangePercent": "0.000",
"weightedAvgPrice": "0.00145689",
"prevClosePrice": "0.00146000",
"lastPrice": "0.00145000",
"lastQty": "21610.00000000",
"bidPrice": "0.00144000",
"bidQty": "29761.20000000",
"askPrice": "0.00145000",
"askQty": "35310.00000000",
"openPrice": "0.00145000",
"highPrice": "0.00148000",
"lowPrice": "0.00143000",
"volume": "173160.50000000",
"quoteVolume": "252.27513200",
"openTime": 1560210240442,
"closeTime": 1560296640442,
"firstId": 368401,
"lastId": 368544,
"count": 144
},
{
"symbol": "BCCETH",
"priceChange": "0.00000000",
"priceChangePercent": "0",
"weightedAvgPrice": "0",
"prevClosePrice": "2.47246000",
"lastPrice": "0.00000000",
"lastQty": "0.00000000",
"bidPrice": "0.00000000",
"bidQty": "0.00000000",
"askPrice": "0.00000000",
"askQty": "0.00000000",
"openPrice": "0.00000000",
"highPrice": "0.00000000",
"lowPrice": "0.00000000",
"volume": "0.00000000",
"quoteVolume": "0.00000000",
"openTime": 1557998597445,
"closeTime": 1558084997445,
"firstId": -1,
"lastId": -1,
"count": 0
},
{
"symbol": "BCCUSDT",
"priceChange": "0.00000000",
"priceChangePercent": "0",
"weightedAvgPrice": "0",
"prevClosePrice": "448.70000000",
"lastPrice": "0.00000000",
"lastQty": "0.00000000",
"bidPrice": "0.00000000",
"bidQty": "0.00000000",
"askPrice": "0.00000000",
"askQty": "0.00000000",
"openPrice": "0.00000000",
"highPrice": "0.00000000",
"lowPrice": "0.00000000",
"volume": "0.00000000",
"quoteVolume": "0.00000000",
"openTime": 1557998597452,
"closeTime": 1558084997452,
"firstId": -1,
"lastId": -1,
"count": 0
},
{
"symbol": "BCCBNB",
"priceChange": "0.00000000",
"priceChangePercent": "0",
"weightedAvgPrice": "0",
"prevClosePrice": "54.29000000",
"lastPrice": "0.00000000",
"lastQty": "0.00000000",
"bidPrice": "0.00000000",
"bidQty": "0.00000000",
"askPrice": "0.00000000",
"askQty": "0.00000000",
"openPrice": "0.00000000",
"highPrice": "0.00000000",
"lowPrice": "0.00000000",
"volume": "0.00000000",
"quoteVolume": "0.00000000",
"openTime": 1557998597457,
"closeTime": 1558084997457,
"firstId": -1,
"lastId": -1,
"count": 0
},
{
"symbol": "BATBTC",
"priceChange": "-0.00000062",
"priceChangePercent": "-1.486",
"weightedAvgPrice": "0.00004124",
"prevClosePrice": "0.00004170",
"lastPrice": "0.00004109",
"lastQty": "125.00000000",
"bidPrice": "0.00004106",
"bidQty": "375.00000000",
"askPrice": "0.00004110",
"askQty": "588.00000000",
"openPrice": "0.00004171",
"highPrice": "0.00004174",
"lowPrice": "0.00004081",
"volume": "6055925.00000000",
"quoteVolume": "249.76239151",
"openTime": 1560210241542,
"closeTime": 1560296641542,
"firstId": 11688347,
"lastId": 11700560,
"count": 12214
},
{
"symbol": "BATETH",
"priceChange": "-0.00002582",
"priceChangePercent": "-1.913",
"weightedAvgPrice": "0.00133679",
"prevClosePrice": "0.00134956",
"lastPrice": "0.00132378",
"lastQty": "253.00000000",
"bidPrice": "0.00132069",
"bidQty": "184.00000000",
"askPrice": "0.00132565",
"askQty": "123.00000000",
"openPrice": "0.00134960",
"highPrice": "0.00135400",
"lowPrice": "0.00132010",
"volume": "649017.00000000",
"quoteVolume": "867.60063383",
"openTime": 1560210239281,
"closeTime": 1560296639281,
"firstId": 3103446,
"lastId": 3106237,
"count": 2792
},
{
"symbol": "BATBNB",
"priceChange": "-0.00024000",
"priceChangePercent": "-2.312",
"weightedAvgPrice": "0.01029064",
"prevClosePrice": "0.01041000",
"lastPrice": "0.01014000",
"lastQty": "386.50000000",
"bidPrice": "0.01014000",
"bidQty": "2558.60000000",
"askPrice": "0.01017000",
"askQty": "1322.10000000",
"openPrice": "0.01038000",
"highPrice": "0.01042000",
"lowPrice": "0.01014000",
"volume": "250421.60000000",
"quoteVolume": "2576.99801800",
"openTime": 1560210235103,
"closeTime": 1560296635103,
"firstId": 824117,
"lastId": 825016,
"count": 900
},
{
"symbol": "BCPTBTC",
"priceChange": "-0.00000006",
"priceChangePercent": "-0.779",
"weightedAvgPrice": "0.00000760",
"prevClosePrice": "0.00000770",
"lastPrice": "0.00000764",
"lastQty": "3256.00000000",
"bidPrice": "0.00000764",
"bidQty": "4577.00000000",
"askPrice": "0.00000765",
"askQty": "132.00000000",
"openPrice": "0.00000770",
"highPrice": "0.00000779",
"lowPrice": "0.00000744",
"volume": "10863972.00000000",
"quoteVolume": "82.53020301",
"openTime": 1560210235092,
"closeTime": 1560296635092,
"firstId": 7168287,
"lastId": 7172651,
"count": 4365
},
{
"symbol": "BCPTETH",
"priceChange": "-0.00000417",
"priceChangePercent": "-1.661",
"weightedAvgPrice": "0.00024664",
"prevClosePrice": "0.00024914",
"lastPrice": "0.00024692",
"lastQty": "107.00000000",
"bidPrice": "0.00024545",
"bidQty": "4577.00000000",
"askPrice": "0.00024730",
"askQty": "908.00000000",
"openPrice": "0.00025109",
"highPrice": "0.00025243",
"lowPrice": "0.00024100",
"volume": "544840.00000000",
"quoteVolume": "134.37784875",
"openTime": 1560210238867,
"closeTime": 1560296638867,
"firstId": 1401950,
"lastId": 1402486,
"count": 537
},
{
"symbol": "BCPTBNB",
"priceChange": "-0.00005000",
"priceChangePercent": "-2.591",
"weightedAvgPrice": "0.00189467",
"prevClosePrice": "0.00194000",
"lastPrice": "0.00188000",
"lastQty": "224.90000000",
"bidPrice": "0.00188000",
"bidQty": "5015.90000000",
"askPrice": "0.00190000",
"askQty": "5391.20000000",
"openPrice": "0.00193000",
"highPrice": "0.00196000",
"lowPrice": "0.00186000",
"volume": "918395.90000000",
"quoteVolume": "1740.05855900",
"openTime": 1560210225652,
"closeTime": 1560296625652,
"firstId": 434120,
"lastId": 434499,
"count": 380
},
{
"symbol": "ARNBTC",
"priceChange": "-0.00000063",
"priceChangePercent": "-1.020",
"weightedAvgPrice": "0.00006161",
"prevClosePrice": "0.00006175",
"lastPrice": "0.00006112",
"lastQty": "2153.00000000",
"bidPrice": "0.00006106",
"bidQty": "2000.00000000",
"askPrice": "0.00006124",
"askQty": "132.00000000",
"openPrice": "0.00006175",
"highPrice": "0.00006325",
"lowPrice": "0.00006070",
"volume": "1897758.00000000",
"quoteVolume": "116.91851829",
"openTime": 1560210241233,
"closeTime": 1560296641233,
"firstId": 12882845,
"lastId": 12887958,
"count": 5114
},
{
"symbol": "ARNETH",
"priceChange": "-0.00002913",
"priceChangePercent": "-1.459",
"weightedAvgPrice": "0.00199587",
"prevClosePrice": "0.00199769",
"lastPrice": "0.00196702",
"lastQty": "10.00000000",
"bidPrice": "0.00196370",
"bidQty": "508.00000000",
"askPrice": "0.00197444",
"askQty": "146.00000000",
"openPrice": "0.00199615",
"highPrice": "0.00204300",
"lowPrice": "0.00195602",
"volume": "188365.00000000",
"quoteVolume": "375.95179014",
"openTime": 1560210240421,
"closeTime": 1560296640421,
"firstId": 4281415,
"lastId": 4282333,
"count": 919
},
{
"symbol": "GVTBTC",
"priceChange": "-0.00000750",
"priceChangePercent": "-1.634",
"weightedAvgPrice": "0.00045413",
"prevClosePrice": "0.00045790",
"lastPrice": "0.00045140",
"lastQty": "13.25000000",
"bidPrice": "0.00045170",
"bidQty": "47.65000000",
"askPrice": "0.00045290",
"askQty": "13.25000000",
"openPrice": "0.00045890",
"highPrice": "0.00046790",
"lowPrice": "0.00044800",
"volume": "96628.17000000",
"quoteVolume": "43.88187023",
"openTime": 1560210241809,
"closeTime": 1560296641809,
"firstId": 7069285,
"lastId": 7071895,
"count": 2611
},
{
"symbol": "GVTETH",
"priceChange": "-0.00021700",
"priceChangePercent": "-1.463",
"weightedAvgPrice": "0.01468622",
"prevClosePrice": "0.01486200",
"lastPrice": "0.01461500",
"lastQty": "6.46000000",
"bidPrice": "0.01452600",
"bidQty": "69.00000000",
"askPrice": "0.01461700",
"askQty": "20.42000000",
"openPrice": "0.01483200",
"highPrice": "0.01504500",
"lowPrice": "0.01446000",
"volume": "6478.14000000",
"quoteVolume": "95.13935858",
"openTime": 1560210217399,
"closeTime": 1560296617399,
"firstId": 1409021,
"lastId": 1409573,
"count": 553
},
{
"symbol": "CDTBTC",
"priceChange": "0.00000004",
"priceChangePercent": "3.008",
"weightedAvgPrice": "0.00000136",
"prevClosePrice": "0.00000132",
"lastPrice": "0.00000137",
"lastQty": "7761.00000000",
"bidPrice": "0.00000137",
"bidQty": "49773.00000000",
"askPrice": "0.00000138",
"askQty": "40467.00000000",
"openPrice": "0.00000133",
"highPrice": "0.00000140",
"lowPrice": "0.00000130",
"volume": "37827845.00000000",
"quoteVolume": "51.31227442",
"openTime": 1560210239344,
"closeTime": 1560296639344,
"firstId": 4238131,
"lastId": 4240680,
"count": 2550
},
{
"symbol": "CDTETH",
"priceChange": "0.00000134",
"priceChangePercent": "3.139",
"weightedAvgPrice": "0.00004455",
"prevClosePrice": "0.00004269",
"lastPrice": "0.00004403",
"lastQty": "600.00000000",
"bidPrice": "0.00004402",
"bidQty": "49773.00000000",
"askPrice": "0.00004424",
"askQty": "857.00000000",
"openPrice": "0.00004269",
"highPrice": "0.00004550",
"lowPrice": "0.00004240",
"volume": "2710915.00000000",
"quoteVolume": "120.76179468",
"openTime": 1560210241981,
"closeTime": 1560296641981,
"firstId": 1835497,
"lastId": 1836032,
"count": 536
},
{
"symbol": "GXSBTC",
"priceChange": "0.00000340",
"priceChangePercent": "1.162",
"weightedAvgPrice": "0.00029066",
"prevClosePrice": "0.00029280",
"lastPrice": "0.00029610",
"lastQty": "84.93000000",
"bidPrice": "0.00029580",
"bidQty": "157.75000000",
"askPrice": "0.00029640",
"askQty": "101.38000000",
"openPrice": "0.00029270",
"highPrice": "0.00032200",
"lowPrice": "0.00025900",
"volume": "3149184.66000000",
"quoteVolume": "915.34318858",
"openTime": 1560210242322,
"closeTime": 1560296642322,
"firstId": 3586935,
"lastId": 3622172,
"count": 35238
},
{
"symbol": "GXSETH",
"priceChange": "0.00004900",
"priceChangePercent": "0.516",
"weightedAvgPrice": "0.00940418",
"prevClosePrice": "0.00948900",
"lastPrice": "0.00954000",
"lastQty": "18.87000000",
"bidPrice": "0.00951500",
"bidQty": "157.75000000",
"askPrice": "0.00955500",
"askQty": "16.65000000",
"openPrice": "0.00949100",
"highPrice": "0.01041100",
"lowPrice": "0.00838700",
"volume": "243866.40000000",
"quoteVolume": "2293.36358499",
"openTime": 1560210242051,
"closeTime": 1560296642051,
"firstId": 1238669,
"lastId": 1245114,
"count": 6446
},
{
"symbol": "NEOUSDT",
"priceChange": "0.02200000",
"priceChangePercent": "0.180",
"weightedAvgPrice": "12.08073978",
"prevClosePrice": "12.24700000",
"lastPrice": "12.26700000",
"lastQty": "70.00000000",
"bidPrice": "12.26700000",
"bidQty": "1.17000000",
"askPrice": "12.26800000",
"askQty": "4.27300000",
"openPrice": "12.24500000",
"highPrice": "12.42000000",
"lowPrice": "11.68800000",
"volume": "558424.34900000",
"quoteVolume": "6746179.24927800",
"openTime": 1560210237792,
"closeTime": 1560296637792,
"firstId": 18155404,
"lastId": 18176825,
"count": 21422
},
{
"symbol": "NEOBNB",
"priceChange": "0.00200000",
"priceChangePercent": "0.522",
"weightedAvgPrice": "0.38337832",
"prevClosePrice": "0.38400000",
"lastPrice": "0.38500000",
"lastQty": "146.48000000",
"bidPrice": "0.38400000",
"bidQty": "27.94300000",
"askPrice": "0.38500000",
"askQty": "115.57700000",
"openPrice": "0.38300000",
"highPrice": "0.39200000",
"lowPrice": "0.37800000",
"volume": "19920.56500000",
"quoteVolume": "7637.11281000",
"openTime": 1560210237381,
"closeTime": 1560296637381,
"firstId": 2038710,
"lastId": 2042095,
"count": 3386
},
{
"symbol": "POEBTC",
"priceChange": "-0.00000001",
"priceChangePercent": "-1.538",
"weightedAvgPrice": "0.00000065",
"prevClosePrice": "0.00000065",
"lastPrice": "0.00000064",
"lastQty": "235277.00000000",
"bidPrice": "0.00000064",
"bidQty": "3222870.00000000",
"askPrice": "0.00000065",
"askQty": "312602.00000000",
"openPrice": "0.00000065",
"highPrice": "0.00000067",
"lowPrice": "0.00000064",
"volume": "70540139.00000000",
"quoteVolume": "45.74407070",
"openTime": 1560210239171,
"closeTime": 1560296639171,
"firstId": 7566317,
"lastId": 7567421,
"count": 1105
},
{
"symbol": "POEETH",
"priceChange": "-0.00000049",
"priceChangePercent": "-2.300",
"weightedAvgPrice": "0.00002105",
"prevClosePrice": "0.00002132",
"lastPrice": "0.00002081",
"lastQty": "1554.00000000",
"bidPrice": "0.00002078",
"bidQty": "968.00000000",
"askPrice": "0.00002095",
"askQty": "4784.00000000",
"openPrice": "0.00002130",
"highPrice": "0.00002156",
"lowPrice": "0.00002068",
"volume": "3379172.00000000",
"quoteVolume": "71.12596409",
"openTime": 1560210194782,
"closeTime": 1560296594782,
"firstId": 2488105,
"lastId": 2488377,
"count": 273
},
{
"symbol": "QSPBTC",
"priceChange": "-0.00000002",
"priceChangePercent": "-0.592",
"weightedAvgPrice": "0.00000335",
"prevClosePrice": "0.00000339",
"lastPrice": "0.00000336",
"lastQty": "1016.00000000",
"bidPrice": "0.00000335",
"bidQty": "212420.00000000",
"askPrice": "0.00000336",
"askQty": "115244.00000000",
"openPrice": "0.00000338",
"highPrice": "0.00000342",
"lowPrice": "0.00000327",
"volume": "10066422.00000000",
"quoteVolume": "33.76750494",
"openTime": 1560210241979,
"closeTime": 1560296641979,
"firstId": 4840090,
"lastId": 4841711,
"count": 1622
},
{
"symbol": "QSPETH",
"priceChange": "-0.00000122",
"priceChangePercent": "-1.110",
"weightedAvgPrice": "0.00010943",
"prevClosePrice": "0.00010951",
"lastPrice": "0.00010873",
"lastQty": "127.00000000",
"bidPrice": "0.00010781",
"bidQty": "108.00000000",
"askPrice": "0.00010850",
"askQty": "8321.00000000",
"openPrice": "0.00010995",
"highPrice": "0.00011545",
"lowPrice": "0.00010615",
"volume": "379490.00000000",
"quoteVolume": "41.52813557",
"openTime": 1560210242240,
"closeTime": 1560296642240,
"firstId": 1564258,
"lastId": 1564685,
"count": 428
},
{
"symbol": "QSPBNB",
"priceChange": "-0.00001100",
"priceChangePercent": "-1.306",
"weightedAvgPrice": "0.00084182",
"prevClosePrice": "0.00084200",
"lastPrice": "0.00083100",
"lastQty": "1108.00000000",
"bidPrice": "0.00082900",
"bidQty": "262.00000000",
"askPrice": "0.00083200",
"askQty": "10769.00000000",
"openPrice": "0.00084200",
"highPrice": "0.00085600",
"lowPrice": "0.00082200",
"volume": "816912.00000000",
"quoteVolume": "687.69429200",
"openTime": 1560210242143,
"closeTime": 1560296642143,
"firstId": 601000,
"lastId": 601296,
"count": 297
},
{
"symbol": "BTSBTC",
"priceChange": "0.00000004",
"priceChangePercent": "0.516",
"weightedAvgPrice": "0.00000775",
"prevClosePrice": "0.00000775",
"lastPrice": "0.00000779",
"lastQty": "1326.00000000",
"bidPrice": "0.00000777",
"bidQty": "12870.00000000",
"askPrice": "0.00000779",
"askQty": "3978.00000000",
"openPrice": "0.00000775",
"highPrice": "0.00000782",
"lowPrice": "0.00000765",
"volume": "2969793.00000000",
"quoteVolume": "23.02004965",
"openTime": 1560210239025,
"closeTime": 1560296639025,
"firstId": 5347398,
"lastId": 5349854,
"count": 2457
},
{
"symbol": "BTSETH",
"priceChange": "-0.00000079",
"priceChangePercent": "-0.315",
"weightedAvgPrice": "0.00025104",
"prevClosePrice": "0.00025060",
"lastPrice": "0.00024981",
"lastQty": "75.00000000",
"bidPrice": "0.00025011",
"bidQty": "481.00000000",
"askPrice": "0.00025162",
"askQty": "560.00000000",
"openPrice": "0.00025060",
"highPrice": "0.00025341",
"lowPrice": "0.00024788",
"volume": "226591.00000000",
"quoteVolume": "56.88231642",
"openTime": 1560210232049,
"closeTime": 1560296632049,
"firstId": 1586243,
"lastId": 1586484,
"count": 242
},
{
"symbol": "BTSBNB",
"priceChange": "0.00000000",
"priceChangePercent": "0.000",
"weightedAvgPrice": "0.00193092",
"prevClosePrice": "0.00194000",
"lastPrice": "0.00194000",
"lastQty": "82.00000000",
"bidPrice": "0.00192000",
"bidQty": "5887.30000000",
"askPrice": "0.00194000",
"askQty": "25392.60000000",
"openPrice": "0.00194000",
"highPrice": "0.00195000",
"lowPrice": "0.00190000",
"volume": "55264.80000000",
"quoteVolume": "106.71173700",
"openTime": 1560210234586,
"closeTime": 1560296634586,
"firstId": 344266,
"lastId": 344336,
"count": 71
},
{
"symbol": "XZCBTC",
"priceChange": "0.00004000",
"priceChangePercent": "3.265",
"weightedAvgPrice": "0.00121648",
"prevClosePrice": "0.00122600",
"lastPrice": "0.00126500",
"lastQty": "2.60000000",
"bidPrice": "0.00126500",
"bidQty": "77.50000000",
"askPrice": "0.00126600",
"askQty": "3.16000000",
"openPrice": "0.00122500",
"highPrice": "0.00131000",
"lowPrice": "0.00116000",
"volume": "190665.49000000",
"quoteVolume": "231.94161761",
"openTime": 1560210242123,
"closeTime": 1560296642123,
"firstId": 3055623,
"lastId": 3068630,
"count": 13008
},
{
"symbol": "XZCETH",
"priceChange": "0.00124600",
"priceChangePercent": "3.148",
"weightedAvgPrice": "0.03937281",
"prevClosePrice": "0.03996600",
"lastPrice": "0.04082500",
"lastQty": "0.87000000",
"bidPrice": "0.04065700",
"bidQty": "77.50000000",
"askPrice": "0.04115100",
"askQty": "1.03000000",
"openPrice": "0.03957900",
"highPrice": "0.04158000",
"lowPrice": "0.03796800",
"volume": "9518.75000000",
"quoteVolume": "374.77996142",
"openTime": 1560210242338,
"closeTime": 1560296642338,
"firstId": 602091,
"lastId": 603636,
"count": 1546
},
{
"symbol": "XZCBNB",
"priceChange": "0.00700000",
"priceChangePercent": "2.288",
"weightedAvgPrice": "0.30573753",
"prevClosePrice": "0.30800000",
"lastPrice": "0.31300000",
"lastQty": "0.80000000",
"bidPrice": "0.31200000",
"bidQty": "1.53100000",
"askPrice": "0.31600000",
"askQty": "29.15800000",
"openPrice": "0.30600000",
"highPrice": "0.32400000",
"lowPrice": "0.29200000",
"volume": "7162.17000000",
"quoteVolume": "2189.74416100",
"openTime": 1560210241793,
"closeTime": 1560296641793,
"firstId": 189846,
"lastId": 190720,
"count": 875
},
{
"symbol": "LSKBTC",
"priceChange": "0.00000440",
"priceChangePercent": "1.711",
"weightedAvgPrice": "0.00025927",
"prevClosePrice": "0.00025720",
"lastPrice": "0.00026150",
"lastQty": "32.57000000",
"bidPrice": "0.00026130",
"bidQty": "4.59000000",
"askPrice": "0.00026190",
"askQty": "30.90000000",
"openPrice": "0.00025710",
"highPrice": "0.00026610",
"lowPrice": "0.00025300",
"volume": "330389.31000000",
"quoteVolume": "85.65874582",
"openTime": 1560210241547,
"closeTime": 1560296641547,
"firstId": 6393123,
"lastId": 6397948,
"count": 4826
},
{
"symbol": "LSKETH",
"priceChange": "0.00010100",
"priceChangePercent": "1.211",
"weightedAvgPrice": "0.00839188",
"prevClosePrice": "0.00834300",
"lastPrice": "0.00844400",
"lastQty": "107.00000000",
"bidPrice": "0.00839100",
"bidQty": "9.44000000",
"askPrice": "0.00847400",
"askQty": "19.86000000",
"openPrice": "0.00834300",
"highPrice": "0.00860600",
"lowPrice": "0.00819900",
"volume": "17398.19000000",
"quoteVolume": "146.00345830",
"openTime": 1560210239221,
"closeTime": 1560296639221,
"firstId": 1573772,
"lastId": 1574447,
"count": 676
},
{
"symbol": "LSKBNB",
"priceChange": "0.00060000",
"priceChangePercent": "0.936",
"weightedAvgPrice": "0.06458953",
"prevClosePrice": "0.06410000",
"lastPrice": "0.06470000",
"lastQty": "46.36000000",
"bidPrice": "0.06440000",
"bidQty": "4.59000000",
"askPrice": "0.06490000",
"askQty": "17.81000000",
"openPrice": "0.06410000",
"highPrice": "0.06630000",
"lowPrice": "0.06300000",
"volume": "15686.06000000",
"quoteVolume": "1013.15522400",
"openTime": 1560210239225,
"closeTime": 1560296639225,
"firstId": 366952,
"lastId": 367311,
"count": 360
},
{
"symbol": "TNTBTC",
"priceChange": "0.00000011",
"priceChangePercent": "2.619",
"weightedAvgPrice": "0.00000429",
"prevClosePrice": "0.00000420",
"lastPrice": "0.00000431",
"lastQty": "159.00000000",
"bidPrice": "0.00000429",
"bidQty": "5537.00000000",
"askPrice": "0.00000431",
"askQty": "68079.00000000",
"openPrice": "0.00000420",
"highPrice": "0.00000448",
"lowPrice": "0.00000410",
"volume": "42295389.00000000",
"quoteVolume": "181.54155203",
"openTime": 1560210239553,
"closeTime": 1560296639553,
"firstId": 4797056,
"lastId": 4804445,
"count": 7390
},
{
"symbol": "TNTETH",
"priceChange": "0.00000290",
"priceChangePercent": "2.132",
"weightedAvgPrice": "0.00013902",
"prevClosePrice": "0.00013600",
"lastPrice": "0.00013891",
"lastQty": "87.00000000",
"bidPrice": "0.00013796",
"bidQty": "1848.00000000",
"askPrice": "0.00013891",
"askQty": "1762.00000000",
"openPrice": "0.00013601",
"highPrice": "0.00014520",
"lowPrice": "0.00013266",
"volume": "2405837.00000000",
"quoteVolume": "334.46647343",
"openTime": 1560210242074,
"closeTime": 1560296642074,
"firstId": 1229562,
"lastId": 1231269,
"count": 1708
},
{
"symbol": "FUELBTC",
"priceChange": "0.00000003",
"priceChangePercent": "2.632",
"weightedAvgPrice": "0.00000115",
"prevClosePrice": "0.00000114",
"lastPrice": "0.00000117",
"lastQty": "108434.00000000",
"bidPrice": "0.00000116",
"bidQty": "623780.00000000",
"askPrice": "0.00000117",
"askQty": "143431.00000000",
"openPrice": "0.00000114",
"highPrice": "0.00000119",
"lowPrice": "0.00000110",
"volume": "130322645.00000000",
"quoteVolume": "149.77708954",
"openTime": 1560210241549,
"closeTime": 1560296641549,
"firstId": 5171023,
"lastId": 5175128,
"count": 4106
},
{
"symbol": "FUELETH",
"priceChange": "0.00000056",
"priceChangePercent": "1.513",
"weightedAvgPrice": "0.00003773",
"prevClosePrice": "0.00003702",
"lastPrice": "0.00003757",
"lastQty": "10587.00000000",
"bidPrice": "0.00003754",
"bidQty": "6600.00000000",
"askPrice": "0.00003758",
"askQty": "434.00000000",
"openPrice": "0.00003701",
"highPrice": "0.00003835",
"lowPrice": "0.00003592",
"volume": "16293732.00000000",
"quoteVolume": "614.73045781",
"openTime": 1560210241436,
"closeTime": 1560296641436,
"firstId": 2048997,
"lastId": 2050957,
"count": 1961
},
{
"symbol": "MANABTC",
"priceChange": "-0.00000001",
"priceChangePercent": "-0.133",
"weightedAvgPrice": "0.00000746",
"prevClosePrice": "0.00000752",
"lastPrice": "0.00000752",
"lastQty": "2567.00000000",
"bidPrice": "0.00000750",
"bidQty": "7607.00000000",
"askPrice": "0.00000753",
"askQty": "3854.00000000",
"openPrice": "0.00000753",
"highPrice": "0.00000769",
"lowPrice": "0.00000732",
"volume": "11159576.00000000",
"quoteVolume": "83.24482390",
"openTime": 1560210239108,
"closeTime": 1560296639108,
"firstId": 6994197,
"lastId": 6998811,
"count": 4615
},
{
"symbol": "MANAETH",
"priceChange": "-0.00000287",
"priceChangePercent": "-1.172",
"weightedAvgPrice": "0.00024140",
"prevClosePrice": "0.00024419",
"lastPrice": "0.00024195",
"lastQty": "4588.00000000",
"bidPrice": "0.00024126",
"bidQty": "698.00000000",
"askPrice": "0.00024297",
"askQty": "1434.00000000",
"openPrice": "0.00024482",
"highPrice": "0.00024893",
"lowPrice": "0.00023749",
"volume": "1134408.00000000",
"quoteVolume": "273.85075075",
"openTime": 1560210241907,
"closeTime": 1560296641907,
"firstId": 2420496,
"lastId": 2421410,
"count": 915
},
{
"symbol": "BCDBTC",
"priceChange": "0.00000000",
"priceChangePercent": "0.000",
"weightedAvgPrice": "0.00015141",
"prevClosePrice": "0.00015200",
"lastPrice": "0.00015200",
"lastQty": "49.95000000",
"bidPrice": "0.00015200",
"bidQty": "209.59500000",
"askPrice": "0.00015300",
"askQty": "2009.10400000",
"openPrice": "0.00015200",
"highPrice": "0.00015400",
"lowPrice": "0.00014800",
"volume": "384708.63100000",
"quoteVolume": "58.24957044",
"openTime": 1560210241845,
"closeTime": 1560296641845,
"firstId": 6011931,
"lastId": 6014426,
"count": 2496
},
{
"symbol": "BCDETH",
"priceChange": "-0.00002000",
"priceChangePercent": "-0.406",
"weightedAvgPrice": "0.00490731",
"prevClosePrice": "0.00491000",
"lastPrice": "0.00491000",
"lastQty": "39.87000000",
"bidPrice": "0.00488000",
"bidQty": "226.63600000",
"askPrice": "0.00492000",
"askQty": "51.99100000",
"openPrice": "0.00493000",
"highPrice": "0.00496000",
"lowPrice": "0.00481000",
"volume": "32175.21400000",
"quoteVolume": "157.89366369",
"openTime": 1560210241867,
"closeTime": 1560296641867,
"firstId": 1777866,
"lastId": 1779008,
"count": 1143
},
{
"symbol": "DGDBTC",
"priceChange": "-0.00005800",
"priceChangePercent": "-1.412",
"weightedAvgPrice": "0.00406719",
"prevClosePrice": "0.00410100",
"lastPrice": "0.00405100",
"lastQty": "5.44900000",
"bidPrice": "0.00404400",
"bidQty": "1.19000000",
"askPrice": "0.00405500",
"askQty": "0.81000000",
"openPrice": "0.00410900",
"highPrice": "0.00414000",
"lowPrice": "0.00400000",
"volume": "9401.70400000",
"quoteVolume": "38.23849952",
"openTime": 1560210237619,
"closeTime": 1560296637619,
"firstId": 8082266,
"lastId": 8084561,
"count": 2296
},
{
"symbol": "DGDETH",
"priceChange": "-0.00374000",
"priceChangePercent": "-2.799",
"weightedAvgPrice": "0.13071898",
"prevClosePrice": "0.13287000",
"lastPrice": "0.12989000",
"lastQty": "0.08000000",
"bidPrice": "0.12994000",
"bidQty": "5.91800000",
"askPrice": "0.13062000",
"askQty": "1.99900000",
"openPrice": "0.13363000",
"highPrice": "0.13435000",
"lowPrice": "0.12942000",
"volume": "1500.93000000",
"quoteVolume": "196.20004045",
"openTime": 1560210232671,
"closeTime": 1560296632671,
"firstId": 2779736,
"lastId": 2780244,
"count": 509
},
{
"symbol": "IOTABNB",
"priceChange": "-0.00020000",
"priceChangePercent": "-1.494",
"weightedAvgPrice": "0.01326593",
"prevClosePrice": "0.01338000",
"lastPrice": "0.01319000",
"lastQty": "326.60000000",
"bidPrice": "0.01321000",
"bidQty": "134.60000000",
"askPrice": "0.01324000",
"askQty": "460.30000000",
"openPrice": "0.01339000",
"highPrice": "0.01345000",
"lowPrice": "0.01310000",
"volume": "274865.30000000",
"quoteVolume": "3646.34306300",
"openTime": 1560210241573,
"closeTime": 1560296641573,
"firstId": 1376244,
"lastId": 1377556,
"count": 1313
},
{
"symbol": "ADXBTC",
"priceChange": "0.00000044",
"priceChangePercent": "2.141",
"weightedAvgPrice": "0.00002061",
"prevClosePrice": "0.00002059",
"lastPrice": "0.00002099",
"lastQty": "96.00000000",
"bidPrice": "0.00002094",
"bidQty": "412.00000000",
"askPrice": "0.00002099",
"askQty": "736.00000000",
"openPrice": "0.00002055",
"highPrice": "0.00002137",
"lowPrice": "0.00002020",
"volume": "2651714.00000000",
"quoteVolume": "54.65445544",
"openTime": 1560210241875,
"closeTime": 1560296641875,
"firstId": 4587339,
"lastId": 4591228,
"count": 3890
},
{
"symbol": "ADXETH",
"priceChange": "0.00000940",
"priceChangePercent": "1.411",
"weightedAvgPrice": "0.00066672",
"prevClosePrice": "0.00066600",
"lastPrice": "0.00067540",
"lastQty": "894.00000000",
"bidPrice": "0.00067250",
"bidQty": "412.00000000",
"askPrice": "0.00067650",
"askQty": "518.00000000",
"openPrice": "0.00066600",
"highPrice": "0.00068280",
"lowPrice": "0.00065280",
"volume": "248704.00000000",
"quoteVolume": "165.81511890",
"openTime": 1560210241071,
"closeTime": 1560296641071,
"firstId": 977950,
"lastId": 978775,
"count": 826
},
{
"symbol": "ADXBNB",
"priceChange": "0.00007000",
"priceChangePercent": "1.370",
"weightedAvgPrice": "0.00513947",
"prevClosePrice": "0.00513000",
"lastPrice": "0.00518000",
"lastQty": "1114.30000000",
"bidPrice": "0.00516000",
"bidQty": "412.00000000",
"askPrice": "0.00519000",
"askQty": "1670.20000000",
"openPrice": "0.00511000",
"highPrice": "0.00523000",
"lowPrice": "0.00506000",
"volume": "76119.70000000",
"quoteVolume": "391.21499400",
"openTime": 1560210234114,
"closeTime": 1560296634114,
"firstId": 501616,
"lastId": 501943,
"count": 328
},
{
"symbol": "ADABTC",
"priceChange": "0.00000046",
"priceChangePercent": "4.315",
"weightedAvgPrice": "0.00001089",
"prevClosePrice": "0.00001066",
"lastPrice": "0.00001112",
"lastQty": "7324.00000000",
"bidPrice": "0.00001111",
"bidQty": "244930.00000000",
"askPrice": "0.00001112",
"askQty": "565.00000000",
"openPrice": "0.00001066",
"highPrice": "0.00001127",
"lowPrice": "0.00001047",
"volume": "207174872.00000000",
"quoteVolume": "2256.97846038",
"openTime": 1560210242001,
"closeTime": 1560296642001,
"firstId": 28548729,
"lastId": 28590337,
"count": 41609
},
{
"symbol": "ADAETH",
"priceChange": "0.00001227",
"priceChangePercent": "3.552",
"weightedAvgPrice": "0.00035140",
"prevClosePrice": "0.00034510",
"lastPrice": "0.00035770",
"lastQty": "9622.00000000",
"bidPrice": "0.00035771",
"bidQty": "4066.00000000",
"askPrice": "0.00035840",
"askQty": "53.00000000",
"openPrice": "0.00034543",
"highPrice": "0.00036523",
"lowPrice": "0.00033970",
"volume": "8759588.00000000",
"quoteVolume": "3078.12940777",
"openTime": 1560210240851,
"closeTime": 1560296640851,
"firstId": 9128113,
"lastId": 9134567,
"count": 6455
},
{
"symbol": "PPTBTC",
"priceChange": "0.00000580",
"priceChangePercent": "4.064",
"weightedAvgPrice": "0.00015195",
"prevClosePrice": "0.00014180",
"lastPrice": "0.00014850",
"lastQty": "102.62000000",
"bidPrice": "0.00014790",
"bidQty": "58.14000000",
"askPrice": "0.00014840",
"askQty": "108.30000000",
"openPrice": "0.00014270",
"highPrice": "0.00016160",
"lowPrice": "0.00013940",
"volume": "1575892.74000000",
"quoteVolume": "239.46305904",
"openTime": 1560210242114,
"closeTime": 1560296642114,
"firstId": 4679377,
"lastId": 4694125,
"count": 14749
},
{
"symbol": "PPTETH",
"priceChange": "0.00017600",
"priceChangePercent": "3.806",
"weightedAvgPrice": "0.00492030",
"prevClosePrice": "0.00462800",
"lastPrice": "0.00480000",
"lastQty": "87.00000000",
"bidPrice": "0.00475400",
"bidQty": "58.14000000",
"askPrice": "0.00479700",
"askQty": "345.44000000",
"openPrice": "0.00462400",
"highPrice": "0.00526000",
"lowPrice": "0.00451700",
"volume": "203371.98000000",
"quoteVolume": "1000.65046327",
"openTime": 1560210234489,
"closeTime": 1560296634489,
"firstId": 1395613,
"lastId": 1398988,
"count": 3376
},
{
"symbol": "CMTBTC",
"priceChange": "-0.00000014",
"priceChangePercent": "-2.905",
"weightedAvgPrice": "0.00000464",
"prevClosePrice": "0.00000481",
"lastPrice": "0.00000468",
"lastQty": "3546.00000000",
"bidPrice": "0.00000466",
"bidQty": "10955.00000000",
"askPrice": "0.00000468",
"askQty": "21592.00000000",
"openPrice": "0.00000482",
"highPrice": "0.00000482",
"lowPrice": "0.00000453",
"volume": "16439833.00000000",
"quoteVolume": "76.23472262",
"openTime": 1560210238991,
"closeTime": 1560296638991,
"firstId": 6004774,
"lastId": 6009219,
"count": 4446
},
{
"symbol": "CMTETH",
"priceChange": "-0.00000713",
"priceChangePercent": "-4.559",
"weightedAvgPrice": "0.00015002",
"prevClosePrice": "0.00015570",
"lastPrice": "0.00014927",
"lastQty": "8628.00000000",
"bidPrice": "0.00015002",
"bidQty": "28556.00000000",
"askPrice": "0.00015059",
"askQty": "10727.00000000",
"openPrice": "0.00015640",
"highPrice": "0.00015640",
"lowPrice": "0.00014738",
"volume": "778759.00000000",
"quoteVolume": "116.83297989",
"openTime": 1560210240654,
"closeTime": 1560296640654,
"firstId": 2000458,
"lastId": 2001204,
"count": 747
},
{
"symbol": "CMTBNB",
"priceChange": "-0.00004000",
"priceChangePercent": "-3.333",
"weightedAvgPrice": "0.00116551",
"prevClosePrice": "0.00120000",
"lastPrice": "0.00116000",
"lastQty": "6876.60000000",
"bidPrice": "0.00115000",
"bidQty": "11137.50000000",
"askPrice": "0.00116000",
"askQty": "3508.30000000",
"openPrice": "0.00120000",
"highPrice": "0.00121000",
"lowPrice": "0.00113000",
"volume": "260039.20000000",
"quoteVolume": "303.07906600",
"openTime": 1560210218019,
"closeTime": 1560296618019,
"firstId": 512977,
"lastId": 513198,
"count": 222
},
{
"symbol": "XLMBTC",
"priceChange": "0.00000008",
"priceChangePercent": "0.518",
"weightedAvgPrice": "0.00001541",
"prevClosePrice": "0.00001543",
"lastPrice": "0.00001551",
"lastQty": "22542.00000000",
"bidPrice": "0.00001550",
"bidQty": "30314.00000000",
"askPrice": "0.00001551",
"askQty": "29005.00000000",
"openPrice": "0.00001543",
"highPrice": "0.00001558",
"lowPrice": "0.00001529",
"volume": "19500707.00000000",
"quoteVolume": "300.42544956",
"openTime": 1560210242291,
"closeTime": 1560296642291,
"firstId": 24200410,
"lastId": 24211653,
"count": 11244
},
{
"symbol": "XLMETH",
"priceChange": "-0.00000064",
"priceChangePercent": "-0.128",
"weightedAvgPrice": "0.00049871",
"prevClosePrice": "0.00049885",
"lastPrice": "0.00049873",
"lastQty": "885.00000000",
"bidPrice": "0.00049872",
"bidQty": "629.00000000",
"askPrice": "0.00050032",
"askQty": "1406.00000000",
"openPrice": "0.00049937",
"highPrice": "0.00050429",
"lowPrice": "0.00049389",
"volume": "1302515.00000000",
"quoteVolume": "649.57993912",
"openTime": 1560210237948,
"closeTime": 1560296637948,
"firstId": 6764869,
"lastId": 6766357,
"count": 1489
},
{
"symbol": "XLMBNB",
"priceChange": "-0.00001000",
"priceChangePercent": "-0.260",
"weightedAvgPrice": "0.00383965",
"prevClosePrice": "0.00385000",
"lastPrice": "0.00384000",
"lastQty": "50.00000000",
"bidPrice": "0.00383000",
"bidQty": "3023.20000000",
"askPrice": "0.00384000",
"askQty": "742.50000000",
"openPrice": "0.00385000",
"highPrice": "0.00388000",
"lowPrice": "0.00380000",
"volume": "691538.20000000",
"quoteVolume": "2655.26581400",
"openTime": 1560210236651,
"closeTime": 1560296636651,
"firstId": 1702849,
"lastId": 1703832,
"count": 984
},
{
"symbol": "CNDBTC",
"priceChange": "-0.00000007",
"priceChangePercent": "-2.917",
"weightedAvgPrice": "0.00000234",
"prevClosePrice": "0.00000241",
"lastPrice": "0.00000233",
"lastQty": "3788.00000000",
"bidPrice": "0.00000232",
"bidQty": "10024.00000000",
"askPrice": "0.00000233",
"askQty": "78342.00000000",
"openPrice": "0.00000240",
"highPrice": "0.00000242",
"lowPrice": "0.00000226",
"volume": "10172405.00000000",
"quoteVolume": "23.78748630",
"openTime": 1560210241927,
"closeTime": 1560296641927,
"firstId": 5768128,
"lastId": 5769580,
"count": 1453
},
{
"symbol": "CNDETH",
"priceChange": "-0.00000239",
"priceChangePercent": "-3.084",
"weightedAvgPrice": "0.00007554",
"prevClosePrice": "0.00007712",
"lastPrice": "0.00007511",
"lastQty": "514.00000000",
"bidPrice": "0.00007482",
"bidQty": "353.00000000",
"askPrice": "0.00007511",
"askQty": "12513.00000000",
"openPrice": "0.00007750",
"highPrice": "0.00007820",
"lowPrice": "0.00007351",
"volume": "1200307.00000000",
"quoteVolume": "90.67116129",
"openTime": 1560210241560,
"closeTime": 1560296641560,
"firstId": 1991581,
"lastId": 1992137,
"count": 557
},
{
"symbol": "CNDBNB",
"priceChange": "-0.00002000",
"priceChangePercent": "-3.350",
"weightedAvgPrice": "0.00058433",
"prevClosePrice": "0.00059900",
"lastPrice": "0.00057700",
"lastQty": "16754.00000000",
"bidPrice": "0.00057300",
"bidQty": "10466.00000000",
"askPrice": "0.00057700",
"askQty": "4498.00000000",
"openPrice": "0.00059700",
"highPrice": "0.00060100",
"lowPrice": "0.00057400",
"volume": "644039.00000000",
"quoteVolume": "376.33171200",
"openTime": 1560210240388,
"closeTime": 1560296640388,
"firstId": 980442,
"lastId": 980606,
"count": 165
},
{
"symbol": "LENDBTC",
"priceChange": "0.00000009",
"priceChangePercent": "7.692",
"weightedAvgPrice": "0.00000128",
"prevClosePrice": "0.00000118",
"lastPrice": "0.00000126",
"lastQty": "49493.00000000",
"bidPrice": "0.00000125",
"bidQty": "112998.00000000",
"askPrice": "0.00000126",
"askQty": "118341.00000000",
"openPrice": "0.00000117",
"highPrice": "0.00000140",
"lowPrice": "0.00000114",
"volume": "273830746.00000000",
"quoteVolume": "351.27304656",
"openTime": 1560210239248,
"closeTime": 1560296639248,
"firstId": 5087959,
"lastId": 5099343,
"count": 11385
},
{
"symbol": "LENDETH",
"priceChange": "0.00000281",
"priceChangePercent": "7.408",
"weightedAvgPrice": "0.00004126",
"prevClosePrice": "0.00003813",
"lastPrice": "0.00004074",
"lastQty": "271.00000000",
"bidPrice": "0.00004036",
"bidQty": "722.00000000",
"askPrice": "0.00004074",
"askQty": "37842.00000000",
"openPrice": "0.00003793",
"highPrice": "0.00004526",
"lowPrice": "0.00003712",
"volume": "10121577.00000000",
"quoteVolume": "417.63617230",
"openTime": 1560210242226,
"closeTime": 1560296642226,
"firstId": 1853170,
"lastId": 1855291,
"count": 2122
},
{
"symbol": "WABIBTC",
"priceChange": "-0.00000086",
"priceChangePercent": "-2.072",
"weightedAvgPrice": "0.00004118",
"prevClosePrice": "0.00004150",
"lastPrice": "0.00004064",
"lastQty": "470.00000000",
"bidPrice": "0.00004063",
"bidQty": "1392.00000000",
"askPrice": "0.00004078",
"askQty": "49.00000000",
"openPrice": "0.00004150",
"highPrice": "0.00004247",
"lowPrice": "0.00003992",
"volume": "4118445.00000000",
"quoteVolume": "169.59354636",
"openTime": 1560210238799,
"closeTime": 1560296638799,
"firstId": 5961575,
"lastId": 5970450,
"count": 8876
},
{
"symbol": "WABIETH",
"priceChange": "-0.00002833",
"priceChangePercent": "-2.103",
"weightedAvgPrice": "0.00133710",
"prevClosePrice": "0.00134902",
"lastPrice": "0.00131909",
"lastQty": "10.00000000",
"bidPrice": "0.00131044",
"bidQty": "28.00000000",
"askPrice": "0.00131696",
"askQty": "36.00000000",
"openPrice": "0.00134742",
"highPrice": "0.00137966",
"lowPrice": "0.00129806",
"volume": "134563.00000000",
"quoteVolume": "179.92455716",
"openTime": 1560210240452,
"closeTime": 1560296640452,
"firstId": 1318310,
"lastId": 1319337,
"count": 1028
},
{
"symbol": "WABIBNB",
"priceChange": "-0.00027000",
"priceChangePercent": "-2.616",
"weightedAvgPrice": "0.01024498",
"prevClosePrice": "0.01038000",
"lastPrice": "0.01005000",
"lastQty": "12.00000000",
"bidPrice": "0.01005000",
"bidQty": "17.60000000",
"askPrice": "0.01008000",
"askQty": "428.00000000",
"openPrice": "0.01032000",
"highPrice": "0.01058000",
"lowPrice": "0.01005000",
"volume": "292635.20000000",
"quoteVolume": "2998.04069300",
"openTime": 1560210240459,
"closeTime": 1560296640459,
"firstId": 453632,
"lastId": 454376,
"count": 745
},
{
"symbol": "LTCETH",
"priceChange": "0.03159000",
"priceChangePercent": "6.038",
"weightedAvgPrice": "0.54400202",
"prevClosePrice": "0.52315000",
"lastPrice": "0.55474000",
"lastQty": "0.36200000",
"bidPrice": "0.55422000",
"bidQty": "7.55200000",
"askPrice": "0.55474000",
"askQty": "1.42100000",
"openPrice": "0.52315000",
"highPrice": "0.56870000",
"lowPrice": "0.51847000",
"volume": "23311.85100000",
"quoteVolume": "12681.69405103",
"openTime": 1560210241304,
"closeTime": 1560296641304,
"firstId": 5909053,
"lastId": 5925864,
"count": 16812
},
{
"symbol": "LTCUSDT",
"priceChange": "7.02000000",
"priceChangePercent": "5.452",
"weightedAvgPrice": "130.59813352",
"prevClosePrice": "128.80000000",
"lastPrice": "135.77000000",
"lastQty": "0.12000000",
"bidPrice": "135.73000000",
"bidQty": "15.10902000",
"askPrice": "135.77000000",
"askQty": "0.83679000",
"openPrice": "128.75000000",
"highPrice": "138.56000000",
"lowPrice": "124.85000000",
"volume": "876053.04634000",
"quoteVolume": "114410892.71528510",
"openTime": 1560210242213,
"closeTime": 1560296642213,
"firstId": 23711560,
"lastId": 23864373,
"count": 152814
},
{
"symbol": "LTCBNB",
"priceChange": "0.22000000",
"priceChangePercent": "5.459",
"weightedAvgPrice": "4.18284207",
"prevClosePrice": "4.03000000",
"lastPrice": "4.25000000",
"lastQty": "0.76848000",
"bidPrice": "4.25000000",
"bidQty": "179.81538000",
"askPrice": "4.26000000",
"askQty": "24.23826000",
"openPrice": "4.03000000",
"highPrice": "4.37000000",
"lowPrice": "4.01000000",
"volume": "34512.60212000",
"quoteVolume": "144360.76396640",
"openTime": 1560210242318,
"closeTime": 1560296642318,
"firstId": 2551019,
"lastId": 2570818,
"count": 19800
},
{
"symbol": "TNBBTC",
"priceChange": "0.00000000",
"priceChangePercent": "0.000",
"weightedAvgPrice": "0.00000062",
"prevClosePrice": "0.00000062",
"lastPrice": "0.00000062",
"lastQty": "151117.00000000",
"bidPrice": "0.00000062",
"bidQty": "954748.00000000",
"askPrice": "0.00000063",
"askQty": "4265152.00000000",
"openPrice": "0.00000062",
"highPrice": "0.00000064",
"lowPrice": "0.00000061",
"volume": "86546834.00000000",
"quoteVolume": "53.89275459",
"openTime": 1560210237598,
"closeTime": 1560296637598,
"firstId": 4756877,
"lastId": 4758181,
"count": 1305
},
{
"symbol": "TNBETH",
"priceChange": "-0.00000026",
"priceChangePercent": "-1.286",
"weightedAvgPrice": "0.00002017",
"prevClosePrice": "0.00002021",
"lastPrice": "0.00001995",
"lastQty": "4053.00000000",
"bidPrice": "0.00001995",
"bidQty": "3093.00000000",
"askPrice": "0.00002009",
"askQty": "8755.00000000",
"openPrice": "0.00002021",
"highPrice": "0.00002073",
"lowPrice": "0.00001966",
"volume": "4910763.00000000",
"quoteVolume": "99.06634329",
"openTime": 1560210241563,
"closeTime": 1560296641563,
"firstId": 1877351,
"lastId": 1878023,
"count": 673
},
{
"symbol": "WAVESBTC",
"priceChange": "0.00000290",
"priceChangePercent": "0.975",
"weightedAvgPrice": "0.00030052",
"prevClosePrice": "0.00029720",
"lastPrice": "0.00030020",
"lastQty": "183.74000000",
"bidPrice": "0.00030020",
"bidQty": "137.16000000",
"askPrice": "0.00030030",
"askQty": "0.04000000",
"openPrice": "0.00029730",
"highPrice": "0.00030370",
"lowPrice": "0.00029680",
"volume": "2356893.03000000",
"quoteVolume": "708.28957464",
"openTime": 1560210242223,
"closeTime": 1560296642223,
"firstId": 16604142,
"lastId": 16635713,
"count": 31572
},
{
"symbol": "WAVESETH",
"priceChange": "0.00004800",
"priceChangePercent": "0.498",
"weightedAvgPrice": "0.00972609",
"prevClosePrice": "0.00963500",
"lastPrice": "0.00968200",
"lastQty": "170.71000000",
"bidPrice": "0.00965500",
"bidQty": "105.23000000",
"askPrice": "0.00968300",
"askQty": "329.56000000",
"openPrice": "0.00963400",
"highPrice": "0.00984800",
"lowPrice": "0.00960000",
"volume": "365473.86000000",
"quoteVolume": "3554.63099067",
"openTime": 1560210242326,
"closeTime": 1560296642326,
"firstId": 2237870,
"lastId": 2245213,
"count": 7344
},
{
"symbol": "WAVESBNB",
"priceChange": "0.00030000",
"priceChangePercent": "0.405",
"weightedAvgPrice": "0.07504166",
"prevClosePrice": "0.07410000",
"lastPrice": "0.07430000",
"lastQty": "266.56000000",
"bidPrice": "0.07410000",
"bidQty": "121.00000000",
"askPrice": "0.07440000",
"askQty": "314.85000000",
"openPrice": "0.07400000",
"highPrice": "0.07600000",
"lowPrice": "0.07370000",
"volume": "48267.48000000",
"quoteVolume": "3622.07190400",
"openTime": 1560210236756,
"closeTime": 1560296636756,
"firstId": 464346,
"lastId": 465000,
"count": 655
},
{
"symbol": "GTOBTC",
"priceChange": "0.00000001",
"priceChangePercent": "0.236",
"weightedAvgPrice": "0.00000416",
"prevClosePrice": "0.00000423",
"lastPrice": "0.00000424",
"lastQty": "728.00000000",
"bidPrice": "0.00000424",
"bidQty": "1508.00000000",
"askPrice": "0.00000425",
"askQty": "83728.00000000",
"openPrice": "0.00000423",
"highPrice": "0.00000430",
"lowPrice": "0.00000402",
"volume": "35051445.00000000",
"quoteVolume": "145.69004880",
"openTime": 1560210238659,
"closeTime": 1560296638659,
"firstId": 7835247,
"lastId": 7841339,
"count": 6093
},
{
"symbol": "GTOETH",
"priceChange": "0.00000014",
"priceChangePercent": "0.102",
"weightedAvgPrice": "0.00013511",
"prevClosePrice": "0.00013703",
"lastPrice": "0.00013708",
"lastQty": "1608.00000000",
"bidPrice": "0.00013626",
"bidQty": "1508.00000000",
"askPrice": "0.00013709",
"askQty": "3494.00000000",
"openPrice": "0.00013694",
"highPrice": "0.00013959",
"lowPrice": "0.00013077",
"volume": "1856991.00000000",
"quoteVolume": "250.88897236",
"openTime": 1560210236177,
"closeTime": 1560296636177,
"firstId": 2703957,
"lastId": 2704859,
"count": 903
},
{
"symbol": "GTOBNB",
"priceChange": "0.00000000",
"priceChangePercent": "0.000",
"weightedAvgPrice": "0.00104286",
"prevClosePrice": "0.00106000",
"lastPrice": "0.00105000",
"lastQty": "44315.20000000",
"bidPrice": "0.00104000",
"bidQty": "43019.10000000",
"askPrice": "0.00106000",
"askQty": "45027.00000000",
"openPrice": "0.00105000",
"highPrice": "0.00108000",
"lowPrice": "0.00101000",
"volume": "2091211.80000000",
"quoteVolume": "2180.83746000",
"openTime": 1560210234060,
"closeTime": 1560296634060,
"firstId": 1071500,
"lastId": 1071957,
"count": 458
},
{
"symbol": "ICXBTC",
"priceChange": "0.00000060",
"priceChangePercent": "1.271",
"weightedAvgPrice": "0.00004746",
"prevClosePrice": "0.00004730",
"lastPrice": "0.00004780",
"lastQty": "21.00000000",
"bidPrice": "0.00004780",
"bidQty": "78125.42000000",
"askPrice": "0.00004800",
"askQty": "27556.80000000",
"openPrice": "0.00004720",
"highPrice": "0.00004840",
"lowPrice": "0.00004680",
"volume": "8846923.94000000",
"quoteVolume": "419.84124719",
"openTime": 1560210241552,
"closeTime": 1560296641552,
"firstId": 18306830,
"lastId": 18314605,
"count": 7776
},
{
"symbol": "ICXETH",
"priceChange": "0.00000500",
"priceChangePercent": "0.326",
"weightedAvgPrice": "0.00153473",
"prevClosePrice": "0.00152900",
"lastPrice": "0.00153800",
"lastQty": "50.22000000",
"bidPrice": "0.00153900",
"bidQty": "72.00000000",
"askPrice": "0.00154500",
"askQty": "656.97000000",
"openPrice": "0.00153300",
"highPrice": "0.00156000",
"lowPrice": "0.00151500",
"volume": "392267.60000000",
"quoteVolume": "602.02628154",
"openTime": 1560210229409,
"closeTime": 1560296629409,
"firstId": 6191290,
"lastId": 6192757,
"count": 1468
},
{
"symbol": "ICXBNB",
"priceChange": "0.00004000",
"priceChangePercent": "0.339",
"weightedAvgPrice": "0.01182259",
"prevClosePrice": "0.01181000",
"lastPrice": "0.01183000",
"lastQty": "22.20000000",
"bidPrice": "0.01183000",
"bidQty": "232.20000000",
"askPrice": "0.01189000",
"askQty": "233.30000000",
"openPrice": "0.01179000",
"highPrice": "0.01208000",
"lowPrice": "0.01162000",
"volume": "263588.90000000",
"quoteVolume": "3116.30290500",
"openTime": 1560210241591,
"closeTime": 1560296641591,
"firstId": 1072069,
"lastId": 1073003,
"count": 935
},
{
"symbol": "OSTBTC",
"priceChange": "0.00000016",
"priceChangePercent": "4.598",
"weightedAvgPrice": "0.00000357",
"prevClosePrice": "0.00000351",
"lastPrice": "0.00000364",
"lastQty": "20295.00000000",
"bidPrice": "0.00000363",
"bidQty": "74315.00000000",
"askPrice": "0.00000364",
"askQty": "24603.00000000",
"openPrice": "0.00000348",
"highPrice": "0.00000365",
"lowPrice": "0.00000345",
"volume": "23914199.00000000",
"quoteVolume": "85.36730912",
"openTime": 1560210242194,
"closeTime": 1560296642194,
"firstId": 4191302,
"lastId": 4195894,
"count": 4593
},
{
"symbol": "OSTETH",
"priceChange": "0.00000416",
"priceChangePercent": "3.688",
"weightedAvgPrice": "0.00011559",
"prevClosePrice": "0.00011329",
"lastPrice": "0.00011695",
"lastQty": "90.00000000",
"bidPrice": "0.00011661",
"bidQty": "46105.00000000",
"askPrice": "0.00011695",
"askQty": "175.00000000",
"openPrice": "0.00011279",
"highPrice": "0.00011870",
"lowPrice": "0.00011229",
"volume": "1542418.00000000",
"quoteVolume": "178.28299169",
"openTime": 1560210237443,
"closeTime": 1560296637443,
"firstId": 1187658,
"lastId": 1188464,
"count": 807
},
{
"symbol": "OSTBNB",
"priceChange": "0.00002700",
"priceChangePercent": "3.107",
"weightedAvgPrice": "0.00089030",
"prevClosePrice": "0.00087200",
"lastPrice": "0.00089600",
"lastQty": "2034.00000000",
"bidPrice": "0.00089600",
"bidQty": "13110.00000000",
"askPrice": "0.00090200",
"askQty": "4864.00000000",
"openPrice": "0.00086900",
"highPrice": "0.00091400",
"lowPrice": "0.00086500",
"volume": "1711154.00000000",
"quoteVolume": "1523.43867800",
"openTime": 1560210239163,
"closeTime": 1560296639163,
"firstId": 297225,
"lastId": 297872,
"count": 648
},
{
"symbol": "ELFBTC",
"priceChange": "-0.00000011",
"priceChangePercent": "-0.420",
"weightedAvgPrice": "0.00002599",
"prevClosePrice": "0.00002621",
"lastPrice": "0.00002610",
"lastQty": "2533.00000000",
"bidPrice": "0.00002609",
"bidQty": "1686.00000000",
"askPrice": "0.00002611",
"askQty": "250.00000000",
"openPrice": "0.00002621",
"highPrice": "0.00002683",
"lowPrice": "0.00002559",
"volume": "5243356.00000000",
"quoteVolume": "136.27505504",
"openTime": 1560210241842,
"closeTime": 1560296641842,
"firstId": 9939372,
"lastId": 9950883,
"count": 11512
},
{
"symbol": "ELFETH",
"priceChange": "-0.00000863",
"priceChangePercent": "-1.016",
"weightedAvgPrice": "0.00084235",
"prevClosePrice": "0.00084961",
"lastPrice": "0.00084070",
"lastQty": "318.00000000",
"bidPrice": "0.00083901",
"bidQty": "749.00000000",
"askPrice": "0.00084140",
"askQty": "75.00000000",
"openPrice": "0.00084933",
"highPrice": "0.00087077",
"lowPrice": "0.00082370",
"volume": "504565.00000000",
"quoteVolume": "425.01908037",
"openTime": 1560210241970,
"closeTime": 1560296641970,
"firstId": 3505666,
"lastId": 3507156,
"count": 1491
},
{
"symbol": "AIONBTC",
"priceChange": "0.00000070",
"priceChangePercent": "2.869",
"weightedAvgPrice": "0.00002472",
"prevClosePrice": "0.00002440",
"lastPrice": "0.00002510",
"lastQty": "1565.16000000",
"bidPrice": "0.00002500",
"bidQty": "135.83000000",
"askPrice": "0.00002510",
"askQty": "6906.06000000",
"openPrice": "0.00002440",
"highPrice": "0.00002520",
"lowPrice": "0.00002410",
"volume": "3189202.43000000",
"quoteVolume": "78.84927549",
"openTime": 1560210242307,
"closeTime": 1560296642307,
"firstId": 5975199,
"lastId": 5977874,
"count": 2676
},
{
"symbol": "AIONETH",
"priceChange": "0.00001700",
"priceChangePercent": "2.157",
"weightedAvgPrice": "0.00079942",
"prevClosePrice": "0.00078800",
"lastPrice": "0.00080500",
"lastQty": "336.41000000",
"bidPrice": "0.00080500",
"bidQty": "376.59000000",
"askPrice": "0.00080700",
"askQty": "1426.00000000",
"openPrice": "0.00078800",
"highPrice": "0.00081800",
"lowPrice": "0.00078200",
"volume": "511881.05000000",
"quoteVolume": "409.20933586",
"openTime": 1560210241380,
"closeTime": 1560296641380,
"firstId": 2054407,
"lastId": 2055874,
"count": 1468
},
{
"symbol": "AIONBNB",
"priceChange": "0.00012000",
"priceChangePercent": "1.977",
"weightedAvgPrice": "0.00614127",
"prevClosePrice": "0.00607000",
"lastPrice": "0.00619000",
"lastQty": "147.20000000",
"bidPrice": "0.00617000",
"bidQty": "659.50000000",
"askPrice": "0.00622000",
"askQty": "1964.50000000",
"openPrice": "0.00607000",
"highPrice": "0.00631000",
"lowPrice": "0.00603000",
"volume": "423101.20000000",
"quoteVolume": "2598.37970100",
"openTime": 1560210235396,
"closeTime": 1560296635396,
"firstId": 340342,
"lastId": 340786,
"count": 445
},
{
"symbol": "NEBLBTC",
"priceChange": "-0.00000110",
"priceChangePercent": "-0.625",
"weightedAvgPrice": "0.00017488",
"prevClosePrice": "0.00017620",
"lastPrice": "0.00017500",
"lastQty": "7.02000000",
"bidPrice": "0.00017440",
"bidQty": "238.71000000",
"askPrice": "0.00017520",
"askQty": "116.19000000",
"openPrice": "0.00017610",
"highPrice": "0.00018090",
"lowPrice": "0.00016950",
"volume": "480412.77000000",
"quoteVolume": "84.01470241",
"openTime": 1560210240408,
"closeTime": 1560296640408,
"firstId": 5877698,
"lastId": 5882155,
"count": 4458
},
{
"symbol": "NEBLETH",
"priceChange": "-0.00004300",
"priceChangePercent": "-0.754",
"weightedAvgPrice": "0.00563842",
"prevClosePrice": "0.00570000",
"lastPrice": "0.00565700",
"lastQty": "129.64000000",
"bidPrice": "0.00560700",
"bidQty": "238.71000000",
"askPrice": "0.00565100",
"askQty": "160.00000000",
"openPrice": "0.00570000",
"highPrice": "0.00583300",
"lowPrice": "0.00550300",
"volume": "38190.19000000",
"quoteVolume": "215.33250862",
"openTime": 1560210241044,
"closeTime": 1560296641044,
"firstId": 1501665,
"lastId": 1502578,
"count": 914
},
{
"symbol": "NEBLBNB",
"priceChange": "-0.00042000",
"priceChangePercent": "-0.956",
"weightedAvgPrice": "0.04388029",
"prevClosePrice": "0.04391000",
"lastPrice": "0.04349000",
"lastQty": "36.00000000",
"bidPrice": "0.04311000",
"bidQty": "135.60000000",
"askPrice": "0.04349000",
"askQty": "151.00000000",
"openPrice": "0.04391000",
"highPrice": "0.04525000",
"lowPrice": "0.04268000",
"volume": "24989.10000000",
"quoteVolume": "1096.52892100",
"openTime": 1560210235384,
"closeTime": 1560296635384,
"firstId": 318599,
"lastId": 319119,
"count": 521
},
{
"symbol": "BRDBTC",
"priceChange": "-0.00000080",
"priceChangePercent": "-1.426",
"weightedAvgPrice": "0.00005585",
"prevClosePrice": "0.00005613",
"lastPrice": "0.00005530",
"lastQty": "210.00000000",
"bidPrice": "0.00005531",
"bidQty": "1302.00000000",
"askPrice": "0.00005563",
"askQty": "1407.00000000",
"openPrice": "0.00005610",
"highPrice": "0.00005678",
"lowPrice": "0.00005523",
"volume": "282226.00000000",
"quoteVolume": "15.76364416",
"openTime": 1560210242332,
"closeTime": 1560296642332,
"firstId": 3609524,
"lastId": 3610956,
"count": 1433
},
{
"symbol": "BRDETH",
"priceChange": "-0.00004870",
"priceChangePercent": "-2.659",
"weightedAvgPrice": "0.00180834",
"prevClosePrice": "0.00183170",
"lastPrice": "0.00178290",
"lastQty": "7.00000000",
"bidPrice": "0.00178240",
"bidQty": "101.00000000",
"askPrice": "0.00179420",
"askQty": "1256.00000000",
"openPrice": "0.00183160",
"highPrice": "0.00183300",
"lowPrice": "0.00177950",
"volume": "17203.00000000",
"quoteVolume": "31.10895220",
"openTime": 1560210242293,
"closeTime": 1560296642293,
"firstId": 805624,
"lastId": 805826,
"count": 203
},
{
"symbol": "BRDBNB",
"priceChange": "-0.00038000",
"priceChangePercent": "-2.697",
"weightedAvgPrice": "0.01397083",
"prevClosePrice": "0.01404000",
"lastPrice": "0.01371000",
"lastQty": "13.00000000",
"bidPrice": "0.01368000",
"bidQty": "8.40000000",
"askPrice": "0.01377000",
"askQty": "145.00000000",
"openPrice": "0.01409000",
"highPrice": "0.01422000",
"lowPrice": "0.01371000",
"volume": "21360.50000000",
"quoteVolume": "298.42394900",
"openTime": 1560210236362,
"closeTime": 1560296636362,
"firstId": 245171,
"lastId": 245347,
"count": 177
},
{
"symbol": "MCOBNB",
"priceChange": "0.01573000",
"priceChangePercent": "8.148",
"weightedAvgPrice": "0.20501267",
"prevClosePrice": "0.19313000",
"lastPrice": "0.20879000",
"lastQty": "10.10000000",
"bidPrice": "0.20719000",
"bidQty": "37.70000000",
"askPrice": "0.20839000",
"askQty": "4.50000000",
"openPrice": "0.19306000",
"highPrice": "0.21500000",
"lowPrice": "0.19306000",
"volume": "19929.80000000",
"quoteVolume": "4085.86147300",
"openTime": 1560210242215,
"closeTime": 1560296642215,
"firstId": 344921,
"lastId": 346457,
"count": 1537
},
{
"symbol": "EDOBTC",
"priceChange": "0.00000430",
"priceChangePercent": "4.135",
"weightedAvgPrice": "0.00010733",
"prevClosePrice": "0.00010400",
"lastPrice": "0.00010830",
"lastQty": "557.40000000",
"bidPrice": "0.00010830",
"bidQty": "184.33000000",
"askPrice": "0.00010840",
"askQty": "55.01000000",
"openPrice": "0.00010400",
"highPrice": "0.00011170",
"lowPrice": "0.00010340",
"volume": "606490.16000000",
"quoteVolume": "65.09329546",
"openTime": 1560210223409,
"closeTime": 1560296623409,
"firstId": 3592227,
"lastId": 3597936,
"count": 5710
},
{
"symbol": "EDOETH",
"priceChange": "0.00011600",
"priceChangePercent": "3.437",
"weightedAvgPrice": "0.00346753",
"prevClosePrice": "0.00336800",
"lastPrice": "0.00349100",
"lastQty": "19.27000000",
"bidPrice": "0.00348500",
"bidQty": "61.47000000",
"askPrice": "0.00351000",
"askQty": "9.24000000",
"openPrice": "0.00337500",
"highPrice": "0.00362100",
"lowPrice": "0.00335800",
"volume": "54442.46000000",
"quoteVolume": "188.78063896",
"openTime": 1560210240311,
"closeTime": 1560296640311,
"firstId": 601819,
"lastId": 602653,
"count": 835
},
{
"symbol": "WINGSBTC",
"priceChange": "0.00000000",
"priceChangePercent": "0",
"weightedAvgPrice": "0",
"prevClosePrice": "0.00001193",
"lastPrice": "0.00000000",
"lastQty": "0.00000000",
"bidPrice": "0.00000000",
"bidQty": "0.00000000",
"askPrice": "0.00000000",
"askQty": "0.00000000",
"openPrice": "0.00000000",
"highPrice": "0.00000000",
"lowPrice": "0.00000000",
"volume": "0.00000000",
"quoteVolume": "0.00000000",
"openTime": 1557998602344,
"closeTime": 1558085002344,
"firstId": -1,
"lastId": -1,
"count": 0
},
{
"symbol": "WINGSETH",
"priceChange": "0.00000000",
"priceChangePercent": "0",
"weightedAvgPrice": "0",
"prevClosePrice": "0.00033460",
"lastPrice": "0.00000000",
"lastQty": "0.00000000",
"bidPrice": "0.00000000",
"bidQty": "0.00000000",
"askPrice": "0.00000000",
"askQty": "0.00000000",
"openPrice": "0.00000000",
"highPrice": "0.00000000",
"lowPrice": "0.00000000",
"volume": "0.00000000",
"quoteVolume": "0.00000000",
"openTime": 1557998602932,
"closeTime": 1558085002932,
"firstId": -1,
"lastId": -1,
"count": 0
},
{
"symbol": "NAVBTC",
"priceChange": "0.00000100",
"priceChangePercent": "3.509",
"weightedAvgPrice": "0.00002891",
"prevClosePrice": "0.00002840",
"lastPrice": "0.00002950",
"lastQty": "1490.07000000",
"bidPrice": "0.00002930",
"bidQty": "2137.32000000",
"askPrice": "0.00002950",
"askQty": "1273.51000000",
"openPrice": "0.00002850",
"highPrice": "0.00002960",
"lowPrice": "0.00002820",
"volume": "1083484.38000000",
"quoteVolume": "31.31971411",
"openTime": 1560210233964,
"closeTime": 1560296633964,
"firstId": 3189188,
"lastId": 3190932,
"count": 1745
},
{
"symbol": "NAVETH",
"priceChange": "0.00002700",
"priceChangePercent": "2.941",
"weightedAvgPrice": "0.00092884",
"prevClosePrice": "0.00092200",
"lastPrice": "0.00094500",
"lastQty": "14.12000000",
"bidPrice": "0.00094200",
"bidQty": "1058.00000000",
"askPrice": "0.00095000",
"askQty": "14.12000000",
"openPrice": "0.00091800",
"highPrice": "0.00095700",
"lowPrice": "0.00091000",
"volume": "36596.39000000",
"quoteVolume": "33.99220182",
"openTime": 1560210238674,
"closeTime": 1560296638674,
"firstId": 695129,
"lastId": 695455,
"count": 327
},
{
"symbol": "NAVBNB",
"priceChange": "0.00015000",
"priceChangePercent": "2.116",
"weightedAvgPrice": "0.00718410",
"prevClosePrice": "0.00711000",
"lastPrice": "0.00724000",
"lastQty": "28.30000000",
"bidPrice": "0.00724000",
"bidQty": "251.60000000",
"askPrice": "0.00729000",
"askQty": "224.80000000",
"openPrice": "0.00709000",
"highPrice": "0.00734000",
"lowPrice": "0.00703000",
"volume": "61542.70000000",
"quoteVolume": "442.12867500",
"openTime": 1560210241586,
"closeTime": 1560296641586,
"firstId": 207203,
"lastId": 207532,
"count": 330
},
{
"symbol": "LUNBTC",
"priceChange": "0.00001000",
"priceChangePercent": "3.086",
"weightedAvgPrice": "0.00032517",
"prevClosePrice": "0.00032470",
"lastPrice": "0.00033400",
"lastQty": "15.88000000",
"bidPrice": "0.00033400",
"bidQty": "43.72000000",
"askPrice": "0.00033450",
"askQty": "30.87000000",
"openPrice": "0.00032400",
"highPrice": "0.00033600",
"lowPrice": "0.00031560",
"volume": "144362.83000000",
"quoteVolume": "46.94257390",
"openTime": 1560210240485,
"closeTime": 1560296640485,
"firstId": 5870299,
"lastId": 5873686,
"count": 3388
},
{
"symbol": "LUNETH",
"priceChange": "0.00031800",
"priceChangePercent": "3.040",
"weightedAvgPrice": "0.01062507",
"prevClosePrice": "0.01054900",
"lastPrice": "0.01077700",
"lastQty": "51.64000000",
"bidPrice": "0.01072500",
"bidQty": "59.27000000",
"askPrice": "0.01078300",
"askQty": "187.13000000",
"openPrice": "0.01045900",
"highPrice": "0.01096300",
"lowPrice": "0.01020600",
"volume": "9622.53000000",
"quoteVolume": "102.24000858",
"openTime": 1560210240667,
"closeTime": 1560296640667,
"firstId": 997746,
"lastId": 998160,
"count": 415
},
{
"symbol": "TRIGBTC",
"priceChange": "0.00000000",
"priceChangePercent": "0",
"weightedAvgPrice": "0",
"prevClosePrice": "0.00001980",
"lastPrice": "0.00000000",
"lastQty": "0.00000000",
"bidPrice": "0.00000000",
"bidQty": "0.00000000",
"askPrice": "0.00000000",
"askQty": "0.00000000",
"openPrice": "0.00000000",
"highPrice": "0.00000000",
"lowPrice": "0.00000000",
"volume": "0.00000000",
"quoteVolume": "0.00000000",
"openTime": 1557998603891,
"closeTime": 1558085003891,
"firstId": -1,
"lastId": -1,
"count": 0
},
{
"symbol": "TRIGETH",
"priceChange": "0.00000000",
"priceChangePercent": "0",
"weightedAvgPrice": "0",
"prevClosePrice": "0.00059400",
"lastPrice": "0.00000000",
"lastQty": "0.00000000",
"bidPrice": "0.00000000",
"bidQty": "0.00000000",
"askPrice": "0.00000000",
"askQty": "0.00000000",
"openPrice": "0.00000000",
"highPrice": "0.00000000",
"lowPrice": "0.00000000",
"volume": "0.00000000",
"quoteVolume": "0.00000000",
"openTime": 1557998604320,
"closeTime": 1558085004320,
"firstId": -1,
"lastId": -1,
"count": 0
},
{
"symbol": "TRIGBNB",
"priceChange": "0.00000000",
"priceChangePercent": "0",
"weightedAvgPrice": "0",
"prevClosePrice": "0.01218000",
"lastPrice": "0.00000000",
"lastQty": "0.00000000",
"bidPrice": "0.00000000",
"bidQty": "0.00000000",
"askPrice": "0.00000000",
"askQty": "0.00000000",
"openPrice": "0.00000000",
"highPrice": "0.00000000",
"lowPrice": "0.00000000",
"volume": "0.00000000",
"quoteVolume": "0.00000000",
"openTime": 1557998604366,
"closeTime": 1558085004366,
"firstId": -1,
"lastId": -1,
"count": 0
},
{
"symbol": "APPCBTC",
"priceChange": "0.00000023",
"priceChangePercent": "1.879",
"weightedAvgPrice": "0.00001261",
"prevClosePrice": "0.00001224",
"lastPrice": "0.00001247",
"lastQty": "213.00000000",
"bidPrice": "0.00001246",
"bidQty": "825.00000000",
"askPrice": "0.00001247",
"askQty": "6582.00000000",
"openPrice": "0.00001224",
"highPrice": "0.00001308",
"lowPrice": "0.00001215",
"volume": "6839719.00000000",
"quoteVolume": "86.28034452",
"openTime": 1560210240343,
"closeTime": 1560296640343,
"firstId": 5618030,
"lastId": 5623762,
"count": 5733
},
{
"symbol": "APPCETH",
"priceChange": "0.00000140",
"priceChangePercent": "0.352",
"weightedAvgPrice": "0.00040776",
"prevClosePrice": "0.00039600",
"lastPrice": "0.00039960",
"lastQty": "20.00000000",
"bidPrice": "0.00040060",
"bidQty": "825.00000000",
"askPrice": "0.00040350",
"askQty": "532.00000000",
"openPrice": "0.00039820",
"highPrice": "0.00042380",
"lowPrice": "0.00039410",
"volume": "455456.00000000",
"quoteVolume": "185.71738710",
"openTime": 1560210235237,
"closeTime": 1560296635237,
"firstId": 1642575,
"lastId": 1643394,
"count": 820
},
{
"symbol": "APPCBNB",
"priceChange": "0.00007000",
"priceChangePercent": "2.303",
"weightedAvgPrice": "0.00316001",
"prevClosePrice": "0.00304000",
"lastPrice": "0.00311000",
"lastQty": "40.00000000",
"bidPrice": "0.00308000",
"bidQty": "384.90000000",
"askPrice": "0.00310000",
"askQty": "898.60000000",
"openPrice": "0.00304000",
"highPrice": "0.00329000",
"lowPrice": "0.00303000",
"volume": "211707.60000000",
"quoteVolume": "668.99863500",
"openTime": 1560210232182,
"closeTime": 1560296632182,
"firstId": 378049,
"lastId": 378457,
"count": 409
},
{
"symbol": "VIBEBTC",
"priceChange": "-0.00000026",
"priceChangePercent": "-4.012",
"weightedAvgPrice": "0.00000624",
"prevClosePrice": "0.00000649",
"lastPrice": "0.00000622",
"lastQty": "282.00000000",
"bidPrice": "0.00000619",
"bidQty": "37881.00000000",
"askPrice": "0.00000622",
"askQty": "23944.00000000",
"openPrice": "0.00000648",
"highPrice": "0.00000658",
"lowPrice": "0.00000601",
"volume": "51887173.00000000",
"quoteVolume": "323.77770486",
"openTime": 1560210240907,
"closeTime": 1560296640907,
"firstId": 6227627,
"lastId": 6240209,
"count": 12583
},
{
"symbol": "VIBEETH",
"priceChange": "-0.00000980",
"priceChangePercent": "-4.669",
"weightedAvgPrice": "0.00020264",
"prevClosePrice": "0.00020990",
"lastPrice": "0.00020010",
"lastQty": "2465.00000000",
"bidPrice": "0.00019990",
"bidQty": "2465.00000000",
"askPrice": "0.00020030",
"askQty": "3556.00000000",
"openPrice": "0.00020990",
"highPrice": "0.00021390",
"lowPrice": "0.00019430",
"volume": "3958161.00000000",
"quoteVolume": "802.07795210",
"openTime": 1560210231791,
"closeTime": 1560296631791,
"firstId": 1722168,
"lastId": 1724805,
"count": 2638
},
{
"symbol": "RLCBTC",
"priceChange": "0.00000060",
"priceChangePercent": "1.036",
"weightedAvgPrice": "0.00005946",
"prevClosePrice": "0.00005810",
"lastPrice": "0.00005850",
"lastQty": "48.58000000",
"bidPrice": "0.00005850",
"bidQty": "118.18000000",
"askPrice": "0.00005860",
"askQty": "313.52000000",
"openPrice": "0.00005790",
"highPrice": "0.00006150",
"lowPrice": "0.00005730",
"volume": "1959007.99000000",
"quoteVolume": "116.48232459",
"openTime": 1560210241737,
"closeTime": 1560296641737,
"firstId": 3913789,
"lastId": 3919607,
"count": 5819
},
{
"symbol": "RLCETH",
"priceChange": "0.00000200",
"priceChangePercent": "0.106",
"weightedAvgPrice": "0.00192565",
"prevClosePrice": "0.00187100",
"lastPrice": "0.00188500",
"lastQty": "6.34000000",
"bidPrice": "0.00188100",
"bidQty": "118.18000000",
"askPrice": "0.00188900",
"askQty": "277.01000000",
"openPrice": "0.00188300",
"highPrice": "0.00198900",
"lowPrice": "0.00185700",
"volume": "112970.54000000",
"quoteVolume": "217.54116267",
"openTime": 1560210241854,
"closeTime": 1560296641854,
"firstId": 1026466,
"lastId": 1027233,
"count": 768
},
{
"symbol": "RLCBNB",
"priceChange": "-0.00007000",
"priceChangePercent": "-0.481",
"weightedAvgPrice": "0.01480986",
"prevClosePrice": "0.01452000",
"lastPrice": "0.01449000",
"lastQty": "141.00000000",
"bidPrice": "0.01442000",
"bidQty": "118.10000000",
"askPrice": "0.01453000",
"askQty": "22.40000000",
"openPrice": "0.01456000",
"highPrice": "0.01535000",
"lowPrice": "0.01422000",
"volume": "160255.40000000",
"quoteVolume": "2373.35961300",
"openTime": 1560210238881,
"closeTime": 1560296638881,
"firstId": 236760,
"lastId": 237613,
"count": 854
},
{
"symbol": "INSBTC",
"priceChange": "0.00000270",
"priceChangePercent": "5.921",
"weightedAvgPrice": "0.00004716",
"prevClosePrice": "0.00004560",
"lastPrice": "0.00004830",
"lastQty": "1030.00000000",
"bidPrice": "0.00004830",
"bidQty": "11623.71000000",
"askPrice": "0.00004860",
"askQty": "2634.07000000",
"openPrice": "0.00004560",
"highPrice": "0.00004860",
"lowPrice": "0.00004510",
"volume": "2354884.98000000",
"quoteVolume": "111.05673720",
"openTime": 1560210242358,
"closeTime": 1560296642358,
"firstId": 3883516,
"lastId": 3888184,
"count": 4669
},
{
"symbol": "INSETH",
"priceChange": "0.00007800",
"priceChangePercent": "5.292",
"weightedAvgPrice": "0.00150805",
"prevClosePrice": "0.00147400",
"lastPrice": "0.00155200",
"lastQty": "29.14000000",
"bidPrice": "0.00155500",
"bidQty": "160.39000000",
"askPrice": "0.00155900",
"askQty": "7.10000000",
"openPrice": "0.00147400",
"highPrice": "0.00157100",
"lowPrice": "0.00145500",
"volume": "465930.50000000",
"quoteVolume": "702.64811567",
"openTime": 1560210239017,
"closeTime": 1560296639017,
"firstId": 951472,
"lastId": 952922,
"count": 1451
},
{
"symbol": "PIVXBTC",
"priceChange": "0.00000520",
"priceChangePercent": "5.771",
"weightedAvgPrice": "0.00009693",
"prevClosePrice": "0.00009010",
"lastPrice": "0.00009530",
"lastQty": "13.79000000",
"bidPrice": "0.00009510",
"bidQty": "314.24000000",
"askPrice": "0.00009520",
"askQty": "486.21000000",
"openPrice": "0.00009010",
"highPrice": "0.00010270",
"lowPrice": "0.00008870",
"volume": "2338787.40000000",
"quoteVolume": "226.69941167",
"openTime": 1560210233191,
"closeTime": 1560296633191,
"firstId": 3122076,
"lastId": 3132368,
"count": 10293
},
{
"symbol": "PIVXETH",
"priceChange": "0.00015100",
"priceChangePercent": "5.166",
"weightedAvgPrice": "0.00313476",
"prevClosePrice": "0.00291600",
"lastPrice": "0.00307400",
"lastQty": "4.00000000",
"bidPrice": "0.00305800",
"bidQty": "628.48000000",
"askPrice": "0.00308500",
"askQty": "293.00000000",
"openPrice": "0.00292300",
"highPrice": "0.00333700",
"lowPrice": "0.00286300",
"volume": "132144.87000000",
"quoteVolume": "414.24273701",
"openTime": 1560210234516,
"closeTime": 1560296634516,
"firstId": 614311,
"lastId": 616014,
"count": 1704
},
{
"symbol": "PIVXBNB",
"priceChange": "0.00110000",
"priceChangePercent": "4.911",
"weightedAvgPrice": "0.02399101",
"prevClosePrice": "0.02240000",
"lastPrice": "0.02350000",
"lastQty": "27.50000000",
"bidPrice": "0.02350000",
"bidQty": "51.00000000",
"askPrice": "0.02361000",
"askQty": "5.10000000",
"openPrice": "0.02240000",
"highPrice": "0.02577000",
"lowPrice": "0.02211000",
"volume": "61801.10000000",
"quoteVolume": "1482.67100400",
"openTime": 1560210229236,
"closeTime": 1560296629236,
"firstId": 160023,
"lastId": 160428,
"count": 406
},
{
"symbol": "IOSTBTC",
"priceChange": "-0.00000004",
"priceChangePercent": "-2.721",
"weightedAvgPrice": "0.00000143",
"prevClosePrice": "0.00000147",
"lastPrice": "0.00000143",
"lastQty": "41131.00000000",
"bidPrice": "0.00000143",
"bidQty": "3520480.00000000",
"askPrice": "0.00000144",
"askQty": "2481197.00000000",
"openPrice": "0.00000147",
"highPrice": "0.00000147",
"lowPrice": "0.00000141",
"volume": "204053613.00000000",
"quoteVolume": "291.89150089",
"openTime": 1560210242300,
"closeTime": 1560296642300,
"firstId": 11679184,
"lastId": 11684237,
"count": 5054
},
{
"symbol": "IOSTETH",
"priceChange": "-0.00000111",
"priceChangePercent": "-2.345",
"weightedAvgPrice": "0.00004631",
"prevClosePrice": "0.00004735",
"lastPrice": "0.00004622",
"lastQty": "18858.00000000",
"bidPrice": "0.00004610",
"bidQty": "70819.00000000",
"askPrice": "0.00004621",
"askQty": "1142.00000000",
"openPrice": "0.00004733",
"highPrice": "0.00004760",
"lowPrice": "0.00004567",
"volume": "17935782.00000000",
"quoteVolume": "830.61419184",
"openTime": 1560210234183,
"closeTime": 1560296634183,
"firstId": 3841279,
"lastId": 3843116,
"count": 1838
},
{
"symbol": "CHATBTC",
"priceChange": "0.00000000",
"priceChangePercent": "0",
"weightedAvgPrice": "0",
"prevClosePrice": "0.00000195",
"lastPrice": "0.00000000",
"lastQty": "0.00000000",
"bidPrice": "0.00000000",
"bidQty": "0.00000000",
"askPrice": "0.00000000",
"askQty": "0.00000000",
"openPrice": "0.00000000",
"highPrice": "0.00000000",
"lowPrice": "0.00000000",
"volume": "0.00000000",
"quoteVolume": "0.00000000",
"openTime": 1557998608796,
"closeTime": 1558085008796,
"firstId": -1,
"lastId": -1,
"count": 0
},
{
"symbol": "CHATETH",
"priceChange": "0.00000000",
"priceChangePercent": "0",
"weightedAvgPrice": "0",
"prevClosePrice": "0.00006585",
"lastPrice": "0.00000000",
"lastQty": "0.00000000",
"bidPrice": "0.00000000",
"bidQty": "0.00000000",
"askPrice": "0.00000000",
"askQty": "0.00000000",
"openPrice": "0.00000000",
"highPrice": "0.00000000",
"lowPrice": "0.00000000",
"volume": "0.00000000",
"quoteVolume": "0.00000000",
"openTime": 1557998609006,
"closeTime": 1558085009006,
"firstId": -1,
"lastId": -1,
"count": 0
},
{
"symbol": "STEEMBTC",
"priceChange": "0.00000300",
"priceChangePercent": "5.848",
"weightedAvgPrice": "0.00005379",
"prevClosePrice": "0.00005150",
"lastPrice": "0.00005430",
"lastQty": "49.37000000",
"bidPrice": "0.00005420",
"bidQty": "231.37000000",
"askPrice": "0.00005440",
"askQty": "98.87000000",
"openPrice": "0.00005130",
"highPrice": "0.00005600",
"lowPrice": "0.00005080",
"volume": "2636532.56000000",
"quoteVolume": "141.81419367",
"openTime": 1560210242273,
"closeTime": 1560296642273,
"firstId": 4928910,
"lastId": 4937666,
"count": 8757
},
{
"symbol": "STEEMETH",
"priceChange": "0.00008800",
"priceChangePercent": "5.298",
"weightedAvgPrice": "0.00173766",
"prevClosePrice": "0.00166100",
"lastPrice": "0.00174900",
"lastQty": "134.63000000",
"bidPrice": "0.00174500",
"bidQty": "149.25000000",
"askPrice": "0.00175700",
"askQty": "1485.00000000",
"openPrice": "0.00166100",
"highPrice": "0.00181300",
"lowPrice": "0.00164100",
"volume": "208345.44000000",
"quoteVolume": "362.03356969",
"openTime": 1560210234646,
"closeTime": 1560296634646,
"firstId": 1075343,
"lastId": 1076852,
"count": 1510
},
{
"symbol": "STEEMBNB",
"priceChange": "0.00062000",
"priceChangePercent": "4.832",
"weightedAvgPrice": "0.01336950",
"prevClosePrice": "0.01283000",
"lastPrice": "0.01345000",
"lastQty": "23.70000000",
"bidPrice": "0.01339000",
"bidQty": "3319.10000000",
"askPrice": "0.01351000",
"askQty": "78.50000000",
"openPrice": "0.01283000",
"highPrice": "0.01393000",
"lowPrice": "0.01275000",
"volume": "159700.10000000",
"quoteVolume": "2135.11080600",
"openTime": 1560210238034,
"closeTime": 1560296638034,
"firstId": 276111,
"lastId": 277075,
"count": 965
},
{
"symbol": "NANOBTC",
"priceChange": "0.00000070",
"priceChangePercent": "0.354",
"weightedAvgPrice": "0.00019580",
"prevClosePrice": "0.00019800",
"lastPrice": "0.00019850",
"lastQty": "226.65000000",
"bidPrice": "0.00019840",
"bidQty": "20.25000000",
"askPrice": "0.00019880",
"askQty": "40.58000000",
"openPrice": "0.00019780",
"highPrice": "0.00020020",
"lowPrice": "0.00019240",
"volume": "1330494.93000000",
"quoteVolume": "260.50577310",
"openTime": 1560210241556,
"closeTime": 1560296641556,
"firstId": 17167460,
"lastId": 17178592,
"count": 11133
},
{
"symbol": "NANOETH",
"priceChange": "0.00000200",
"priceChangePercent": "0.031",
"weightedAvgPrice": "0.00634503",
"prevClosePrice": "0.00643100",
"lastPrice": "0.00640500",
"lastQty": "2.23000000",
"bidPrice": "0.00638600",
"bidQty": "259.01000000",
"askPrice": "0.00640900",
"askQty": "3.46000000",
"openPrice": "0.00640300",
"highPrice": "0.00645400",
"lowPrice": "0.00621700",
"volume": "71013.55000000",
"quoteVolume": "450.58326638",
"openTime": 1560210241318,
"closeTime": 1560296641318,
"firstId": 4481452,
"lastId": 4483058,
"count": 1607
},
{
"symbol": "NANOBNB",
"priceChange": "-0.00020000",
"priceChangePercent": "-0.406",
"weightedAvgPrice": "0.04873005",
"prevClosePrice": "0.04950000",
"lastPrice": "0.04910000",
"lastQty": "17.89000000",
"bidPrice": "0.04900000",
"bidQty": "20.40000000",
"askPrice": "0.04920000",
"askQty": "92.84000000",
"openPrice": "0.04930000",
"highPrice": "0.04980000",
"lowPrice": "0.04800000",
"volume": "57450.53000000",
"quoteVolume": "2799.56696700",
"openTime": 1560210225062,
"closeTime": 1560296625062,
"firstId": 923790,
"lastId": 924704,
"count": 915
},
{
"symbol": "VIABTC",
"priceChange": "0.00000100",
"priceChangePercent": "1.362",
"weightedAvgPrice": "0.00007256",
"prevClosePrice": "0.00007370",
"lastPrice": "0.00007440",
"lastQty": "285.00000000",
"bidPrice": "0.00007420",
"bidQty": "19.64000000",
"askPrice": "0.00007460",
"askQty": "480.55000000",
"openPrice": "0.00007340",
"highPrice": "0.00007480",
"lowPrice": "0.00007100",
"volume": "697158.15000000",
"quoteVolume": "50.58387511",
"openTime": 1560210241421,
"closeTime": 1560296641421,
"firstId": 3187376,
"lastId": 3189889,
"count": 2514
},
{
"symbol": "VIAETH",
"priceChange": "0.00002000",
"priceChangePercent": "0.841",
"weightedAvgPrice": "0.00234691",
"prevClosePrice": "0.00237800",
"lastPrice": "0.00239700",
"lastQty": "11.22000000",
"bidPrice": "0.00238100",
"bidQty": "109.30000000",
"askPrice": "0.00240100",
"askQty": "11.14000000",
"openPrice": "0.00237700",
"highPrice": "0.00241000",
"lowPrice": "0.00229800",
"volume": "39480.19000000",
"quoteVolume": "92.65629448",
"openTime": 1560210235854,
"closeTime": 1560296635854,
"firstId": 581747,
"lastId": 582115,
"count": 369
},
{
"symbol": "VIABNB",
"priceChange": "-0.00016000",
"priceChangePercent": "-0.858",
"weightedAvgPrice": "0.01826489",
"prevClosePrice": "0.01831000",
"lastPrice": "0.01849000",
"lastQty": "53.70000000",
"bidPrice": "0.01826000",
"bidQty": "489.00000000",
"askPrice": "0.01849000",
"askQty": "6.90000000",
"openPrice": "0.01865000",
"highPrice": "0.01865000",
"lowPrice": "0.01769000",
"volume": "8092.50000000",
"quoteVolume": "147.80863900",
"openTime": 1560210241313,
"closeTime": 1560296641313,
"firstId": 165166,
"lastId": 165257,
"count": 92
},
{
"symbol": "BLZBTC",
"priceChange": "-0.00000020",
"priceChangePercent": "-2.454",
"weightedAvgPrice": "0.00000796",
"prevClosePrice": "0.00000810",
"lastPrice": "0.00000795",
"lastQty": "172.00000000",
"bidPrice": "0.00000795",
"bidQty": "11780.00000000",
"askPrice": "0.00000797",
"askQty": "3354.00000000",
"openPrice": "0.00000815",
"highPrice": "0.00000820",
"lowPrice": "0.00000786",
"volume": "7029639.00000000",
"quoteVolume": "55.97081665",
"openTime": 1560210235228,
"closeTime": 1560296635228,
"firstId": 4515565,
"lastId": 4518645,
"count": 3081
},
{
"symbol": "BLZETH",
"priceChange": "-0.00000819",
"priceChangePercent": "-3.091",
"weightedAvgPrice": "0.00025882",
"prevClosePrice": "0.00026220",
"lastPrice": "0.00025674",
"lastQty": "50.00000000",
"bidPrice": "0.00025565",
"bidQty": "53.00000000",
"askPrice": "0.00025686",
"askQty": "13480.00000000",
"openPrice": "0.00026493",
"highPrice": "0.00026593",
"lowPrice": "0.00025375",
"volume": "498823.00000000",
"quoteVolume": "129.10421385",
"openTime": 1560210242243,
"closeTime": 1560296642243,
"firstId": 1742794,
"lastId": 1743487,
"count": 694
},
{
"symbol": "BLZBNB",
"priceChange": "-0.00006000",
"priceChangePercent": "-2.970",
"weightedAvgPrice": "0.00199165",
"prevClosePrice": "0.00202000",
"lastPrice": "0.00196000",
"lastQty": "6890.40000000",
"bidPrice": "0.00196000",
"bidQty": "2211.60000000",
"askPrice": "0.00198000",
"askQty": "4112.00000000",
"openPrice": "0.00202000",
"highPrice": "0.00206000",
"lowPrice": "0.00196000",
"volume": "175646.50000000",
"quoteVolume": "349.82593700",
"openTime": 1560210219068,
"closeTime": 1560296619068,
"firstId": 243549,
"lastId": 243768,
"count": 220
},
{
"symbol": "AEBTC",
"priceChange": "-0.00000140",
"priceChangePercent": "-2.124",
"weightedAvgPrice": "0.00006461",
"prevClosePrice": "0.00006570",
"lastPrice": "0.00006450",
"lastQty": "35.20000000",
"bidPrice": "0.00006440",
"bidQty": "5780.70000000",
"askPrice": "0.00006450",
"askQty": "134.79000000",
"openPrice": "0.00006590",
"highPrice": "0.00006600",
"lowPrice": "0.00006360",
"volume": "1058143.44000000",
"quoteVolume": "68.36547662",
"openTime": 1560210239965,
"closeTime": 1560296639965,
"firstId": 5415691,
"lastId": 5419658,
"count": 3968
},
{
"symbol": "AEETH",
"priceChange": "-0.00004300",
"priceChangePercent": "-2.021",
"weightedAvgPrice": "0.00208631",
"prevClosePrice": "0.00213900",
"lastPrice": "0.00208500",
"lastQty": "5.77000000",
"bidPrice": "0.00207100",
"bidQty": "532.93000000",
"askPrice": "0.00208300",
"askQty": "119.69000000",
"openPrice": "0.00212800",
"highPrice": "0.00214000",
"lowPrice": "0.00204800",
"volume": "103414.29000000",
"quoteVolume": "215.75401429",
"openTime": 1560210236551,
"closeTime": 1560296636551,
"firstId": 1907118,
"lastId": 1907915,
"count": 798
},
{
"symbol": "AEBNB",
"priceChange": "-0.00053000",
"priceChangePercent": "-3.220",
"weightedAvgPrice": "0.01631387",
"prevClosePrice": "0.01639000",
"lastPrice": "0.01593000",
"lastQty": "15.80000000",
"bidPrice": "0.01590000",
"bidQty": "563.00000000",
"askPrice": "0.01603000",
"askQty": "30.70000000",
"openPrice": "0.01646000",
"highPrice": "0.01670000",
"lowPrice": "0.01590000",
"volume": "72552.00000000",
"quoteVolume": "1183.60359600",
"openTime": 1560210230011,
"closeTime": 1560296630011,
"firstId": 259320,
"lastId": 259758,
"count": 439
},
{
"symbol": "RPXBTC",
"priceChange": "0.00000000",
"priceChangePercent": "0",
"weightedAvgPrice": "0",
"prevClosePrice": "0.00000224",
"lastPrice": "0.00000000",
"lastQty": "0.00000000",
"bidPrice": "0.00000000",
"bidQty": "0.00000000",
"askPrice": "0.00000000",
"askQty": "0.00000000",
"openPrice": "0.00000000",
"highPrice": "0.00000000",
"lowPrice": "0.00000000",
"volume": "0.00000000",
"quoteVolume": "0.00000000",
"openTime": 1557998613312,
"closeTime": 1558085013312,
"firstId": -1,
"lastId": -1,
"count": 0
},
{
"symbol": "RPXETH",
"priceChange": "0.00000000",
"priceChangePercent": "0",
"weightedAvgPrice": "0",
"prevClosePrice": "0.00005449",
"lastPrice": "0.00000000",
"lastQty": "0.00000000",
"bidPrice": "0.00000000",
"bidQty": "0.00000000",
"askPrice": "0.00000000",
"askQty": "0.00000000",
"openPrice": "0.00000000",
"highPrice": "0.00000000",
"lowPrice": "0.00000000",
"volume": "0.00000000",
"quoteVolume": "0.00000000",
"openTime": 1557998613666,
"closeTime": 1558085013666,
"firstId": -1,
"lastId": -1,
"count": 0
},
{
"symbol": "RPXBNB",
"priceChange": "0.00000000",
"priceChangePercent": "0",
"weightedAvgPrice": "0",
"prevClosePrice": "0.00145700",
"lastPrice": "0.00000000",
"lastQty": "0.00000000",
"bidPrice": "0.00000000",
"bidQty": "0.00000000",
"askPrice": "0.00000000",
"askQty": "0.00000000",
"openPrice": "0.00000000",
"highPrice": "0.00000000",
"lowPrice": "0.00000000",
"volume": "0.00000000",
"quoteVolume": "0.00000000",
"openTime": 1557998614011,
"closeTime": 1558085014011,
"firstId": -1,
"lastId": -1,
"count": 0
},
{
"symbol": "NCASHBTC",
"priceChange": "0.00000000",
"priceChangePercent": "0.000",
"weightedAvgPrice": "0.00000027",
"prevClosePrice": "0.00000027",
"lastPrice": "0.00000027",
"lastQty": "2243184.00000000",
"bidPrice": "0.00000027",
"bidQty": "5757767.00000000",
"askPrice": "0.00000028",
"askQty": "57699949.00000000",
"openPrice": "0.00000027",
"highPrice": "0.00000028",
"lowPrice": "0.00000026",
"volume": "72811909.00000000",
"quoteVolume": "19.74466494",
"openTime": 1560210230359,
"closeTime": 1560296630359,
"firstId": 6550415,
"lastId": 6550920,
"count": 506
},
{
"symbol": "NCASHETH",
"priceChange": "-0.00000020",
"priceChangePercent": "-2.227",
"weightedAvgPrice": "0.00000880",
"prevClosePrice": "0.00000899",
"lastPrice": "0.00000878",
"lastQty": "3000.00000000",
"bidPrice": "0.00000877",
"bidQty": "47350.00000000",
"askPrice": "0.00000886",
"askQty": "28908.00000000",
"openPrice": "0.00000898",
"highPrice": "0.00000904",
"lowPrice": "0.00000876",
"volume": "27119232.00000000",
"quoteVolume": "238.77247529",
"openTime": 1560210195146,
"closeTime": 1560296595146,
"firstId": 2193896,
"lastId": 2194579,
"count": 684
},
{
"symbol": "NCASHBNB",
"priceChange": "-0.00000160",
"priceChangePercent": "-2.305",
"weightedAvgPrice": "0.00006772",
"prevClosePrice": "0.00006920",
"lastPrice": "0.00006780",
"lastQty": "8211.00000000",
"bidPrice": "0.00006740",
"bidQty": "10000.00000000",
"askPrice": "0.00006780",
"askQty": "14080.00000000",
"openPrice": "0.00006940",
"highPrice": "0.00006980",
"lowPrice": "0.00006670",
"volume": "17666754.00000000",
"quoteVolume": "1196.43401920",
"openTime": 1560210235434,
"closeTime": 1560296635434,
"firstId": 1233503,
"lastId": 1233803,
"count": 301
},
{
"symbol": "POABTC",
"priceChange": "0.00000000",
"priceChangePercent": "0.000",
"weightedAvgPrice": "0.00000441",
"prevClosePrice": "0.00000435",
"lastPrice": "0.00000435",
"lastQty": "1628.00000000",
"bidPrice": "0.00000434",
"bidQty": "1396.00000000",
"askPrice": "0.00000435",
"askQty": "230.00000000",
"openPrice": "0.00000435",
"highPrice": "0.00000463",
"lowPrice": "0.00000427",
"volume": "15486295.00000000",
"quoteVolume": "68.30504707",
"openTime": 1560210241429,
"closeTime": 1560296641429,
"firstId": 4173600,
"lastId": 4177162,
"count": 3563
},
{
"symbol": "POAETH",
"priceChange": "-0.00000195",
"priceChangePercent": "-1.378",
"weightedAvgPrice": "0.00014342",
"prevClosePrice": "0.00014141",
"lastPrice": "0.00013955",
"lastQty": "78.00000000",
"bidPrice": "0.00013955",
"bidQty": "1658.00000000",
"askPrice": "0.00014005",
"askQty": "22635.00000000",
"openPrice": "0.00014150",
"highPrice": "0.00015226",
"lowPrice": "0.00013815",
"volume": "1277268.00000000",
"quoteVolume": "183.18021672",
"openTime": 1560210241269,
"closeTime": 1560296641269,
"firstId": 1421107,
"lastId": 1422191,
"count": 1085
},
{
"symbol": "POABNB",
"priceChange": "-0.00003000",
"priceChangePercent": "-2.727",
"weightedAvgPrice": "0.00110010",
"prevClosePrice": "0.00109000",
"lastPrice": "0.00107000",
"lastQty": "302.10000000",
"bidPrice": "0.00107000",
"bidQty": "20575.90000000",
"askPrice": "0.00109000",
"askQty": "18069.40000000",
"openPrice": "0.00110000",
"highPrice": "0.00116000",
"lowPrice": "0.00106000",
"volume": "670753.90000000",
"quoteVolume": "737.89899500",
"openTime": 1560210232885,
"closeTime": 1560296632885,
"firstId": 283835,
"lastId": 284095,
"count": 261
},
{
"symbol": "ZILBTC",
"priceChange": "-0.00000002",
"priceChangePercent": "-0.678",
"weightedAvgPrice": "0.00000301",
"prevClosePrice": "0.00000295",
"lastPrice": "0.00000293",
"lastQty": "204668.00000000",
"bidPrice": "0.00000293",
"bidQty": "65984.00000000",
"askPrice": "0.00000294",
"askQty": "646113.00000000",
"openPrice": "0.00000295",
"highPrice": "0.00000312",
"lowPrice": "0.00000290",
"volume": "421087779.00000000",
"quoteVolume": "1266.80419539",
"openTime": 1560210242368,
"closeTime": 1560296642368,
"firstId": 11685563,
"lastId": 11713414,
"count": 27852
},
{
"symbol": "ZILETH",
"priceChange": "-0.00000097",
"priceChangePercent": "-1.015",
"weightedAvgPrice": "0.00009756",
"prevClosePrice": "0.00009593",
"lastPrice": "0.00009461",
"lastQty": "151.00000000",
"bidPrice": "0.00009431",
"bidQty": "14654.00000000",
"askPrice": "0.00009471",
"askQty": "391.00000000",
"openPrice": "0.00009558",
"highPrice": "0.00010076",
"lowPrice": "0.00009379",
"volume": "26096213.00000000",
"quoteVolume": "2546.05525206",
"openTime": 1560210241967,
"closeTime": 1560296641967,
"firstId": 3637373,
"lastId": 3641916,
"count": 4544
},
{
"symbol": "ZILBNB",
"priceChange": "-0.00001200",
"priceChangePercent": "-1.626",
"weightedAvgPrice": "0.00074978",
"prevClosePrice": "0.00073800",
"lastPrice": "0.00072600",
"lastQty": "3353.00000000",
"bidPrice": "0.00072300",
"bidQty": "39011.00000000",
"askPrice": "0.00072700",
"askQty": "11173.00000000",
"openPrice": "0.00073800",
"highPrice": "0.00077800",
"lowPrice": "0.00072200",
"volume": "18757487.00000000",
"quoteVolume": "14063.90268200",
"openTime": 1560210234058,
"closeTime": 1560296634058,
"firstId": 712427,
"lastId": 715590,
"count": 3164
},
{
"symbol": "ONTBTC",
"priceChange": "0.00000450",
"priceChangePercent": "2.561",
"weightedAvgPrice": "0.00017836",
"prevClosePrice": "0.00017570",
"lastPrice": "0.00018020",
"lastQty": "419.51000000",
"bidPrice": "0.00018000",
"bidQty": "0.45000000",
"askPrice": "0.00018020",
"askQty": "476.08000000",
"openPrice": "0.00017570",
"highPrice": "0.00018400",
"lowPrice": "0.00017290",
"volume": "3030440.89000000",
"quoteVolume": "540.50386304",
"openTime": 1560210242348,
"closeTime": 1560296642348,
"firstId": 18778057,
"lastId": 18796441,
"count": 18385
},
{
"symbol": "ONTETH",
"priceChange": "0.00010700",
"priceChangePercent": "1.880",
"weightedAvgPrice": "0.00574767",
"prevClosePrice": "0.00569600",
"lastPrice": "0.00580000",
"lastQty": "68.28000000",
"bidPrice": "0.00579000",
"bidQty": "482.66000000",
"askPrice": "0.00580000",
"askQty": "84.66000000",
"openPrice": "0.00569300",
"highPrice": "0.00596700",
"lowPrice": "0.00560000",
"volume": "140820.33000000",
"quoteVolume": "809.38927147",
"openTime": 1560210240667,
"closeTime": 1560296640667,
"firstId": 4512361,
"lastId": 4515042,
"count": 2682
},
{
"symbol": "ONTBNB",
"priceChange": "0.00060000",
"priceChangePercent": "1.369",
"weightedAvgPrice": "0.04449367",
"prevClosePrice": "0.04383000",
"lastPrice": "0.04444000",
"lastQty": "185.00000000",
"bidPrice": "0.04441000",
"bidQty": "202.00000000",
"askPrice": "0.04463000",
"askQty": "250.50000000",
"openPrice": "0.04384000",
"highPrice": "0.04575000",
"lowPrice": "0.04336000",
"volume": "120419.70000000",
"quoteVolume": "5357.91380400",
"openTime": 1560210240665,
"closeTime": 1560296640665,
"firstId": 1311302,
"lastId": 1312815,
"count": 1514
},
{
"symbol": "STORMBTC",
"priceChange": "0.00000000",
"priceChangePercent": "0.000",
"weightedAvgPrice": "0.00000042",
"prevClosePrice": "0.00000043",
"lastPrice": "0.00000042",
"lastQty": "16565.00000000",
"bidPrice": "0.00000042",
"bidQty": "5066391.00000000",
"askPrice": "0.00000043",
"askQty": "24819613.00000000",
"openPrice": "0.00000042",
"highPrice": "0.00000043",
"lowPrice": "0.00000041",
"volume": "77742280.00000000",
"quoteVolume": "32.57151012",
"openTime": 1560210242231,
"closeTime": 1560296642231,
"firstId": 5976229,
"lastId": 5977231,
"count": 1003
},
{
"symbol": "STORMETH",
"priceChange": "-0.00000015",
"priceChangePercent": "-1.096",
"weightedAvgPrice": "0.00001361",
"prevClosePrice": "0.00001369",
"lastPrice": "0.00001354",
"lastQty": "18271.00000000",
"bidPrice": "0.00001354",
"bidQty": "876.00000000",
"askPrice": "0.00001372",
"askQty": "20321.00000000",
"openPrice": "0.00001369",
"highPrice": "0.00001385",
"lowPrice": "0.00001340",
"volume": "4056663.00000000",
"quoteVolume": "55.22138777",
"openTime": 1560210239417,
"closeTime": 1560296639417,
"firstId": 1673150,
"lastId": 1673436,
"count": 287
},
{
"symbol": "STORMBNB",
"priceChange": "0.00000000",
"priceChangePercent": "0.000",
"weightedAvgPrice": "0.00010537",
"prevClosePrice": "0.00010600",
"lastPrice": "0.00010500",
"lastQty": "450710.00000000",
"bidPrice": "0.00010400",
"bidQty": "2517688.00000000",
"askPrice": "0.00010500",
"askQty": "81301.00000000",
"openPrice": "0.00010500",
"highPrice": "0.00010800",
"lowPrice": "0.00010300",
"volume": "13766992.00000000",
"quoteVolume": "1450.59325100",
"openTime": 1560210238656,
"closeTime": 1560296638656,
"firstId": 424817,
"lastId": 425122,
"count": 306
},
{
"symbol": "QTUMBNB",
"priceChange": "-0.00153000",
"priceChangePercent": "-1.534",
"weightedAvgPrice": "0.09938148",
"prevClosePrice": "0.10023000",
"lastPrice": "0.09823000",
"lastQty": "4.30000000",
"bidPrice": "0.09816000",
"bidQty": "2.50000000",
"askPrice": "0.09838000",
"askQty": "37.30000000",
"openPrice": "0.09976000",
"highPrice": "0.10336000",
"lowPrice": "0.09766000",
"volume": "21468.40000000",
"quoteVolume": "2133.56145900",
"openTime": 1560210236878,
"closeTime": 1560296636878,
"firstId": 391967,
"lastId": 392527,
"count": 561
},
{
"symbol": "QTUMUSDT",
"priceChange": "-0.06000000",
"priceChangePercent": "-1.881",
"weightedAvgPrice": "3.13777177",
"prevClosePrice": "3.18800000",
"lastPrice": "3.12900000",
"lastQty": "9.91200000",
"bidPrice": "3.13000000",
"bidQty": "161.47000000",
"askPrice": "3.13700000",
"askQty": "200.00000000",
"openPrice": "3.18900000",
"highPrice": "3.26800000",
"lowPrice": "3.03100000",
"volume": "511960.96500000",
"quoteVolume": "1606416.66501400",
"openTime": 1560210242033,
"closeTime": 1560296642033,
"firstId": 4204886,
"lastId": 4210948,
"count": 6063
},
{
"symbol": "XEMBTC",
"priceChange": "-0.00000003",
"priceChangePercent": "-0.284",
"weightedAvgPrice": "0.00001055",
"prevClosePrice": "0.00001056",
"lastPrice": "0.00001053",
"lastQty": "185.00000000",
"bidPrice": "0.00001052",
"bidQty": "25852.00000000",
"askPrice": "0.00001054",
"askQty": "1000.00000000",
"openPrice": "0.00001056",
"highPrice": "0.00001080",
"lowPrice": "0.00001045",
"volume": "9582988.00000000",
"quoteVolume": "101.13021306",
"openTime": 1560210242153,
"closeTime": 1560296642153,
"firstId": 5463048,
"lastId": 5469186,
"count": 6139
},
{
"symbol": "XEMETH",
"priceChange": "-0.00000251",
"priceChangePercent": "-0.734",
"weightedAvgPrice": "0.00034107",
"prevClosePrice": "0.00034044",
"lastPrice": "0.00033944",
"lastQty": "33.00000000",
"bidPrice": "0.00033891",
"bidQty": "2461.00000000",
"askPrice": "0.00033995",
"askQty": "2461.00000000",
"openPrice": "0.00034195",
"highPrice": "0.00034923",
"lowPrice": "0.00033765",
"volume": "463099.00000000",
"quoteVolume": "157.95008406",
"openTime": 1560210242265,
"closeTime": 1560296642265,
"firstId": 1188235,
"lastId": 1188877,
"count": 643
},
{
"symbol": "XEMBNB",
"priceChange": "-0.00004000",
"priceChangePercent": "-1.515",
"weightedAvgPrice": "0.00263935",
"prevClosePrice": "0.00264000",
"lastPrice": "0.00260000",
"lastQty": "38.60000000",
"bidPrice": "0.00260000",
"bidQty": "10.20000000",
"askPrice": "0.00261000",
"askQty": "1263.20000000",
"openPrice": "0.00264000",
"highPrice": "0.00269000",
"lowPrice": "0.00259000",
"volume": "280213.60000000",
"quoteVolume": "739.58064500",
"openTime": 1560210242072,
"closeTime": 1560296642072,
"firstId": 328287,
"lastId": 328587,
"count": 301
},
{
"symbol": "WANBTC",
"priceChange": "-0.00000250",
"priceChangePercent": "-4.296",
"weightedAvgPrice": "0.00005665",
"prevClosePrice": "0.00005830",
"lastPrice": "0.00005570",
"lastQty": "6.69000000",
"bidPrice": "0.00005560",
"bidQty": "6897.89000000",
"askPrice": "0.00005570",
"askQty": "9656.19000000",
"openPrice": "0.00005820",
"highPrice": "0.00005900",
"lowPrice": "0.00005440",
"volume": "3497126.30000000",
"quoteVolume": "198.11148390",
"openTime": 1560210232909,
"closeTime": 1560296632909,
"firstId": 8870034,
"lastId": 8881148,
"count": 11115
},
{
"symbol": "WANETH",
"priceChange": "-0.00009500",
"priceChangePercent": "-5.029",
"weightedAvgPrice": "0.00184349",
"prevClosePrice": "0.00188200",
"lastPrice": "0.00179400",
"lastQty": "32.93000000",
"bidPrice": "0.00179000",
"bidQty": "145.62000000",
"askPrice": "0.00179800",
"askQty": "142.13000000",
"openPrice": "0.00188900",
"highPrice": "0.00190900",
"lowPrice": "0.00177400",
"volume": "337032.85000000",
"quoteVolume": "621.31686368",
"openTime": 1560210242039,
"closeTime": 1560296642039,
"firstId": 2469859,
"lastId": 2474642,
"count": 4784
},
{
"symbol": "WANBNB",
"priceChange": "-0.00077000",
"priceChangePercent": "-5.299",
"weightedAvgPrice": "0.01415863",
"prevClosePrice": "0.01453000",
"lastPrice": "0.01376000",
"lastQty": "127.10000000",
"bidPrice": "0.01376000",
"bidQty": "7261.40000000",
"askPrice": "0.01383000",
"askQty": "636.70000000",
"openPrice": "0.01453000",
"highPrice": "0.01476000",
"lowPrice": "0.01362000",
"volume": "163385.30000000",
"quoteVolume": "2313.31233400",
"openTime": 1560210235789,
"closeTime": 1560296635789,
"firstId": 360854,
"lastId": 361518,
"count": 665
},
{
"symbol": "WPRBTC",
"priceChange": "-0.00000001",
"priceChangePercent": "-0.552",
"weightedAvgPrice": "0.00000190",
"prevClosePrice": "0.00000181",
"lastPrice": "0.00000180",
"lastQty": "4415.00000000",
"bidPrice": "0.00000180",
"bidQty": "306243.00000000",
"askPrice": "0.00000181",
"askQty": "176705.00000000",
"openPrice": "0.00000181",
"highPrice": "0.00000206",
"lowPrice": "0.00000178",
"volume": "78348493.00000000",
"quoteVolume": "148.57341497",
"openTime": 1560210242117,
"closeTime": 1560296642117,
"firstId": 3292517,
"lastId": 3300506,
"count": 7990
},
{
"symbol": "WPRETH",
"priceChange": "-0.00000030",
"priceChangePercent": "-0.512",
"weightedAvgPrice": "0.00006079",
"prevClosePrice": "0.00005863",
"lastPrice": "0.00005833",
"lastQty": "400.00000000",
"bidPrice": "0.00005791",
"bidQty": "2726.00000000",
"askPrice": "0.00005833",
"askQty": "452.00000000",
"openPrice": "0.00005863",
"highPrice": "0.00006678",
"lowPrice": "0.00005716",
"volume": "7858456.00000000",
"quoteVolume": "477.75044754",
"openTime": 1560210230383,
"closeTime": 1560296630383,
"firstId": 895687,
"lastId": 897555,
"count": 1869
},
{
"symbol": "QLCBTC",
"priceChange": "0.00000005",
"priceChangePercent": "0.965",
"weightedAvgPrice": "0.00000517",
"prevClosePrice": "0.00000517",
"lastPrice": "0.00000523",
"lastQty": "194.00000000",
"bidPrice": "0.00000522",
"bidQty": "770.00000000",
"askPrice": "0.00000523",
"askQty": "41336.00000000",
"openPrice": "0.00000518",
"highPrice": "0.00000530",
"lowPrice": "0.00000505",
"volume": "23892809.00000000",
"quoteVolume": "123.63535486",
"openTime": 1560210234858,
"closeTime": 1560296634858,
"firstId": 4979274,
"lastId": 4984098,
"count": 4825
},
{
"symbol": "QLCETH",
"priceChange": "-0.00000038",
"priceChangePercent": "-0.225",
"weightedAvgPrice": "0.00016823",
"prevClosePrice": "0.00016800",
"lastPrice": "0.00016827",
"lastQty": "141.00000000",
"bidPrice": "0.00016784",
"bidQty": "770.00000000",
"askPrice": "0.00016842",
"askQty": "5368.00000000",
"openPrice": "0.00016865",
"highPrice": "0.00018000",
"lowPrice": "0.00016288",
"volume": "565236.00000000",
"quoteVolume": "95.08800343",
"openTime": 1560210222131,
"closeTime": 1560296622131,
"firstId": 835338,
"lastId": 835741,
"count": 404
},
{
"symbol": "SYSBTC",
"priceChange": "0.00000006",
"priceChangePercent": "0.733",
"weightedAvgPrice": "0.00000817",
"prevClosePrice": "0.00000817",
"lastPrice": "0.00000824",
"lastQty": "1928.00000000",
"bidPrice": "0.00000821",
"bidQty": "18059.00000000",
"askPrice": "0.00000824",
"askQty": "2921.00000000",
"openPrice": "0.00000818",
"highPrice": "0.00000839",
"lowPrice": "0.00000803",
"volume": "2589073.00000000",
"quoteVolume": "21.16446412",
"openTime": 1560210224942,
"closeTime": 1560296624942,
"firstId": 2809605,
"lastId": 2811314,
"count": 1710
},
{
"symbol": "SYSETH",
"priceChange": "-0.00000150",
"priceChangePercent": "-0.566",
"weightedAvgPrice": "0.00026454",
"prevClosePrice": "0.00026523",
"lastPrice": "0.00026373",
"lastQty": "39.00000000",
"bidPrice": "0.00026395",
"bidQty": "18059.00000000",
"askPrice": "0.00026562",
"askQty": "600.00000000",
"openPrice": "0.00026523",
"highPrice": "0.00027062",
"lowPrice": "0.00025910",
"volume": "207279.00000000",
"quoteVolume": "54.83339526",
"openTime": 1560210232213,
"closeTime": 1560296632213,
"firstId": 506719,
"lastId": 507014,
"count": 296
},
{
"symbol": "SYSBNB",
"priceChange": "-0.00003000",
"priceChangePercent": "-1.456",
"weightedAvgPrice": "0.00204603",
"prevClosePrice": "0.00205000",
"lastPrice": "0.00203000",
"lastQty": "1673.30000000",
"bidPrice": "0.00203000",
"bidQty": "2727.70000000",
"askPrice": "0.00206000",
"askQty": "727.10000000",
"openPrice": "0.00206000",
"highPrice": "0.00208000",
"lowPrice": "0.00201000",
"volume": "197745.40000000",
"quoteVolume": "404.59284300",
"openTime": 1560210241302,
"closeTime": 1560296641302,
"firstId": 208005,
"lastId": 208206,
"count": 202
},
{
"symbol": "QLCBNB",
"priceChange": "-0.00000300",
"priceChangePercent": "-0.233",
"weightedAvgPrice": "0.00128627",
"prevClosePrice": "0.00130100",
"lastPrice": "0.00128700",
"lastQty": "1136.00000000",
"bidPrice": "0.00128800",
"bidQty": "3160.00000000",
"askPrice": "0.00129500",
"askQty": "9541.00000000",
"openPrice": "0.00129000",
"highPrice": "0.00132100",
"lowPrice": "0.00126900",
"volume": "862735.00000000",
"quoteVolume": "1109.70823900",
"openTime": 1560210231504,
"closeTime": 1560296631504,
"firstId": 385645,
"lastId": 385937,
"count": 293
},
{
"symbol": "GRSBTC",
"priceChange": "0.00000435",
"priceChangePercent": "7.892",
"weightedAvgPrice": "0.00005689",
"prevClosePrice": "0.00005523",
"lastPrice": "0.00005947",
"lastQty": "233.00000000",
"bidPrice": "0.00005931",
"bidQty": "136.00000000",
"askPrice": "0.00005949",
"askQty": "741.00000000",
"openPrice": "0.00005512",
"highPrice": "0.00006004",
"lowPrice": "0.00005425",
"volume": "4546759.00000000",
"quoteVolume": "258.67739829",
"openTime": 1560210241949,
"closeTime": 1560296641949,
"firstId": 4384513,
"lastId": 4397646,
"count": 13134
},
{
"symbol": "GRSETH",
"priceChange": "0.00012899",
"priceChangePercent": "7.219",
"weightedAvgPrice": "0.00184193",
"prevClosePrice": "0.00178650",
"lastPrice": "0.00191569",
"lastQty": "15.00000000",
"bidPrice": "0.00190664",
"bidQty": "441.00000000",
"askPrice": "0.00191672",
"askQty": "472.00000000",
"openPrice": "0.00178670",
"highPrice": "0.00193000",
"lowPrice": "0.00176569",
"volume": "206880.00000000",
"quoteVolume": "381.05859456",
"openTime": 1560210241924,
"closeTime": 1560296641924,
"firstId": 638953,
"lastId": 640326,
"count": 1374
},
{
"symbol": "ADAUSDT",
"priceChange": "0.00274000",
"priceChangePercent": "3.226",
"weightedAvgPrice": "0.08583970",
"prevClosePrice": "0.08491000",
"lastPrice": "0.08767000",
"lastQty": "1633.00000000",
"bidPrice": "0.08767000",
"bidQty": "1570.40000000",
"askPrice": "0.08774000",
"askQty": "13375.00000000",
"openPrice": "0.08493000",
"highPrice": "0.08913000",
"lowPrice": "0.08167000",
"volume": "167342169.80000000",
"quoteVolume": "14364602.30267100",
"openTime": 1560210242334,
"closeTime": 1560296642334,
"firstId": 14601476,
"lastId": 14638049,
"count": 36574
},
{
"symbol": "ADABNB",
"priceChange": "0.00008000",
"priceChangePercent": "2.996",
"weightedAvgPrice": "0.00272873",
"prevClosePrice": "0.00265000",
"lastPrice": "0.00275000",
"lastQty": "21818.00000000",
"bidPrice": "0.00274000",
"bidQty": "71670.40000000",
"askPrice": "0.00276000",
"askQty": "113821.10000000",
"openPrice": "0.00267000",
"highPrice": "0.00281000",
"lowPrice": "0.00262000",
"volume": "9848406.20000000",
"quoteVolume": "26873.64540500",
"openTime": 1560210238417,
"closeTime": 1560296638417,
"firstId": 1387698,
"lastId": 1392455,
"count": 4758
},
{
"symbol": "CLOAKBTC",
"priceChange": "0.00000000",
"priceChangePercent": "0",
"weightedAvgPrice": "0",
"prevClosePrice": "0.00015550",
"lastPrice": "0.00000000",
"lastQty": "0.00000000",
"bidPrice": "0.00000000",
"bidQty": "0.00000000",
"askPrice": "0.00000000",
"askQty": "0.00000000",
"openPrice": "0.00000000",
"highPrice": "0.00000000",
"lowPrice": "0.00000000",
"volume": "0.00000000",
"quoteVolume": "0.00000000",
"openTime": 1557998627259,
"closeTime": 1558085027259,
"firstId": -1,
"lastId": -1,
"count": 0
},
{
"symbol": "CLOAKETH",
"priceChange": "0.00000000",
"priceChangePercent": "0",
"weightedAvgPrice": "0",
"prevClosePrice": "0.00414200",
"lastPrice": "0.00000000",
"lastQty": "0.00000000",
"bidPrice": "0.00000000",
"bidQty": "0.00000000",
"askPrice": "0.00000000",
"askQty": "0.00000000",
"openPrice": "0.00000000",
"highPrice": "0.00000000",
"lowPrice": "0.00000000",
"volume": "0.00000000",
"quoteVolume": "0.00000000",
"openTime": 1557998627483,
"closeTime": 1558085027483,
"firstId": -1,
"lastId": -1,
"count": 0
},
{
"symbol": "GNTBTC",
"priceChange": "0.00000107",
"priceChangePercent": "8.969",
"weightedAvgPrice": "0.00001283",
"prevClosePrice": "0.00001190",
"lastPrice": "0.00001300",
"lastQty": "241.00000000",
"bidPrice": "0.00001300",
"bidQty": "1518.00000000",
"askPrice": "0.00001303",
"askQty": "1847.00000000",
"openPrice": "0.00001193",
"highPrice": "0.00001339",
"lowPrice": "0.00001192",
"volume": "11369629.00000000",
"quoteVolume": "145.83941210",
"openTime": 1560210239658,
"closeTime": 1560296639658,
"firstId": 3085565,
"lastId": 3096135,
"count": 10571
},
{
"symbol": "GNTETH",
"priceChange": "0.00003185",
"priceChangePercent": "8.223",
"weightedAvgPrice": "0.00041595",
"prevClosePrice": "0.00038596",
"lastPrice": "0.00041916",
"lastQty": "260.00000000",
"bidPrice": "0.00041805",
"bidQty": "1518.00000000",
"askPrice": "0.00041916",
"askQty": "8.00000000",
"openPrice": "0.00038731",
"highPrice": "0.00043398",
"lowPrice": "0.00038667",
"volume": "1343978.00000000",
"quoteVolume": "559.03229291",
"openTime": 1560210241742,
"closeTime": 1560296641742,
"firstId": 712119,
"lastId": 714210,
"count": 2092
},
{
"symbol": "GNTBNB",
"priceChange": "0.00024000",
"priceChangePercent": "8.081",
"weightedAvgPrice": "0.00321531",
"prevClosePrice": "0.00296000",
"lastPrice": "0.00321000",
"lastQty": "2461.20000000",
"bidPrice": "0.00321000",
"bidQty": "4610.00000000",
"askPrice": "0.00323000",
"askQty": "21744.70000000",
"openPrice": "0.00297000",
"highPrice": "0.00339000",
"lowPrice": "0.00297000",
"volume": "641074.70000000",
"quoteVolume": "2061.25648500",
"openTime": 1560210241215,
"closeTime": 1560296641215,
"firstId": 142582,
"lastId": 143391,
"count": 810
},
{
"symbol": "LOOMBTC",
"priceChange": "0.00000037",
"priceChangePercent": "3.565",
"weightedAvgPrice": "0.00001062",
"prevClosePrice": "0.00001038",
"lastPrice": "0.00001075",
"lastQty": "1049.00000000",
"bidPrice": "0.00001075",
"bidQty": "1050.00000000",
"askPrice": "0.00001076",
"askQty": "3409.00000000",
"openPrice": "0.00001038",
"highPrice": "0.00001094",
"lowPrice": "0.00001023",
"volume": "15967543.00000000",
"quoteVolume": "169.65126777",
"openTime": 1560210241963,
"closeTime": 1560296641963,
"firstId": 4842232,
"lastId": 4851515,
"count": 9284
},
{
"symbol": "LOOMETH",
"priceChange": "0.00001081",
"priceChangePercent": "3.217",
"weightedAvgPrice": "0.00034253",
"prevClosePrice": "0.00033715",
"lastPrice": "0.00034688",
"lastQty": "41.00000000",
"bidPrice": "0.00034563",
"bidQty": "1050.00000000",
"askPrice": "0.00034694",
"askQty": "2115.00000000",
"openPrice": "0.00033607",
"highPrice": "0.00035592",
"lowPrice": "0.00033239",
"volume": "2270484.00000000",
"quoteVolume": "777.71614094",
"openTime": 1560210242144,
"closeTime": 1560296642144,
"firstId": 1653242,
"lastId": 1655618,
"count": 2377
},
{
"symbol": "LOOMBNB",
"priceChange": "0.00006000",
"priceChangePercent": "2.308",
"weightedAvgPrice": "0.00262569",
"prevClosePrice": "0.00258000",
"lastPrice": "0.00266000",
"lastQty": "82.20000000",
"bidPrice": "0.00265000",
"bidQty": "2793.00000000",
"askPrice": "0.00267000",
"askQty": "4312.10000000",
"openPrice": "0.00260000",
"highPrice": "0.00272000",
"lowPrice": "0.00257000",
"volume": "1192249.20000000",
"quoteVolume": "3130.47339800",
"openTime": 1560210215818,
"closeTime": 1560296615818,
"firstId": 309666,
"lastId": 310274,
"count": 609
},
{
"symbol": "XRPUSDT",
"priceChange": "-0.00665000",
"priceChangePercent": "-1.668",
"weightedAvgPrice": "0.39065927",
"prevClosePrice": "0.39851000",
"lastPrice": "0.39202000",
"lastQty": "29.90000000",
"bidPrice": "0.39195000",
"bidQty": "0.10000000",
"askPrice": "0.39202000",
"askQty": "802.40000000",
"openPrice": "0.39867000",
"highPrice": "0.40195000",
"lowPrice": "0.38175000",
"volume": "75821809.80000000",
"quoteVolume": "29620492.89863600",
"openTime": 1560210242369,
"closeTime": 1560296642369,
"firstId": 26654672,
"lastId": 26745524,
"count": 90853
},
{
"symbol": "BCNBTC",
"priceChange": "0.00000000",
"priceChangePercent": "0",
"weightedAvgPrice": "0",
"prevClosePrice": "0.00000022",
"lastPrice": "0.00000000",
"lastQty": "0.00000000",
"bidPrice": "0.00000000",
"bidQty": "0.00000000",
"askPrice": "0.00000000",
"askQty": "0.00000000",
"openPrice": "0.00000000",
"highPrice": "0.00000000",
"lowPrice": "0.00000000",
"volume": "0.00000000",
"quoteVolume": "0.00000000",
"openTime": 1557998630956,
"closeTime": 1558085030956,
"firstId": -1,
"lastId": -1,
"count": 0
},
{
"symbol": "BCNETH",
"priceChange": "0.00000000",
"priceChangePercent": "0",
"weightedAvgPrice": "0",
"prevClosePrice": "0.00000707",
"lastPrice": "0.00000000",
"lastQty": "0.00000000",
"bidPrice": "0.00000700",
"bidQty": "3458.00000000",
"askPrice": "0.00000000",
"askQty": "0.00000000",
"openPrice": "0.00000000",
"highPrice": "0.00000000",
"lowPrice": "0.00000000",
"volume": "0.00000000",
"quoteVolume": "0.00000000",
"openTime": 1557998631015,
"closeTime": 1558085031015,
"firstId": -1,
"lastId": -1,
"count": 0
},
{
"symbol": "BCNBNB",
"priceChange": "0.00000000",
"priceChangePercent": "0",
"weightedAvgPrice": "0",
"prevClosePrice": "0.00002000",
"lastPrice": "0.00000000",
"lastQty": "0.00000000",
"bidPrice": "0.00000000",
"bidQty": "0.00000000",
"askPrice": "0.00000000",
"askQty": "0.00000000",
"openPrice": "0.00000000",
"highPrice": "0.00000000",
"lowPrice": "0.00000000",
"volume": "0.00000000",
"quoteVolume": "0.00000000",
"openTime": 1557998631295,
"closeTime": 1558085031295,
"firstId": -1,
"lastId": -1,
"count": 0
},
{
"symbol": "REPBTC",
"priceChange": "-0.00002000",
"priceChangePercent": "-0.844",
"weightedAvgPrice": "0.00237911",
"prevClosePrice": "0.00237200",
"lastPrice": "0.00235100",
"lastQty": "8.67800000",
"bidPrice": "0.00234600",
"bidQty": "4.99300000",
"askPrice": "0.00235300",
"askQty": "0.72700000",
"openPrice": "0.00237100",
"highPrice": "0.00249200",
"lowPrice": "0.00232800",
"volume": "36908.74500000",
"quoteVolume": "87.80986838",
"openTime": 1560210241244,
"closeTime": 1560296641244,
"firstId": 3815588,
"lastId": 3820891,
"count": 5304
},
{
"symbol": "REPETH",
"priceChange": "-0.00086000",
"priceChangePercent": "-1.123",
"weightedAvgPrice": "0.07715039",
"prevClosePrice": "0.07675000",
"lastPrice": "0.07573000",
"lastQty": "1.49600000",
"bidPrice": "0.07551000",
"bidQty": "0.16300000",
"askPrice": "0.07577000",
"askQty": "2.04300000",
"openPrice": "0.07659000",
"highPrice": "0.08054000",
"lowPrice": "0.07529000",
"volume": "3918.63100000",
"quoteVolume": "302.32390659",
"openTime": 1560210242320,
"closeTime": 1560296642320,
"firstId": 779068,
"lastId": 780219,
"count": 1152
},
{
"symbol": "REPBNB",
"priceChange": "-0.00600000",
"priceChangePercent": "-1.019",
"weightedAvgPrice": "0.60011595",
"prevClosePrice": "0.59300000",
"lastPrice": "0.58300000",
"lastQty": "5.41800000",
"bidPrice": "0.57900000",
"bidQty": "120.04000000",
"askPrice": "0.58200000",
"askQty": "6.30800000",
"openPrice": "0.58900000",
"highPrice": "0.62100000",
"lowPrice": "0.57900000",
"volume": "1156.91000000",
"quoteVolume": "694.28013900",
"openTime": 1560210240932,
"closeTime": 1560296640932,
"firstId": 132032,
"lastId": 132318,
"count": 287
},
{
"symbol": "BTCTUSD",
"priceChange": "-78.93000000",
"priceChangePercent": "-0.987",
"weightedAvgPrice": "7889.51752989",
"prevClosePrice": "8001.67000000",
"lastPrice": "7920.07000000",
"lastQty": "0.00671900",
"bidPrice": "7920.18000000",
"bidQty": "0.02813800",
"askPrice": "7925.36000000",
"askQty": "0.03492200",
"openPrice": "7999.00000000",
"highPrice": "8055.32000000",
"lowPrice": "7705.76000000",
"volume": "712.31513600",
"quoteVolume": "5619822.75227997",
"openTime": 1560210242155,
"closeTime": 1560296642155,
"firstId": 1283285,
"lastId": 1294852,
"count": 11568
},
{
"symbol": "TUSDBTC",
"priceChange": "0.00000000",
"priceChangePercent": "0",
"weightedAvgPrice": "0",
"prevClosePrice": "0.00025971",
"lastPrice": "0.00000000",
"lastQty": "0.00000000",
"bidPrice": "0.00000000",
"bidQty": "0.00000000",
"askPrice": "0.00000000",
"askQty": "0.00000000",
"openPrice": "0.00000000",
"highPrice": "0.00000000",
"lowPrice": "0.00000000",
"volume": "0.00000000",
"quoteVolume": "0.00000000",
"openTime": 1557998633126,
"closeTime": 1558085033126,
"firstId": -1,
"lastId": -1,
"count": 0
},
{
"symbol": "ETHTUSD",
"priceChange": "-1.03000000",
"priceChangePercent": "-0.416",
"weightedAvgPrice": "242.77437067",
"prevClosePrice": "246.85000000",
"lastPrice": "246.27000000",
"lastQty": "0.91977000",
"bidPrice": "245.67000000",
"bidQty": "0.90655000",
"askPrice": "246.20000000",
"askQty": "2.46201000",
"openPrice": "247.30000000",
"highPrice": "249.16000000",
"lowPrice": "235.04000000",
"volume": "6175.79336000",
"quoteVolume": "1499324.34633410",
"openTime": 1560210241958,
"closeTime": 1560296641958,
"firstId": 342274,
"lastId": 345162,
"count": 2889
},
{
"symbol": "TUSDETH",
"priceChange": "0.00000000",
"priceChangePercent": "0",
"weightedAvgPrice": "0",
"prevClosePrice": "0.00762097",
"lastPrice": "0.00000000",
"lastQty": "0.00000000",
"bidPrice": "0.00000000",
"bidQty": "0.00000000",
"askPrice": "0.00000000",
"askQty": "0.00000000",
"openPrice": "0.00000000",
"highPrice": "0.00000000",
"lowPrice": "0.00000000",
"volume": "0.00000000",
"quoteVolume": "0.00000000",
"openTime": 1557998635242,
"closeTime": 1558085035242,
"firstId": -1,
"lastId": -1,
"count": 0
},
{
"symbol": "TUSDBNB",
"priceChange": "0.00000000",
"priceChangePercent": "0",
"weightedAvgPrice": "0",
"prevClosePrice": "0.06777000",
"lastPrice": "0.00000000",
"lastQty": "0.00000000",
"bidPrice": "0.00000000",
"bidQty": "0.00000000",
"askPrice": "0.00000000",
"askQty": "0.00000000",
"openPrice": "0.00000000",
"highPrice": "0.00000000",
"lowPrice": "0.00000000",
"volume": "0.00000000",
"quoteVolume": "0.00000000",
"openTime": 1557998635302,
"closeTime": 1558085035302,
"firstId": -1,
"lastId": -1,
"count": 0
},
{
"symbol": "ZENBTC",
"priceChange": "-0.00002100",
"priceChangePercent": "-1.587",
"weightedAvgPrice": "0.00131180",
"prevClosePrice": "0.00132200",
"lastPrice": "0.00130200",
"lastQty": "22.95300000",
"bidPrice": "0.00130200",
"bidQty": "22.21300000",
"askPrice": "0.00130500",
"askQty": "3.66800000",
"openPrice": "0.00132300",
"highPrice": "0.00133700",
"lowPrice": "0.00129100",
"volume": "18060.88800000",
"quoteVolume": "23.69229667",
"openTime": 1560210236867,
"closeTime": 1560296636867,
"firstId": 2091369,
"lastId": 2092807,
"count": 1439
},
{
"symbol": "ZENETH",
"priceChange": "-0.00080000",
"priceChangePercent": "-1.870",
"weightedAvgPrice": "0.04245675",
"prevClosePrice": "0.04268000",
"lastPrice": "0.04199000",
"lastQty": "5.21000000",
"bidPrice": "0.04188000",
"bidQty": "11.36600000",
"askPrice": "0.04220000",
"askQty": "0.59800000",
"openPrice": "0.04279000",
"highPrice": "0.04329000",
"lowPrice": "0.04163000",
"volume": "1121.75300000",
"quoteVolume": "47.62599151",
"openTime": 1560210242231,
"closeTime": 1560296642231,
"firstId": 442181,
"lastId": 442476,
"count": 296
},
{
"symbol": "ZENBNB",
"priceChange": "-0.00700000",
"priceChangePercent": "-2.128",
"weightedAvgPrice": "0.32566180",
"prevClosePrice": "0.32800000",
"lastPrice": "0.32200000",
"lastQty": "24.17600000",
"bidPrice": "0.32200000",
"bidQty": "3.41800000",
"askPrice": "0.32300000",
"askQty": "25.00000000",
"openPrice": "0.32900000",
"highPrice": "0.34100000",
"lowPrice": "0.32000000",
"volume": "1453.19100000",
"quoteVolume": "473.24880400",
"openTime": 1560210239106,
"closeTime": 1560296639106,
"firstId": 106367,
"lastId": 106512,
"count": 146
},
{
"symbol": "SKYBTC",
"priceChange": "-0.00000100",
"priceChangePercent": "-0.467",
"weightedAvgPrice": "0.00021178",
"prevClosePrice": "0.00021400",
"lastPrice": "0.00021300",
"lastQty": "115.21200000",
"bidPrice": "0.00021200",
"bidQty": "581.81900000",
"askPrice": "0.00021300",
"askQty": "2135.15700000",
"openPrice": "0.00021400",
"highPrice": "0.00021500",
"lowPrice": "0.00020800",
"volume": "196878.21800000",
"quoteVolume": "41.69498988",
"openTime": 1560210225489,
"closeTime": 1560296625489,
"firstId": 3425202,
"lastId": 3427350,
"count": 2149
},
{
"symbol": "SKYETH",
"priceChange": "-0.00006000",
"priceChangePercent": "-0.868",
"weightedAvgPrice": "0.00686913",
"prevClosePrice": "0.00694000",
"lastPrice": "0.00685000",
"lastQty": "13.20000000",
"bidPrice": "0.00682000",
"bidQty": "62.06100000",
"askPrice": "0.00687000",
"askQty": "133.18300000",
"openPrice": "0.00691000",
"highPrice": "0.00699000",
"lowPrice": "0.00668000",
"volume": "36212.46900000",
"quoteVolume": "248.74811753",
"openTime": 1560210241986,
"closeTime": 1560296641986,
"firstId": 656704,
"lastId": 660156,
"count": 3453
},
{
"symbol": "SKYBNB",
"priceChange": "0.00000000",
"priceChangePercent": "0.000",
"weightedAvgPrice": "0.05286355",
"prevClosePrice": "0.05400000",
"lastPrice": "0.05300000",
"lastQty": "193.48600000",
"bidPrice": "0.05200000",
"bidQty": "3825.13400000",
"askPrice": "0.05300000",
"askQty": "2715.52000000",
"openPrice": "0.05300000",
"highPrice": "0.05400000",
"lowPrice": "0.05200000",
"volume": "13763.21500000",
"quoteVolume": "727.57244600",
"openTime": 1560210137610,
"closeTime": 1560296537610,
"firstId": 212386,
"lastId": 212615,
"count": 230
},
{
"symbol": "EOSUSDT",
"priceChange": "-0.08270000",
"priceChangePercent": "-1.292",
"weightedAvgPrice": "6.29238094",
"prevClosePrice": "6.40000000",
"lastPrice": "6.31610000",
"lastQty": "21.03000000",
"bidPrice": "6.31410000",
"bidQty": "66.51000000",
"askPrice": "6.31490000",
"askQty": "406.42000000",
"openPrice": "6.39880000",
"highPrice": "6.47990000",
"lowPrice": "6.12820000",
"volume": "5223888.55000000",
"quoteVolume": "32870696.73354400",
"openTime": 1560210242348,
"closeTime": 1560296642348,
"firstId": 24992661,
"lastId": 25059471,
"count": 66811
},
{
"symbol": "EOSBNB",
"priceChange": "-0.00280000",
"priceChangePercent": "-1.397",
"weightedAvgPrice": "0.20001522",
"prevClosePrice": "0.20040000",
"lastPrice": "0.19770000",
"lastQty": "10.14000000",
"bidPrice": "0.19770000",
"bidQty": "428.18000000",
"askPrice": "0.19810000",
"askQty": "30.88000000",
"openPrice": "0.20050000",
"highPrice": "0.20290000",
"lowPrice": "0.19680000",
"volume": "149109.20000000",
"quoteVolume": "29824.10900300",
"openTime": 1560210242072,
"closeTime": 1560296642072,
"firstId": 1364067,
"lastId": 1369258,
"count": 5192
},
{
"symbol": "CVCBTC",
"priceChange": "0.00000050",
"priceChangePercent": "4.604",
"weightedAvgPrice": "0.00001172",
"prevClosePrice": "0.00001083",
"lastPrice": "0.00001136",
"lastQty": "30.00000000",
"bidPrice": "0.00001134",
"bidQty": "2971.00000000",
"askPrice": "0.00001136",
"askQty": "59.00000000",
"openPrice": "0.00001086",
"highPrice": "0.00001271",
"lowPrice": "0.00001067",
"volume": "20436862.00000000",
"quoteVolume": "239.58455101",
"openTime": 1560210241662,
"closeTime": 1560296641662,
"firstId": 2984245,
"lastId": 2995467,
"count": 11223
},
{
"symbol": "CVCETH",
"priceChange": "0.00001697",
"priceChangePercent": "4.865",
"weightedAvgPrice": "0.00038136",
"prevClosePrice": "0.00034968",
"lastPrice": "0.00036580",
"lastQty": "86.00000000",
"bidPrice": "0.00036474",
"bidQty": "714.00000000",
"askPrice": "0.00036580",
"askQty": "1224.00000000",
"openPrice": "0.00034883",
"highPrice": "0.00042612",
"lowPrice": "0.00034545",
"volume": "1725400.00000000",
"quoteVolume": "658.00666494",
"openTime": 1560210235843,
"closeTime": 1560296635843,
"firstId": 294848,
"lastId": 296655,
"count": 1808
},
{
"symbol": "CVCBNB",
"priceChange": "0.00010000",
"priceChangePercent": "3.704",
"weightedAvgPrice": "0.00294002",
"prevClosePrice": "0.00270000",
"lastPrice": "0.00280000",
"lastQty": "4983.20000000",
"bidPrice": "0.00279000",
"bidQty": "39352.50000000",
"askPrice": "0.00281000",
"askQty": "1060.90000000",
"openPrice": "0.00270000",
"highPrice": "0.00317000",
"lowPrice": "0.00267000",
"volume": "735733.70000000",
"quoteVolume": "2163.06869400",
"openTime": 1560210241615,
"closeTime": 1560296641615,
"firstId": 72113,
"lastId": 72870,
"count": 758
},
{
"symbol": "THETABTC",
"priceChange": "-0.00000030",
"priceChangePercent": "-1.649",
"weightedAvgPrice": "0.00001802",
"prevClosePrice": "0.00001819",
"lastPrice": "0.00001789",
"lastQty": "5819.00000000",
"bidPrice": "0.00001788",
"bidQty": "1320.00000000",
"askPrice": "0.00001789",
"askQty": "1888.00000000",
"openPrice": "0.00001819",
"highPrice": "0.00001854",
"lowPrice": "0.00001770",
"volume": "28994982.00000000",
"quoteVolume": "522.51192869",
"openTime": 1560210241915,
"closeTime": 1560296641915,
"firstId": 6385043,
"lastId": 6403893,
"count": 18851
},
{
"symbol": "THETAETH",
"priceChange": "-0.00001094",
"priceChangePercent": "-1.860",
"weightedAvgPrice": "0.00058472",
"prevClosePrice": "0.00058988",
"lastPrice": "0.00057710",
"lastQty": "916.00000000",
"bidPrice": "0.00057506",
"bidQty": "3311.00000000",
"askPrice": "0.00057710",
"askQty": "646.00000000",
"openPrice": "0.00058804",
"highPrice": "0.00060007",
"lowPrice": "0.00057117",
"volume": "2490435.00000000",
"quoteVolume": "1456.19747980",
"openTime": 1560210242338,
"closeTime": 1560296642338,
"firstId": 1155595,
"lastId": 1159015,
"count": 3421
},
{
"symbol": "THETABNB",
"priceChange": "-0.00011000",
"priceChangePercent": "-2.423",
"weightedAvgPrice": "0.00450636",
"prevClosePrice": "0.00453000",
"lastPrice": "0.00443000",
"lastQty": "8367.40000000",
"bidPrice": "0.00441000",
"bidQty": "4990.20000000",
"askPrice": "0.00443000",
"askQty": "1832.00000000",
"openPrice": "0.00454000",
"highPrice": "0.00465000",
"lowPrice": "0.00442000",
"volume": "1161469.60000000",
"quoteVolume": "5233.99954700",
"openTime": 1560210238328,
"closeTime": 1560296638328,
"firstId": 346986,
"lastId": 348148,
"count": 1163
},
{
"symbol": "XRPBNB",
"priceChange": "-0.00020000",
"priceChangePercent": "-1.601",
"weightedAvgPrice": "0.01238444",
"prevClosePrice": "0.01249000",
"lastPrice": "0.01229000",
"lastQty": "3055.30000000",
"bidPrice": "0.01227000",
"bidQty": "253.20000000",
"askPrice": "0.01228000",
"askQty": "721.60000000",
"openPrice": "0.01249000",
"highPrice": "0.01254000",
"lowPrice": "0.01184000",
"volume": "3955430.60000000",
"quoteVolume": "48985.80813600",
"openTime": 1560210240786,
"closeTime": 1560296640786,
"firstId": 1789769,
"lastId": 1795979,
"count": 6211
},
{
"symbol": "TUSDUSDT",
"priceChange": "-0.00060000",
"priceChangePercent": "-0.060",
"weightedAvgPrice": "0.99591676",
"prevClosePrice": "0.99580000",
"lastPrice": "0.99540000",
"lastQty": "203.46000000",
"bidPrice": "0.99530000",
"bidQty": "874.27000000",
"askPrice": "0.99560000",
"askQty": "960.32000000",
"openPrice": "0.99600000",
"highPrice": "0.99800000",
"lowPrice": "0.99340000",
"volume": "9682003.96000000",
"quoteVolume": "9642470.05115000",
"openTime": 1560210242329,
"closeTime": 1560296642329,
"firstId": 5198186,
"lastId": 5223087,
"count": 24902
},
{
"symbol": "IOTAUSDT",
"priceChange": "-0.00590000",
"priceChangePercent": "-1.379",
"weightedAvgPrice": "0.41778772",
"prevClosePrice": "0.42810000",
"lastPrice": "0.42180000",
"lastQty": "910.80000000",
"bidPrice": "0.42150000",
"bidQty": "134.19000000",
"askPrice": "0.42180000",
"askQty": "2023.41000000",
"openPrice": "0.42770000",
"highPrice": "0.43000000",
"lowPrice": "0.40630000",
"volume": "4026746.63000000",
"quoteVolume": "1682325.29333200",
"openTime": 1560210242311,
"closeTime": 1560296642311,
"firstId": 5430745,
"lastId": 5438363,
"count": 7619
},
{
"symbol": "XLMUSDT",
"priceChange": "-0.00048000",
"priceChangePercent": "-0.391",
"weightedAvgPrice": "0.12092606",
"prevClosePrice": "0.12291000",
"lastPrice": "0.12237000",
"lastQty": "1082.00000000",
"bidPrice": "0.12229000",
"bidQty": "1.60000000",
"askPrice": "0.12241000",
"askQty": "1.60000000",
"openPrice": "0.12285000",
"highPrice": "0.12362000",
"lowPrice": "0.11831000",
"volume": "22219234.60000000",
"quoteVolume": "2686884.54939400",
"openTime": 1560210241701,
"closeTime": 1560296641701,
"firstId": 8876496,
"lastId": 8891925,
"count": 15430
},
{
"symbol": "IOTXBTC",
"priceChange": "0.00000006",
"priceChangePercent": "4.412",
"weightedAvgPrice": "0.00000138",
"prevClosePrice": "0.00000137",
"lastPrice": "0.00000142",
"lastQty": "10854.00000000",
"bidPrice": "0.00000142",
"bidQty": "88443.00000000",
"askPrice": "0.00000143",
"askQty": "273756.00000000",
"openPrice": "0.00000136",
"highPrice": "0.00000148",
"lowPrice": "0.00000132",
"volume": "51323690.00000000",
"quoteVolume": "70.95952946",
"openTime": 1560210240601,
"closeTime": 1560296640601,
"firstId": 4015561,
"lastId": 4019597,
"count": 4037
},
{
"symbol": "IOTXETH",
"priceChange": "0.00000157",
"priceChangePercent": "3.543",
"weightedAvgPrice": "0.00004476",
"prevClosePrice": "0.00004433",
"lastPrice": "0.00004588",
"lastQty": "302.00000000",
"bidPrice": "0.00004559",
"bidQty": "88443.00000000",
"askPrice": "0.00004588",
"askQty": "7918.00000000",
"openPrice": "0.00004431",
"highPrice": "0.00004745",
"lowPrice": "0.00004287",
"volume": "5598624.00000000",
"quoteVolume": "250.60685350",
"openTime": 1560210241951,
"closeTime": 1560296641951,
"firstId": 1332983,
"lastId": 1334319,
"count": 1337
},
{
"symbol": "QKCBTC",
"priceChange": "0.00000012",
"priceChangePercent": "4.013",
"weightedAvgPrice": "0.00000305",
"prevClosePrice": "0.00000300",
"lastPrice": "0.00000311",
"lastQty": "7534.00000000",
"bidPrice": "0.00000311",
"bidQty": "325152.00000000",
"askPrice": "0.00000312",
"askQty": "173501.00000000",
"openPrice": "0.00000299",
"highPrice": "0.00000316",
"lowPrice": "0.00000291",
"volume": "192323802.00000000",
"quoteVolume": "585.79109350",
"openTime": 1560210242332,
"closeTime": 1560296642332,
"firstId": 8991859,
"lastId": 9007034,
"count": 15176
},
{
"symbol": "QKCETH",
"priceChange": "0.00000375",
"priceChangePercent": "3.880",
"weightedAvgPrice": "0.00009855",
"prevClosePrice": "0.00009664",
"lastPrice": "0.00010039",
"lastQty": "145.00000000",
"bidPrice": "0.00010001",
"bidQty": "44054.00000000",
"askPrice": "0.00010030",
"askQty": "120.00000000",
"openPrice": "0.00009664",
"highPrice": "0.00010232",
"lowPrice": "0.00009375",
"volume": "10071052.00000000",
"quoteVolume": "992.48708586",
"openTime": 1560210242270,
"closeTime": 1560296642270,
"firstId": 1714983,
"lastId": 1717718,
"count": 2736
},
{
"symbol": "AGIBTC",
"priceChange": "-0.00000009",
"priceChangePercent": "-1.452",
"weightedAvgPrice": "0.00000610",
"prevClosePrice": "0.00000620",
"lastPrice": "0.00000611",
"lastQty": "983.00000000",
"bidPrice": "0.00000610",
"bidQty": "11360.00000000",
"askPrice": "0.00000611",
"askQty": "889.00000000",
"openPrice": "0.00000620",
"highPrice": "0.00000625",
"lowPrice": "0.00000601",
"volume": "14982667.00000000",
"quoteVolume": "91.34101193",
"openTime": 1560210240624,
"closeTime": 1560296640624,
"firstId": 3212981,
"lastId": 3216253,
"count": 3273
},
{
"symbol": "AGIETH",
"priceChange": "-0.00000371",
"priceChangePercent": "-1.849",
"weightedAvgPrice": "0.00019717",
"prevClosePrice": "0.00020037",
"lastPrice": "0.00019699",
"lastQty": "612.00000000",
"bidPrice": "0.00019620",
"bidQty": "618.00000000",
"askPrice": "0.00019768",
"askQty": "2499.00000000",
"openPrice": "0.00020070",
"highPrice": "0.00020198",
"lowPrice": "0.00019101",
"volume": "421374.00000000",
"quoteVolume": "83.08196584",
"openTime": 1560210236455,
"closeTime": 1560296636455,
"firstId": 897260,
"lastId": 897975,
"count": 716
},
{
"symbol": "AGIBNB",
"priceChange": "-0.00002000",
"priceChangePercent": "-1.299",
"weightedAvgPrice": "0.00152827",
"prevClosePrice": "0.00154000",
"lastPrice": "0.00152000",
"lastQty": "3020.50000000",
"bidPrice": "0.00150000",
"bidQty": "6386.00000000",
"askPrice": "0.00152000",
"askQty": "4479.00000000",
"openPrice": "0.00154000",
"highPrice": "0.00155000",
"lowPrice": "0.00150000",
"volume": "358724.30000000",
"quoteVolume": "548.22925700",
"openTime": 1560210240854,
"closeTime": 1560296640854,
"firstId": 105654,
"lastId": 105832,
"count": 179
},
{
"symbol": "NXSBTC",
"priceChange": "-0.00000090",
"priceChangePercent": "-1.935",
"weightedAvgPrice": "0.00004639",
"prevClosePrice": "0.00004660",
"lastPrice": "0.00004560",
"lastQty": "361.74000000",
"bidPrice": "0.00004540",
"bidQty": "1943.79000000",
"askPrice": "0.00004560",
"askQty": "321.36000000",
"openPrice": "0.00004650",
"highPrice": "0.00004790",
"lowPrice": "0.00004510",
"volume": "746198.96000000",
"quoteVolume": "34.61523818",
"openTime": 1560210241625,
"closeTime": 1560296641625,
"firstId": 2006460,
"lastId": 2008213,
"count": 1754
},
{
"symbol": "NXSETH",
"priceChange": "-0.00003200",
"priceChangePercent": "-2.121",
"weightedAvgPrice": "0.00149684",
"prevClosePrice": "0.00150800",
"lastPrice": "0.00147700",
"lastQty": "108.77000000",
"bidPrice": "0.00146100",
"bidQty": "110.83000000",
"askPrice": "0.00147700",
"askQty": "1182.49000000",
"openPrice": "0.00150900",
"highPrice": "0.00157200",
"lowPrice": "0.00145900",
"volume": "30600.25000000",
"quoteVolume": "45.80369707",
"openTime": 1560210241749,
"closeTime": 1560296641749,
"firstId": 226778,
"lastId": 227055,
"count": 278
},
{
"symbol": "NXSBNB",
"priceChange": "-0.00020000",
"priceChangePercent": "-1.724",
"weightedAvgPrice": "0.01157243",
"prevClosePrice": "0.01160000",
"lastPrice": "0.01140000",
"lastQty": "1247.71000000",
"bidPrice": "0.01120000",
"bidQty": "877.22000000",
"askPrice": "0.01130000",
"askQty": "273.16000000",
"openPrice": "0.01160000",
"highPrice": "0.01190000",
"lowPrice": "0.01130000",
"volume": "20953.95000000",
"quoteVolume": "242.48818300",
"openTime": 1560210229188,
"closeTime": 1560296629188,
"firstId": 67723,
"lastId": 67821,
"count": 99
},
{
"symbol": "ENJBNB",
"priceChange": "0.00024300",
"priceChangePercent": "5.114",
"weightedAvgPrice": "0.00495912",
"prevClosePrice": "0.00475600",
"lastPrice": "0.00499500",
"lastQty": "822.00000000",
"bidPrice": "0.00497200",
"bidQty": "822.00000000",
"askPrice": "0.00498900",
"askQty": "1557.00000000",
"openPrice": "0.00475200",
"highPrice": "0.00513800",
"lowPrice": "0.00474100",
"volume": "1200995.00000000",
"quoteVolume": "5955.88209300",
"openTime": 1560210238872,
"closeTime": 1560296638872,
"firstId": 473224,
"lastId": 474865,
"count": 1642
},
{
"symbol": "DATABTC",
"priceChange": "0.00000003",
"priceChangePercent": "0.971",
"weightedAvgPrice": "0.00000309",
"prevClosePrice": "0.00000309",
"lastPrice": "0.00000312",
"lastQty": "9969.00000000",
"bidPrice": "0.00000312",
"bidQty": "118236.00000000",
"askPrice": "0.00000313",
"askQty": "964.00000000",
"openPrice": "0.00000309",
"highPrice": "0.00000316",
"lowPrice": "0.00000303",
"volume": "7870539.00000000",
"quoteVolume": "24.35154490",
"openTime": 1560210238813,
"closeTime": 1560296638813,
"firstId": 2232909,
"lastId": 2234359,
"count": 1451
},
{
"symbol": "DATAETH",
"priceChange": "0.00000073",
"priceChangePercent": "0.728",
"weightedAvgPrice": "0.00009979",
"prevClosePrice": "0.00009984",
"lastPrice": "0.00010104",
"lastQty": "302.00000000",
"bidPrice": "0.00010017",
"bidQty": "52323.00000000",
"askPrice": "0.00010092",
"askQty": "1115.00000000",
"openPrice": "0.00010031",
"highPrice": "0.00010209",
"lowPrice": "0.00009782",
"volume": "277511.00000000",
"quoteVolume": "27.69404327",
"openTime": 1560210242193,
"closeTime": 1560296642193,
"firstId": 375328,
"lastId": 375722,
"count": 395
},
{
"symbol": "ONTUSDT",
"priceChange": "0.01930000",
"priceChangePercent": "1.379",
"weightedAvgPrice": "1.40122361",
"prevClosePrice": "1.40070000",
"lastPrice": "1.41930000",
"lastQty": "415.13000000",
"bidPrice": "1.41920000",
"bidQty": "704.62000000",
"askPrice": "1.42110000",
"askQty": "164.08000000",
"openPrice": "1.40000000",
"highPrice": "1.44000000",
"lowPrice": "1.36120000",
"volume": "3457406.39000000",
"quoteVolume": "4844599.46294600",
"openTime": 1560210241949,
"closeTime": 1560296641949,
"firstId": 8769757,
"lastId": 8786427,
"count": 16671
},
{
"symbol": "TRXBNB",
"priceChange": "-0.00000900",
"priceChangePercent": "-0.915",
"weightedAvgPrice": "0.00097151",
"prevClosePrice": "0.00098500",
"lastPrice": "0.00097500",
"lastQty": "1394.00000000",
"bidPrice": "0.00097400",
"bidQty": "30114.00000000",
"askPrice": "0.00097500",
"askQty": "1394.00000000",
"openPrice": "0.00098400",
"highPrice": "0.00099500",
"lowPrice": "0.00095700",
"volume": "21616168.00000000",
"quoteVolume": "21000.35266400",
"openTime": 1560210240475,
"closeTime": 1560296640475,
"firstId": 1247997,
"lastId": 1252867,
"count": 4871
},
{
"symbol": "TRXUSDT",
"priceChange": "-0.00031000",
"priceChangePercent": "-0.986",
"weightedAvgPrice": "0.03064353",
"prevClosePrice": "0.03146000",
"lastPrice": "0.03114000",
"lastQty": "269491.00000000",
"bidPrice": "0.03112000",
"bidQty": "24217.30000000",
"askPrice": "0.03115000",
"askQty": "10736.90000000",
"openPrice": "0.03145000",
"highPrice": "0.03158000",
"lowPrice": "0.02983000",
"volume": "595084477.60000000",
"quoteVolume": "18235491.34168100",
"openTime": 1560210241716,
"closeTime": 1560296641716,
"firstId": 13890951,
"lastId": 13930501,
"count": 39551
},
{
"symbol": "ETCUSDT",
"priceChange": "-0.05020000",
"priceChangePercent": "-0.607",
"weightedAvgPrice": "8.14996956",
"prevClosePrice": "8.27930000",
"lastPrice": "8.22570000",
"lastQty": "121.93000000",
"bidPrice": "8.21920000",
"bidQty": "99.26000000",
"askPrice": "8.22810000",
"askQty": "100.00000000",
"openPrice": "8.27590000",
"highPrice": "8.32960000",
"lowPrice": "8.00000000",
"volume": "471056.09000000",
"quoteVolume": "3839092.79417800",
"openTime": 1560210241851,
"closeTime": 1560296641851,
"firstId": 5554327,
"lastId": 5564722,
"count": 10396
},
{
"symbol": "ETCBNB",
"priceChange": "-0.00190000",
"priceChangePercent": "-0.731",
"weightedAvgPrice": "0.25878667",
"prevClosePrice": "0.25950000",
"lastPrice": "0.25790000",
"lastQty": "176.97000000",
"bidPrice": "0.25790000",
"bidQty": "99.26000000",
"askPrice": "0.25820000",
"askQty": "55.20000000",
"openPrice": "0.25980000",
"highPrice": "0.26280000",
"lowPrice": "0.25510000",
"volume": "8302.39000000",
"quoteVolume": "2148.54789000",
"openTime": 1560210238746,
"closeTime": 1560296638746,
"firstId": 352925,
"lastId": 353614,
"count": 690
},
{
"symbol": "ICXUSDT",
"priceChange": "0.00040000",
"priceChangePercent": "0.106",
"weightedAvgPrice": "0.37198708",
"prevClosePrice": "0.37680000",
"lastPrice": "0.37680000",
"lastQty": "1618.16000000",
"bidPrice": "0.37680000",
"bidQty": "232.20000000",
"askPrice": "0.37800000",
"askQty": "628.92000000",
"openPrice": "0.37640000",
"highPrice": "0.38200000",
"lowPrice": "0.35800000",
"volume": "4602877.26000000",
"quoteVolume": "1712210.85226100",
"openTime": 1560210234256,
"closeTime": 1560296634256,
"firstId": 4531957,
"lastId": 4538151,
"count": 6195
},
{
"symbol": "SCBTC",
"priceChange": "0.00000001",
"priceChangePercent": "2.564",
"weightedAvgPrice": "0.00000040",
"prevClosePrice": "0.00000039",
"lastPrice": "0.00000040",
"lastQty": "14144.00000000",
"bidPrice": "0.00000040",
"bidQty": "2976496.00000000",
"askPrice": "0.00000041",
"askQty": "59716617.00000000",
"openPrice": "0.00000039",
"highPrice": "0.00000041",
"lowPrice": "0.00000039",
"volume": "174941304.00000000",
"quoteVolume": "69.69514044",
"openTime": 1560210239732,
"closeTime": 1560296639732,
"firstId": 1596148,
"lastId": 1597304,
"count": 1157
},
{
"symbol": "SCETH",
"priceChange": "0.00000006",
"priceChangePercent": "0.466",
"weightedAvgPrice": "0.00001286",
"prevClosePrice": "0.00001288",
"lastPrice": "0.00001294",
"lastQty": "20620.00000000",
"bidPrice": "0.00001289",
"bidQty": "20209.00000000",
"askPrice": "0.00001295",
"askQty": "12284.00000000",
"openPrice": "0.00001288",
"highPrice": "0.00001308",
"lowPrice": "0.00001270",
"volume": "24698412.00000000",
"quoteVolume": "317.56269588",
"openTime": 1560210236511,
"closeTime": 1560296636511,
"firstId": 611374,
"lastId": 613350,
"count": 1977
},
{
"symbol": "SCBNB",
"priceChange": "0.00000100",
"priceChangePercent": "1.010",
"weightedAvgPrice": "0.00009888",
"prevClosePrice": "0.00009900",
"lastPrice": "0.00010000",
"lastQty": "175860.00000000",
"bidPrice": "0.00009900",
"bidQty": "1992188.00000000",
"askPrice": "0.00010000",
"askQty": "3083869.00000000",
"openPrice": "0.00009900",
"highPrice": "0.00010100",
"lowPrice": "0.00009800",
"volume": "16753304.00000000",
"quoteVolume": "1656.59912500",
"openTime": 1560210236934,
"closeTime": 1560296636934,
"firstId": 147853,
"lastId": 148268,
"count": 416
},
{
"symbol": "NPXSBTC",
"priceChange": "0.00000001",
"priceChangePercent": "10.000",
"weightedAvgPrice": "0.00000011",
"prevClosePrice": "0.00000011",
"lastPrice": "0.00000011",
"lastQty": "69265.00000000",
"bidPrice": "0.00000010",
"bidQty": "3515195577.00000000",
"askPrice": "0.00000011",
"askQty": "1489026330.00000000",
"openPrice": "0.00000010",
"highPrice": "0.00000011",
"lowPrice": "0.00000010",
"volume": "971255442.00000000",
"quoteVolume": "102.03278408",
"openTime": 1560210229370,
"closeTime": 1560296629370,
"firstId": 2870490,
"lastId": 2872129,
"count": 1640
},
{
"symbol": "NPXSETH",
"priceChange": "0.00000000",
"priceChangePercent": "0.000",
"weightedAvgPrice": "0.00000347",
"prevClosePrice": "0.00000346",
"lastPrice": "0.00000346",
"lastQty": "511652.00000000",
"bidPrice": "0.00000346",
"bidQty": "248183.00000000",
"askPrice": "0.00000347",
"askQty": "1747992.00000000",
"openPrice": "0.00000346",
"highPrice": "0.00000353",
"lowPrice": "0.00000342",
"volume": "982405636.00000000",
"quoteVolume": "3412.95934411",
"openTime": 1560210240289,
"closeTime": 1560296640289,
"firstId": 2224356,
"lastId": 2229552,
"count": 5197
},
{
"symbol": "VENUSDT",
"priceChange": "0.00000000",
"priceChangePercent": "0",
"weightedAvgPrice": "0",
"prevClosePrice": "0.00010000",
"lastPrice": "0.00000000",
"lastQty": "0.00000000",
"bidPrice": "0.00000000",
"bidQty": "0.00000000",
"askPrice": "0.00000000",
"askQty": "0.00000000",
"openPrice": "0.00000000",
"highPrice": "0.00000000",
"lowPrice": "0.00000000",
"volume": "0.00000000",
"quoteVolume": "0.00000000",
"openTime": 1557998662933,
"closeTime": 1558085062933,
"firstId": -1,
"lastId": -1,
"count": 0
},
{
"symbol": "KEYBTC",
"priceChange": "0.00000000",
"priceChangePercent": "0.000",
"weightedAvgPrice": "0.00000043",
"prevClosePrice": "0.00000042",
"lastPrice": "0.00000042",
"lastQty": "34755.00000000",
"bidPrice": "0.00000042",
"bidQty": "19501243.00000000",
"askPrice": "0.00000043",
"askQty": "18207238.00000000",
"openPrice": "0.00000042",
"highPrice": "0.00000044",
"lowPrice": "0.00000042",
"volume": "59547093.00000000",
"quoteVolume": "25.33629843",
"openTime": 1560210212924,
"closeTime": 1560296612924,
"firstId": 4226188,
"lastId": 4227075,
"count": 888
},
{
"symbol": "KEYETH",
"priceChange": "-0.00000015",
"priceChangePercent": "-1.080",
"weightedAvgPrice": "0.00001377",
"prevClosePrice": "0.00001394",
"lastPrice": "0.00001374",
"lastQty": "754257.00000000",
"bidPrice": "0.00001374",
"bidQty": "420214.00000000",
"askPrice": "0.00001375",
"askQty": "801.00000000",
"openPrice": "0.00001389",
"highPrice": "0.00001414",
"lowPrice": "0.00001357",
"volume": "11225731.00000000",
"quoteVolume": "154.61654534",
"openTime": 1560210197386,
"closeTime": 1560296597386,
"firstId": 1039519,
"lastId": 1039904,
"count": 386
},
{
"symbol": "NASBTC",
"priceChange": "0.00000340",
"priceChangePercent": "1.563",
"weightedAvgPrice": "0.00022581",
"prevClosePrice": "0.00021750",
"lastPrice": "0.00022090",
"lastQty": "7.62000000",
"bidPrice": "0.00022020",
"bidQty": "488.33000000",
"askPrice": "0.00022100",
"askQty": "1268.30000000",
"openPrice": "0.00021750",
"highPrice": "0.00024940",
"lowPrice": "0.00021130",
"volume": "5562051.12000000",
"quoteVolume": "1255.98692235",
"openTime": 1560210240728,
"closeTime": 1560296640728,
"firstId": 2973917,
"lastId": 3006908,
"count": 32992
},
{
"symbol": "NASETH",
"priceChange": "0.00003500",
"priceChangePercent": "0.497",
"weightedAvgPrice": "0.00737806",
"prevClosePrice": "0.00703900",
"lastPrice": "0.00708400",
"lastQty": "21.70000000",
"bidPrice": "0.00708300",
"bidQty": "196.72000000",
"askPrice": "0.00711900",
"askQty": "21.70000000",
"openPrice": "0.00704900",
"highPrice": "0.00808700",
"lowPrice": "0.00683600",
"volume": "379292.35000000",
"quoteVolume": "2798.44211581",
"openTime": 1560210242350,
"closeTime": 1560296642350,
"firstId": 1097020,
"lastId": 1103700,
"count": 6681
},
{
"symbol": "NASBNB",
"priceChange": "0.00019000",
"priceChangePercent": "0.350",
"weightedAvgPrice": "0.05667784",
"prevClosePrice": "0.05477000",
"lastPrice": "0.05448000",
"lastQty": "2163.20000000",
"bidPrice": "0.05435000",
"bidQty": "165.00000000",
"askPrice": "0.05474000",
"askQty": "149.00000000",
"openPrice": "0.05429000",
"highPrice": "0.06259000",
"lowPrice": "0.05277000",
"volume": "148953.50000000",
"quoteVolume": "8442.36204600",
"openTime": 1560210229303,
"closeTime": 1560296629303,
"firstId": 70367,
"lastId": 72250,
"count": 1884
},
{
"symbol": "MFTBTC",
"priceChange": "0.00000000",
"priceChangePercent": "0.000",
"weightedAvgPrice": "0.00000044",
"prevClosePrice": "0.00000044",
"lastPrice": "0.00000044",
"lastQty": "7972219.00000000",
"bidPrice": "0.00000043",
"bidQty": "114033113.00000000",
"askPrice": "0.00000044",
"askQty": "41928472.00000000",
"openPrice": "0.00000044",
"highPrice": "0.00000046",
"lowPrice": "0.00000043",
"volume": "646733476.00000000",
"quoteVolume": "285.05461444",
"openTime": 1560210219665,
"closeTime": 1560296619665,
"firstId": 3221951,
"lastId": 3225220,
"count": 3270
},
{
"symbol": "MFTETH",
"priceChange": "-0.00000005",
"priceChangePercent": "-0.352",
"weightedAvgPrice": "0.00001422",
"prevClosePrice": "0.00001426",
"lastPrice": "0.00001417",
"lastQty": "9921.00000000",
"bidPrice": "0.00001413",
"bidQty": "213466.00000000",
"askPrice": "0.00001417",
"askQty": "74893.00000000",
"openPrice": "0.00001422",
"highPrice": "0.00001482",
"lowPrice": "0.00001397",
"volume": "101503345.00000000",
"quoteVolume": "1443.34802336",
"openTime": 1560210231775,
"closeTime": 1560296631775,
"firstId": 1183375,
"lastId": 1185627,
"count": 2253
},
{
"symbol": "MFTBNB",
"priceChange": "0.00000000",
"priceChangePercent": "0.000",
"weightedAvgPrice": "0.00010972",
"prevClosePrice": "0.00010900",
"lastPrice": "0.00010900",
"lastQty": "611851.00000000",
"bidPrice": "0.00010800",
"bidQty": "68527.00000000",
"askPrice": "0.00010900",
"askQty": "231495.00000000",
"openPrice": "0.00010900",
"highPrice": "0.00011400",
"lowPrice": "0.00010800",
"volume": "35296989.00000000",
"quoteVolume": "3872.63980500",
"openTime": 1560210221063,
"closeTime": 1560296621063,
"firstId": 244796,
"lastId": 245900,
"count": 1105
},
{
"symbol": "DENTBTC",
"priceChange": "0.00000000",
"priceChangePercent": "0.000",
"weightedAvgPrice": "0.00000023",
"prevClosePrice": "0.00000024",
"lastPrice": "0.00000024",
"lastQty": "1063245.00000000",
"bidPrice": "0.00000023",
"bidQty": "221629018.00000000",
"askPrice": "0.00000024",
"askQty": "168110581.00000000",
"openPrice": "0.00000024",
"highPrice": "0.00000024",
"lowPrice": "0.00000023",
"volume": "268111188.00000000",
"quoteVolume": "62.11767308",
"openTime": 1560210199668,
"closeTime": 1560296599668,
"firstId": 1807888,
"lastId": 1808763,
"count": 876
},
{
"symbol": "DENTETH",
"priceChange": "-0.00000004",
"priceChangePercent": "-0.531",
"weightedAvgPrice": "0.00000746",
"prevClosePrice": "0.00000754",
"lastPrice": "0.00000749",
"lastQty": "48273.00000000",
"bidPrice": "0.00000748",
"bidQty": "30400.00000000",
"askPrice": "0.00000749",
"askQty": "180500.00000000",
"openPrice": "0.00000753",
"highPrice": "0.00000757",
"lowPrice": "0.00000737",
"volume": "30823167.00000000",
"quoteVolume": "229.82589933",
"openTime": 1560210238842,
"closeTime": 1560296638842,
"firstId": 799529,
"lastId": 801261,
"count": 1733
},
{
"symbol": "ARDRBTC",
"priceChange": "0.00000051",
"priceChangePercent": "4.096",
"weightedAvgPrice": "0.00001276",
"prevClosePrice": "0.00001246",
"lastPrice": "0.00001296",
"lastQty": "155.00000000",
"bidPrice": "0.00001289",
"bidQty": "469.00000000",
"askPrice": "0.00001293",
"askQty": "1409.00000000",
"openPrice": "0.00001245",
"highPrice": "0.00001331",
"lowPrice": "0.00001240",
"volume": "5914463.00000000",
"quoteVolume": "75.48307569",
"openTime": 1560210242056,
"closeTime": 1560296642056,
"firstId": 1495324,
"lastId": 1500812,
"count": 5489
},
{
"symbol": "ARDRETH",
"priceChange": "0.00001570",
"priceChangePercent": "3.900",
"weightedAvgPrice": "0.00041127",
"prevClosePrice": "0.00040254",
"lastPrice": "0.00041824",
"lastQty": "154.00000000",
"bidPrice": "0.00041484",
"bidQty": "156.00000000",
"askPrice": "0.00041822",
"askQty": "307.00000000",
"openPrice": "0.00040254",
"highPrice": "0.00042971",
"lowPrice": "0.00040079",
"volume": "628264.00000000",
"quoteVolume": "258.38330171",
"openTime": 1560210237854,
"closeTime": 1560296637854,
"firstId": 285573,
"lastId": 286835,
"count": 1263
},
{
"symbol": "ARDRBNB",
"priceChange": "0.00001000",
"priceChangePercent": "0.314",
"weightedAvgPrice": "0.00319576",
"prevClosePrice": "0.00311000",
"lastPrice": "0.00319000",
"lastQty": "697.10000000",
"bidPrice": "0.00318000",
"bidQty": "3556.00000000",
"askPrice": "0.00321000",
"askQty": "233.00000000",
"openPrice": "0.00318000",
"highPrice": "0.00330000",
"lowPrice": "0.00311000",
"volume": "291033.80000000",
"quoteVolume": "930.07528400",
"openTime": 1560210230116,
"closeTime": 1560296630116,
"firstId": 65787,
"lastId": 66169,
"count": 383
},
{
"symbol": "NULSUSDT",
"priceChange": "-0.02800000",
"priceChangePercent": "-2.918",
"weightedAvgPrice": "0.93230148",
"prevClosePrice": "0.95780000",
"lastPrice": "0.93160000",
"lastQty": "142.99000000",
"bidPrice": "0.92770000",
"bidQty": "171.62000000",
"askPrice": "0.93160000",
"askQty": "176.27000000",
"openPrice": "0.95960000",
"highPrice": "1.00150000",
"lowPrice": "0.88510000",
"volume": "1804112.09000000",
"quoteVolume": "1681976.36555300",
"openTime": 1560210241206,
"closeTime": 1560296641206,
"firstId": 1746724,
"lastId": 1759251,
"count": 12528
},
{
"symbol": "HOTBTC",
"priceChange": "-0.00000001",
"priceChangePercent": "-4.167",
"weightedAvgPrice": "0.00000023",
"prevClosePrice": "0.00000024",
"lastPrice": "0.00000023",
"lastQty": "30134.00000000",
"bidPrice": "0.00000022",
"bidQty": "482614693.00000000",
"askPrice": "0.00000023",
"askQty": "313912795.00000000",
"openPrice": "0.00000024",
"highPrice": "0.00000024",
"lowPrice": "0.00000022",
"volume": "694182698.00000000",
"quoteVolume": "156.99502189",
"openTime": 1560210230625,
"closeTime": 1560296630625,
"firstId": 2207948,
"lastId": 2209796,
"count": 1849
},
{
"symbol": "HOTETH",
"priceChange": "-0.00000025",
"priceChangePercent": "-3.320",
"weightedAvgPrice": "0.00000735",
"prevClosePrice": "0.00000754",
"lastPrice": "0.00000728",
"lastQty": "5411.00000000",
"bidPrice": "0.00000726",
"bidQty": "14460.00000000",
"askPrice": "0.00000728",
"askQty": "990.00000000",
"openPrice": "0.00000753",
"highPrice": "0.00000754",
"lowPrice": "0.00000725",
"volume": "470333850.00000000",
"quoteVolume": "3455.13777108",
"openTime": 1560210241975,
"closeTime": 1560296641975,
"firstId": 2648754,
"lastId": 2656591,
"count": 7838
},
{
"symbol": "VETBTC",
"priceChange": "-0.00000003",
"priceChangePercent": "-3.093",
"weightedAvgPrice": "0.00000095",
"prevClosePrice": "0.00000096",
"lastPrice": "0.00000094",
"lastQty": "43560.00000000",
"bidPrice": "0.00000094",
"bidQty": "7933654.00000000",
"askPrice": "0.00000095",
"askQty": "11355052.00000000",
"openPrice": "0.00000097",
"highPrice": "0.00000098",
"lowPrice": "0.00000094",
"volume": "257602419.00000000",
"quoteVolume": "245.95465015",
"openTime": 1560210240660,
"closeTime": 1560296640660,
"firstId": 4082402,
"lastId": 4086106,
"count": 3705
},
{
"symbol": "VETETH",
"priceChange": "-0.00000069",
"priceChangePercent": "-2.209",
"weightedAvgPrice": "0.00003089",
"prevClosePrice": "0.00003122",
"lastPrice": "0.00003054",
"lastQty": "12063.00000000",
"bidPrice": "0.00003050",
"bidQty": "18164.00000000",
"askPrice": "0.00003057",
"askQty": "54891.00000000",
"openPrice": "0.00003123",
"highPrice": "0.00003146",
"lowPrice": "0.00003036",
"volume": "34303283.00000000",
"quoteVolume": "1059.53437179",
"openTime": 1560210242347,
"closeTime": 1560296642347,
"firstId": 2125913,
"lastId": 2128270,
"count": 2358
},
{
"symbol": "VETUSDT",
"priceChange": "-0.00023200",
"priceChangePercent": "-3.015",
"weightedAvgPrice": "0.00751102",
"prevClosePrice": "0.00769800",
"lastPrice": "0.00746400",
"lastQty": "3000.00000000",
"bidPrice": "0.00746700",
"bidQty": "25276.00000000",
"askPrice": "0.00749800",
"askQty": "3361.00000000",
"openPrice": "0.00769600",
"highPrice": "0.00771600",
"lowPrice": "0.00730000",
"volume": "279169463.00000000",
"quoteVolume": "2096846.46945900",
"openTime": 1560210240597,
"closeTime": 1560296640597,
"firstId": 4218776,
"lastId": 4225360,
"count": 6585
},
{
"symbol": "VETBNB",
"priceChange": "-0.00000670",
"priceChangePercent": "-2.781",
"weightedAvgPrice": "0.00023836",
"prevClosePrice": "0.00024200",
"lastPrice": "0.00023420",
"lastQty": "30227.00000000",
"bidPrice": "0.00023390",
"bidQty": "88812.00000000",
"askPrice": "0.00023440",
"askQty": "50281.00000000",
"openPrice": "0.00024090",
"highPrice": "0.00024320",
"lowPrice": "0.00023350",
"volume": "30343523.00000000",
"quoteVolume": "7232.66712280",
"openTime": 1560210241582,
"closeTime": 1560296641582,
"firstId": 545138,
"lastId": 547558,
"count": 2421
},
{
"symbol": "DOCKBTC",
"priceChange": "0.00000007",
"priceChangePercent": "4.046",
"weightedAvgPrice": "0.00000175",
"prevClosePrice": "0.00000174",
"lastPrice": "0.00000180",
"lastQty": "164193.00000000",
"bidPrice": "0.00000179",
"bidQty": "231486.00000000",
"askPrice": "0.00000180",
"askQty": "71582.00000000",
"openPrice": "0.00000173",
"highPrice": "0.00000183",
"lowPrice": "0.00000170",
"volume": "44146957.00000000",
"quoteVolume": "77.31624712",
"openTime": 1560210241625,
"closeTime": 1560296641625,
"firstId": 3343016,
"lastId": 3348994,
"count": 5979
},
{
"symbol": "DOCKETH",
"priceChange": "0.00000195",
"priceChangePercent": "3.465",
"weightedAvgPrice": "0.00005668",
"prevClosePrice": "0.00005625",
"lastPrice": "0.00005822",
"lastQty": "370.00000000",
"bidPrice": "0.00005758",
"bidQty": "17234.00000000",
"askPrice": "0.00005813",
"askQty": "3889.00000000",
"openPrice": "0.00005627",
"highPrice": "0.00005900",
"lowPrice": "0.00005484",
"volume": "1830586.00000000",
"quoteVolume": "103.76672252",
"openTime": 1560210238569,
"closeTime": 1560296638569,
"firstId": 548530,
"lastId": 549408,
"count": 879
},
{
"symbol": "POLYBTC",
"priceChange": "0.00000067",
"priceChangePercent": "5.386",
"weightedAvgPrice": "0.00001295",
"prevClosePrice": "0.00001244",
"lastPrice": "0.00001311",
"lastQty": "97.00000000",
"bidPrice": "0.00001312",
"bidQty": "1853.00000000",
"askPrice": "0.00001315",
"askQty": "77.00000000",
"openPrice": "0.00001244",
"highPrice": "0.00001350",
"lowPrice": "0.00001238",
"volume": "36126308.00000000",
"quoteVolume": "467.75519947",
"openTime": 1560210242102,
"closeTime": 1560296642102,
"firstId": 2904502,
"lastId": 2923096,
"count": 18595
},
{
"symbol": "POLYBNB",
"priceChange": "0.00014000",
"priceChangePercent": "4.516",
"weightedAvgPrice": "0.00323491",
"prevClosePrice": "0.00309000",
"lastPrice": "0.00324000",
"lastQty": "765.10000000",
"bidPrice": "0.00323000",
"bidQty": "26371.40000000",
"askPrice": "0.00325000",
"askQty": "56.00000000",
"openPrice": "0.00310000",
"highPrice": "0.00339000",
"lowPrice": "0.00308000",
"volume": "1757360.40000000",
"quoteVolume": "5684.90322400",
"openTime": 1560210241309,
"closeTime": 1560296641309,
"firstId": 149995,
"lastId": 151410,
"count": 1416
},
{
"symbol": "PHXBTC",
"priceChange": "-0.00000035",
"priceChangePercent": "-16.279",
"weightedAvgPrice": "0.00000186",
"prevClosePrice": "0.00000216",
"lastPrice": "0.00000180",
"lastQty": "37023.00000000",
"bidPrice": "0.00000000",
"bidQty": "0.00000000",
"askPrice": "0.00000000",
"askQty": "0.00000000",
"openPrice": "0.00000215",
"highPrice": "0.00000218",
"lowPrice": "0.00000171",
"volume": "619076073.00000000",
"quoteVolume": "1150.99531032",
"openTime": 1558413271188,
"closeTime": 1558499671188,
"firstId": 3778964,
"lastId": 3813995,
"count": 35032
},
{
"symbol": "PHXETH",
"priceChange": "-0.00001182",
"priceChangePercent": "-17.385",
"weightedAvgPrice": "0.00005821",
"prevClosePrice": "0.00006742",
"lastPrice": "0.00005617",
"lastQty": "948.00000000",
"bidPrice": "0.00000000",
"bidQty": "0.00000000",
"askPrice": "0.00000000",
"askQty": "0.00000000",
"openPrice": "0.00006799",
"highPrice": "0.00006866",
"lowPrice": "0.00005273",
"volume": "22929178.00000000",
"quoteVolume": "1334.81645843",
"openTime": 1558413243081,
"closeTime": 1558499643081,
"firstId": 517841,
"lastId": 521807,
"count": 3967
},
{
"symbol": "PHXBNB",
"priceChange": "-0.00014400",
"priceChangePercent": "-24.000",
"weightedAvgPrice": "0.00049428",
"prevClosePrice": "0.00060500",
"lastPrice": "0.00045600",
"lastQty": "8954.00000000",
"bidPrice": "0.00000000",
"bidQty": "0.00000000",
"askPrice": "0.00000000",
"askQty": "0.00000000",
"openPrice": "0.00060000",
"highPrice": "0.00061300",
"lowPrice": "0.00042900",
"volume": "38905794.00000000",
"quoteVolume": "19230.24078400",
"openTime": 1558413259444,
"closeTime": 1558499659444,
"firstId": 131885,
"lastId": 136239,
"count": 4355
},
{
"symbol": "HCBTC",
"priceChange": "-0.00002010",
"priceChangePercent": "-6.867",
"weightedAvgPrice": "0.00028056",
"prevClosePrice": "0.00029270",
"lastPrice": "0.00027260",
"lastQty": "4.37000000",
"bidPrice": "0.00027260",
"bidQty": "52.51000000",
"askPrice": "0.00027400",
"askQty": "85.55000000",
"openPrice": "0.00029270",
"highPrice": "0.00029830",
"lowPrice": "0.00027120",
"volume": "494426.45000000",
"quoteVolume": "138.71792410",
"openTime": 1560210242189,
"closeTime": 1560296642189,
"firstId": 2742275,
"lastId": 2753233,
"count": 10959
},
{
"symbol": "HCETH",
"priceChange": "-0.00072000",
"priceChangePercent": "-7.561",
"weightedAvgPrice": "0.00906047",
"prevClosePrice": "0.00948700",
"lastPrice": "0.00880200",
"lastQty": "3.69000000",
"bidPrice": "0.00878000",
"bidQty": "25.99000000",
"askPrice": "0.00886500",
"askQty": "25.16000000",
"openPrice": "0.00952200",
"highPrice": "0.00965900",
"lowPrice": "0.00872500",
"volume": "52059.79000000",
"quoteVolume": "471.68613047",
"openTime": 1560210242021,
"closeTime": 1560296642021,
"firstId": 715921,
"lastId": 718936,
"count": 3016
},
{
"symbol": "GOBTC",
"priceChange": "0.00000010",
"priceChangePercent": "3.300",
"weightedAvgPrice": "0.00000321",
"prevClosePrice": "0.00000304",
"lastPrice": "0.00000313",
"lastQty": "13129.00000000",
"bidPrice": "0.00000312",
"bidQty": "400.00000000",
"askPrice": "0.00000313",
"askQty": "30773.00000000",
"openPrice": "0.00000303",
"highPrice": "0.00000338",
"lowPrice": "0.00000295",
"volume": "74750116.00000000",
"quoteVolume": "240.25268721",
"openTime": 1560210242345,
"closeTime": 1560296642345,
"firstId": 3038878,
"lastId": 3048713,
"count": 9836
},
{
"symbol": "GOBNB",
"priceChange": "0.00001700",
"priceChangePercent": "2.246",
"weightedAvgPrice": "0.00079147",
"prevClosePrice": "0.00076000",
"lastPrice": "0.00077400",
"lastQty": "96266.00000000",
"bidPrice": "0.00077000",
"bidQty": "2020.00000000",
"askPrice": "0.00077400",
"askQty": "10968.00000000",
"openPrice": "0.00075700",
"highPrice": "0.00084400",
"lowPrice": "0.00074300",
"volume": "3405523.00000000",
"quoteVolume": "2695.37095500",
"openTime": 1560210242163,
"closeTime": 1560296642163,
"firstId": 172767,
"lastId": 173771,
"count": 1005
},
{
"symbol": "PAXBTC",
"priceChange": "0.00000000",
"priceChangePercent": "0",
"weightedAvgPrice": "0",
"prevClosePrice": "0.00025175",
"lastPrice": "0.00000000",
"lastQty": "0.00000000",
"bidPrice": "0.00000000",
"bidQty": "0.00000000",
"askPrice": "0.00000000",
"askQty": "0.00000000",
"openPrice": "0.00000000",
"highPrice": "0.00000000",
"lowPrice": "0.00000000",
"volume": "0.00000000",
"quoteVolume": "0.00000000",
"openTime": 1557998679294,
"closeTime": 1558085079294,
"firstId": -1,
"lastId": -1,
"count": 0
},
{
"symbol": "PAXBNB",
"priceChange": "0.00000000",
"priceChangePercent": "0",
"weightedAvgPrice": "0",
"prevClosePrice": "0.20121000",
"lastPrice": "0.00000000",
"lastQty": "0.00000000",
"bidPrice": "0.00000000",
"bidQty": "0.00000000",
"askPrice": "0.00000000",
"askQty": "0.00000000",
"openPrice": "0.00000000",
"highPrice": "0.00000000",
"lowPrice": "0.00000000",
"volume": "0.00000000",
"quoteVolume": "0.00000000",
"openTime": 1557998679649,
"closeTime": 1558085079649,
"firstId": -1,
"lastId": -1,
"count": 0
},
{
"symbol": "PAXUSDT",
"priceChange": "-0.00040000",
"priceChangePercent": "-0.040",
"weightedAvgPrice": "0.99527927",
"prevClosePrice": "0.99540000",
"lastPrice": "0.99500000",
"lastQty": "38.28000000",
"bidPrice": "0.99510000",
"bidQty": "270.49000000",
"askPrice": "0.99530000",
"askQty": "11.00000000",
"openPrice": "0.99540000",
"highPrice": "0.99750000",
"lowPrice": "0.99360000",
"volume": "6363268.50000000",
"quoteVolume": "6333229.24259200",
"openTime": 1560210241771,
"closeTime": 1560296641771,
"firstId": 5978601,
"lastId": 5998484,
"count": 19884
},
{
"symbol": "PAXETH",
"priceChange": "0.00000000",
"priceChangePercent": "0",
"weightedAvgPrice": "0",
"prevClosePrice": "0.00888047",
"lastPrice": "0.00000000",
"lastQty": "0.00000000",
"bidPrice": "0.00000000",
"bidQty": "0.00000000",
"askPrice": "0.00000000",
"askQty": "0.00000000",
"openPrice": "0.00000000",
"highPrice": "0.00000000",
"lowPrice": "0.00000000",
"volume": "0.00000000",
"quoteVolume": "0.00000000",
"openTime": 1557998681372,
"closeTime": 1558085081372,
"firstId": -1,
"lastId": -1,
"count": 0
},
{
"symbol": "RVNBTC",
"priceChange": "-0.00000014",
"priceChangePercent": "-1.671",
"weightedAvgPrice": "0.00000824",
"prevClosePrice": "0.00000837",
"lastPrice": "0.00000824",
"lastQty": "47414.00000000",
"bidPrice": "0.00000824",
"bidQty": "5579.00000000",
"askPrice": "0.00000825",
"askQty": "162725.00000000",
"openPrice": "0.00000838",
"highPrice": "0.00000843",
"lowPrice": "0.00000813",
"volume": "90985579.00000000",
"quoteVolume": "749.67694862",
"openTime": 1560210238818,
"closeTime": 1560296638818,
"firstId": 8034300,
"lastId": 8048178,
"count": 13879
},
{
"symbol": "RVNBNB",
"priceChange": "-0.00005000",
"priceChangePercent": "-2.392",
"weightedAvgPrice": "0.00206612",
"prevClosePrice": "0.00209100",
"lastPrice": "0.00204000",
"lastQty": "1000.00000000",
"bidPrice": "0.00203400",
"bidQty": "704.00000000",
"askPrice": "0.00204100",
"askQty": "1698.00000000",
"openPrice": "0.00209000",
"highPrice": "0.00218700",
"lowPrice": "0.00202100",
"volume": "4002048.00000000",
"quoteVolume": "8268.71250500",
"openTime": 1560210234416,
"closeTime": 1560296634416,
"firstId": 621833,
"lastId": 623516,
"count": 1684
},
{
"symbol": "DCRBTC",
"priceChange": "0.00010900",
"priceChangePercent": "3.164",
"weightedAvgPrice": "0.00350972",
"prevClosePrice": "0.00344400",
"lastPrice": "0.00355400",
"lastQty": "0.30900000",
"bidPrice": "0.00354700",
"bidQty": "2.05700000",
"askPrice": "0.00355400",
"askQty": "0.22400000",
"openPrice": "0.00344500",
"highPrice": "0.00361000",
"lowPrice": "0.00343500",
"volume": "17960.26400000",
"quoteVolume": "63.03555774",
"openTime": 1560210242069,
"closeTime": 1560296642069,
"firstId": 1006307,
"lastId": 1009868,
"count": 3562
},
{
"symbol": "DCRBNB",
"priceChange": "0.01900000",
"priceChangePercent": "2.204",
"weightedAvgPrice": "0.87828717",
"prevClosePrice": "0.86100000",
"lastPrice": "0.88100000",
"lastQty": "3.73100000",
"bidPrice": "0.87500000",
"bidQty": "3.19800000",
"askPrice": "0.87900000",
"askQty": "0.11500000",
"openPrice": "0.86200000",
"highPrice": "0.89700000",
"lowPrice": "0.85900000",
"volume": "801.29500000",
"quoteVolume": "703.76711500",
"openTime": 1560210226120,
"closeTime": 1560296626120,
"firstId": 71442,
"lastId": 71729,
"count": 288
},
{
"symbol": "USDCBNB",
"priceChange": "0.00000000",
"priceChangePercent": "0",
"weightedAvgPrice": "0",
"prevClosePrice": "0.21755000",
"lastPrice": "0.00000000",
"lastQty": "0.00000000",
"bidPrice": "0.00000000",
"bidQty": "0.00000000",
"askPrice": "0.00000000",
"askQty": "0.00000000",
"openPrice": "0.00000000",
"highPrice": "0.00000000",
"lowPrice": "0.00000000",
"volume": "0.00000000",
"quoteVolume": "0.00000000",
"openTime": 1557998682639,
"closeTime": 1558085082639,
"firstId": -1,
"lastId": -1,
"count": 0
},
{
"symbol": "USDCBTC",
"priceChange": "0.00000000",
"priceChangePercent": "0",
"weightedAvgPrice": "0",
"prevClosePrice": "0.00031132",
"lastPrice": "0.00000000",
"lastQty": "0.00000000",
"bidPrice": "0.00000000",
"bidQty": "0.00000000",
"askPrice": "0.00000000",
"askQty": "0.00000000",
"openPrice": "0.00000000",
"highPrice": "0.00000000",
"lowPrice": "0.00000000",
"volume": "0.00000000",
"quoteVolume": "0.00000000",
"openTime": 1557998682840,
"closeTime": 1558085082840,
"firstId": -1,
"lastId": -1,
"count": 0
},
{
"symbol": "MITHBTC",
"priceChange": "-0.00000029",
"priceChangePercent": "-4.096",
"weightedAvgPrice": "0.00000708",
"prevClosePrice": "0.00000709",
"lastPrice": "0.00000679",
"lastQty": "7242.00000000",
"bidPrice": "0.00000678",
"bidQty": "4236.00000000",
"askPrice": "0.00000679",
"askQty": "35760.00000000",
"openPrice": "0.00000708",
"highPrice": "0.00000782",
"lowPrice": "0.00000655",
"volume": "188279528.00000000",
"quoteVolume": "1333.48857275",
"openTime": 1560210242345,
"closeTime": 1560296642345,
"firstId": 3233683,
"lastId": 3267757,
"count": 34075
},
{
"symbol": "MITHBNB",
"priceChange": "-0.00009000",
"priceChangePercent": "-5.085",
"weightedAvgPrice": "0.00174753",
"prevClosePrice": "0.00177000",
"lastPrice": "0.00168000",
"lastQty": "23629.50000000",
"bidPrice": "0.00167000",
"bidQty": "64453.10000000",
"askPrice": "0.00168000",
"askQty": "47616.20000000",
"openPrice": "0.00177000",
"highPrice": "0.00196000",
"lowPrice": "0.00163000",
"volume": "35890728.30000000",
"quoteVolume": "62720.03329100",
"openTime": 1560210240717,
"closeTime": 1560296640717,
"firstId": 138271,
"lastId": 147160,
"count": 8890
},
{
"symbol": "BCHABCBTC",
"priceChange": "-0.00011200",
"priceChangePercent": "-0.227",
"weightedAvgPrice": "0.04922779",
"prevClosePrice": "0.04925100",
"lastPrice": "0.04914000",
"lastQty": "0.05100000",
"bidPrice": "0.04911800",
"bidQty": "0.83700000",
"askPrice": "0.04914000",
"askQty": "1357.95800000",
"openPrice": "0.04925200",
"highPrice": "0.04993100",
"lowPrice": "0.04881400",
"volume": "25689.11900000",
"quoteVolume": "1264.61861334",
"openTime": 1560210241502,
"closeTime": 1560296641502,
"firstId": 10733078,
"lastId": 10755345,
"count": 22268
},
{
"symbol": "BCHSVBTC",
"priceChange": "0.00000000",
"priceChangePercent": "0",
"weightedAvgPrice": "0",
"prevClosePrice": "0.01117900",
"lastPrice": "0.00000000",
"lastQty": "0.00000000",
"bidPrice": "0.00000000",
"bidQty": "0.00000000",
"askPrice": "0.00000000",
"askQty": "0.00000000",
"openPrice": "0.00000000",
"highPrice": "0.00000000",
"lowPrice": "0.00000000",
"volume": "0.00000000",
"quoteVolume": "0.00000000",
"openTime": 1557998684358,
"closeTime": 1558085084358,
"firstId": -1,
"lastId": -1,
"count": 0
},
{
"symbol": "BCHABCUSDT",
"priceChange": "-4.81000000",
"priceChangePercent": "-1.226",
"weightedAvgPrice": "386.77207208",
"prevClosePrice": "392.50000000",
"lastPrice": "387.61000000",
"lastQty": "0.05100000",
"bidPrice": "387.61000000",
"bidQty": "0.00056000",
"askPrice": "387.83000000",
"askQty": "14.97598000",
"openPrice": "392.42000000",
"highPrice": "396.93000000",
"lowPrice": "378.00000000",
"volume": "40442.41019000",
"quoteVolume": "15641994.78923310",
"openTime": 1560210242369,
"closeTime": 1560296642369,
"firstId": 11848693,
"lastId": 11880371,
"count": 31679
},
{
"symbol": "BCHSVUSDT",
"priceChange": "0.00000000",
"priceChangePercent": "0",
"weightedAvgPrice": "0",
"prevClosePrice": "58.90000000",
"lastPrice": "0.00000000",
"lastQty": "0.00000000",
"bidPrice": "0.00000000",
"bidQty": "0.00000000",
"askPrice": "0.00000000",
"askQty": "0.00000000",
"openPrice": "0.00000000",
"highPrice": "0.00000000",
"lowPrice": "0.00000000",
"volume": "0.00000000",
"quoteVolume": "0.00000000",
"openTime": 1557998684916,
"closeTime": 1558085084916,
"firstId": -1,
"lastId": -1,
"count": 0
},
{
"symbol": "BNBPAX",
"priceChange": "0.02130000",
"priceChangePercent": "0.066",
"weightedAvgPrice": "31.64618956",
"prevClosePrice": "32.08090000",
"lastPrice": "32.07260000",
"lastQty": "10.00000000",
"bidPrice": "32.00750000",
"bidQty": "15.81000000",
"askPrice": "32.09040000",
"askQty": "20.57000000",
"openPrice": "32.05130000",
"highPrice": "32.30400000",
"lowPrice": "31.05380000",
"volume": "11571.17000000",
"quoteVolume": "366183.43929600",
"openTime": 1560210234701,
"closeTime": 1560296634701,
"firstId": 997855,
"lastId": 999030,
"count": 1176
},
{
"symbol": "BTCPAX",
"priceChange": "-76.74000000",
"priceChangePercent": "-0.959",
"weightedAvgPrice": "7896.12409026",
"prevClosePrice": "8002.71000000",
"lastPrice": "7925.89000000",
"lastQty": "0.04817000",
"bidPrice": "7922.86000000",
"bidQty": "2.80000000",
"askPrice": "7930.36000000",
"askQty": "0.07700100",
"openPrice": "8002.63000000",
"highPrice": "8060.00000000",
"lowPrice": "7710.00000000",
"volume": "1385.28008700",
"quoteVolume": "10938343.46671823",
"openTime": 1560210242293,
"closeTime": 1560296642293,
"firstId": 4560814,
"lastId": 4577400,
"count": 16587
},
{
"symbol": "ETHPAX",
"priceChange": "-1.05000000",
"priceChangePercent": "-0.425",
"weightedAvgPrice": "243.17044615",
"prevClosePrice": "247.25000000",
"lastPrice": "246.08000000",
"lastQty": "3.01453000",
"bidPrice": "245.91000000",
"bidQty": "0.66151000",
"askPrice": "246.08000000",
"askQty": "1.18719000",
"openPrice": "247.13000000",
"highPrice": "249.24000000",
"lowPrice": "237.58000000",
"volume": "12786.05854000",
"quoteVolume": "3109191.55971920",
"openTime": 1560210242239,
"closeTime": 1560296642239,
"firstId": 1859172,
"lastId": 1867390,
"count": 8219
},
{
"symbol": "XRPPAX",
"priceChange": "-0.00718000",
"priceChangePercent": "-1.791",
"weightedAvgPrice": "0.39186513",
"prevClosePrice": "0.40088000",
"lastPrice": "0.39370000",
"lastQty": "296.70000000",
"bidPrice": "0.39353000",
"bidQty": "339.60000000",
"askPrice": "0.39428000",
"askQty": "1489.80000000",
"openPrice": "0.40088000",
"highPrice": "0.40363000",
"lowPrice": "0.38384000",
"volume": "845775.90000000",
"quoteVolume": "331430.08321800",
"openTime": 1560210239414,
"closeTime": 1560296639414,
"firstId": 692511,
"lastId": 693485,
"count": 975
},
{
"symbol": "EOSPAX",
"priceChange": "-0.07000000",
"priceChangePercent": "-1.091",
"weightedAvgPrice": "6.33071046",
"prevClosePrice": "6.42400000",
"lastPrice": "6.34900000",
"lastQty": "138.84000000",
"bidPrice": "6.33910000",
"bidQty": "158.07000000",
"askPrice": "6.35670000",
"askQty": "105.84000000",
"openPrice": "6.41900000",
"highPrice": "6.51080000",
"lowPrice": "6.15830000",
"volume": "30581.44000000",
"quoteVolume": "193602.24204000",
"openTime": 1560210242356,
"closeTime": 1560296642356,
"firstId": 597209,
"lastId": 598236,
"count": 1028
},
{
"symbol": "XLMPAX",
"priceChange": "-0.00077000",
"priceChangePercent": "-0.622",
"weightedAvgPrice": "0.12150706",
"prevClosePrice": "0.12358000",
"lastPrice": "0.12299000",
"lastQty": "88.10000000",
"bidPrice": "0.12273000",
"bidQty": "253.90000000",
"askPrice": "0.12307000",
"askQty": "1424.20000000",
"openPrice": "0.12376000",
"highPrice": "0.12416000",
"lowPrice": "0.11890000",
"volume": "369027.50000000",
"quoteVolume": "44839.44587100",
"openTime": 1560210239691,
"closeTime": 1560296639691,
"firstId": 365169,
"lastId": 365695,
"count": 527
},
{
"symbol": "RENBTC",
"priceChange": "-0.00000036",
"priceChangePercent": "-5.835",
"weightedAvgPrice": "0.00000591",
"prevClosePrice": "0.00000617",
"lastPrice": "0.00000581",
"lastQty": "20315.00000000",
"bidPrice": "0.00000580",
"bidQty": "27117.00000000",
"askPrice": "0.00000581",
"askQty": "102582.00000000",
"openPrice": "0.00000617",
"highPrice": "0.00000621",
"lowPrice": "0.00000569",
"volume": "10556610.00000000",
"quoteVolume": "62.39022815",
"openTime": 1560210234129,
"closeTime": 1560296634129,
"firstId": 1280889,
"lastId": 1283657,
"count": 2769
},
{
"symbol": "RENBNB",
"priceChange": "-0.00011000",
"priceChangePercent": "-7.143",
"weightedAvgPrice": "0.00146679",
"prevClosePrice": "0.00154000",
"lastPrice": "0.00143000",
"lastQty": "13495.50000000",
"bidPrice": "0.00143000",
"bidQty": "2070.90000000",
"askPrice": "0.00144000",
"askQty": "9511.40000000",
"openPrice": "0.00154000",
"highPrice": "0.00154000",
"lowPrice": "0.00140000",
"volume": "866364.70000000",
"quoteVolume": "1270.77585900",
"openTime": 1560210230000,
"closeTime": 1560296630000,
"firstId": 64229,
"lastId": 64521,
"count": 293
},
{
"symbol": "BNBTUSD",
"priceChange": "-0.03340000",
"priceChangePercent": "-0.104",
"weightedAvgPrice": "31.59726559",
"prevClosePrice": "32.02480000",
"lastPrice": "32.00000000",
"lastQty": "0.54000000",
"bidPrice": "32.00030000",
"bidQty": "28.06000000",
"askPrice": "32.06070000",
"askQty": "0.41000000",
"openPrice": "32.03340000",
"highPrice": "32.22250000",
"lowPrice": "31.00000000",
"volume": "17026.80000000",
"quoteVolume": "538000.32170900",
"openTime": 1560210234591,
"closeTime": 1560296634591,
"firstId": 301068,
"lastId": 302604,
"count": 1537
},
{
"symbol": "XRPTUSD",
"priceChange": "-0.00606000",
"priceChangePercent": "-1.513",
"weightedAvgPrice": "0.39252803",
"prevClosePrice": "0.40014000",
"lastPrice": "0.39458000",
"lastQty": "591.00000000",
"bidPrice": "0.39342000",
"bidQty": "566.20000000",
"askPrice": "0.39401000",
"askQty": "702.60000000",
"openPrice": "0.40064000",
"highPrice": "0.40512000",
"lowPrice": "0.38180000",
"volume": "2000544.80000000",
"quoteVolume": "785269.90169100",
"openTime": 1560210240425,
"closeTime": 1560296640425,
"firstId": 414671,
"lastId": 416906,
"count": 2236
},
{
"symbol": "EOSTUSD",
"priceChange": "-0.08330000",
"priceChangePercent": "-1.295",
"weightedAvgPrice": "6.30595267",
"prevClosePrice": "6.44360000",
"lastPrice": "6.34680000",
"lastQty": "72.58000000",
"bidPrice": "6.33240000",
"bidQty": "139.58000000",
"askPrice": "6.35060000",
"askQty": "4094.19000000",
"openPrice": "6.43010000",
"highPrice": "6.50880000",
"lowPrice": "6.15020000",
"volume": "139920.75000000",
"quoteVolume": "882333.62722000",
"openTime": 1560210242294,
"closeTime": 1560296642294,
"firstId": 277674,
"lastId": 279092,
"count": 1419
},
{
"symbol": "XLMTUSD",
"priceChange": "-0.00043000",
"priceChangePercent": "-0.348",
"weightedAvgPrice": "0.12143112",
"prevClosePrice": "0.12342000",
"lastPrice": "0.12322000",
"lastQty": "1222.70000000",
"bidPrice": "0.12271000",
"bidQty": "29999.90000000",
"askPrice": "0.12307000",
"askQty": "1508.80000000",
"openPrice": "0.12365000",
"highPrice": "0.12400000",
"lowPrice": "0.11856000",
"volume": "193731.00000000",
"quoteVolume": "23524.97321800",
"openTime": 1560210239684,
"closeTime": 1560296639684,
"firstId": 199211,
"lastId": 199434,
"count": 224
},
{
"symbol": "BNBUSDC",
"priceChange": "0.06240000",
"priceChangePercent": "0.195",
"weightedAvgPrice": "31.62092521",
"prevClosePrice": "32.07300000",
"lastPrice": "32.07550000",
"lastQty": "1.62000000",
"bidPrice": "32.01220000",
"bidQty": "9.41000000",
"askPrice": "32.09940000",
"askQty": "0.32000000",
"openPrice": "32.01310000",
"highPrice": "32.23680000",
"lowPrice": "31.01250000",
"volume": "26510.69000000",
"quoteVolume": "838292.54574400",
"openTime": 1560210241606,
"closeTime": 1560296641606,
"firstId": 415300,
"lastId": 417344,
"count": 2045
},
{
"symbol": "BTCUSDC",
"priceChange": "-74.09000000",
"priceChangePercent": "-0.927",
"weightedAvgPrice": "7875.81593253",
"prevClosePrice": "7999.58000000",
"lastPrice": "7918.82000000",
"lastQty": "0.22028900",
"bidPrice": "7919.60000000",
"bidQty": "0.50000000",
"askPrice": "7924.98000000",
"askQty": "0.00888800",
"openPrice": "7992.91000000",
"highPrice": "8066.07000000",
"lowPrice": "7708.44000000",
"volume": "1775.91165800",
"quoteVolume": "13986753.33083854",
"openTime": 1560210241536,
"closeTime": 1560296641536,
"firstId": 2419636,
"lastId": 2436647,
"count": 17012
},
{
"symbol": "ETHUSDC",
"priceChange": "-0.86000000",
"priceChangePercent": "-0.348",
"weightedAvgPrice": "242.15394370",
"prevClosePrice": "247.11000000",
"lastPrice": "246.10000000",
"lastQty": "5.73000000",
"bidPrice": "245.54000000",
"bidQty": "5.00000000",
"askPrice": "246.12000000",
"askQty": "0.28607000",
"openPrice": "246.96000000",
"highPrice": "249.06000000",
"lowPrice": "237.39000000",
"volume": "10133.86309000",
"quoteVolume": "2453954.91218720",
"openTime": 1560210238579,
"closeTime": 1560296638579,
"firstId": 679420,
"lastId": 682802,
"count": 3383
},
{
"symbol": "XRPUSDC",
"priceChange": "-0.00662000",
"priceChangePercent": "-1.655",
"weightedAvgPrice": "0.39141579",
"prevClosePrice": "0.39919000",
"lastPrice": "0.39331000",
"lastQty": "1729.70000000",
"bidPrice": "0.39321000",
"bidQty": "717.20000000",
"askPrice": "0.39402000",
"askQty": "178.60000000",
"openPrice": "0.39993000",
"highPrice": "0.40333000",
"lowPrice": "0.38325000",
"volume": "1005213.30000000",
"quoteVolume": "393456.35301600",
"openTime": 1560210242202,
"closeTime": 1560296642202,
"firstId": 383776,
"lastId": 385272,
"count": 1497
},
{
"symbol": "EOSUSDC",
"priceChange": "-0.09170000",
"priceChangePercent": "-1.422",
"weightedAvgPrice": "6.33576723",
"prevClosePrice": "6.42500000",
"lastPrice": "6.35830000",
"lastQty": "53.67000000",
"bidPrice": "6.33560000",
"bidQty": "3.17000000",
"askPrice": "6.35400000",
"askQty": "403.04000000",
"openPrice": "6.45000000",
"highPrice": "6.50170000",
"lowPrice": "6.14190000",
"volume": "21982.02000000",
"quoteVolume": "139272.96204300",
"openTime": 1560210242348,
"closeTime": 1560296642348,
"firstId": 270365,
"lastId": 270816,
"count": 452
},
{
"symbol": "XLMUSDC",
"priceChange": "0.00011000",
"priceChangePercent": "0.089",
"weightedAvgPrice": "0.12132535",
"prevClosePrice": "0.12349000",
"lastPrice": "0.12332000",
"lastQty": "16858.90000000",
"bidPrice": "0.12273000",
"bidQty": "126.10000000",
"askPrice": "0.12307000",
"askQty": "1422.60000000",
"openPrice": "0.12321000",
"highPrice": "0.12400000",
"lowPrice": "0.11790000",
"volume": "835399.70000000",
"quoteVolume": "101355.15955500",
"openTime": 1560210242277,
"closeTime": 1560296642277,
"firstId": 200639,
"lastId": 201105,
"count": 467
},
{
"symbol": "USDCUSDT",
"priceChange": "-0.00080000",
"priceChangePercent": "-0.080",
"weightedAvgPrice": "0.99612957",
"prevClosePrice": "0.99610000",
"lastPrice": "0.99530000",
"lastQty": "15.00000000",
"bidPrice": "0.99530000",
"bidQty": "1757.68000000",
"askPrice": "0.99570000",
"askQty": "3443.21000000",
"openPrice": "0.99610000",
"highPrice": "0.99800000",
"lowPrice": "0.99420000",
"volume": "8336031.71000000",
"quoteVolume": "8303767.65774100",
"openTime": 1560210242329,
"closeTime": 1560296642329,
"firstId": 2327985,
"lastId": 2352657,
"count": 24673
},
{
"symbol": "ADATUSD",
"priceChange": "0.00304000",
"priceChangePercent": "3.567",
"weightedAvgPrice": "0.08626125",
"prevClosePrice": "0.08522000",
"lastPrice": "0.08827000",
"lastQty": "15097.70000000",
"bidPrice": "0.08801000",
"bidQty": "27546.10000000",
"askPrice": "0.08818000",
"askQty": "58150.90000000",
"openPrice": "0.08523000",
"highPrice": "0.08955000",
"lowPrice": "0.08221000",
"volume": "12730359.90000000",
"quoteVolume": "1098136.78718500",
"openTime": 1560210237674,
"closeTime": 1560296637674,
"firstId": 270374,
"lastId": 272888,
"count": 2515
},
{
"symbol": "TRXTUSD",
"priceChange": "-0.00030000",
"priceChangePercent": "-0.949",
"weightedAvgPrice": "0.03070799",
"prevClosePrice": "0.03170000",
"lastPrice": "0.03132000",
"lastQty": "4200.00000000",
"bidPrice": "0.03123000",
"bidQty": "71650.30000000",
"askPrice": "0.03132000",
"askQty": "12185.10000000",
"openPrice": "0.03162000",
"highPrice": "0.03168000",
"lowPrice": "0.02993000",
"volume": "10866687.40000000",
"quoteVolume": "333694.11605700",
"openTime": 1560210235916,
"closeTime": 1560296635916,
"firstId": 249136,
"lastId": 249998,
"count": 863
},
{
"symbol": "NEOTUSD",
"priceChange": "0.05500000",
"priceChangePercent": "0.447",
"weightedAvgPrice": "12.16189680",
"prevClosePrice": "12.29100000",
"lastPrice": "12.37000000",
"lastQty": "629.20300000",
"bidPrice": "12.31900000",
"bidQty": "173.06800000",
"askPrice": "12.34900000",
"askQty": "102.56200000",
"openPrice": "12.31500000",
"highPrice": "12.46500000",
"lowPrice": "11.77200000",
"volume": "83144.00300000",
"quoteVolume": "1011188.78395400",
"openTime": 1560210241236,
"closeTime": 1560296641236,
"firstId": 188148,
"lastId": 190835,
"count": 2688
},
{
"symbol": "TRXXRP",
"priceChange": "0.00056000",
"priceChangePercent": "0.710",
"weightedAvgPrice": "0.07854345",
"prevClosePrice": "0.07894000",
"lastPrice": "0.07943000",
"lastQty": "1579.60000000",
"bidPrice": "0.07941000",
"bidQty": "12036.30000000",
"askPrice": "0.07950000",
"askQty": "9416.00000000",
"openPrice": "0.07887000",
"highPrice": "0.08038000",
"lowPrice": "0.07754000",
"volume": "14979632.00000000",
"quoteVolume": "1176551.95522200",
"openTime": 1560210241124,
"closeTime": 1560296641124,
"firstId": 739503,
"lastId": 745555,
"count": 6053
},
{
"symbol": "XZCXRP",
"priceChange": "1.11100000",
"priceChangePercent": "4.531",
"weightedAvgPrice": "24.71175895",
"prevClosePrice": "24.51800000",
"lastPrice": "25.62900000",
"lastQty": "6.40100000",
"bidPrice": "25.36000000",
"bidQty": "5.35000000",
"askPrice": "25.62900000",
"askQty": "28.96100000",
"openPrice": "24.51800000",
"highPrice": "25.92500000",
"lowPrice": "23.00000000",
"volume": "4779.70900000",
"quoteVolume": "118115.01665800",
"openTime": 1560210241316,
"closeTime": 1560296641316,
"firstId": 159665,
"lastId": 160877,
"count": 1213
},
{
"symbol": "PAXTUSD",
"priceChange": "0.00030000",
"priceChangePercent": "0.030",
"weightedAvgPrice": "0.99960506",
"prevClosePrice": "0.99980000",
"lastPrice": "0.99980000",
"lastQty": "2998.50000000",
"bidPrice": "0.99900000",
"bidQty": "20961.16000000",
"askPrice": "1.00030000",
"askQty": "143.38000000",
"openPrice": "0.99950000",
"highPrice": "1.00070000",
"lowPrice": "0.99840000",
"volume": "334029.08000000",
"quoteVolume": "333897.15689600",
"openTime": 1560210241524,
"closeTime": 1560296641524,
"firstId": 215393,
"lastId": 216310,
"count": 918
},
{
"symbol": "USDCTUSD",
"priceChange": "-0.00010000",
"priceChangePercent": "-0.010",
"weightedAvgPrice": "1.00049699",
"prevClosePrice": "1.00140000",
"lastPrice": "0.99990000",
"lastQty": "20.25000000",
"bidPrice": "0.99990000",
"bidQty": "591.01000000",
"askPrice": "1.00130000",
"askQty": "24443.68000000",
"openPrice": "1.00000000",
"highPrice": "1.00150000",
"lowPrice": "0.99950000",
"volume": "461237.75000000",
"quoteVolume": "461466.98013500",
"openTime": 1560210240740,
"closeTime": 1560296640740,
"firstId": 120717,
"lastId": 121632,
"count": 916
},
{
"symbol": "USDCPAX",
"priceChange": "-0.00030000",
"priceChangePercent": "-0.030",
"weightedAvgPrice": "1.00079916",
"prevClosePrice": "1.00090000",
"lastPrice": "1.00060000",
"lastQty": "11.50000000",
"bidPrice": "0.99970000",
"bidQty": "43800.38000000",
"askPrice": "1.00090000",
"askQty": "11855.29000000",
"openPrice": "1.00090000",
"highPrice": "1.00200000",
"lowPrice": "0.99970000",
"volume": "959489.23000000",
"quoteVolume": "960256.01870300",
"openTime": 1560210241526,
"closeTime": 1560296641526,
"firstId": 328884,
"lastId": 333817,
"count": 4934
},
{
"symbol": "LINKUSDT",
"priceChange": "-0.05860000",
"priceChangePercent": "-4.947",
"weightedAvgPrice": "1.14586865",
"prevClosePrice": "1.18500000",
"lastPrice": "1.12590000",
"lastQty": "17.00000000",
"bidPrice": "1.12590000",
"bidQty": "0.70000000",
"askPrice": "1.12950000",
"askQty": "250.87000000",
"openPrice": "1.18450000",
"highPrice": "1.21040000",
"lowPrice": "1.08760000",
"volume": "3168642.53000000",
"quoteVolume": "3630848.12585300",
"openTime": 1560210237950,
"closeTime": 1560296637950,
"firstId": 1131493,
"lastId": 1144325,
"count": 12833
},
{
"symbol": "LINKTUSD",
"priceChange": "-0.06360000",
"priceChangePercent": "-5.331",
"weightedAvgPrice": "1.14413921",
"prevClosePrice": "1.18230000",
"lastPrice": "1.12940000",
"lastQty": "159.00000000",
"bidPrice": "1.12910000",
"bidQty": "849.26000000",
"askPrice": "1.13640000",
"askQty": "9.94000000",
"openPrice": "1.19300000",
"highPrice": "1.21990000",
"lowPrice": "1.09070000",
"volume": "100601.10000000",
"quoteVolume": "115101.66275400",
"openTime": 1560210241356,
"closeTime": 1560296641356,
"firstId": 129115,
"lastId": 129659,
"count": 545
},
{
"symbol": "LINKPAX",
"priceChange": "-0.06000000",
"priceChangePercent": "-5.022",
"weightedAvgPrice": "1.14641705",
"prevClosePrice": "1.18420000",
"lastPrice": "1.13480000",
"lastQty": "395.89000000",
"bidPrice": "1.12930000",
"bidQty": "118.21000000",
"askPrice": "1.13490000",
"askQty": "17.45000000",
"openPrice": "1.19480000",
"highPrice": "1.21570000",
"lowPrice": "1.09540000",
"volume": "20003.16000000",
"quoteVolume": "22931.96372600",
"openTime": 1560210240668,
"closeTime": 1560296640668,
"firstId": 34750,
"lastId": 34917,
"count": 168
},
{
"symbol": "LINKUSDC",
"priceChange": "-0.05990000",
"priceChangePercent": "-5.017",
"weightedAvgPrice": "1.15086170",
"prevClosePrice": "1.18100000",
"lastPrice": "1.13400000",
"lastQty": "8.91000000",
"bidPrice": "1.12910000",
"bidQty": "901.31000000",
"askPrice": "1.13400000",
"askQty": "88.47000000",
"openPrice": "1.19390000",
"highPrice": "1.21640000",
"lowPrice": "1.08720000",
"volume": "103374.92000000",
"quoteVolume": "118970.23583600",
"openTime": 1560210240924,
"closeTime": 1560296640924,
"firstId": 130174,
"lastId": 130735,
"count": 562
},
{
"symbol": "WAVESUSDT",
"priceChange": "0.00660000",
"priceChangePercent": "0.279",
"weightedAvgPrice": "2.35294110",
"prevClosePrice": "2.36200000",
"lastPrice": "2.37270000",
"lastQty": "123.70000000",
"bidPrice": "2.36510000",
"bidQty": "105.20000000",
"askPrice": "2.37270000",
"askQty": "6.53000000",
"openPrice": "2.36610000",
"highPrice": "2.40690000",
"lowPrice": "2.30250000",
"volume": "533967.93000000",
"quoteVolume": "1256395.08702000",
"openTime": 1560210241970,
"closeTime": 1560296641970,
"firstId": 984761,
"lastId": 990341,
"count": 5581
},
{
"symbol": "WAVESTUSD",
"priceChange": "0.00260000",
"priceChangePercent": "0.109",
"weightedAvgPrice": "2.36476897",
"prevClosePrice": "2.38130000",
"lastPrice": "2.38120000",
"lastQty": "251.96000000",
"bidPrice": "2.37620000",
"bidQty": "652.70000000",
"askPrice": "2.38330000",
"askQty": "1804.95000000",
"openPrice": "2.37860000",
"highPrice": "2.42380000",
"lowPrice": "2.31380000",
"volume": "124155.79000000",
"quoteVolume": "293599.75952200",
"openTime": 1560210241206,
"closeTime": 1560296641206,
"firstId": 109723,
"lastId": 110573,
"count": 851
},
{
"symbol": "WAVESPAX",
"priceChange": "0.00640000",
"priceChangePercent": "0.270",
"weightedAvgPrice": "2.37330236",
"prevClosePrice": "2.38060000",
"lastPrice": "2.38000000",
"lastQty": "42.01000000",
"bidPrice": "2.37460000",
"bidQty": "137.16000000",
"askPrice": "2.38670000",
"askQty": "1033.70000000",
"openPrice": "2.37360000",
"highPrice": "2.41830000",
"lowPrice": "2.30520000",
"volume": "6052.40000000",
"quoteVolume": "14364.17521900",
"openTime": 1560210240809,
"closeTime": 1560296640809,
"firstId": 17844,
"lastId": 17943,
"count": 100
},
{
"symbol": "WAVESUSDC",
"priceChange": "-0.01010000",
"priceChangePercent": "-0.423",
"weightedAvgPrice": "2.38219208",
"prevClosePrice": "2.37000000",
"lastPrice": "2.38000000",
"lastQty": "1666.66000000",
"bidPrice": "2.37440000",
"bidQty": "258.43000000",
"askPrice": "2.38570000",
"askQty": "1033.70000000",
"openPrice": "2.39010000",
"highPrice": "2.40780000",
"lowPrice": "2.31100000",
"volume": "6670.16000000",
"quoteVolume": "15889.60232000",
"openTime": 1560210242231,
"closeTime": 1560296642231,
"firstId": 20941,
"lastId": 21031,
"count": 91
},
{
"symbol": "BCHABCTUSD",
"priceChange": "-4.40000000",
"priceChangePercent": "-1.117",
"weightedAvgPrice": "388.13962092",
"prevClosePrice": "393.91000000",
"lastPrice": "389.52000000",
"lastQty": "2.82897000",
"bidPrice": "389.01000000",
"bidQty": "10.58701000",
"askPrice": "389.67000000",
"askQty": "2.04296000",
"openPrice": "393.92000000",
"highPrice": "399.01000000",
"lowPrice": "379.53000000",
"volume": "4337.69511000",
"quoteVolume": "1683631.33566330",
"openTime": 1560210236546,
"closeTime": 1560296636546,
"firstId": 287780,
"lastId": 289581,
"count": 1802
},
{
"symbol": "BCHABCPAX",
"priceChange": "-3.88000000",
"priceChangePercent": "-0.986",
"weightedAvgPrice": "389.15991058",
"prevClosePrice": "393.87000000",
"lastPrice": "389.78000000",
"lastQty": "1.44409000",
"bidPrice": "389.09000000",
"bidQty": "2.33917000",
"askPrice": "389.72000000",
"askQty": "1.56900000",
"openPrice": "393.66000000",
"highPrice": "399.00000000",
"lowPrice": "378.95000000",
"volume": "1421.22301000",
"quoteVolume": "553083.01948720",
"openTime": 1560210241651,
"closeTime": 1560296641651,
"firstId": 119095,
"lastId": 119916,
"count": 822
},
{
"symbol": "BCHABCUSDC",
"priceChange": "-4.24000000",
"priceChangePercent": "-1.076",
"weightedAvgPrice": "388.45737226",
"prevClosePrice": "393.66000000",
"lastPrice": "389.76000000",
"lastQty": "2.14426000",
"bidPrice": "388.72000000",
"bidQty": "1.67215000",
"askPrice": "389.74000000",
"askQty": "2.12599000",
"openPrice": "394.00000000",
"highPrice": "399.13000000",
"lowPrice": "379.72000000",
"volume": "575.40997000",
"quoteVolume": "223522.24491730",
"openTime": 1560210242265,
"closeTime": 1560296642265,
"firstId": 115234,
"lastId": 115680,
"count": 447
},
{
"symbol": "BCHSVTUSD",
"priceChange": "0.00000000",
"priceChangePercent": "0",
"weightedAvgPrice": "0",
"prevClosePrice": "59.17000000",
"lastPrice": "0.00000000",
"lastQty": "0.00000000",
"bidPrice": "0.00000000",
"bidQty": "0.00000000",
"askPrice": "0.00000000",
"askQty": "0.00000000",
"openPrice": "0.00000000",
"highPrice": "0.00000000",
"lowPrice": "0.00000000",
"volume": "0.00000000",
"quoteVolume": "0.00000000",
"openTime": 1557998721199,
"closeTime": 1558085121199,
"firstId": -1,
"lastId": -1,
"count": 0
},
{
"symbol": "BCHSVPAX",
"priceChange": "0.00000000",
"priceChangePercent": "0",
"weightedAvgPrice": "0",
"prevClosePrice": "58.18000000",
"lastPrice": "0.00000000",
"lastQty": "0.00000000",
"bidPrice": "0.00000000",
"bidQty": "0.00000000",
"askPrice": "0.00000000",
"askQty": "0.00000000",
"openPrice": "0.00000000",
"highPrice": "0.00000000",
"lowPrice": "0.00000000",
"volume": "0.00000000",
"quoteVolume": "0.00000000",
"openTime": 1557998723279,
"closeTime": 1558085123279,
"firstId": -1,
"lastId": -1,
"count": 0
},
{
"symbol": "BCHSVUSDC",
"priceChange": "0.00000000",
"priceChangePercent": "0",
"weightedAvgPrice": "0",
"prevClosePrice": "57.50000000",
"lastPrice": "0.00000000",
"lastQty": "0.00000000",
"bidPrice": "0.00000000",
"bidQty": "0.00000000",
"askPrice": "0.00000000",
"askQty": "0.00000000",
"openPrice": "0.00000000",
"highPrice": "0.00000000",
"lowPrice": "0.00000000",
"volume": "0.00000000",
"quoteVolume": "0.00000000",
"openTime": 1557998723487,
"closeTime": 1558085123487,
"firstId": -1,
"lastId": -1,
"count": 0
},
{
"symbol": "LTCTUSD",
"priceChange": "7.14000000",
"priceChangePercent": "5.521",
"weightedAvgPrice": "132.06061929",
"prevClosePrice": "129.32000000",
"lastPrice": "136.46000000",
"lastQty": "10.00000000",
"bidPrice": "136.30000000",
"bidQty": "48.48424000",
"askPrice": "136.55000000",
"askQty": "70.08578000",
"openPrice": "129.32000000",
"highPrice": "139.12000000",
"lowPrice": "125.40000000",
"volume": "41771.66053000",
"quoteVolume": "5516391.35846850",
"openTime": 1560210241259,
"closeTime": 1560296641259,
"firstId": 327810,
"lastId": 334248,
"count": 6439
},
{
"symbol": "LTCPAX",
"priceChange": "6.78000000",
"priceChangePercent": "5.230",
"weightedAvgPrice": "130.68947001",
"prevClosePrice": "129.23000000",
"lastPrice": "136.42000000",
"lastQty": "0.20000000",
"bidPrice": "136.35000000",
"bidQty": "50.00000000",
"askPrice": "136.61000000",
"askQty": "5.85100000",
"openPrice": "129.64000000",
"highPrice": "139.77000000",
"lowPrice": "125.38000000",
"volume": "4714.02428000",
"quoteVolume": "616073.33476830",
"openTime": 1560210241671,
"closeTime": 1560296641671,
"firstId": 132387,
"lastId": 133774,
"count": 1388
},
{
"symbol": "LTCUSDC",
"priceChange": "7.12000000",
"priceChangePercent": "5.502",
"weightedAvgPrice": "131.25383359",
"prevClosePrice": "129.15000000",
"lastPrice": "136.52000000",
"lastQty": "3.00000000",
"bidPrice": "136.18000000",
"bidQty": "5.01334000",
"askPrice": "136.57000000",
"askQty": "23.40400000",
"openPrice": "129.40000000",
"highPrice": "139.03000000",
"lowPrice": "125.50000000",
"volume": "22326.34651000",
"quoteVolume": "2930418.56953440",
"openTime": 1560210241041,
"closeTime": 1560296641041,
"firstId": 200351,
"lastId": 204927,
"count": 4577
},
{
"symbol": "TRXPAX",
"priceChange": "-0.00006000",
"priceChangePercent": "-0.192",
"weightedAvgPrice": "0.03072500",
"prevClosePrice": "0.03173000",
"lastPrice": "0.03120000",
"lastQty": "28443.30000000",
"bidPrice": "0.03121000",
"bidQty": "9612.30000000",
"askPrice": "0.03134000",
"askQty": "22376.70000000",
"openPrice": "0.03126000",
"highPrice": "0.03168000",
"lowPrice": "0.03006000",
"volume": "1879385.50000000",
"quoteVolume": "57744.11493900",
"openTime": 1560210241036,
"closeTime": 1560296641036,
"firstId": 48268,
"lastId": 48479,
"count": 212
},
{
"symbol": "TRXUSDC",
"priceChange": "-0.00028000",
"priceChangePercent": "-0.886",
"weightedAvgPrice": "0.03073827",
"prevClosePrice": "0.03167000",
"lastPrice": "0.03134000",
"lastQty": "1310.70000000",
"bidPrice": "0.03121000",
"bidQty": "57294.80000000",
"askPrice": "0.03131000",
"askQty": "35121.20000000",
"openPrice": "0.03162000",
"highPrice": "0.03169000",
"lowPrice": "0.03008000",
"volume": "44300096.90000000",
"quoteVolume": "1361708.14173700",
"openTime": 1560210232485,
"closeTime": 1560296632485,
"firstId": 94566,
"lastId": 97967,
"count": 3402
},
{
"symbol": "BTTBTC",
"priceChange": "0.00000000",
"priceChangePercent": "0.000",
"weightedAvgPrice": "0.00000015",
"prevClosePrice": "0.00000016",
"lastPrice": "0.00000016",
"lastQty": "11119.00000000",
"bidPrice": "0.00000015",
"bidQty": "1628021436.00000000",
"askPrice": "0.00000016",
"askQty": "1704596588.00000000",
"openPrice": "0.00000016",
"highPrice": "0.00000016",
"lowPrice": "0.00000015",
"volume": "624130339.00000000",
"quoteVolume": "94.88905260",
"openTime": 1560210240883,
"closeTime": 1560296640883,
"firstId": 1403772,
"lastId": 1406041,
"count": 2270
},
{
"symbol": "BTTBNB",
"priceChange": "-0.00000129",
"priceChangePercent": "-3.343",
"weightedAvgPrice": "0.00003776",
"prevClosePrice": "0.00003855",
"lastPrice": "0.00003730",
"lastQty": "55109.00000000",
"bidPrice": "0.00003730",
"bidQty": "55109.00000000",
"askPrice": "0.00003739",
"askQty": "297747.00000000",
"openPrice": "0.00003859",
"highPrice": "0.00003862",
"lowPrice": "0.00003722",
"volume": "509038362.00000000",
"quoteVolume": "19219.99326265",
"openTime": 1560210235760,
"closeTime": 1560296635760,
"firstId": 1384101,
"lastId": 1389782,
"count": 5682
},
{
"symbol": "BTTUSDT",
"priceChange": "-0.00003990",
"priceChangePercent": "-3.239",
"weightedAvgPrice": "0.00119047",
"prevClosePrice": "0.00123120",
"lastPrice": "0.00119180",
"lastQty": "220345.00000000",
"bidPrice": "0.00119150",
"bidQty": "1349338.00000000",
"askPrice": "0.00119210",
"askQty": "303329.00000000",
"openPrice": "0.00123170",
"highPrice": "0.00123200",
"lowPrice": "0.00115730",
"volume": "7664642698.00000000",
"quoteVolume": "9124511.42703080",
"openTime": 1560210240779,
"closeTime": 1560296640779,
"firstId": 7188369,
"lastId": 7211916,
"count": 23548
},
{
"symbol": "BNBUSDS",
"priceChange": "-0.12830000",
"priceChangePercent": "-0.399",
"weightedAvgPrice": "31.65113704",
"prevClosePrice": "32.04500000",
"lastPrice": "32.03010000",
"lastQty": "2.25000000",
"bidPrice": "32.00700000",
"bidQty": "3.40000000",
"askPrice": "32.18140000",
"askQty": "3.37000000",
"openPrice": "32.15840000",
"highPrice": "32.22000000",
"lowPrice": "31.18000000",
"volume": "2249.24000000",
"quoteVolume": "71191.00346700",
"openTime": 1560210224488,
"closeTime": 1560296624488,
"firstId": 20697,
"lastId": 20858,
"count": 162
},
{
"symbol": "BTCUSDS",
"priceChange": "-121.34000000",
"priceChangePercent": "-1.507",
"weightedAvgPrice": "7905.44294368",
"prevClosePrice": "7983.47000000",
"lastPrice": "7928.66000000",
"lastQty": "0.03788000",
"bidPrice": "7926.13000000",
"bidQty": "0.03789200",
"askPrice": "7942.85000000",
"askQty": "0.02458600",
"openPrice": "8050.00000000",
"highPrice": "8065.28000000",
"lowPrice": "7732.61000000",
"volume": "45.77543000",
"quoteVolume": "361875.05008762",
"openTime": 1560210240688,
"closeTime": 1560296640688,
"firstId": 103769,
"lastId": 104155,
"count": 387
},
{
"symbol": "USDSUSDT",
"priceChange": "-0.00020000",
"priceChangePercent": "-0.020",
"weightedAvgPrice": "0.99391112",
"prevClosePrice": "0.99270000",
"lastPrice": "0.99280000",
"lastQty": "11.05000000",
"bidPrice": "0.99290000",
"bidQty": "158.36000000",
"askPrice": "0.99580000",
"askQty": "490.73000000",
"openPrice": "0.99300000",
"highPrice": "0.99610000",
"lowPrice": "0.99200000",
"volume": "45533.28000000",
"quoteVolume": "45256.03333000",
"openTime": 1560210241660,
"closeTime": 1560296641660,
"firstId": 61032,
"lastId": 61239,
"count": 208
},
{
"symbol": "USDSPAX",
"priceChange": "0.00140000",
"priceChangePercent": "0.140",
"weightedAvgPrice": "0.99976042",
"prevClosePrice": "1.00000000",
"lastPrice": "0.99990000",
"lastQty": "2257.77000000",
"bidPrice": "0.99770000",
"bidQty": "4035.95000000",
"askPrice": "0.99990000",
"askQty": "2742.23000000",
"openPrice": "0.99850000",
"highPrice": "1.00010000",
"lowPrice": "0.99770000",
"volume": "77545.69000000",
"quoteVolume": "77527.11150400",
"openTime": 1560210223446,
"closeTime": 1560296623446,
"firstId": 58386,
"lastId": 58492,
"count": 107
},
{
"symbol": "USDSTUSD",
"priceChange": "-0.00140000",
"priceChangePercent": "-0.140",
"weightedAvgPrice": "0.99858080",
"prevClosePrice": "0.99980000",
"lastPrice": "0.99840000",
"lastQty": "1275.35000000",
"bidPrice": "0.99840000",
"bidQty": "2247.36000000",
"askPrice": "0.99940000",
"askQty": "0.16000000",
"openPrice": "0.99980000",
"highPrice": "1.00000000",
"lowPrice": "0.99790000",
"volume": "26762.65000000",
"quoteVolume": "26724.66841100",
"openTime": 1560210161526,
"closeTime": 1560296561526,
"firstId": 39313,
"lastId": 39411,
"count": 99
},
{
"symbol": "USDSUSDC",
"priceChange": "-0.00090000",
"priceChangePercent": "-0.090",
"weightedAvgPrice": "0.99755899",
"prevClosePrice": "0.99980000",
"lastPrice": "0.99700000",
"lastQty": "1114.65000000",
"bidPrice": "0.99700000",
"bidQty": "3576.24000000",
"askPrice": "0.99980000",
"askQty": "3079.13000000",
"openPrice": "0.99790000",
"highPrice": "0.99990000",
"lowPrice": "0.99700000",
"volume": "24625.02000000",
"quoteVolume": "24564.91008300",
"openTime": 1560209818467,
"closeTime": 1560296218467,
"firstId": 32294,
"lastId": 32338,
"count": 45
},
{
"symbol": "BTTPAX",
"priceChange": "-0.00001780",
"priceChangePercent": "-1.463",
"weightedAvgPrice": "0.00120386",
"prevClosePrice": "0.00123770",
"lastPrice": "0.00119890",
"lastQty": "13000.00000000",
"bidPrice": "0.00119450",
"bidQty": "411860.00000000",
"askPrice": "0.00120050",
"askQty": "357455.00000000",
"openPrice": "0.00121670",
"highPrice": "0.00122180",
"lowPrice": "0.00116260",
"volume": "19377000.00000000",
"quoteVolume": "23327.22747270",
"openTime": 1560210242081,
"closeTime": 1560296642081,
"firstId": 33168,
"lastId": 33295,
"count": 128
},
{
"symbol": "BTTTUSD",
"priceChange": "-0.00004130",
"priceChangePercent": "-3.348",
"weightedAvgPrice": "0.00120209",
"prevClosePrice": "0.00123720",
"lastPrice": "0.00119210",
"lastQty": "280758.00000000",
"bidPrice": "0.00119430",
"bidQty": "740081.00000000",
"askPrice": "0.00120030",
"askQty": "361454.00000000",
"openPrice": "0.00123340",
"highPrice": "0.00123400",
"lowPrice": "0.00116330",
"volume": "89406879.00000000",
"quoteVolume": "107475.30162090",
"openTime": 1560210239891,
"closeTime": 1560296639891,
"firstId": 55851,
"lastId": 56231,
"count": 381
},
{
"symbol": "BTTUSDC",
"priceChange": "-0.00003170",
"priceChangePercent": "-2.573",
"weightedAvgPrice": "0.00120503",
"prevClosePrice": "0.00123800",
"lastPrice": "0.00120050",
"lastQty": "73694.00000000",
"bidPrice": "0.00119420",
"bidQty": "742367.00000000",
"askPrice": "0.00120050",
"askQty": "271334.00000000",
"openPrice": "0.00123220",
"highPrice": "0.00123220",
"lowPrice": "0.00116840",
"volume": "60423471.00000000",
"quoteVolume": "72811.88543280",
"openTime": 1560210237638,
"closeTime": 1560296637638,
"firstId": 58531,
"lastId": 58798,
"count": 268
},
{
"symbol": "ONGBNB",
"priceChange": "0.00042000",
"priceChangePercent": "3.075",
"weightedAvgPrice": "0.01392402",
"prevClosePrice": "0.01364000",
"lastPrice": "0.01408000",
"lastQty": "155.00000000",
"bidPrice": "0.01400000",
"bidQty": "2719.50000000",
"askPrice": "0.01413000",
"askQty": "1629.90000000",
"openPrice": "0.01366000",
"highPrice": "0.01425000",
"lowPrice": "0.01353000",
"volume": "38295.10000000",
"quoteVolume": "533.22190100",
"openTime": 1560210233855,
"closeTime": 1560296633855,
"firstId": 82482,
"lastId": 82793,
"count": 312
},
{
"symbol": "ONGBTC",
"priceChange": "0.00000244",
"priceChangePercent": "4.471",
"weightedAvgPrice": "0.00005592",
"prevClosePrice": "0.00005431",
"lastPrice": "0.00005701",
"lastQty": "68.00000000",
"bidPrice": "0.00005679",
"bidQty": "2439.00000000",
"askPrice": "0.00005699",
"askQty": "1826.00000000",
"openPrice": "0.00005457",
"highPrice": "0.00005711",
"lowPrice": "0.00005404",
"volume": "647859.00000000",
"quoteVolume": "36.22756813",
"openTime": 1560210242061,
"closeTime": 1560296642061,
"firstId": 1843386,
"lastId": 1846585,
"count": 3200
},
{
"symbol": "ONGUSDT",
"priceChange": "0.01490000",
"priceChangePercent": "3.435",
"weightedAvgPrice": "0.43968192",
"prevClosePrice": "0.43390000",
"lastPrice": "0.44870000",
"lastQty": "100.23000000",
"bidPrice": "0.44870000",
"bidQty": "0.10000000",
"askPrice": "0.45060000",
"askQty": "334.55000000",
"openPrice": "0.43380000",
"highPrice": "0.45230000",
"lowPrice": "0.43010000",
"volume": "690164.44000000",
"quoteVolume": "303452.82529600",
"openTime": 1560210239103,
"closeTime": 1560296639103,
"firstId": 1000039,
"lastId": 1002931,
"count": 2893
},
{
"symbol": "HOTBNB",
"priceChange": "-0.00000170",
"priceChangePercent": "-2.941",
"weightedAvgPrice": "0.00005682",
"prevClosePrice": "0.00005807",
"lastPrice": "0.00005610",
"lastQty": "5411.00000000",
"bidPrice": "0.00005577",
"bidQty": "1323120.00000000",
"askPrice": "0.00005610",
"askQty": "30.00000000",
"openPrice": "0.00005780",
"highPrice": "0.00005780",
"lowPrice": "0.00005577",
"volume": "92048158.00000000",
"quoteVolume": "5230.50464565",
"openTime": 1560210240095,
"closeTime": 1560296640095,
"firstId": 195490,
"lastId": 196570,
"count": 1081
},
{
"symbol": "HOTUSDT",
"priceChange": "-0.00006890",
"priceChangePercent": "-3.725",
"weightedAvgPrice": "0.00178590",
"prevClosePrice": "0.00185490",
"lastPrice": "0.00178080",
"lastQty": "192770.00000000",
"bidPrice": "0.00178080",
"bidQty": "7230.00000000",
"askPrice": "0.00178580",
"askQty": "35826.00000000",
"openPrice": "0.00184970",
"highPrice": "0.00185590",
"lowPrice": "0.00175330",
"volume": "889178818.00000000",
"quoteVolume": "1587982.63279420",
"openTime": 1560210241682,
"closeTime": 1560296641682,
"firstId": 770550,
"lastId": 775405,
"count": 4856
},
{
"symbol": "ZILUSDT",
"priceChange": "-0.00036000",
"priceChangePercent": "-1.529",
"weightedAvgPrice": "0.02364746",
"prevClosePrice": "0.02353000",
"lastPrice": "0.02318000",
"lastQty": "435.80000000",
"bidPrice": "0.02313000",
"bidQty": "12000.00000000",
"askPrice": "0.02318000",
"askQty": "7354.80000000",
"openPrice": "0.02354000",
"highPrice": "0.02464000",
"lowPrice": "0.02270000",
"volume": "161219747.40000000",
"quoteVolume": "3812437.55673800",
"openTime": 1560210240620,
"closeTime": 1560296640620,
"firstId": 895951,
"lastId": 907741,
"count": 11791
},
{
"symbol": "ZRXBNB",
"priceChange": "-0.00010000",
"priceChangePercent": "-0.977",
"weightedAvgPrice": "0.01021804",
"prevClosePrice": "0.01026000",
"lastPrice": "0.01014000",
"lastQty": "280.50000000",
"bidPrice": "0.01015000",
"bidQty": "884.00000000",
"askPrice": "0.01018000",
"askQty": "559.30000000",
"openPrice": "0.01024000",
"highPrice": "0.01034000",
"lowPrice": "0.01012000",
"volume": "100036.40000000",
"quoteVolume": "1022.17556500",
"openTime": 1560210238418,
"closeTime": 1560296638418,
"firstId": 41384,
"lastId": 41649,
"count": 266
},
{
"symbol": "ZRXUSDT",
"priceChange": "-0.00360000",
"priceChangePercent": "-1.096",
"weightedAvgPrice": "0.32141434",
"prevClosePrice": "0.32860000",
"lastPrice": "0.32500000",
"lastQty": "0.91000000",
"bidPrice": "0.32400000",
"bidQty": "0.17000000",
"askPrice": "0.32470000",
"askQty": "846.78000000",
"openPrice": "0.32860000",
"highPrice": "0.32960000",
"lowPrice": "0.31440000",
"volume": "1038768.51000000",
"quoteVolume": "333875.09608100",
"openTime": 1560210240446,
"closeTime": 1560296640446,
"firstId": 327885,
"lastId": 329695,
"count": 1811
},
{
"symbol": "FETBNB",
"priceChange": "0.00018000",
"priceChangePercent": "2.350",
"weightedAvgPrice": "0.00764683",
"prevClosePrice": "0.00766000",
"lastPrice": "0.00784000",
"lastQty": "5662.30000000",
"bidPrice": "0.00782000",
"bidQty": "9164.10000000",
"askPrice": "0.00785000",
"askQty": "245.70000000",
"openPrice": "0.00766000",
"highPrice": "0.00809000",
"lowPrice": "0.00712000",
"volume": "7664494.80000000",
"quoteVolume": "58609.09915000",
"openTime": 1560210241892,
"closeTime": 1560296641892,
"firstId": 606050,
"lastId": 628420,
"count": 22371
},
{
"symbol": "FETBTC",
"priceChange": "0.00000110",
"priceChangePercent": "3.589",
"weightedAvgPrice": "0.00003049",
"prevClosePrice": "0.00003067",
"lastPrice": "0.00003175",
"lastQty": "9.00000000",
"bidPrice": "0.00003170",
"bidQty": "14338.00000000",
"askPrice": "0.00003175",
"askQty": "491.00000000",
"openPrice": "0.00003065",
"highPrice": "0.00003244",
"lowPrice": "0.00002841",
"volume": "101147687.00000000",
"quoteVolume": "3084.49499009",
"openTime": 1560210242326,
"closeTime": 1560296642326,
"firstId": 4324599,
"lastId": 4387300,
"count": 62702
},
{
"symbol": "FETUSDT",
"priceChange": "0.00570000",
"priceChangePercent": "2.331",
"weightedAvgPrice": "0.23946663",
"prevClosePrice": "0.24450000",
"lastPrice": "0.25020000",
"lastQty": "11794.87000000",
"bidPrice": "0.25010000",
"bidQty": "2146.23000000",
"askPrice": "0.25040000",
"askQty": "877.34000000",
"openPrice": "0.24450000",
"highPrice": "0.25390000",
"lowPrice": "0.22360000",
"volume": "113931192.43000000",
"quoteVolume": "27282718.30743300",
"openTime": 1560210241796,
"closeTime": 1560296641796,
"firstId": 2786073,
"lastId": 2834798,
"count": 48726
},
{
"symbol": "BATUSDT",
"priceChange": "-0.00760000",
"priceChangePercent": "-2.291",
"weightedAvgPrice": "0.32465977",
"prevClosePrice": "0.33260000",
"lastPrice": "0.32420000",
"lastQty": "1160.10000000",
"bidPrice": "0.32370000",
"bidQty": "130.58000000",
"askPrice": "0.32410000",
"askQty": "593.11000000",
"openPrice": "0.33180000",
"highPrice": "0.33410000",
"lowPrice": "0.31920000",
"volume": "1642233.13000000",
"quoteVolume": "533167.02764400",
"openTime": 1560210241809,
"closeTime": 1560296641809,
"firstId": 1063936,
"lastId": 1067602,
"count": 3667
},
{
"symbol": "XMRBNB",
"priceChange": "-0.00100000",
"priceChangePercent": "-0.037",
"weightedAvgPrice": "2.74955085",
"prevClosePrice": "2.71100000",
"lastPrice": "2.71200000",
"lastQty": "0.44500000",
"bidPrice": "2.70800000",
"bidQty": "0.44500000",
"askPrice": "2.71600000",
"askQty": "3.76400000",
"openPrice": "2.71300000",
"highPrice": "2.77300000",
"lowPrice": "2.71200000",
"volume": "650.41400000",
"quoteVolume": "1788.34636600",
"openTime": 1560210235905,
"closeTime": 1560296635905,
"firstId": 66572,
"lastId": 67180,
"count": 609
},
{
"symbol": "XMRUSDT",
"priceChange": "0.23000000",
"priceChangePercent": "0.266",
"weightedAvgPrice": "86.56217197",
"prevClosePrice": "86.53000000",
"lastPrice": "86.71000000",
"lastQty": "11.51277000",
"bidPrice": "86.44000000",
"bidQty": "1.63455000",
"askPrice": "86.67000000",
"askQty": "5.85053000",
"openPrice": "86.48000000",
"highPrice": "87.50000000",
"lowPrice": "85.28000000",
"volume": "6228.19914000",
"quoteVolume": "539126.44498900",
"openTime": 1560210237037,
"closeTime": 1560296637037,
"firstId": 293004,
"lastId": 295043,
"count": 2040
},
{
"symbol": "ZECBNB",
"priceChange": "0.00100000",
"priceChangePercent": "0.040",
"weightedAvgPrice": "2.49478327",
"prevClosePrice": "2.50100000",
"lastPrice": "2.49600000",
"lastQty": "0.99000000",
"bidPrice": "2.49400000",
"bidQty": "0.08100000",
"askPrice": "2.50400000",
"askQty": "0.91700000",
"openPrice": "2.49500000",
"highPrice": "2.53300000",
"lowPrice": "2.46600000",
"volume": "760.99900000",
"quoteVolume": "1898.52757300",
"openTime": 1560210239169,
"closeTime": 1560296639169,
"firstId": 40192,
"lastId": 40594,
"count": 403
},
{
"symbol": "ZECUSDT",
"priceChange": "0.07000000",
"priceChangePercent": "0.088",
"weightedAvgPrice": "78.86995708",
"prevClosePrice": "79.62000000",
"lastPrice": "79.70000000",
"lastQty": "0.90300000",
"bidPrice": "79.70000000",
"bidQty": "0.00038000",
"askPrice": "79.76000000",
"askQty": "2.57818000",
"openPrice": "79.63000000",
"highPrice": "80.18000000",
"lowPrice": "77.00000000",
"volume": "6997.80204000",
"quoteVolume": "551916.34657450",
"openTime": 1560210240761,
"closeTime": 1560296640761,
"firstId": 274377,
"lastId": 276695,
"count": 2319
},
{
"symbol": "ZECPAX",
"priceChange": "-0.13000000",
"priceChangePercent": "-0.162",
"weightedAvgPrice": "79.04464040",
"prevClosePrice": "80.02000000",
"lastPrice": "80.07000000",
"lastQty": "4.07300000",
"bidPrice": "79.97000000",
"bidQty": "4.05187000",
"askPrice": "80.25000000",
"askQty": "15.20201000",
"openPrice": "80.20000000",
"highPrice": "80.44000000",
"lowPrice": "78.00000000",
"volume": "223.33445000",
"quoteVolume": "17653.39128880",
"openTime": 1560210241531,
"closeTime": 1560296641531,
"firstId": 9297,
"lastId": 9364,
"count": 68
},
{
"symbol": "ZECTUSD",
"priceChange": "0.15000000",
"priceChangePercent": "0.187",
"weightedAvgPrice": "78.96766638",
"prevClosePrice": "80.07000000",
"lastPrice": "80.28000000",
"lastQty": "0.12992000",
"bidPrice": "79.97000000",
"bidQty": "20.66930000",
"askPrice": "80.16000000",
"askQty": "49.64772000",
"openPrice": "80.13000000",
"highPrice": "80.74000000",
"lowPrice": "77.35000000",
"volume": "2011.18022000",
"quoteVolume": "158818.20863350",
"openTime": 1560210240744,
"closeTime": 1560296640744,
"firstId": 32659,
"lastId": 33035,
"count": 377
},
{
"symbol": "ZECUSDC",
"priceChange": "0.65000000",
"priceChangePercent": "0.815",
"weightedAvgPrice": "78.79704313",
"prevClosePrice": "80.01000000",
"lastPrice": "80.36000000",
"lastQty": "1.90000000",
"bidPrice": "79.87000000",
"bidQty": "11.09972000",
"askPrice": "80.05000000",
"askQty": "6.96055000",
"openPrice": "79.71000000",
"highPrice": "80.36000000",
"lowPrice": "77.32000000",
"volume": "227.52895000",
"quoteVolume": "17928.60848550",
"openTime": 1560210233215,
"closeTime": 1560296633215,
"firstId": 17588,
"lastId": 17697,
"count": 110
},
{
"symbol": "IOSTBNB",
"priceChange": "-0.00000940",
"priceChangePercent": "-2.585",
"weightedAvgPrice": "0.00035802",
"prevClosePrice": "0.00036510",
"lastPrice": "0.00035420",
"lastQty": "36018.00000000",
"bidPrice": "0.00035360",
"bidQty": "67779.00000000",
"askPrice": "0.00035580",
"askQty": "49076.00000000",
"openPrice": "0.00036360",
"highPrice": "0.00036360",
"lowPrice": "0.00035160",
"volume": "5484716.00000000",
"quoteVolume": "1963.65445350",
"openTime": 1560210241652,
"closeTime": 1560296641652,
"firstId": 79409,
"lastId": 79833,
"count": 425
},
{
"symbol": "IOSTUSDT",
"priceChange": "-0.00032800",
"priceChangePercent": "-2.814",
"weightedAvgPrice": "0.01126910",
"prevClosePrice": "0.01168700",
"lastPrice": "0.01133000",
"lastQty": "24535.00000000",
"bidPrice": "0.01129700",
"bidQty": "138678.00000000",
"askPrice": "0.01132800",
"askQty": "42131.00000000",
"openPrice": "0.01165800",
"highPrice": "0.01169300",
"lowPrice": "0.01094400",
"volume": "75476276.00000000",
"quoteVolume": "850549.65212300",
"openTime": 1560210238678,
"closeTime": 1560296638678,
"firstId": 786261,
"lastId": 789666,
"count": 3406
},
{
"symbol": "CELRBNB",
"priceChange": "0.00003400",
"priceChangePercent": "5.475",
"weightedAvgPrice": "0.00062770",
"prevClosePrice": "0.00062200",
"lastPrice": "0.00065500",
"lastQty": "8155.00000000",
"bidPrice": "0.00065400",
"bidQty": "1201.00000000",
"askPrice": "0.00065500",
"askQty": "23164.00000000",
"openPrice": "0.00062100",
"highPrice": "0.00066000",
"lowPrice": "0.00060100",
"volume": "33856220.00000000",
"quoteVolume": "21251.55313000",
"openTime": 1560210242327,
"closeTime": 1560296642327,
"firstId": 288460,
"lastId": 295763,
"count": 7304
},
{
"symbol": "CELRBTC",
"priceChange": "0.00000016",
"priceChangePercent": "6.426",
"weightedAvgPrice": "0.00000251",
"prevClosePrice": "0.00000249",
"lastPrice": "0.00000265",
"lastQty": "65470.00000000",
"bidPrice": "0.00000264",
"bidQty": "641450.00000000",
"askPrice": "0.00000265",
"askQty": "2609.00000000",
"openPrice": "0.00000249",
"highPrice": "0.00000267",
"lowPrice": "0.00000239",
"volume": "646744656.00000000",
"quoteVolume": "1624.31990169",
"openTime": 1560210242115,
"closeTime": 1560296642115,
"firstId": 3064405,
"lastId": 3093743,
"count": 29339
},
{
"symbol": "CELRUSDT",
"priceChange": "0.00109000",
"priceChangePercent": "5.505",
"weightedAvgPrice": "0.01976011",
"prevClosePrice": "0.01984000",
"lastPrice": "0.02089000",
"lastQty": "173410.10000000",
"bidPrice": "0.02086000",
"bidQty": "257014.00000000",
"askPrice": "0.02090000",
"askQty": "0.30000000",
"openPrice": "0.01980000",
"highPrice": "0.02106000",
"lowPrice": "0.01865000",
"volume": "299507522.30000000",
"quoteVolume": "5918301.54493500",
"openTime": 1560210242307,
"closeTime": 1560296642307,
"firstId": 1844118,
"lastId": 1861039,
"count": 16922
},
{
"symbol": "ADAPAX",
"priceChange": "0.00250000",
"priceChangePercent": "2.925",
"weightedAvgPrice": "0.08624944",
"prevClosePrice": "0.08496000",
"lastPrice": "0.08797000",
"lastQty": "3541.10000000",
"bidPrice": "0.08795000",
"bidQty": "11588.60000000",
"askPrice": "0.08825000",
"askQty": "14446.00000000",
"openPrice": "0.08547000",
"highPrice": "0.08950000",
"lowPrice": "0.08150000",
"volume": "1718862.50000000",
"quoteVolume": "148250.93570300",
"openTime": 1560210242350,
"closeTime": 1560296642350,
"firstId": 36466,
"lastId": 36941,
"count": 476
},
{
"symbol": "ADAUSDC",
"priceChange": "0.00258000",
"priceChangePercent": "3.020",
"weightedAvgPrice": "0.08594246",
"prevClosePrice": "0.08536000",
"lastPrice": "0.08802000",
"lastQty": "12507.30000000",
"bidPrice": "0.08805000",
"bidQty": "3131.00000000",
"askPrice": "0.08820000",
"askQty": "311.30000000",
"openPrice": "0.08544000",
"highPrice": "0.08947000",
"lowPrice": "0.08208000",
"volume": "4458148.70000000",
"quoteVolume": "383144.27909300",
"openTime": 1560210238290,
"closeTime": 1560296638290,
"firstId": 94761,
"lastId": 95974,
"count": 1214
},
{
"symbol": "NEOPAX",
"priceChange": "0.04400000",
"priceChangePercent": "0.357",
"weightedAvgPrice": "12.14655288",
"prevClosePrice": "12.33800000",
"lastPrice": "12.37800000",
"lastQty": "58.92100000",
"bidPrice": "12.30500000",
"bidQty": "45.99600000",
"askPrice": "12.36200000",
"askQty": "102.56200000",
"openPrice": "12.33400000",
"highPrice": "12.47000000",
"lowPrice": "11.77100000",
"volume": "2690.11800000",
"quoteVolume": "32675.66053700",
"openTime": 1560210238101,
"closeTime": 1560296638101,
"firstId": 19572,
"lastId": 19732,
"count": 161
},
{
"symbol": "NEOUSDC",
"priceChange": "0.01300000",
"priceChangePercent": "0.105",
"weightedAvgPrice": "12.15370847",
"prevClosePrice": "12.35800000",
"lastPrice": "12.33700000",
"lastQty": "1.65000000",
"bidPrice": "12.30000000",
"bidQty": "5.41900000",
"askPrice": "12.33700000",
"askQty": "52.38100000",
"openPrice": "12.32400000",
"highPrice": "12.50000000",
"lowPrice": "11.76100000",
"volume": "11594.27300000",
"quoteVolume": "140913.41395900",
"openTime": 1560210241712,
"closeTime": 1560296641712,
"firstId": 34145,
"lastId": 34598,
"count": 454
},
{
"symbol": "DASHBNB",
"priceChange": "-0.09800000",
"priceChangePercent": "-2.075",
"weightedAvgPrice": "4.64866212",
"prevClosePrice": "4.72300000",
"lastPrice": "4.62500000",
"lastQty": "0.02200000",
"bidPrice": "4.61600000",
"bidQty": "0.03000000",
"askPrice": "4.62600000",
"askQty": "0.98900000",
"openPrice": "4.72300000",
"highPrice": "4.73700000",
"lowPrice": "4.56100000",
"volume": "243.22900000",
"quoteVolume": "1130.68943800",
"openTime": 1560210237397,
"closeTime": 1560296637397,
"firstId": 50938,
"lastId": 51349,
"count": 412
},
{
"symbol": "DASHUSDT",
"priceChange": "-3.47000000",
"priceChangePercent": "-2.295",
"weightedAvgPrice": "146.75301850",
"prevClosePrice": "151.15000000",
"lastPrice": "147.72000000",
"lastQty": "0.00038000",
"bidPrice": "147.16000000",
"bidQty": "3.03503000",
"askPrice": "147.56000000",
"askQty": "9.93711000",
"openPrice": "151.19000000",
"highPrice": "151.33000000",
"lowPrice": "143.21000000",
"volume": "4322.71790000",
"quoteVolume": "634371.89996950",
"openTime": 1560210242313,
"closeTime": 1560296642313,
"firstId": 276279,
"lastId": 279022,
"count": 2744
},
{
"symbol": "NANOUSDT",
"priceChange": "-0.01060000",
"priceChangePercent": "-0.672",
"weightedAvgPrice": "1.53950413",
"prevClosePrice": "1.57720000",
"lastPrice": "1.56720000",
"lastQty": "17.89000000",
"bidPrice": "1.56600000",
"bidQty": "20.24000000",
"askPrice": "1.57170000",
"askQty": "459.04000000",
"openPrice": "1.57780000",
"highPrice": "1.59000000",
"lowPrice": "1.49040000",
"volume": "329014.34000000",
"quoteVolume": "506518.93544700",
"openTime": 1560210241571,
"closeTime": 1560296641571,
"firstId": 423916,
"lastId": 427042,
"count": 3127
},
{
"symbol": "OMGBNB",
"priceChange": "-0.00127000",
"priceChangePercent": "-2.015",
"weightedAvgPrice": "0.06201349",
"prevClosePrice": "0.06298000",
"lastPrice": "0.06177000",
"lastQty": "10.80000000",
"bidPrice": "0.06172000",
"bidQty": "2.30000000",
"askPrice": "0.06207000",
"askQty": "98.00000000",
"openPrice": "0.06304000",
"highPrice": "0.06357000",
"lowPrice": "0.06121000",
"volume": "16590.40000000",
"quoteVolume": "1028.82862200",
"openTime": 1560210240321,
"closeTime": 1560296640321,
"firstId": 28115,
"lastId": 28390,
"count": 276
},
{
"symbol": "OMGUSDT",
"priceChange": "-0.04140000",
"priceChangePercent": "-2.053",
"weightedAvgPrice": "1.95217372",
"prevClosePrice": "2.01150000",
"lastPrice": "1.97560000",
"lastQty": "232.96000000",
"bidPrice": "1.96960000",
"bidQty": "116.19000000",
"askPrice": "1.97540000",
"askQty": "15.41000000",
"openPrice": "2.01700000",
"highPrice": "2.03500000",
"lowPrice": "1.90000000",
"volume": "229823.20000000",
"quoteVolume": "448654.81116400",
"openTime": 1560210242367,
"closeTime": 1560296642367,
"firstId": 205394,
"lastId": 207939,
"count": 2546
},
{
"symbol": "THETAUSDT",
"priceChange": "-0.00332000",
"priceChangePercent": "-2.292",
"weightedAvgPrice": "0.14197788",
"prevClosePrice": "0.14545000",
"lastPrice": "0.14154000",
"lastQty": "24.80000000",
"bidPrice": "0.14100000",
"bidQty": "1000.00000000",
"askPrice": "0.14154000",
"askQty": "751.20000000",
"openPrice": "0.14486000",
"highPrice": "0.14699000",
"lowPrice": "0.13716000",
"volume": "7735950.50000000",
"quoteVolume": "1098333.84784800",
"openTime": 1560210240897,
"closeTime": 1560296640897,
"firstId": 298462,
"lastId": 303579,
"count": 5118
},
{
"symbol": "ENJUSDT",
"priceChange": "0.00694000",
"priceChangePercent": "4.573",
"weightedAvgPrice": "0.15655550",
"prevClosePrice": "0.15187000",
"lastPrice": "0.15870000",
"lastQty": "150.00000000",
"bidPrice": "0.15857000",
"bidQty": "471.40000000",
"askPrice": "0.15870000",
"askQty": "129.20000000",
"openPrice": "0.15176000",
"highPrice": "0.16300000",
"lowPrice": "0.14850000",
"volume": "10260340.90000000",
"quoteVolume": "1606312.79674900",
"openTime": 1560210241602,
"closeTime": 1560296641602,
"firstId": 336082,
"lastId": 343710,
"count": 7629
},
{
"symbol": "MITHUSDT",
"priceChange": "-0.00288000",
"priceChangePercent": "-5.105",
"weightedAvgPrice": "0.05596819",
"prevClosePrice": "0.05650000",
"lastPrice": "0.05353000",
"lastQty": "23568.50000000",
"bidPrice": "0.05353000",
"bidQty": "1079.50000000",
"askPrice": "0.05354000",
"askQty": "15942.90000000",
"openPrice": "0.05641000",
"highPrice": "0.06214000",
"lowPrice": "0.05075000",
"volume": "110687296.60000000",
"quoteVolume": "6194967.77664000",
"openTime": 1560210241615,
"closeTime": 1560296641615,
"firstId": 319482,
"lastId": 341765,
"count": 22284
},
{
"symbol": "MATICBNB",
"priceChange": "-0.00011200",
"priceChangePercent": "-13.130",
"weightedAvgPrice": "0.00078635",
"prevClosePrice": "0.00085300",
"lastPrice": "0.00074100",
"lastQty": "29080.00000000",
"bidPrice": "0.00074100",
"bidQty": "4833.00000000",
"askPrice": "0.00074200",
"askQty": "101147.00000000",
"openPrice": "0.00085300",
"highPrice": "0.00085900",
"lowPrice": "0.00073500",
"volume": "79523708.00000000",
"quoteVolume": "62533.61614000",
"openTime": 1560210242296,
"closeTime": 1560296642296,
"firstId": 987804,
"lastId": 1011499,
"count": 23696
},
{
"symbol": "MATICBTC",
"priceChange": "-0.00000042",
"priceChangePercent": "-12.281",
"weightedAvgPrice": "0.00000317",
"prevClosePrice": "0.00000342",
"lastPrice": "0.00000300",
"lastQty": "120514.00000000",
"bidPrice": "0.00000299",
"bidQty": "159732.00000000",
"askPrice": "0.00000300",
"askQty": "375506.00000000",
"openPrice": "0.00000342",
"highPrice": "0.00000343",
"lowPrice": "0.00000297",
"volume": "913581362.00000000",
"quoteVolume": "2893.33960470",
"openTime": 1560210242332,
"closeTime": 1560296642332,
"firstId": 3451197,
"lastId": 3501232,
"count": 50036
},
{
"symbol": "MATICUSDT",
"priceChange": "-0.00355000",
"priceChangePercent": "-13.037",
"weightedAvgPrice": "0.02486993",
"prevClosePrice": "0.02723000",
"lastPrice": "0.02368000",
"lastQty": "109875.70000000",
"bidPrice": "0.02366000",
"bidQty": "0.90000000",
"askPrice": "0.02370000",
"askQty": "17690.80000000",
"openPrice": "0.02723000",
"highPrice": "0.02726000",
"lowPrice": "0.02332000",
"volume": "654070859.70000000",
"quoteVolume": "16266693.96727500",
"openTime": 1560210241820,
"closeTime": 1560296641820,
"firstId": 2601067,
"lastId": 2633532,
"count": 32466
},
{
"symbol": "ATOMBNB",
"priceChange": "-0.00400000",
"priceChangePercent": "-2.105",
"weightedAvgPrice": "0.18753979",
"prevClosePrice": "0.19040000",
"lastPrice": "0.18600000",
"lastQty": "50.30000000",
"bidPrice": "0.18530000",
"bidQty": "4.00000000",
"askPrice": "0.18590000",
"askQty": "43.00000000",
"openPrice": "0.19000000",
"highPrice": "0.19220000",
"lowPrice": "0.18450000",
"volume": "59417.33000000",
"quoteVolume": "11143.11384500",
"openTime": 1560210232779,
"closeTime": 1560296632779,
"firstId": 246698,
"lastId": 249966,
"count": 3269
},
{
"symbol": "ATOMBTC",
"priceChange": "-0.00001100",
"priceChangePercent": "-1.443",
"weightedAvgPrice": "0.00075161",
"prevClosePrice": "0.00076230",
"lastPrice": "0.00075130",
"lastQty": "1.87000000",
"bidPrice": "0.00075070",
"bidQty": "70.00000000",
"askPrice": "0.00075100",
"askQty": "22.27000000",
"openPrice": "0.00076230",
"highPrice": "0.00076900",
"lowPrice": "0.00073990",
"volume": "455102.98000000",
"quoteVolume": "342.05996020",
"openTime": 1560210242305,
"closeTime": 1560296642305,
"firstId": 1753703,
"lastId": 1765752,
"count": 12050
},
{
"symbol": "ATOMUSDT",
"priceChange": "-0.15100000",
"priceChangePercent": "-2.486",
"weightedAvgPrice": "5.91714574",
"prevClosePrice": "6.07300000",
"lastPrice": "5.92200000",
"lastQty": "26.04000000",
"bidPrice": "5.92000000",
"bidQty": "330.48400000",
"askPrice": "5.92600000",
"askQty": "3.74100000",
"openPrice": "6.07300000",
"highPrice": "6.17600000",
"lowPrice": "5.75300000",
"volume": "558727.88900000",
"quoteVolume": "3306074.34556900",
"openTime": 1560210242241,
"closeTime": 1560296642241,
"firstId": 1343653,
"lastId": 1359396,
"count": 15744
},
{
"symbol": "ATOMUSDC",
"priceChange": "-0.16300000",
"priceChangePercent": "-2.664",
"weightedAvgPrice": "5.90345727",
"prevClosePrice": "6.10000000",
"lastPrice": "5.95600000",
"lastQty": "87.21000000",
"bidPrice": "5.93700000",
"bidQty": "232.16400000",
"askPrice": "5.97400000",
"askQty": "108.32000000",
"openPrice": "6.11900000",
"highPrice": "6.17500000",
"lowPrice": "5.79100000",
"volume": "10850.30500000",
"quoteVolume": "64054.31196800",
"openTime": 1560210225978,
"closeTime": 1560296625978,
"firstId": 21404,
"lastId": 21698,
"count": 295
},
{
"symbol": "ATOMPAX",
"priceChange": "-0.13100000",
"priceChangePercent": "-2.149",
"weightedAvgPrice": "5.94537525",
"prevClosePrice": "6.10800000",
"lastPrice": "5.96500000",
"lastQty": "10.04800000",
"bidPrice": "5.93900000",
"bidQty": "75.20300000",
"askPrice": "5.97600000",
"askQty": "42.84500000",
"openPrice": "6.09600000",
"highPrice": "6.20800000",
"lowPrice": "5.78400000",
"volume": "1894.51000000",
"quoteVolume": "11263.57286800",
"openTime": 1560210240667,
"closeTime": 1560296640667,
"firstId": 13610,
"lastId": 13681,
"count": 72
},
{
"symbol": "ATOMTUSD",
"priceChange": "-0.12400000",
"priceChangePercent": "-2.031",
"weightedAvgPrice": "5.96889871",
"prevClosePrice": "6.09000000",
"lastPrice": "5.98100000",
"lastQty": "2.00700000",
"bidPrice": "5.95100000",
"bidQty": "1.68100000",
"askPrice": "5.99600000",
"askQty": "63.80500000",
"openPrice": "6.10500000",
"highPrice": "6.17400000",
"lowPrice": "5.79100000",
"volume": "7810.31100000",
"quoteVolume": "46618.95524300",
"openTime": 1560210235936,
"closeTime": 1560296635936,
"firstId": 16978,
"lastId": 17186,
"count": 209
},
{
"symbol": "ETCUSDC",
"priceChange": "-0.09800000",
"priceChangePercent": "-1.176",
"weightedAvgPrice": "8.18155115",
"prevClosePrice": "8.30500000",
"lastPrice": "8.23800000",
"lastQty": "10.56000000",
"bidPrice": "8.24500000",
"bidQty": "23.42100000",
"askPrice": "8.27500000",
"askQty": "40.32500000",
"openPrice": "8.33600000",
"highPrice": "8.33600000",
"lowPrice": "8.02500000",
"volume": "1758.47400000",
"quoteVolume": "14387.04497300",
"openTime": 1560210239847,
"closeTime": 1560296639847,
"firstId": 9159,
"lastId": 9245,
"count": 87
},
{
"symbol": "ETCPAX",
"priceChange": "-0.07500000",
"priceChangePercent": "-0.901",
"weightedAvgPrice": "8.10907059",
"prevClosePrice": "8.32500000",
"lastPrice": "8.25000000",
"lastQty": "3.28400000",
"bidPrice": "8.24700000",
"bidQty": "117.88300000",
"askPrice": "8.28500000",
"askQty": "143.19500000",
"openPrice": "8.32500000",
"highPrice": "8.32500000",
"lowPrice": "8.05000000",
"volume": "1302.25900000",
"quoteVolume": "10560.11015500",
"openTime": 1560210239570,
"closeTime": 1560296639570,
"firstId": 4888,
"lastId": 4925,
"count": 38
},
{
"symbol": "ETCTUSD",
"priceChange": "-0.12100000",
"priceChangePercent": "-1.452",
"weightedAvgPrice": "8.16198650",
"prevClosePrice": "8.30200000",
"lastPrice": "8.21300000",
"lastQty": "113.19400000",
"bidPrice": "8.25100000",
"bidQty": "609.02000000",
"askPrice": "8.28100000",
"askQty": "239.84100000",
"openPrice": "8.33400000",
"highPrice": "8.39200000",
"lowPrice": "8.01200000",
"volume": "1528.64400000",
"quoteVolume": "12476.77168800",
"openTime": 1560210234914,
"closeTime": 1560296634914,
"firstId": 5713,
"lastId": 5809,
"count": 97
},
{
"symbol": "BATUSDC",
"priceChange": "-0.00490000",
"priceChangePercent": "-1.468",
"weightedAvgPrice": "0.32530943",
"prevClosePrice": "0.33380000",
"lastPrice": "0.32890000",
"lastQty": "401.00000000",
"bidPrice": "0.32440000",
"bidQty": "178.05000000",
"askPrice": "0.32550000",
"askQty": "150.00000000",
"openPrice": "0.33380000",
"highPrice": "0.33410000",
"lowPrice": "0.31910000",
"volume": "94755.86000000",
"quoteVolume": "30824.97445800",
"openTime": 1560210191167,
"closeTime": 1560296591167,
"firstId": 27179,
"lastId": 27355,
"count": 177
},
{
"symbol": "BATPAX",
"priceChange": "-0.00980000",
"priceChangePercent": "-2.922",
"weightedAvgPrice": "0.32603511",
"prevClosePrice": "0.33340000",
"lastPrice": "0.32560000",
"lastQty": "47.05000000",
"bidPrice": "0.32450000",
"bidQty": "1622.76000000",
"askPrice": "0.32630000",
"askQty": "7118.60000000",
"openPrice": "0.33540000",
"highPrice": "0.33540000",
"lowPrice": "0.32060000",
"volume": "37144.86000000",
"quoteVolume": "12110.52858000",
"openTime": 1560210235579,
"closeTime": 1560296635579,
"firstId": 15416,
"lastId": 15571,
"count": 156
},
{
"symbol": "BATTUSD",
"priceChange": "-0.00780000",
"priceChangePercent": "-2.333",
"weightedAvgPrice": "0.32638133",
"prevClosePrice": "0.33120000",
"lastPrice": "0.32660000",
"lastQty": "76.55000000",
"bidPrice": "0.32520000",
"bidQty": "63.00000000",
"askPrice": "0.32640000",
"askQty": "7118.60000000",
"openPrice": "0.33440000",
"highPrice": "0.33500000",
"lowPrice": "0.32060000",
"volume": "68841.13000000",
"quoteVolume": "22468.45971800",
"openTime": 1560210189248,
"closeTime": 1560296589248,
"firstId": 18339,
"lastId": 18513,
"count": 175
},
{
"symbol": "PHBBNB",
"priceChange": "0.00000200",
"priceChangePercent": "0.319",
"weightedAvgPrice": "0.00063703",
"prevClosePrice": "0.00063100",
"lastPrice": "0.00062900",
"lastQty": "165.00000000",
"bidPrice": "0.00062300",
"bidQty": "12100.00000000",
"askPrice": "0.00062800",
"askQty": "12949.00000000",
"openPrice": "0.00062700",
"highPrice": "0.00065700",
"lowPrice": "0.00062300",
"volume": "3945778.00000000",
"quoteVolume": "2513.58541300",
"openTime": 1560210229870,
"closeTime": 1560296629870,
"firstId": 87363,
"lastId": 88046,
"count": 684
},
{
"symbol": "PHBBTC",
"priceChange": "0.00000001",
"priceChangePercent": "0.397",
"weightedAvgPrice": "0.00000254",
"prevClosePrice": "0.00000252",
"lastPrice": "0.00000253",
"lastQty": "493.00000000",
"bidPrice": "0.00000252",
"bidQty": "206541.00000000",
"askPrice": "0.00000253",
"askQty": "19093.00000000",
"openPrice": "0.00000252",
"highPrice": "0.00000262",
"lowPrice": "0.00000249",
"volume": "124241877.00000000",
"quoteVolume": "316.05665202",
"openTime": 1560210241470,
"closeTime": 1560296641470,
"firstId": 828292,
"lastId": 836458,
"count": 8167
},
{
"symbol": "PHBUSDC",
"priceChange": "-0.00003000",
"priceChangePercent": "-0.151",
"weightedAvgPrice": "0.01972287",
"prevClosePrice": "0.02020000",
"lastPrice": "0.01989000",
"lastQty": "5066.00000000",
"bidPrice": "0.01986000",
"bidQty": "44638.40000000",
"askPrice": "0.02015000",
"askQty": "1534.70000000",
"openPrice": "0.01992000",
"highPrice": "0.02098000",
"lowPrice": "0.01950000",
"volume": "3419726.50000000",
"quoteVolume": "67446.80731800",
"openTime": 1560209687161,
"closeTime": 1560296087161,
"firstId": 9662,
"lastId": 9792,
"count": 131
},
{
"symbol": "PHBTUSD",
"priceChange": "-0.00018000",
"priceChangePercent": "-0.896",
"weightedAvgPrice": "0.02015609",
"prevClosePrice": "0.02032000",
"lastPrice": "0.01991000",
"lastQty": "6248.80000000",
"bidPrice": "0.01982000",
"bidQty": "42740.10000000",
"askPrice": "0.02013000",
"askQty": "565.40000000",
"openPrice": "0.02009000",
"highPrice": "0.02080000",
"lowPrice": "0.01941000",
"volume": "2077313.20000000",
"quoteVolume": "41870.51056000",
"openTime": 1560210221566,
"closeTime": 1560296621566,
"firstId": 20199,
"lastId": 20360,
"count": 162
},
{
"symbol": "PHBPAX",
"priceChange": "-0.00029000",
"priceChangePercent": "-1.444",
"weightedAvgPrice": "0.02023682",
"prevClosePrice": "0.02012000",
"lastPrice": "0.01979000",
"lastQty": "789.50000000",
"bidPrice": "0.01990000",
"bidQty": "24721.90000000",
"askPrice": "0.02061000",
"askQty": "12694.00000000",
"openPrice": "0.02008000",
"highPrice": "0.02091000",
"lowPrice": "0.01900000",
"volume": "524483.40000000",
"quoteVolume": "10613.87669600",
"openTime": 1560210150387,
"closeTime": 1560296550387,
"firstId": 4662,
"lastId": 4707,
"count": 46
},
{
"symbol": "TFUELBNB",
"priceChange": "-0.00001800",
"priceChangePercent": "-4.054",
"weightedAvgPrice": "0.00043259",
"prevClosePrice": "0.00044500",
"lastPrice": "0.00042600",
"lastQty": "5868.00000000",
"bidPrice": "0.00042600",
"bidQty": "1401.00000000",
"askPrice": "0.00042700",
"askQty": "3065.00000000",
"openPrice": "0.00044400",
"highPrice": "0.00044600",
"lowPrice": "0.00041800",
"volume": "7130165.00000000",
"quoteVolume": "3084.43275600",
"openTime": 1560210238615,
"closeTime": 1560296638615,
"firstId": 82367,
"lastId": 83656,
"count": 1290
},
{
"symbol": "TFUELBTC",
"priceChange": "-0.00000005",
"priceChangePercent": "-2.809",
"weightedAvgPrice": "0.00000172",
"prevClosePrice": "0.00000178",
"lastPrice": "0.00000173",
"lastQty": "179950.00000000",
"bidPrice": "0.00000172",
"bidQty": "1785886.00000000",
"askPrice": "0.00000173",
"askQty": "327891.00000000",
"openPrice": "0.00000178",
"highPrice": "0.00000178",
"lowPrice": "0.00000167",
"volume": "235969134.00000000",
"quoteVolume": "406.43081984",
"openTime": 1560210241830,
"closeTime": 1560296641830,
"firstId": 675825,
"lastId": 684861,
"count": 9037
},
{
"symbol": "TFUELUSDT",
"priceChange": "-0.00059000",
"priceChangePercent": "-4.158",
"weightedAvgPrice": "0.01355165",
"prevClosePrice": "0.01419000",
"lastPrice": "0.01360000",
"lastQty": "4432.00000000",
"bidPrice": "0.01360000",
"bidQty": "67724.90000000",
"askPrice": "0.01365000",
"askQty": "57729.40000000",
"openPrice": "0.01419000",
"highPrice": "0.01419000",
"lowPrice": "0.01306000",
"volume": "148384159.80000000",
"quoteVolume": "2010850.68084700",
"openTime": 1560210230316,
"closeTime": 1560296630316,
"firstId": 413392,
"lastId": 419140,
"count": 5749
},
{
"symbol": "TFUELUSDC",
"priceChange": "-0.00059000",
"priceChangePercent": "-4.143",
"weightedAvgPrice": "0.01371500",
"prevClosePrice": "0.01424000",
"lastPrice": "0.01365000",
"lastQty": "2331.00000000",
"bidPrice": "0.01363000",
"bidQty": "71513.40000000",
"askPrice": "0.01375000",
"askQty": "38394.80000000",
"openPrice": "0.01424000",
"highPrice": "0.01425000",
"lowPrice": "0.01208000",
"volume": "1230614.30000000",
"quoteVolume": "16877.87628100",
"openTime": 1560210228567,
"closeTime": 1560296628567,
"firstId": 5908,
"lastId": 5995,
"count": 88
},
{
"symbol": "TFUELTUSD",
"priceChange": "-0.00029000",
"priceChangePercent": "-2.064",
"weightedAvgPrice": "0.01358160",
"prevClosePrice": "0.01418000",
"lastPrice": "0.01376000",
"lastQty": "190.70000000",
"bidPrice": "0.01364000",
"bidQty": "67724.90000000",
"askPrice": "0.01375000",
"askQty": "47272.70000000",
"openPrice": "0.01405000",
"highPrice": "0.01405000",
"lowPrice": "0.01303000",
"volume": "1897045.80000000",
"quoteVolume": "25764.91254200",
"openTime": 1560210232555,
"closeTime": 1560296632555,
"firstId": 9701,
"lastId": 9836,
"count": 136
},
{
"symbol": "TFUELPAX",
"priceChange": "-0.00035000",
"priceChangePercent": "-2.491",
"weightedAvgPrice": "0.01340426",
"prevClosePrice": "0.01401000",
"lastPrice": "0.01370000",
"lastQty": "730.00000000",
"bidPrice": "0.01364000",
"bidQty": "41720.80000000",
"askPrice": "0.01376000",
"askQty": "18728.50000000",
"openPrice": "0.01405000",
"highPrice": "0.01493000",
"lowPrice": "0.01315000",
"volume": "381946.10000000",
"quoteVolume": "5119.70428700",
"openTime": 1560210173853,
"closeTime": 1560296573853,
"firstId": 3215,
"lastId": 3255,
"count": 41
},
{
"symbol": "ONEBNB",
"priceChange": "-0.00008200",
"priceChangePercent": "-10.289",
"weightedAvgPrice": "0.00075398",
"prevClosePrice": "0.00079800",
"lastPrice": "0.00071500",
"lastQty": "51353.00000000",
"bidPrice": "0.00071400",
"bidQty": "3681.00000000",
"askPrice": "0.00071500",
"askQty": "100636.00000000",
"openPrice": "0.00079700",
"highPrice": "0.00080500",
"lowPrice": "0.00070000",
"volume": "155214517.00000000",
"quoteVolume": "117029.39136100",
"openTime": 1560210241888,
"closeTime": 1560296641888,
"firstId": 622209,
"lastId": 647025,
"count": 24817
},
{
"symbol": "ONEBTC",
"priceChange": "-0.00000030",
"priceChangePercent": "-9.375",
"weightedAvgPrice": "0.00000302",
"prevClosePrice": "0.00000320",
"lastPrice": "0.00000290",
"lastQty": "9910.00000000",
"bidPrice": "0.00000289",
"bidQty": "944766.00000000",
"askPrice": "0.00000290",
"askQty": "161583.00000000",
"openPrice": "0.00000320",
"highPrice": "0.00000322",
"lowPrice": "0.00000281",
"volume": "910684490.00000000",
"quoteVolume": "2750.03683503",
"openTime": 1560210238199,
"closeTime": 1560296638199,
"firstId": 1390419,
"lastId": 1435222,
"count": 44804
},
{
"symbol": "ONEUSDT",
"priceChange": "-0.00257000",
"priceChangePercent": "-10.102",
"weightedAvgPrice": "0.02370474",
"prevClosePrice": "0.02547000",
"lastPrice": "0.02287000",
"lastQty": "19990.00000000",
"bidPrice": "0.02281000",
"bidQty": "12657.10000000",
"askPrice": "0.02285000",
"askQty": "71369.00000000",
"openPrice": "0.02544000",
"highPrice": "0.02573000",
"lowPrice": "0.02220000",
"volume": "631028365.70000000",
"quoteVolume": "14958360.57240400",
"openTime": 1560210238458,
"closeTime": 1560296638458,
"firstId": 981615,
"lastId": 1014575,
"count": 32961
},
{
"symbol": "ONETUSD",
"priceChange": "-0.00253000",
"priceChangePercent": "-9.914",
"weightedAvgPrice": "0.02377527",
"prevClosePrice": "0.02550000",
"lastPrice": "0.02299000",
"lastQty": "5617.60000000",
"bidPrice": "0.02290000",
"bidQty": "16444.60000000",
"askPrice": "0.02304000",
"askQty": "34117.90000000",
"openPrice": "0.02552000",
"highPrice": "0.02573000",
"lowPrice": "0.02237000",
"volume": "9549010.30000000",
"quoteVolume": "227030.30916900",
"openTime": 1560210225069,
"closeTime": 1560296625069,
"firstId": 19776,
"lastId": 21130,
"count": 1355
},
{
"symbol": "ONEPAX",
"priceChange": "-0.00276000",
"priceChangePercent": "-10.718",
"weightedAvgPrice": "0.02359438",
"prevClosePrice": "0.02552000",
"lastPrice": "0.02299000",
"lastQty": "18347.20000000",
"bidPrice": "0.02284000",
"bidQty": "22156.60000000",
"askPrice": "0.02312000",
"askQty": "13535.30000000",
"openPrice": "0.02575000",
"highPrice": "0.02578000",
"lowPrice": "0.02242000",
"volume": "7045258.80000000",
"quoteVolume": "166228.50257800",
"openTime": 1560210228728,
"closeTime": 1560296628728,
"firstId": 12550,
"lastId": 13833,
"count": 1284
},
{
"symbol": "ONEUSDC",
"priceChange": "-0.00324000",
"priceChangePercent": "-12.366",
"weightedAvgPrice": "0.02384909",
"prevClosePrice": "0.02553000",
"lastPrice": "0.02296000",
"lastQty": "4976.60000000",
"bidPrice": "0.02287000",
"bidQty": "12657.10000000",
"askPrice": "0.02318000",
"askQty": "2010.80000000",
"openPrice": "0.02620000",
"highPrice": "0.02698000",
"lowPrice": "0.02219000",
"volume": "5513200.00000000",
"quoteVolume": "131484.79003500",
"openTime": 1560210239109,
"closeTime": 1560296639109,
"firstId": 15915,
"lastId": 16324,
"count": 410
},
{
"symbol": "FTMBNB",
"priceChange": "-0.00027900",
"priceChangePercent": "-21.462",
"weightedAvgPrice": "0.00118080",
"prevClosePrice": "0.00000000",
"lastPrice": "0.00102100",
"lastQty": "4178.00000000",
"bidPrice": "0.00102100",
"bidQty": "53090.00000000",
"askPrice": "0.00102800",
"askQty": "86783.00000000",
"openPrice": "0.00130000",
"highPrice": "0.00148900",
"lowPrice": "0.00091100",
"volume": "91600332.00000000",
"quoteVolume": "108162.12637800",
"openTime": 1560210242347,
"closeTime": 1560296642347,
"firstId": 0,
"lastId": 10046,
"count": 10047
},
{
"symbol": "FTMBTC",
"priceChange": "0.00000015",
"priceChangePercent": "3.750",
"weightedAvgPrice": "0.00000472",
"prevClosePrice": "0.00000000",
"lastPrice": "0.00000415",
"lastQty": "7571.00000000",
"bidPrice": "0.00000415",
"bidQty": "18772.00000000",
"askPrice": "0.00000416",
"askQty": "375803.00000000",
"openPrice": "0.00000400",
"highPrice": "0.00000562",
"lowPrice": "0.00000390",
"volume": "2006043884.00000000",
"quoteVolume": "9476.77885328",
"openTime": 1560210241698,
"closeTime": 1560296641698,
"firstId": 0,
"lastId": 124790,
"count": 124791
},
{
"symbol": "FTMUSDT",
"priceChange": "-0.00318000",
"priceChangePercent": "-8.858",
"weightedAvgPrice": "0.03686993",
"prevClosePrice": "0.00000000",
"lastPrice": "0.03272000",
"lastQty": "8648.00000000",
"bidPrice": "0.03272000",
"bidQty": "269.60000000",
"askPrice": "0.03276000",
"askQty": "228338.00000000",
"openPrice": "0.03590000",
"highPrice": "0.04500000",
"lowPrice": "0.03000000",
"volume": "763113706.40000000",
"quoteVolume": "28135948.22995100",
"openTime": 1560210242332,
"closeTime": 1560296642332,
"firstId": 0,
"lastId": 60921,
"count": 60922
},
{
"symbol": "FTMTUSD",
"priceChange": "-0.00701000",
"priceChangePercent": "-17.521",
"weightedAvgPrice": "0.03709871",
"prevClosePrice": "0.00000000",
"lastPrice": "0.03300000",
"lastQty": "2115.20000000",
"bidPrice": "0.03275000",
"bidQty": "31705.20000000",
"askPrice": "0.03331000",
"askQty": "9151.00000000",
"openPrice": "0.04001000",
"highPrice": "0.05000000",
"lowPrice": "0.02500000",
"volume": "5185500.90000000",
"quoteVolume": "192375.37978600",
"openTime": 1560210206035,
"closeTime": 1560296606035,
"firstId": 0,
"lastId": 1054,
"count": 1055
},
{
"symbol": "FTMPAX",
"priceChange": "-0.00786000",
"priceChangePercent": "-19.645",
"weightedAvgPrice": "0.03695218",
"prevClosePrice": "0.00000000",
"lastPrice": "0.03215000",
"lastQty": "1562.00000000",
"bidPrice": "0.03275000",
"bidQty": "17376.20000000",
"askPrice": "0.03366000",
"askQty": "1788.40000000",
"openPrice": "0.04001000",
"highPrice": "0.04485000",
"lowPrice": "0.03000000",
"volume": "1483649.10000000",
"quoteVolume": "54824.06712800",
"openTime": 1560210237873,
"closeTime": 1560296637873,
"firstId": 0,
"lastId": 326,
"count": 327
},
{
"symbol": "FTMUSDC",
"priceChange": "-0.00741000",
"priceChangePercent": "-18.525",
"weightedAvgPrice": "0.03838945",
"prevClosePrice": "0.00000000",
"lastPrice": "0.03259000",
"lastQty": "3582.70000000",
"bidPrice": "0.03273000",
"bidQty": "29780.80000000",
"askPrice": "0.03371000",
"askQty": "9359.70000000",
"openPrice": "0.04000000",
"highPrice": "0.05354000",
"lowPrice": "0.03000000",
"volume": "5006329.20000000",
"quoteVolume": "192190.22320100",
"openTime": 1560210238896,
"closeTime": 1560296638896,
"firstId": 0,
"lastId": 591,
"count": 592
}
],
"queryString": "",
"bodyParams": "\u003cnil\u003e",
"headers": {}
},
{
"data": {
"symbol": "BTCUSDT",
"priceChange": "-66.29000000",
"priceChangePercent": "-0.833",
"weightedAvgPrice": "7847.66848366",
"prevClosePrice": "7954.88000000",
"lastPrice": "7887.72000000",
"lastQty": "1.05713300",
"bidPrice": "7887.45000000",
"bidQty": "0.13037900",
"askPrice": "7887.72000000",
"askQty": "7.85449900",
"openPrice": "7954.01000000",
"highPrice": "8010.00000000",
"lowPrice": "7692.23000000",
"volume": "30443.06048900",
"quoteVolume": "238907046.34575619",
"openTime": 1560210506109,
"closeTime": 1560296906109,
"firstId": 134003738,
"lastId": 134313940,
"count": 310203
},
"queryString": "symbol=BTCUSDT",
"bodyParams": "\u003cnil\u003e",
"headers": {}
}
]
},
"/api/v1/trades": {
"GET": [
{
"data": [
{
"id": 134316261,
"price": "7889.90000000",
"qty": "0.00212800",
"quoteQty": "16.78970720",
"time": 1560297806779,
"isBuyerMaker": false,
"isBestMatch": true
},
{
"id": 134316262,
"price": "7888.66000000",
"qty": "0.02660000",
"quoteQty": "209.83835600",
"time": 1560297808410,
"isBuyerMaker": false,
"isBestMatch": true
},
{
"id": 134316263,
"price": "7888.66000000",
"qty": "0.10928300",
"quoteQty": "862.09643078",
"time": 1560297808410,
"isBuyerMaker": false,
"isBestMatch": true
},
{
"id": 134316264,
"price": "7888.66000000",
"qty": "0.02660000",
"quoteQty": "209.83835600",
"time": 1560297808414,
"isBuyerMaker": true,
"isBestMatch": true
},
{
"id": 134316265,
"price": "7887.72000000",
"qty": "0.09776000",
"quoteQty": "771.10350720",
"time": 1560297808414,
"isBuyerMaker": true,
"isBestMatch": true
},
{
"id": 134316266,
"price": "7887.72000000",
"qty": "0.01103000",
"quoteQty": "87.00155160",
"time": 1560297809203,
"isBuyerMaker": true,
"isBestMatch": true
},
{
"id": 134316267,
"price": "7887.72000000",
"qty": "0.01557000",
"quoteQty": "122.81180040",
"time": 1560297809587,
"isBuyerMaker": true,
"isBestMatch": true
},
{
"id": 134316268,
"price": "7887.70000000",
"qty": "0.01732700",
"quoteQty": "136.67017790",
"time": 1560297810038,
"isBuyerMaker": true,
"isBestMatch": true
},
{
"id": 134316269,
"price": "7887.70000000",
"qty": "0.00495100",
"quoteQty": "39.05200270",
"time": 1560297810495,
"isBuyerMaker": true,
"isBestMatch": true
},
{
"id": 134316270,
"price": "7887.38000000",
"qty": "0.06520200",
"quoteQty": "514.27295076",
"time": 1560297811181,
"isBuyerMaker": true,
"isBestMatch": true
},
{
"id": 134316271,
"price": "7887.67000000",
"qty": "0.00148600",
"quoteQty": "11.72107762",
"time": 1560297812185,
"isBuyerMaker": false,
"isBestMatch": true
},
{
"id": 134316272,
"price": "7887.67000000",
"qty": "0.01019300",
"quoteQty": "80.39902031",
"time": 1560297813510,
"isBuyerMaker": false,
"isBestMatch": true
},
{
"id": 134316273,
"price": "7887.67000000",
"qty": "0.00000100",
"quoteQty": "0.00788767",
"time": 1560297813535,
"isBuyerMaker": false,
"isBestMatch": true
},
{
"id": 134316274,
"price": "7889.05000000",
"qty": "0.13062200",
"quoteQty": "1030.48348910",
"time": 1560297814605,
"isBuyerMaker": false,
"isBestMatch": true
},
{
"id": 134316275,
"price": "7889.72000000",
"qty": "0.00837800",
"quoteQty": "66.10007416",
"time": 1560297814605,
"isBuyerMaker": false,
"isBestMatch": true
}
],
"queryString": "limit=15\u0026symbol=BTCUSDT",
"bodyParams": "\u003cnil\u003e",
"headers": {}
}
]
},
"/api/v3/account": {
"GET": [
{
"data": {
"makerCommission": 10,
"takerCommission": 10,
"buyerCommission": 0,
"sellerCommission": 0,
"canTrade": true,
"canWithdraw": true,
"canDeposit": true,
"updateTime": 1517434535027,
"accountType": "MARGIN",
"balances": [
{
"asset": "BTC",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "LTC",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "ETH",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "NEO",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "BNB",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "QTUM",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "EOS",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "SNT",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "BNT",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "GAS",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "BCC",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "USDT",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "HSR",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "OAX",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "DNT",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "MCO",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "ICN",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "ZRX",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "OMG",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "WTC",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "YOYO",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "LRC",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "TRX",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "SNGLS",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "STRAT",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "BQX",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "FUN",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "KNC",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "CDT",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "XVG",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "IOTA",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "SNM",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "LINK",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "CVC",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "TNT",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "REP",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "MDA",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "MTL",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "SALT",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "NULS",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "SUB",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "MTH",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "ADX",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "ETC",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "ENG",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "ZEC",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "AST",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "GNT",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "DGD",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "BAT",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "DASH",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "POWR",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "BTG",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "REQ",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "XMR",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "EVX",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "VIB",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "ENJ",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "VEN",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "ARK",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "XRP",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "MOD",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "STORJ",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "KMD",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "RCN",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "EDO",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "DATA",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "DLT",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "MANA",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "PPT",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "RDN",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "GXS",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "AMB",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "ARN",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "BCPT",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "CND",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "GVT",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "POE",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "BTS",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "FUEL",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "XZC",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "QSP",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "LSK",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "BCD",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "TNB",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "ADA",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "LEND",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "XLM",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "CMT",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "WAVES",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "WABI",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "GTO",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "ICX",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "OST",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "ELF",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "AION",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "WINGS",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "BRD",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "NEBL",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "NAV",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "VIBE",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "LUN",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "TRIG",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "APPC",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "CHAT",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "RLC",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "INS",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "PIVX",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "IOST",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "STEEM",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "NANO",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "AE",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "VIA",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "BLZ",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "SYS",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "RPX",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "NCASH",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "POA",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "ONT",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "ZIL",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "STORM",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "XEM",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "WAN",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "WPR",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "QLC",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "GRS",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "CLOAK",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "LOOM",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "BCN",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "TUSD",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "ZEN",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "SKY",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "THETA",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "IOTX",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "QKC",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "AGI",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "NXS",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "SC",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "NPXS",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "KEY",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "NAS",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "MFT",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "DENT",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "ARDR",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "HOT",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "VET",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "DOCK",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "POLY",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "ONG",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "PHX",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "HC",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "GO",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "PAX",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "RVN",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "DCR",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "USDC",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "MITH",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "BCHABC",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "BCHSV",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "REN",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "BTT",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "USDS",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "FET",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "TFUEL",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "CELR",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "MATIC",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "ATOM",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "PHB",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "ONE",
"free": "0.00000000",
"locked": "0.00000000"
},
{
"asset": "FTM",
"free": "0.00000000",
"locked": "0.00000000"
}
]
},
"queryString": "recvWindow=5000\u0026signature=7cae6f0626a72d9331edf09a1905f16ee424cb0b9b884d09000b490c4142c207\u0026timestamp=1560296073000",
"bodyParams": "",
"headers": {
"X-Mbx-Apikey": [
""
]
}
}
]
},
"/api/v3/allOrders": {
"GET": [
{
"data": [
{
"symbol": "LTCBTC",
"orderId": 1,
"clientOrderId": "mySuperOrderOfAwesome",
"price": "0.1",
"origQty": "1.0",
"executedQty": "0.0",
"cummulativeQuoteQty": "0.0",
"status": "NEW",
"timeInForce": "GTC",
"type": "LIMIT",
"side": "BUY",
"stopPrice": "0.0",
"icebergQty": "0.0",
"time": 1499827319559,
"updateTime": 1499827319559,
"isWorking": true
}
],
"queryString": "limit=1000\u0026recvWindow=5000\u0026signature=4c63d8c6c56c8376c43df8bae65c19bc5c45677e501f8cf07227c7061d40ab28\u0026symbol=LTCBTC\u0026timestamp=1560295613000",
"bodyParams": "",
"headers": {
"X-Mbx-Apikey": [
""
]
}
},
{
"data": [
{
"symbol": "LTCBTC",
"orderId": 1,
"clientOrderId": "myOrder1",
"price": "0.1",
"origQty": "1.0",
"executedQty": "0.0",
"cummulativeQuoteQty": "0.0",
"status": "NEW",
"timeInForce": "GTC",
"type": "LIMIT",
"side": "BUY",
"stopPrice": "0.0",
"icebergQty": "0.0",
"time": 1499827319559,
"updateTime": 1499827319559,
"isWorking": true
}
],
"queryString": "recvWindow=5000\u0026signature=ffa80a00a4ac2e29493e2d7b36df11de1e4b63f4f0cc584cfeaf1709a6478dc1\u0026symbol=BTCUSDT\u0026timestamp=1560296162000",
"bodyParams": "",
"headers": {
"X-Mbx-Apikey": [
""
]
}
}
]
},
"/api/v3/avgPrice": {
"GET": [
{
"data": {
"mins": 5,
"price": "7889.05325623"
},
"queryString": "symbol=BTCUSDT",
"bodyParams": "\u003cnil\u003e",
"headers": {}
}
]
},
"/api/v3/openOrders": {
"GET": [
{
"data": [
{
"symbol": "LTCBTC",
"orderId": 1,
"clientOrderId": "myOrder1",
"price": "0.1",
"origQty": "1.0",
"executedQty": "0.0",
"cummulativeQuoteQty": "0.0",
"status": "NEW",
"timeInForce": "GTC",
"type": "LIMIT",
"side": "BUY",
"stopPrice": "0.0",
"icebergQty": "0.0",
"time": 1499827319559,
"updateTime": 1499827319559,
"isWorking": true
}
],
"queryString": "recvWindow=5000\u0026signature=0351f91c920dc08244977c888946962df9c39add182cfc400041a29dc41931ac\u0026timestamp=1560235137000",
"bodyParams": "",
"headers": {
"Key": [
""
],
"X-Mbx-Apikey": [
""
]
}
},
{
"data": [
{
"symbol": "LTCBTC",
"orderId": 1,
"clientOrderId": "superDuperOpenOrder",
"price": "0.1",
"origQty": "1.0",
"executedQty": "0.0",
"cummulativeQuoteQty": "0.0",
"status": "NEW",
"timeInForce": "GTC",
"type": "LIMIT",
"side": "BUY",
"stopPrice": "0.0",
"icebergQty": "0.0",
"time": 1499827319559,
"updateTime": 1499827319559,
"isWorking": true
}
],
"queryString": "recvWindow=5000\u0026signature=7ec10254280461f4ac9abaaad60afddf3f0ffeccf7aa5f8269174faea27751da\u0026symbol=LTCBTC\u0026timestamp=1560295910000",
"bodyParams": "",
"headers": {
"X-Mbx-Apikey": [
""
]
}
},
{
"data": [
{
"symbol": "BTCUDT",
"orderId": 1,
"clientOrderId": "meowOrder",
"price": "0.1",
"origQty": "1.0",
"executedQty": "0.0",
"cummulativeQuoteQty": "0.0",
"status": "NEW",
"timeInForce": "GTC",
"type": "LIMIT",
"side": "BUY",
"stopPrice": "0.0",
"icebergQty": "0.0",
"time": 1499827319559,
"updateTime": 1499827319559,
"isWorking": true
}
],
"queryString": "recvWindow=5000\u0026signature=d202904fe292b81d5fbb334ac7322bfbdb8472074c05f5a78b946232b197cd8a\u0026symbol=BTCUSDT\u0026timestamp=1560296250000",
"bodyParams": "",
"headers": {
"X-Mbx-Apikey": [
""
]
}
}
]
},
"/api/v3/order": {
"DELETE": [
{
"data": {
"symbol": "LTCBTC",
"orderId": 28,
"origClientOrderId": "myOrder1",
"clientOrderId": "cancelMyOrder1",
"transactTime": 1507725176595,
"price": "1.00000000",
"origQty": "10.00000000",
"executedQty": "8.00000000",
"cummulativeQuoteQty": "8.00000000",
"status": "CANCELED",
"timeInForce": "GTC",
"type": "LIMIT",
"side": "SELL"
},
"queryString": "orderId=1\u0026origClientOrderId=1\u0026recvWindow=5000\u0026signature=1fc17bbf196e99c41a3fdc5c333aa963d3a059b00bef547b35734d2c0bb950e4\u0026symbol=LTCBTC\u0026timestamp=1560235422000",
"bodyParams": "",
"headers": {
"Key": [
""
],
"X-Mbx-Apikey": [
""
]
}
},
{
"data": {
"symbol": "LTCBTC",
"orderId": 28,
"origClientOrderId": "myOrder1",
"clientOrderId": "cancelMyOrder1",
"transactTime": 1507725176595,
"price": "1.00000000",
"origQty": "10.00000000",
"executedQty": "8.00000000",
"cummulativeQuoteQty": "8.00000000",
"status": "CANCELED",
"timeInForce": "GTC",
"type": "LIMIT",
"side": "SELL"
},
"queryString": "orderId=1\u0026recvWindow=5000\u0026signature=1fc17bbf196e99c41a3fdc5c333aa963d3a059b00bef547b35734d2c0bb950e4\u0026symbol=LTCBTC\u0026timestamp=1560235422000",
"bodyParams": "",
"headers": {
"Key": [
""
],
"X-Mbx-Apikey": [
""
]
}
}
],
"GET": [
{
"data": {
"symbol": "BTCUSDT",
"orderId": 1337,
"clientOrderId": "eliteOrder",
"price": "0.1",
"origQty": "1.0",
"executedQty": "0.0",
"cummulativeQuoteQty": "0.0",
"status": "NEW",
"timeInForce": "GTC",
"type": "LIMIT",
"side": "BUY",
"stopPrice": "0.0",
"icebergQty": "0.0",
"time": 1499827319559,
"updateTime": 1499827319559,
"isWorking": true
},
"queryString": "orderId=1337\u0026recvWindow=5000\u0026signature=0dffb798f0ecba6292e5b5fc9e86027c4d85733c6ff6edd5dbb9be2f7e48f6a6\u0026symbol=BTCUSDT\u0026timestamp=1560296399000",
"bodyParams": "",
"headers": {
"X-Mbx-Apikey": [
""
]
}
}
],
"POST": [
{
"data": {},
"queryString": "quantity=1\u0026recvWindow=5000\u0026side=BUY\u0026signature=d122bfd46f4dcf8dda98974aed14221916aabc050a6aa30194d124e81ffe7f44\u0026symbol=LTCBTC\u0026timeInForce=GTC\u0026timestamp=1560236466000\u0026type=MARKET",
"bodyParams": "",
"headers": {
"Key": [
""
],
"X-Mbx-Apikey": [
""
]
}
}
]
},
"/api/v3/ticker/bookTicker": {
"GET": [
{
"data": {
"symbol": "BTCUSDT",
"bidPrice": "7888.64000000",
"bidQty": "0.02534600",
"askPrice": "7890.50000000",
"askQty": "0.13300500"
},
"queryString": "symbol=BTCUSDT",
"bodyParams": "\u003cnil\u003e",
"headers": {}
}
]
},
"/api/v3/ticker/price": {
"GET": [
{
"data": {
"symbol": "BTCUSDT",
"price": "7888.64000000"
},
"queryString": "symbol=BTCUSDT",
"bodyParams": "\u003cnil\u003e",
"headers": {}
}
]
},
"/wapi/v3/depositAddress.html": {
"GET": [
{
"data": {
"address": "1H5qe5xK5fCcEHGhww7jsoBMZRYSzVDz9V",
"success": true,
"addressTag": "",
"asset": "BTC"
},
"queryString": "asset=BTC\u0026recvWindow=5000\u0026signature=e94a8205dc67343a7bb482c4b4c65cb48abbca60b3009ee139e8c221f0271e6a\u0026status=true\u0026timestamp=1560233327000",
"bodyParams": "",
"headers": {
"Key": [
""
],
"X-Mbx-Apikey": [
""
]
}
}
]
},
"/wapi/v3/withdraw.html": {
"POST": [
{
"data": {
"msg": "success",
"success": true,
"id": "7213fea8e94b4a5593d507237e5a555b"
},
"queryString": "address=1F5zVDgNjorJ51oGebSvNCrSAHpwGkUdDB\u0026amount=0\u0026asset=BTC\u0026name=WITHDRAW+IT+ALL\u0026recvWindow=5000\u0026signature=bec597908e6d2c223790cac9ca46300109216e056690a3f10a279b9eecc97e7e\u0026timestamp=1560233386000",
"bodyParams": "",
"headers": {
"Key": [
""
],
"X-Mbx-Apikey": [
""
]
}
}
]
}
}
}