diff --git a/examples/functions/01_basic_oracle/Anchor.toml b/examples/functions/01_basic_oracle/Anchor.toml index 8965cf7..6894a27 100644 --- a/examples/functions/01_basic_oracle/Anchor.toml +++ b/examples/functions/01_basic_oracle/Anchor.toml @@ -16,7 +16,7 @@ wallet = "~/.config/solana/id.json" test = "pnpm exec ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts" [test.validator] -url = "https://api.devnet.solana.com" +url = "https://switchbo-switchbo-6225.devnet.rpcpool.com/f6fb9f02-0777-498b-b8f5-67cbb1fc0d14" [test] startup_wait = 15000 diff --git a/examples/functions/01_basic_oracle/Cargo.lock b/examples/functions/01_basic_oracle/Cargo.lock index 124229e..66ff843 100644 --- a/examples/functions/01_basic_oracle/Cargo.lock +++ b/examples/functions/01_basic_oracle/Cargo.lock @@ -3938,7 +3938,9 @@ dependencies = [ [[package]] name = "switchboard-solana" -version = "0.5.2" +version = "0.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "479a634d1ceb41224c020c25c07febf68c3a8c65d688d6c487ebc754d893dc18" dependencies = [ "anchor-client", "anchor-lang", diff --git a/examples/functions/01_basic_oracle/Cargo.toml b/examples/functions/01_basic_oracle/Cargo.toml index 3247cc3..e37cfa8 100644 --- a/examples/functions/01_basic_oracle/Cargo.toml +++ b/examples/functions/01_basic_oracle/Cargo.toml @@ -18,5 +18,5 @@ default = [] [dependencies] # anchor-lang = "0.28.0" -# switchboard-solana = "0.5.2" -switchboard-solana = { version = "0.5.2", path = "../../../rust/switchboard-solana" } +switchboard-solana = "0.5.3" +# switchboard-solana = { path = "../../../rust/switchboard-solana" } diff --git a/examples/functions/01_basic_oracle/binance.exchangeInfo.json b/examples/functions/01_basic_oracle/binance.exchangeInfo.json new file mode 100644 index 0000000..1307a12 --- /dev/null +++ b/examples/functions/01_basic_oracle/binance.exchangeInfo.json @@ -0,0 +1,175556 @@ +{ + "timezone": "UTC", + "serverTime": 1687223370964, + "rateLimits": [ + { + "rateLimitType": "REQUEST_WEIGHT", + "interval": "MINUTE", + "intervalNum": 1, + "limit": 1200 + }, + { + "rateLimitType": "ORDERS", + "interval": "SECOND", + "intervalNum": 10, + "limit": 50 + }, + { + "rateLimitType": "ORDERS", + "interval": "DAY", + "intervalNum": 1, + "limit": 160000 + }, + { + "rateLimitType": "RAW_REQUESTS", + "interval": "MINUTE", + "intervalNum": 5, + "limit": 6100 + } + ], + "exchangeFilters": [], + "symbols": [ + { + "symbol": "ETHBTC", + "status": "TRADING", + "baseAsset": "ETH", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "922327.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00010000", + "maxQty": "100000.00000000", + "stepSize": "0.00010000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3844.66703673", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": [ + "SPOT", + "MARGIN", + "TRD_GRP_004", + "TRD_GRP_005", + "TRD_GRP_006" + ], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LTCBTC", + "status": "TRADING", + "baseAsset": "LTC", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "100000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "100000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5764.69566111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": [ + "SPOT", + "MARGIN", + "TRD_GRP_004", + "TRD_GRP_005", + "TRD_GRP_006" + ], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BNBBTC", + "status": "TRADING", + "baseAsset": "BNB", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "100000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "100000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4147.54716388", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": [ + "SPOT", + "MARGIN", + "TRD_GRP_004", + "TRD_GRP_005", + "TRD_GRP_006" + ], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NEOBTC", + "status": "TRADING", + "baseAsset": "NEO", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "100000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "100000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4349.97083333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "QTUMETH", + "status": "TRADING", + "baseAsset": "QTUM", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1503.87027777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "EOSETH", + "status": "TRADING", + "baseAsset": "EOS", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "19689.99819444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SNTETH", + "status": "TRADING", + "baseAsset": "SNT", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "663193.91736111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BNTETH", + "status": "TRADING", + "baseAsset": "BNT", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "28316.99534722", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BCCBTC", + "status": "BREAK", + "baseAsset": "BCC", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "92141578.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GASBTC", + "status": "TRADING", + "baseAsset": "GAS", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "7747.31319444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BNBETH", + "status": "TRADING", + "baseAsset": "BNB", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "9000000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "963.33622986", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": [ + "SPOT", + "MARGIN", + "TRD_GRP_004", + "TRD_GRP_005", + "TRD_GRP_006" + ], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTCUSDT", + "status": "TRADING", + "baseAsset": "BTC", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "1000000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "9000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "156.14591637", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": [ + "SPOT", + "MARGIN", + "TRD_GRP_004", + "TRD_GRP_005", + "TRD_GRP_006" + ], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ETHUSDT", + "status": "TRADING", + "baseAsset": "ETH", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "1000000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00010000", + "maxQty": "9000.00000000", + "stepSize": "0.00010000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2579.43479895", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": [ + "SPOT", + "MARGIN", + "TRD_GRP_004", + "TRD_GRP_005", + "TRD_GRP_006" + ], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "HSRBTC", + "status": "BREAK", + "baseAsset": "HSR", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "OAXETH", + "status": "BREAK", + "baseAsset": "OAX", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "579591.88919668", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DNTETH", + "status": "BREAK", + "baseAsset": "DNT", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4194220.05124836", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MCOETH", + "status": "BREAK", + "baseAsset": "MCO", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "6660.95529820", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ICNETH", + "status": "BREAK", + "baseAsset": "ICN", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MCOBTC", + "status": "BREAK", + "baseAsset": "MCO", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "27097.31944518", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WTCBTC", + "status": "TRADING", + "baseAsset": "WTC", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "43875.57847222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WTCETH", + "status": "BREAK", + "baseAsset": "WTC", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "28248.67398611", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LRCBTC", + "status": "TRADING", + "baseAsset": "LRC", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "79089.82013888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LRCETH", + "status": "TRADING", + "baseAsset": "LRC", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "43959.55138888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "QTUMBTC", + "status": "TRADING", + "baseAsset": "QTUM", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "6859.47770833", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "YOYOBTC", + "status": "BREAK", + "baseAsset": "YOYO", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "27238301.91805555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "OMGBTC", + "status": "BREAK", + "baseAsset": "OMG", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "8486.90736111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "OMGETH", + "status": "BREAK", + "baseAsset": "OMG", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "6902.31914008", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ZRXBTC", + "status": "TRADING", + "baseAsset": "ZRX", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "32341.64861111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ZRXETH", + "status": "BREAK", + "baseAsset": "ZRX", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "30787.51733703", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "STRATBTC", + "status": "BREAK", + "baseAsset": "STRAT", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "222217.01315789", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "STRATETH", + "status": "BREAK", + "baseAsset": "STRAT", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "75043.65373961", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SNGLSBTC", + "status": "BREAK", + "baseAsset": "SNGLS", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "69235100.97256515", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SNGLSETH", + "status": "BREAK", + "baseAsset": "SNGLS", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "6821000.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BQXBTC", + "status": "BREAK", + "baseAsset": "BQX", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "106190.15178571", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BQXETH", + "status": "BREAK", + "baseAsset": "BQX", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "10.00000000", + "maxPrice": "1000.00000000", + "tickSize": "10.00000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "10.00000000", + "maxQty": "90000000.00000000", + "stepSize": "10.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "24348.24047619", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "KNCBTC", + "status": "TRADING", + "baseAsset": "KNC", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "39191.78027777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "KNCETH", + "status": "BREAK", + "baseAsset": "KNC", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "10614.90887656", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FUNBTC", + "status": "BREAK", + "baseAsset": "FUN", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "36380417.34743589", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FUNETH", + "status": "TRADING", + "baseAsset": "FUN", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1735258.37291666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SNMBTC", + "status": "TRADING", + "baseAsset": "SNM", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "47499.87430555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SNMETH", + "status": "BREAK", + "baseAsset": "SNM", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1829203.54309166", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NEOETH", + "status": "TRADING", + "baseAsset": "NEO", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "687.47690277", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "IOTABTC", + "status": "TRADING", + "baseAsset": "IOTA", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "132350.56111111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "IOTAETH", + "status": "TRADING", + "baseAsset": "IOTA", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "52901.94375000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LINKBTC", + "status": "TRADING", + "baseAsset": "LINK", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "35185.50104861", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LINKETH", + "status": "TRADING", + "baseAsset": "LINK", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "14081.95484722", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XVGBTC", + "status": "BREAK", + "baseAsset": "XVG", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "84985104.30869001", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XVGETH", + "status": "TRADING", + "baseAsset": "XVG", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "7730588.78819444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SALTBTC", + "status": "BREAK", + "baseAsset": "SALT", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SALTETH", + "status": "BREAK", + "baseAsset": "SALT", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MDABTC", + "status": "BREAK", + "baseAsset": "MDA", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "53423.13278008", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MDAETH", + "status": "BREAK", + "baseAsset": "MDA", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "64204.76763485", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MTLBTC", + "status": "TRADING", + "baseAsset": "MTL", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "22406.65500000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MTLETH", + "status": "TRADING", + "baseAsset": "MTL", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "8926.18993055", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SUBBTC", + "status": "BREAK", + "baseAsset": "SUB", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SUBETH", + "status": "BREAK", + "baseAsset": "SUB", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "EOSBTC", + "status": "TRADING", + "baseAsset": "EOS", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "109475.20536111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SNTBTC", + "status": "TRADING", + "baseAsset": "SNT", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1948567.84513888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ETCETH", + "status": "TRADING", + "baseAsset": "ETC", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "691.51395138", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ETCBTC", + "status": "TRADING", + "baseAsset": "ETC", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5049.73386805", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MTHBTC", + "status": "BREAK", + "baseAsset": "MTH", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5990495.38333333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MTHETH", + "status": "BREAK", + "baseAsset": "MTH", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4024565.56561680", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ENGBTC", + "status": "BREAK", + "baseAsset": "ENG", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "346429.68424705", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ENGETH", + "status": "BREAK", + "baseAsset": "ENG", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "106409.34420541", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DNTBTC", + "status": "BREAK", + "baseAsset": "DNT", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "337471.53092783", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ZECBTC", + "status": "TRADING", + "baseAsset": "ZEC", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "10000000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2106.81628541", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ZECETH", + "status": "TRADING", + "baseAsset": "ZEC", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "9000000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "306.82955000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BNTBTC", + "status": "TRADING", + "baseAsset": "BNT", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "7725.72666666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ASTBTC", + "status": "TRADING", + "baseAsset": "AST", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "152391.33750000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ASTETH", + "status": "BREAK", + "baseAsset": "AST", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1647992.92817680", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DASHBTC", + "status": "TRADING", + "baseAsset": "DASH", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "10000000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "845.75742430", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DASHETH", + "status": "TRADING", + "baseAsset": "DASH", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "9000000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "186.27367430", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "OAXBTC", + "status": "TRADING", + "baseAsset": "OAX", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "60451.80694444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ICNBTC", + "status": "BREAK", + "baseAsset": "ICN", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTGBTC", + "status": "BREAK", + "baseAsset": "BTG", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "589.45461439", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTGETH", + "status": "BREAK", + "baseAsset": "BTG", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "8000.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "EVXBTC", + "status": "BREAK", + "baseAsset": "EVX", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "256432.29230769", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "EVXETH", + "status": "BREAK", + "baseAsset": "EVX", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "54165.71507607", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "REQBTC", + "status": "TRADING", + "baseAsset": "REQ", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "97613.92777777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "REQETH", + "status": "BREAK", + "baseAsset": "REQ", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "13272860.00818554", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "VIBBTC", + "status": "TRADING", + "baseAsset": "VIB", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "158867.48472222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "VIBETH", + "status": "BREAK", + "baseAsset": "VIB", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "53788.74341192", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "HSRETH", + "status": "BREAK", + "baseAsset": "HSR", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TRXBTC", + "status": "TRADING", + "baseAsset": "TRX", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "8971575.65277777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TRXETH", + "status": "TRADING", + "baseAsset": "TRX", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "904758.90972222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "POWRBTC", + "status": "TRADING", + "baseAsset": "POWR", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "72951.33819444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "POWRETH", + "status": "TRADING", + "baseAsset": "POWR", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "56928.39791666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ARKBTC", + "status": "BREAK", + "baseAsset": "ARK", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "122375.37335058", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ARKETH", + "status": "BREAK", + "baseAsset": "ARK", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "154277.54373444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "YOYOETH", + "status": "BREAK", + "baseAsset": "YOYO", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "7287900.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XRPBTC", + "status": "TRADING", + "baseAsset": "XRP", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2829136.62847222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": [ + "SPOT", + "MARGIN", + "TRD_GRP_004", + "TRD_GRP_005", + "TRD_GRP_006" + ], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XRPETH", + "status": "TRADING", + "baseAsset": "XRP", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "342621.03958333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": [ + "SPOT", + "MARGIN", + "TRD_GRP_004", + "TRD_GRP_005", + "TRD_GRP_006" + ], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MODBTC", + "status": "BREAK", + "baseAsset": "MOD", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MODETH", + "status": "BREAK", + "baseAsset": "MOD", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ENJBTC", + "status": "TRADING", + "baseAsset": "ENJ", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "48648.81187500", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ENJETH", + "status": "TRADING", + "baseAsset": "ENJ", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "17687.40375000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "STORJBTC", + "status": "TRADING", + "baseAsset": "STORJ", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "37639.52083333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "STORJETH", + "status": "BREAK", + "baseAsset": "STORJ", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "48567.91539528", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BNBUSDT", + "status": "TRADING", + "baseAsset": "BNB", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "100000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "900000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "14032.87850902", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": [ + "SPOT", + "MARGIN", + "TRD_GRP_004", + "TRD_GRP_005", + "TRD_GRP_006" + ], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "VENBNB", + "status": "BREAK", + "baseAsset": "VEN", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "10000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "YOYOBNB", + "status": "BREAK", + "baseAsset": "YOYO", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "915300.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "POWRBNB", + "status": "BREAK", + "baseAsset": "POWR", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "303545.15988935", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "VENBTC", + "status": "BREAK", + "baseAsset": "VEN", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "VENETH", + "status": "BREAK", + "baseAsset": "VEN", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "KMDBTC", + "status": "TRADING", + "baseAsset": "KMD", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "55667.55555555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "KMDETH", + "status": "BREAK", + "baseAsset": "KMD", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "25843.37355584", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NULSBNB", + "status": "BREAK", + "baseAsset": "NULS", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "91428.62181070", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RCNBTC", + "status": "BREAK", + "baseAsset": "RCN", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "803799.02361111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RCNETH", + "status": "BREAK", + "baseAsset": "RCN", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "435456.15552524", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RCNBNB", + "status": "BREAK", + "baseAsset": "RCN", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "365418.29452055", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NULSBTC", + "status": "TRADING", + "baseAsset": "NULS", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "59627.63611111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NULSETH", + "status": "BREAK", + "baseAsset": "NULS", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "122971.18207088", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RDNBTC", + "status": "BREAK", + "baseAsset": "RDN", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "195305.84743589", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RDNETH", + "status": "BREAK", + "baseAsset": "RDN", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "638341.34782609", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RDNBNB", + "status": "BREAK", + "baseAsset": "RDN", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "242272.18440367", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XMRBTC", + "status": "TRADING", + "baseAsset": "XMR", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "10000000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2144.20661944", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XMRETH", + "status": "TRADING", + "baseAsset": "XMR", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "9000000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "813.87536805", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DLTBNB", + "status": "BREAK", + "baseAsset": "DLT", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "519749.71972789", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WTCBNB", + "status": "BREAK", + "baseAsset": "WTC", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "18551.05576923", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DLTBTC", + "status": "BREAK", + "baseAsset": "DLT", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1114279.81899871", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DLTETH", + "status": "BREAK", + "baseAsset": "DLT", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "386323.48021828", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AMBBTC", + "status": "TRADING", + "baseAsset": "AMB", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "19158937.52708333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AMBETH", + "status": "BREAK", + "baseAsset": "AMB", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2523478.72790055", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AMBBNB", + "status": "BREAK", + "baseAsset": "AMB", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1213944.38271605", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BCCETH", + "status": "BREAK", + "baseAsset": "BCC", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "9000000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BCCUSDT", + "status": "BREAK", + "baseAsset": "BCC", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "90000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BCCBNB", + "status": "BREAK", + "baseAsset": "BCC", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "900000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BATBTC", + "status": "TRADING", + "baseAsset": "BAT", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "54820.13611111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BATETH", + "status": "TRADING", + "baseAsset": "BAT", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "29694.68402777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BATBNB", + "status": "BREAK", + "baseAsset": "BAT", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "51424.57364771", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BCPTBTC", + "status": "BREAK", + "baseAsset": "BCPT", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1891193.90562110", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BCPTETH", + "status": "BREAK", + "baseAsset": "BCPT", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1431504.26795580", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BCPTBNB", + "status": "BREAK", + "baseAsset": "BCPT", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1291715.81340342", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ARNBTC", + "status": "BREAK", + "baseAsset": "ARN", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1328316.18675958", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ARNETH", + "status": "BREAK", + "baseAsset": "ARN", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "573182.64415042", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GVTBTC", + "status": "BREAK", + "baseAsset": "GVT", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "27065.89499358", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GVTETH", + "status": "BREAK", + "baseAsset": "GVT", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "36152.58389736", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CDTBTC", + "status": "BREAK", + "baseAsset": "CDT", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1537761.87532808", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CDTETH", + "status": "BREAK", + "baseAsset": "CDT", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "497672.94225721", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GXSBTC", + "status": "BREAK", + "baseAsset": "GXS", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "27295.48333333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GXSETH", + "status": "BREAK", + "baseAsset": "GXS", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "29905.23846153", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NEOUSDT", + "status": "TRADING", + "baseAsset": "NEO", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "14299.66320833", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NEOBNB", + "status": "TRADING", + "baseAsset": "NEO", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "10000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1114.87720138", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "POEBTC", + "status": "BREAK", + "baseAsset": "POE", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "92141578.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "POEETH", + "status": "BREAK", + "baseAsset": "POE", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "23475960.29002625", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "QSPBTC", + "status": "BREAK", + "baseAsset": "QSP", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1460578.44536652", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "QSPETH", + "status": "BREAK", + "baseAsset": "QSP", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "554074.83440308", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "QSPBNB", + "status": "BREAK", + "baseAsset": "QSP", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2329700.17397260", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTSBTC", + "status": "BREAK", + "baseAsset": "BTS", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "6903318.68611111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTSETH", + "status": "BREAK", + "baseAsset": "BTS", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "853193.69806094", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTSBNB", + "status": "BREAK", + "baseAsset": "BTS", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "803100.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XZCBTC", + "status": "BREAK", + "baseAsset": "XZC", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "10927.49633333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XZCETH", + "status": "BREAK", + "baseAsset": "XZC", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2290.88311111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XZCBNB", + "status": "BREAK", + "baseAsset": "XZC", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "10000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2951.44461224", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LSKBTC", + "status": "TRADING", + "baseAsset": "LSK", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "17157.66965277", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LSKETH", + "status": "TRADING", + "baseAsset": "LSK", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "13022.83069444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LSKBNB", + "status": "BREAK", + "baseAsset": "LSK", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "17622.82373806", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TNTBTC", + "status": "BREAK", + "baseAsset": "TNT", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "11542510.07346939", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TNTETH", + "status": "BREAK", + "baseAsset": "TNT", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3325056.69806094", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FUELBTC", + "status": "BREAK", + "baseAsset": "FUEL", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "92141578.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FUELETH", + "status": "BREAK", + "baseAsset": "FUEL", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "24424800.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MANABTC", + "status": "TRADING", + "baseAsset": "MANA", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "158004.96527777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MANAETH", + "status": "TRADING", + "baseAsset": "MANA", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "30404.16319444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BCDBTC", + "status": "BREAK", + "baseAsset": "BCD", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "72247.64819444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BCDETH", + "status": "BREAK", + "baseAsset": "BCD", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "9000000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "223361.26924734", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DGDBTC", + "status": "BREAK", + "baseAsset": "DGD", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "10000000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1763.44295413", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DGDETH", + "status": "BREAK", + "baseAsset": "DGD", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "9000000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "6197.38263696", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "IOTABNB", + "status": "TRADING", + "baseAsset": "IOTA", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "49599.57916666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ADXBTC", + "status": "TRADING", + "baseAsset": "ADX", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "78472.50277777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ADXETH", + "status": "TRADING", + "baseAsset": "ADX", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "50171.70069444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ADXBNB", + "status": "BREAK", + "baseAsset": "ADX", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "218000.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ADABTC", + "status": "TRADING", + "baseAsset": "ADA", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1076199.43736111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005", "TRD_GRP_006"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ADAETH", + "status": "TRADING", + "baseAsset": "ADA", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "305455.86666666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005", "TRD_GRP_006"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PPTBTC", + "status": "BREAK", + "baseAsset": "PPT", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "67692.10277777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PPTETH", + "status": "BREAK", + "baseAsset": "PPT", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "138424.27566482", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CMTBTC", + "status": "BREAK", + "baseAsset": "CMT", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "10813887.88888889", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CMTETH", + "status": "BREAK", + "baseAsset": "CMT", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "938537.48854962", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CMTBNB", + "status": "BREAK", + "baseAsset": "CMT", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3320062.49802891", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XLMBTC", + "status": "TRADING", + "baseAsset": "XLM", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1549876.05277777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XLMETH", + "status": "TRADING", + "baseAsset": "XLM", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "155902.66944444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XLMBNB", + "status": "TRADING", + "baseAsset": "XLM", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "137327.12847222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CNDBTC", + "status": "BREAK", + "baseAsset": "CND", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "83526436.68611111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CNDETH", + "status": "BREAK", + "baseAsset": "CND", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5561367.78095238", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CNDBNB", + "status": "BREAK", + "baseAsset": "CND", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2682800.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LENDBTC", + "status": "BREAK", + "baseAsset": "LEND", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1275781.76891048", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LENDETH", + "status": "BREAK", + "baseAsset": "LEND", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "270341.69375000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WABIBTC", + "status": "BREAK", + "baseAsset": "WABI", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2498413.53611111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WABIETH", + "status": "BREAK", + "baseAsset": "WABI", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "244684.98635744", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WABIBNB", + "status": "BREAK", + "baseAsset": "WABI", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "119043.30972222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LTCETH", + "status": "TRADING", + "baseAsset": "LTC", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "9000000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1240.66220208", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": [ + "SPOT", + "MARGIN", + "TRD_GRP_004", + "TRD_GRP_005", + "TRD_GRP_006" + ], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LTCUSDT", + "status": "TRADING", + "baseAsset": "LTC", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "90000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "20352.01925763", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": [ + "SPOT", + "MARGIN", + "TRD_GRP_004", + "TRD_GRP_005", + "TRD_GRP_006" + ], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LTCBNB", + "status": "TRADING", + "baseAsset": "LTC", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "900000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "527.86505347", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005", "TRD_GRP_006"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TNBBTC", + "status": "BREAK", + "baseAsset": "TNB", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "92141578.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TNBETH", + "status": "BREAK", + "baseAsset": "TNB", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "14863768.45879121", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WAVESBTC", + "status": "TRADING", + "baseAsset": "WAVES", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "19573.99196527", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WAVESETH", + "status": "TRADING", + "baseAsset": "WAVES", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3271.59722222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WAVESBNB", + "status": "BREAK", + "baseAsset": "WAVES", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4563.72214979", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GTOBTC", + "status": "BREAK", + "baseAsset": "GTO", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3932194.48641655", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GTOETH", + "status": "BREAK", + "baseAsset": "GTO", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3469420.43750000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GTOBNB", + "status": "BREAK", + "baseAsset": "GTO", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3470482.26629681", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ICXBTC", + "status": "TRADING", + "baseAsset": "ICX", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "46183.85000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ICXETH", + "status": "BREAK", + "baseAsset": "ICX", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "53798.45214979", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ICXBNB", + "status": "BREAK", + "baseAsset": "ICX", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "15202.55138888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "OSTBTC", + "status": "BREAK", + "baseAsset": "OST", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "9211514.86282051", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "OSTETH", + "status": "BREAK", + "baseAsset": "OST", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1553816.20000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "OSTBNB", + "status": "BREAK", + "baseAsset": "OST", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1704481.68673051", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ELFBTC", + "status": "TRADING", + "baseAsset": "ELF", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "703774.68888888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ELFETH", + "status": "TRADING", + "baseAsset": "ELF", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "826926.05416666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AIONBTC", + "status": "BREAK", + "baseAsset": "AION", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "581242.45492371", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AIONETH", + "status": "BREAK", + "baseAsset": "AION", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "364671.72272143", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AIONBNB", + "status": "BREAK", + "baseAsset": "AION", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "61789.32941176", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NEBLBTC", + "status": "BREAK", + "baseAsset": "NEBL", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "20772.95797503", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NEBLBNB", + "status": "BREAK", + "baseAsset": "NEBL", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "38228.32298547", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BRDBTC", + "status": "BREAK", + "baseAsset": "BRD", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "368058.47229916", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BRDETH", + "status": "BREAK", + "baseAsset": "BRD", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "84115.94613259", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BRDBNB", + "status": "BREAK", + "baseAsset": "BRD", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "99411.67919556", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MCOBNB", + "status": "BREAK", + "baseAsset": "MCO", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "12300.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "EDOBTC", + "status": "BREAK", + "baseAsset": "EDO", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "927073.24071577", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "EDOETH", + "status": "BREAK", + "baseAsset": "EDO", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "112098.60868659", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WINGSBTC", + "status": "BREAK", + "baseAsset": "WINGS", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WINGSETH", + "status": "BREAK", + "baseAsset": "WINGS", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NAVBTC", + "status": "BREAK", + "baseAsset": "NAV", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "135324.24792243", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NAVETH", + "status": "BREAK", + "baseAsset": "NAV", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "31046.17614424", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NAVBNB", + "status": "BREAK", + "baseAsset": "NAV", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "43600.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LUNBTC", + "status": "BREAK", + "baseAsset": "LUN", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "182477.48166551", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LUNETH", + "status": "BREAK", + "baseAsset": "LUN", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "45500.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TRIGBTC", + "status": "BREAK", + "baseAsset": "TRIG", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TRIGETH", + "status": "BREAK", + "baseAsset": "TRIG", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TRIGBNB", + "status": "BREAK", + "baseAsset": "TRIG", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "APPCBTC", + "status": "BREAK", + "baseAsset": "APPC", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2023197.30769230", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "APPCETH", + "status": "BREAK", + "baseAsset": "APPC", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "595557.66298343", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "APPCBNB", + "status": "BREAK", + "baseAsset": "APPC", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "638256.60789474", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "VIBEBTC", + "status": "BREAK", + "baseAsset": "VIBE", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2369135.16724497", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "VIBEETH", + "status": "BREAK", + "baseAsset": "VIBE", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1992743.80027174", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RLCBTC", + "status": "TRADING", + "baseAsset": "RLC", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "38395.68916666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RLCETH", + "status": "TRADING", + "baseAsset": "RLC", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "31667.80847222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RLCBNB", + "status": "BREAK", + "baseAsset": "RLC", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "15318.45748960", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "INSBTC", + "status": "BREAK", + "baseAsset": "INS", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "544712.46977067", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "INSETH", + "status": "BREAK", + "baseAsset": "INS", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "180847.41551105", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PIVXBTC", + "status": "TRADING", + "baseAsset": "PIVX", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "144115.84375000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PIVXBNB", + "status": "BREAK", + "baseAsset": "PIVX", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "118907.07612551", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "IOSTBTC", + "status": "TRADING", + "baseAsset": "IOST", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "72494540.36111111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "IOSTETH", + "status": "TRADING", + "baseAsset": "IOST", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "536868.19513888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CHATBTC", + "status": "BREAK", + "baseAsset": "CHAT", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CHATETH", + "status": "BREAK", + "baseAsset": "CHAT", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "STEEMBTC", + "status": "TRADING", + "baseAsset": "STEEM", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "38575.87152777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "STEEMETH", + "status": "TRADING", + "baseAsset": "STEEM", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "69389.90763888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "STEEMBNB", + "status": "BREAK", + "baseAsset": "STEEM", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "27997.61868056", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NANOBTC", + "status": "BREAK", + "baseAsset": "NANO", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "14802.81705128", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NANOETH", + "status": "BREAK", + "baseAsset": "NANO", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "12886.93435897", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NANOBNB", + "status": "BREAK", + "baseAsset": "NANO", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "44269.81037344", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "VIABTC", + "status": "BREAK", + "baseAsset": "VIA", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "82973.76406035", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "VIAETH", + "status": "BREAK", + "baseAsset": "VIA", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "113620.66435021", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "VIABNB", + "status": "BREAK", + "baseAsset": "VIA", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "115272.51640408", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BLZBTC", + "status": "TRADING", + "baseAsset": "BLZ", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "292814.71944444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BLZETH", + "status": "BREAK", + "baseAsset": "BLZ", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "105781.88750000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BLZBNB", + "status": "BREAK", + "baseAsset": "BLZ", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "187388.06666666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AEBTC", + "status": "BREAK", + "baseAsset": "AE", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "146667.61099513", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AEETH", + "status": "BREAK", + "baseAsset": "AE", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "234526.18592078", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AEBNB", + "status": "BREAK", + "baseAsset": "AE", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "219076.24000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RPXBTC", + "status": "BREAK", + "baseAsset": "RPX", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RPXETH", + "status": "BREAK", + "baseAsset": "RPX", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RPXBNB", + "status": "BREAK", + "baseAsset": "RPX", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NCASHBTC", + "status": "BREAK", + "baseAsset": "NCASH", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "92141578.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NCASHETH", + "status": "BREAK", + "baseAsset": "NCASH", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "92141578.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NCASHBNB", + "status": "BREAK", + "baseAsset": "NCASH", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "10000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9222449.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "9222449.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "POABTC", + "status": "BREAK", + "baseAsset": "POA", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "7693161.93324775", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "POAETH", + "status": "BREAK", + "baseAsset": "POA", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1888168.90586630", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "POABNB", + "status": "BREAK", + "baseAsset": "POA", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2311900.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ZILBTC", + "status": "TRADING", + "baseAsset": "ZIL", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "9029378.72638888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ZILETH", + "status": "TRADING", + "baseAsset": "ZIL", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "353116.56111111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ZILBNB", + "status": "TRADING", + "baseAsset": "ZIL", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "367031.43472222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ONTBTC", + "status": "TRADING", + "baseAsset": "ONT", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "84974.60902777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ONTETH", + "status": "BREAK", + "baseAsset": "ONT", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "62057.06241331", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ONTBNB", + "status": "BREAK", + "baseAsset": "ONT", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "21987.54041666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "STORMBTC", + "status": "BREAK", + "baseAsset": "STORM", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "92141578.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "STORMETH", + "status": "BREAK", + "baseAsset": "STORM", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "25392055.54343294", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "STORMBNB", + "status": "BREAK", + "baseAsset": "STORM", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "10000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9222449.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "9222449.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "QTUMBNB", + "status": "BREAK", + "baseAsset": "QTUM", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "17651.31491713", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "QTUMUSDT", + "status": "TRADING", + "baseAsset": "QTUM", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "35289.71722222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XEMBTC", + "status": "BREAK", + "baseAsset": "XEM", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1322967.24387096", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XEMETH", + "status": "BREAK", + "baseAsset": "XEM", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "156913.19583333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XEMBNB", + "status": "BREAK", + "baseAsset": "XEM", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "612988.04696133", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WANBTC", + "status": "TRADING", + "baseAsset": "WAN", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "39353.49513888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WANETH", + "status": "TRADING", + "baseAsset": "WAN", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "50939.87083333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WANBNB", + "status": "BREAK", + "baseAsset": "WAN", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "20329.11064102", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WPRBTC", + "status": "BREAK", + "baseAsset": "WPR", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "14462894.19305555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WPRETH", + "status": "BREAK", + "baseAsset": "WPR", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3690618.07601573", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "QLCBTC", + "status": "BREAK", + "baseAsset": "QLC", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "26240796.24444444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "QLCETH", + "status": "BREAK", + "baseAsset": "QLC", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "961537.75609756", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SYSBTC", + "status": "TRADING", + "baseAsset": "SYS", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "125436.67083333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SYSETH", + "status": "BREAK", + "baseAsset": "SYS", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "991431.72651934", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SYSBNB", + "status": "BREAK", + "baseAsset": "SYS", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "453500.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "QLCBNB", + "status": "BREAK", + "baseAsset": "QLC", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1132700.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GRSBTC", + "status": "BREAK", + "baseAsset": "GRS", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "31846.14377406", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GRSETH", + "status": "BREAK", + "baseAsset": "GRS", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "170598.28532609", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ADAUSDT", + "status": "TRADING", + "baseAsset": "ADA", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2622445.24812500", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005", "TRD_GRP_006"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ADABNB", + "status": "TRADING", + "baseAsset": "ADA", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "135874.13868055", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005", "TRD_GRP_006"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CLOAKBTC", + "status": "BREAK", + "baseAsset": "CLOAK", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CLOAKETH", + "status": "BREAK", + "baseAsset": "CLOAK", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GNTBTC", + "status": "BREAK", + "baseAsset": "GNT", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "319135.26197085", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GNTETH", + "status": "BREAK", + "baseAsset": "GNT", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "167396.23213046", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GNTBNB", + "status": "BREAK", + "baseAsset": "GNT", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "442900.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LOOMBTC", + "status": "TRADING", + "baseAsset": "LOOM", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "388333.37013888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LOOMETH", + "status": "BREAK", + "baseAsset": "LOOM", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "326590.68750000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LOOMBNB", + "status": "BREAK", + "baseAsset": "LOOM", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1353947.09556787", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XRPUSDT", + "status": "TRADING", + "baseAsset": "XRP", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "10000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9222449.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5326540.67847222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": [ + "SPOT", + "MARGIN", + "TRD_GRP_004", + "TRD_GRP_005", + "TRD_GRP_006" + ], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BCNBTC", + "status": "BREAK", + "baseAsset": "BCN", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BCNETH", + "status": "BREAK", + "baseAsset": "BCN", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BCNBNB", + "status": "BREAK", + "baseAsset": "BCN", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "REPBTC", + "status": "BREAK", + "baseAsset": "REP", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1472.44092903", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "REPBNB", + "status": "BREAK", + "baseAsset": "REP", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "10000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2600.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTCTUSD", + "status": "TRADING", + "baseAsset": "BTC", + "baseAssetPrecision": 8, + "quoteAsset": "TUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "1000000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "9000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "71.02275209", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TUSDBTC", + "status": "BREAK", + "baseAsset": "TUSD", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ETHTUSD", + "status": "TRADING", + "baseAsset": "ETH", + "baseAssetPrecision": 8, + "quoteAsset": "TUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "1000000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00010000", + "maxQty": "9000.00000000", + "stepSize": "0.00010000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "593.60846534", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TUSDETH", + "status": "BREAK", + "baseAsset": "TUSD", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TUSDBNB", + "status": "BREAK", + "baseAsset": "TUSD", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ZENBTC", + "status": "TRADING", + "baseAsset": "ZEN", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "833.38915972", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ZENETH", + "status": "TRADING", + "baseAsset": "ZEN", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "500.23737500", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ZENBNB", + "status": "BREAK", + "baseAsset": "ZEN", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "10000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "897.93423023", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SKYBTC", + "status": "BREAK", + "baseAsset": "SKY", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "86318.75224646", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SKYETH", + "status": "BREAK", + "baseAsset": "SKY", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "9000000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "57402.96554357", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SKYBNB", + "status": "BREAK", + "baseAsset": "SKY", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "48002.55513499", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "EOSUSDT", + "status": "TRADING", + "baseAsset": "EOS", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "430229.54861111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "EOSBNB", + "status": "TRADING", + "baseAsset": "EOS", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "9648.23777777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CVCBTC", + "status": "BREAK", + "baseAsset": "CVC", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "93516.83589743", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CVCETH", + "status": "BREAK", + "baseAsset": "CVC", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "79154.18888888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CVCBNB", + "status": "BREAK", + "baseAsset": "CVC", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "343400.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "THETABTC", + "status": "TRADING", + "baseAsset": "THETA", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "37648.95305555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "THETAETH", + "status": "TRADING", + "baseAsset": "THETA", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "6708.86812500", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "THETABNB", + "status": "TRADING", + "baseAsset": "THETA", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "8145.15437500", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XRPBNB", + "status": "TRADING", + "baseAsset": "XRP", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "126543.88888888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005", "TRD_GRP_006"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TUSDUSDT", + "status": "TRADING", + "baseAsset": "TUSD", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "10000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2706163.97500000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "1.2", + "bidMultiplierDown": "0.8", + "askMultiplierUp": "1.2", + "askMultiplierDown": "0.8", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "IOTAUSDT", + "status": "TRADING", + "baseAsset": "IOTA", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "389214.76388888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XLMUSDT", + "status": "TRADING", + "baseAsset": "XLM", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2978357.62500000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "IOTXBTC", + "status": "TRADING", + "baseAsset": "IOTX", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4400772.33680555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "IOTXETH", + "status": "TRADING", + "baseAsset": "IOTX", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "653058.30069444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "QKCBTC", + "status": "TRADING", + "baseAsset": "QKC", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "14819709.19652777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "QKCETH", + "status": "TRADING", + "baseAsset": "QKC", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "592795.11805555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AGIBTC", + "status": "BREAK", + "baseAsset": "AGI", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "745675.59871794", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AGIETH", + "status": "BREAK", + "baseAsset": "AGI", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3511231.29076087", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AGIBNB", + "status": "BREAK", + "baseAsset": "AGI", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1185463.06916780", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NXSBTC", + "status": "BREAK", + "baseAsset": "NXS", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "141046.56887052", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NXSETH", + "status": "BREAK", + "baseAsset": "NXS", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "120324.84165746", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NXSBNB", + "status": "BREAK", + "baseAsset": "NXS", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "145584.02703412", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ENJBNB", + "status": "BREAK", + "baseAsset": "ENJ", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "14040.36324549", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DATABTC", + "status": "TRADING", + "baseAsset": "DATA", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1336797.06527777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DATAETH", + "status": "BREAK", + "baseAsset": "DATA", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "310669.83795013", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ONTUSDT", + "status": "TRADING", + "baseAsset": "ONT", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "236294.67430555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TRXBNB", + "status": "TRADING", + "baseAsset": "TRX", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "431706.20138888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TRXUSDT", + "status": "TRADING", + "baseAsset": "TRX", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "6740298.18888888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ETCUSDT", + "status": "TRADING", + "baseAsset": "ETC", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "21057.23919444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ETCBNB", + "status": "TRADING", + "baseAsset": "ETC", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "341.27393750", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ICXUSDT", + "status": "TRADING", + "baseAsset": "ICX", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "413805.37194444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SCBTC", + "status": "BREAK", + "baseAsset": "SC", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "92141578.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SCETH", + "status": "TRADING", + "baseAsset": "SC", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4728034.49444444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NPXSBTC", + "status": "BREAK", + "baseAsset": "NPXS", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "92141578.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NPXSETH", + "status": "BREAK", + "baseAsset": "NPXS", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "42381097.76372481", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "VENUSDT", + "status": "BREAK", + "baseAsset": "VEN", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "KEYBTC", + "status": "BREAK", + "baseAsset": "KEY", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "92141578.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "KEYETH", + "status": "BREAK", + "baseAsset": "KEY", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "6258366.54091539", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NASBTC", + "status": "BREAK", + "baseAsset": "NAS", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "115285.23620025", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NASETH", + "status": "BREAK", + "baseAsset": "NAS", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "54340.22079589", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NASBNB", + "status": "BREAK", + "baseAsset": "NAS", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "48429.59247606", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MFTBTC", + "status": "BREAK", + "baseAsset": "MFT", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "92141578.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MFTETH", + "status": "BREAK", + "baseAsset": "MFT", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3490852.44244105", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MFTBNB", + "status": "BREAK", + "baseAsset": "MFT", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1630962.53472222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DENTBTC", + "status": "BREAK", + "baseAsset": "DENT", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "92141578.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DENTETH", + "status": "TRADING", + "baseAsset": "DENT", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "51863072.08333333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ARDRBTC", + "status": "TRADING", + "baseAsset": "ARDR", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "170093.24027777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ARDRETH", + "status": "BREAK", + "baseAsset": "ARDR", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "414041.47885402", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ARDRBNB", + "status": "BREAK", + "baseAsset": "ARDR", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "331400.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NULSUSDT", + "status": "TRADING", + "baseAsset": "NULS", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "183268.58611111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "HOTBTC", + "status": "BREAK", + "baseAsset": "HOT", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "92141578.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "HOTETH", + "status": "TRADING", + "baseAsset": "HOT", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "15694369.72361111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "VETBTC", + "status": "TRADING", + "baseAsset": "VET", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "33717420.15138888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "VETETH", + "status": "TRADING", + "baseAsset": "VET", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1744637.26041666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "VETUSDT", + "status": "TRADING", + "baseAsset": "VET", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "11754883.92458333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "VETBNB", + "status": "TRADING", + "baseAsset": "VET", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1000985.62708333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DOCKBTC", + "status": "TRADING", + "baseAsset": "DOCK", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1613265.49027777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DOCKETH", + "status": "BREAK", + "baseAsset": "DOCK", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4489461.95555556", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "POLYBTC", + "status": "BREAK", + "baseAsset": "POLY", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "137787.12465373", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "POLYBNB", + "status": "BREAK", + "baseAsset": "POLY", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "901676.36263736", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PHXBTC", + "status": "BREAK", + "baseAsset": "PHX", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "79612100.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PHXETH", + "status": "BREAK", + "baseAsset": "PHX", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "7740200.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PHXBNB", + "status": "BREAK", + "baseAsset": "PHX", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3980900.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "HCBTC", + "status": "BREAK", + "baseAsset": "HC", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "6433.36132128", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "HCETH", + "status": "BREAK", + "baseAsset": "HC", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "52419.49426593", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GOBTC", + "status": "BREAK", + "baseAsset": "GO", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3977149.76379974", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GOBNB", + "status": "BREAK", + "baseAsset": "GO", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1378901.05471956", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PAXBTC", + "status": "BREAK", + "baseAsset": "PAX", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PAXBNB", + "status": "BREAK", + "baseAsset": "PAX", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PAXUSDT", + "status": "BREAK", + "baseAsset": "PAX", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.70000000", + "maxPrice": "1.30000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1328601.35777920", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "1.2", + "bidMultiplierDown": "0.8", + "askMultiplierUp": "1.2", + "askMultiplierDown": "0.8", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PAXETH", + "status": "BREAK", + "baseAsset": "PAX", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RVNBTC", + "status": "TRADING", + "baseAsset": "RVN", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "13458306.80000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DCRBTC", + "status": "TRADING", + "baseAsset": "DCR", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "10000000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "433.02051597", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DCRBNB", + "status": "BREAK", + "baseAsset": "DCR", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "900000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "6753.08374352", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "USDCBNB", + "status": "BREAK", + "baseAsset": "USDC", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MITHBTC", + "status": "BREAK", + "baseAsset": "MITH", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1707089.44961240", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MITHBNB", + "status": "BREAK", + "baseAsset": "MITH", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "855241.50840879", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BCHABCBTC", + "status": "BREAK", + "baseAsset": "BCHABC", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "10000000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "31000.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BCHSVBTC", + "status": "BREAK", + "baseAsset": "BCHSV", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "10000000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BCHABCUSDT", + "status": "BREAK", + "baseAsset": "BCHABC", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "90000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "22000.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BCHSVUSDT", + "status": "BREAK", + "baseAsset": "BCHSV", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "1000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "92141578.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BNBPAX", + "status": "BREAK", + "baseAsset": "BNB", + "baseAssetPrecision": 8, + "quoteAsset": "PAX", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "10000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "9222449.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "46.95709948", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTCPAX", + "status": "BREAK", + "baseAsset": "BTC", + "baseAssetPrecision": 8, + "quoteAsset": "PAX", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "1000000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "9000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4.92222608", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ETHPAX", + "status": "BREAK", + "baseAsset": "ETH", + "baseAssetPrecision": 8, + "quoteAsset": "PAX", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00010000", + "maxQty": "90000.00000000", + "stepSize": "0.00010000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "56.11078035", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XRPPAX", + "status": "BREAK", + "baseAsset": "XRP", + "baseAssetPrecision": 8, + "quoteAsset": "PAX", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "30610.99623611", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "EOSPAX", + "status": "BREAK", + "baseAsset": "EOS", + "baseAssetPrecision": 8, + "quoteAsset": "PAX", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "36809.16131649", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XLMPAX", + "status": "BREAK", + "baseAsset": "XLM", + "baseAssetPrecision": 8, + "quoteAsset": "PAX", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "644317.50078637", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RENBTC", + "status": "TRADING", + "baseAsset": "REN", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "320470.01319444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RENBNB", + "status": "BREAK", + "baseAsset": "REN", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "442309.85734072", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BNBTUSD", + "status": "TRADING", + "baseAsset": "BNB", + "baseAssetPrecision": 8, + "quoteAsset": "TUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "100000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "900000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1581.05915486", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XRPTUSD", + "status": "TRADING", + "baseAsset": "XRP", + "baseAssetPrecision": 8, + "quoteAsset": "TUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "10000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9222449.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "87914.27916666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "EOSTUSD", + "status": "BREAK", + "baseAsset": "EOS", + "baseAssetPrecision": 8, + "quoteAsset": "TUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3630.31080872", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XLMTUSD", + "status": "BREAK", + "baseAsset": "XLM", + "baseAssetPrecision": 8, + "quoteAsset": "TUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "314375.13858921", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BNBUSDC", + "status": "TRADING", + "baseAsset": "BNB", + "baseAssetPrecision": 8, + "quoteAsset": "USDC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "100000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "900000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "234.95466736", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTCUSDC", + "status": "TRADING", + "baseAsset": "BTC", + "baseAssetPrecision": 8, + "quoteAsset": "USDC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "1000000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "9000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "35.22151808", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ETHUSDC", + "status": "TRADING", + "baseAsset": "ETH", + "baseAssetPrecision": 8, + "quoteAsset": "USDC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "1000000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00010000", + "maxQty": "9000.00000000", + "stepSize": "0.00010000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "367.98212638", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XRPUSDC", + "status": "BREAK", + "baseAsset": "XRP", + "baseAssetPrecision": 8, + "quoteAsset": "USDC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "248346.22043010", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "EOSUSDC", + "status": "BREAK", + "baseAsset": "EOS", + "baseAssetPrecision": 8, + "quoteAsset": "USDC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "26584.18266129", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XLMUSDC", + "status": "BREAK", + "baseAsset": "XLM", + "baseAssetPrecision": 8, + "quoteAsset": "USDC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1401500.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "USDCUSDT", + "status": "TRADING", + "baseAsset": "USDC", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "10000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "9791794.26458333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "1.2", + "bidMultiplierDown": "0.8", + "askMultiplierUp": "1.2", + "askMultiplierDown": "0.8", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ADATUSD", + "status": "TRADING", + "baseAsset": "ADA", + "baseAssetPrecision": 8, + "quoteAsset": "TUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "38890.30118055", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TRXTUSD", + "status": "BREAK", + "baseAsset": "TRX", + "baseAssetPrecision": 8, + "quoteAsset": "TUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "114102.40723860", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NEOTUSD", + "status": "BREAK", + "baseAsset": "NEO", + "baseAssetPrecision": 8, + "quoteAsset": "TUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "90000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2330.53262857", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TRXXRP", + "status": "TRADING", + "baseAsset": "TRX", + "baseAssetPrecision": 8, + "quoteAsset": "XRP", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "534328.49402777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XZCXRP", + "status": "BREAK", + "baseAsset": "XZC", + "baseAssetPrecision": 8, + "quoteAsset": "XRP", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "90000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "8961.03207094", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PAXTUSD", + "status": "BREAK", + "baseAsset": "PAX", + "baseAssetPrecision": 8, + "quoteAsset": "TUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "39124.69718750", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "USDCTUSD", + "status": "BREAK", + "baseAsset": "USDC", + "baseAssetPrecision": 8, + "quoteAsset": "TUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "43417.20380556", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "USDCPAX", + "status": "BREAK", + "baseAsset": "USDC", + "baseAssetPrecision": 8, + "quoteAsset": "PAX", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "50031.87694149", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LINKUSDT", + "status": "TRADING", + "baseAsset": "LINK", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "97723.02159027", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LINKTUSD", + "status": "BREAK", + "baseAsset": "LINK", + "baseAssetPrecision": 8, + "quoteAsset": "TUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "942.02511111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LINKPAX", + "status": "BREAK", + "baseAsset": "LINK", + "baseAssetPrecision": 8, + "quoteAsset": "PAX", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "9793.80510373", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LINKUSDC", + "status": "BREAK", + "baseAsset": "LINK", + "baseAssetPrecision": 8, + "quoteAsset": "USDC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2289.84508724", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WAVESUSDT", + "status": "TRADING", + "baseAsset": "WAVES", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "64146.69467361", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WAVESTUSD", + "status": "BREAK", + "baseAsset": "WAVES", + "baseAssetPrecision": 8, + "quoteAsset": "TUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "14907.41663435", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WAVESPAX", + "status": "BREAK", + "baseAsset": "WAVES", + "baseAssetPrecision": 8, + "quoteAsset": "PAX", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "8500.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WAVESUSDC", + "status": "BREAK", + "baseAsset": "WAVES", + "baseAssetPrecision": 8, + "quoteAsset": "USDC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "18619.36144947", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BCHABCTUSD", + "status": "BREAK", + "baseAsset": "BCHABC", + "baseAssetPrecision": 8, + "quoteAsset": "TUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "90000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1100.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BCHABCPAX", + "status": "BREAK", + "baseAsset": "BCHABC", + "baseAssetPrecision": 8, + "quoteAsset": "PAX", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "90000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "600.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BCHABCUSDC", + "status": "BREAK", + "baseAsset": "BCHABC", + "baseAssetPrecision": 8, + "quoteAsset": "USDC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "90000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1700.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BCHSVTUSD", + "status": "BREAK", + "baseAsset": "BCHSV", + "baseAssetPrecision": 8, + "quoteAsset": "TUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "90000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BCHSVPAX", + "status": "BREAK", + "baseAsset": "BCHSV", + "baseAssetPrecision": 8, + "quoteAsset": "PAX", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "90000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BCHSVUSDC", + "status": "BREAK", + "baseAsset": "BCHSV", + "baseAssetPrecision": 8, + "quoteAsset": "USDC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "90000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LTCTUSD", + "status": "TRADING", + "baseAsset": "LTC", + "baseAssetPrecision": 8, + "quoteAsset": "TUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "90000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "165.36386944", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LTCPAX", + "status": "BREAK", + "baseAsset": "LTC", + "baseAssetPrecision": 8, + "quoteAsset": "PAX", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "90000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "101.58068045", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LTCUSDC", + "status": "BREAK", + "baseAsset": "LTC", + "baseAssetPrecision": 8, + "quoteAsset": "USDC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "90000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "965.29659731", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TRXPAX", + "status": "BREAK", + "baseAsset": "TRX", + "baseAssetPrecision": 8, + "quoteAsset": "PAX", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "116738.52069444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TRXUSDC", + "status": "BREAK", + "baseAsset": "TRX", + "baseAssetPrecision": 8, + "quoteAsset": "USDC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "273365.24444444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTTBTC", + "status": "BREAK", + "baseAsset": "BTT", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "92141578.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTTBNB", + "status": "BREAK", + "baseAsset": "BTT", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "24236062.93717948", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTTUSDT", + "status": "BREAK", + "baseAsset": "BTT", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "92141578.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BNBUSDS", + "status": "BREAK", + "baseAsset": "BNB", + "baseAssetPrecision": 8, + "quoteAsset": "USDS", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1869.37063021", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTCUSDS", + "status": "BREAK", + "baseAsset": "BTC", + "baseAssetPrecision": 8, + "quoteAsset": "USDS", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "1000000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00000100", + "maxQty": "9000.00000000", + "stepSize": "0.00000100" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5.76543531", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "USDSUSDT", + "status": "BREAK", + "baseAsset": "USDS", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "50936.75680055", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "USDSPAX", + "status": "BREAK", + "baseAsset": "USDS", + "baseAssetPrecision": 8, + "quoteAsset": "PAX", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "156600.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "USDSTUSD", + "status": "BREAK", + "baseAsset": "USDS", + "baseAssetPrecision": 8, + "quoteAsset": "TUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "74500.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "USDSUSDC", + "status": "BREAK", + "baseAsset": "USDS", + "baseAssetPrecision": 8, + "quoteAsset": "USDC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "232600.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTTPAX", + "status": "BREAK", + "baseAsset": "BTT", + "baseAssetPrecision": 8, + "quoteAsset": "PAX", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "26803430.17414966", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTTTUSD", + "status": "BREAK", + "baseAsset": "BTT", + "baseAssetPrecision": 8, + "quoteAsset": "TUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4831768.36410256", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTTUSDC", + "status": "BREAK", + "baseAsset": "BTT", + "baseAssetPrecision": 8, + "quoteAsset": "USDC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4568904.47564102", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ONGBNB", + "status": "BREAK", + "baseAsset": "ONG", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "174204.91246537", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ONGBTC", + "status": "TRADING", + "baseAsset": "ONG", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "35227.25833333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ONGUSDT", + "status": "TRADING", + "baseAsset": "ONG", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "87514.16180555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "HOTBNB", + "status": "BREAK", + "baseAsset": "HOT", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "6428986.78120978", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "HOTUSDT", + "status": "TRADING", + "baseAsset": "HOT", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "48483108.12708333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ZILUSDT", + "status": "TRADING", + "baseAsset": "ZIL", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3689282.03250000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ZRXBNB", + "status": "BREAK", + "baseAsset": "ZRX", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "16125.94507628", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ZRXUSDT", + "status": "TRADING", + "baseAsset": "ZRX", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "558700.84027777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FETBNB", + "status": "TRADING", + "baseAsset": "FET", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "113171.21458333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FETBTC", + "status": "TRADING", + "baseAsset": "FET", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "224331.95972222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FETUSDT", + "status": "TRADING", + "baseAsset": "FET", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1231361.77083333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BATUSDT", + "status": "TRADING", + "baseAsset": "BAT", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "374642.72152777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XMRBNB", + "status": "TRADING", + "baseAsset": "XMR", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "900000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "265.74053263", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XMRUSDT", + "status": "TRADING", + "baseAsset": "XMR", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "100000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "90000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3320.06603125", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ZECBNB", + "status": "BREAK", + "baseAsset": "ZEC", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "900000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "221.49575312", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ZECUSDT", + "status": "TRADING", + "baseAsset": "ZEC", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "90000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5356.84408125", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ZECPAX", + "status": "BREAK", + "baseAsset": "ZEC", + "baseAssetPrecision": 8, + "quoteAsset": "PAX", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "90000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "539.46798454", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ZECTUSD", + "status": "BREAK", + "baseAsset": "ZEC", + "baseAssetPrecision": 8, + "quoteAsset": "TUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "90000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "547.97773007", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ZECUSDC", + "status": "BREAK", + "baseAsset": "ZEC", + "baseAssetPrecision": 8, + "quoteAsset": "USDC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "100000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "90000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "62.29449597", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "IOSTUSDT", + "status": "TRADING", + "baseAsset": "IOST", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "16065757.50555555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CELRBNB", + "status": "TRADING", + "baseAsset": "CELR", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "395208.24166666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CELRBTC", + "status": "TRADING", + "baseAsset": "CELR", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "9954321.53958333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CELRUSDT", + "status": "TRADING", + "baseAsset": "CELR", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "10000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5313031.75625000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ADAPAX", + "status": "BREAK", + "baseAsset": "ADA", + "baseAssetPrecision": 8, + "quoteAsset": "PAX", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "803813.97925824", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ADAUSDC", + "status": "BREAK", + "baseAsset": "ADA", + "baseAssetPrecision": 8, + "quoteAsset": "USDC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "57369.24685408", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NEOPAX", + "status": "BREAK", + "baseAsset": "NEO", + "baseAssetPrecision": 8, + "quoteAsset": "PAX", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "90000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1532.28395442", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NEOUSDC", + "status": "BREAK", + "baseAsset": "NEO", + "baseAssetPrecision": 8, + "quoteAsset": "USDC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "567.60639743", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DASHBNB", + "status": "BREAK", + "baseAsset": "DASH", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "900000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "162.34813194", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DASHUSDT", + "status": "TRADING", + "baseAsset": "DASH", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "90000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4694.73471388", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NANOUSDT", + "status": "BREAK", + "baseAsset": "NANO", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "39549.95858974", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "OMGBNB", + "status": "BREAK", + "baseAsset": "OMG", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "40314.89527559", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "OMGUSDT", + "status": "TRADING", + "baseAsset": "OMG", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "82457.59055555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "THETAUSDT", + "status": "TRADING", + "baseAsset": "THETA", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "117840.85541666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ENJUSDT", + "status": "TRADING", + "baseAsset": "ENJ", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "263138.02763888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MITHUSDT", + "status": "BREAK", + "baseAsset": "MITH", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "6328200.36061026", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MATICBNB", + "status": "TRADING", + "baseAsset": "MATIC", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "64486.01402777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MATICBTC", + "status": "TRADING", + "baseAsset": "MATIC", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "386319.59006944", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MATICUSDT", + "status": "TRADING", + "baseAsset": "MATIC", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2194411.09145833", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ATOMBNB", + "status": "TRADING", + "baseAsset": "ATOM", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2269.14514583", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ATOMBTC", + "status": "TRADING", + "baseAsset": "ATOM", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "13118.13567361", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ATOMUSDT", + "status": "TRADING", + "baseAsset": "ATOM", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "46359.72582638", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ATOMUSDC", + "status": "BREAK", + "baseAsset": "ATOM", + "baseAssetPrecision": 8, + "quoteAsset": "USDC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1928.87445637", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ATOMPAX", + "status": "BREAK", + "baseAsset": "ATOM", + "baseAssetPrecision": 8, + "quoteAsset": "PAX", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "90000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "15300.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ATOMTUSD", + "status": "BREAK", + "baseAsset": "ATOM", + "baseAssetPrecision": 8, + "quoteAsset": "TUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "90000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "6234.53165757", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ETCUSDC", + "status": "BREAK", + "baseAsset": "ETC", + "baseAssetPrecision": 8, + "quoteAsset": "USDC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "90000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "9800.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ETCPAX", + "status": "BREAK", + "baseAsset": "ETC", + "baseAssetPrecision": 8, + "quoteAsset": "PAX", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "90000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1000.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ETCTUSD", + "status": "BREAK", + "baseAsset": "ETC", + "baseAssetPrecision": 8, + "quoteAsset": "TUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "90000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "9100.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BATUSDC", + "status": "BREAK", + "baseAsset": "BAT", + "baseAssetPrecision": 8, + "quoteAsset": "USDC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "15869.81778205", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BATPAX", + "status": "BREAK", + "baseAsset": "BAT", + "baseAssetPrecision": 8, + "quoteAsset": "PAX", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "74639.24448563", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BATTUSD", + "status": "BREAK", + "baseAsset": "BAT", + "baseAssetPrecision": 8, + "quoteAsset": "TUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "79853.08600829", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PHBBNB", + "status": "BREAK", + "baseAsset": "PHB", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "10076970.80052493", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PHBBTC", + "status": "TRADING", + "baseAsset": "PHB", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "25803.88888888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PHBUSDC", + "status": "BREAK", + "baseAsset": "PHB", + "baseAssetPrecision": 8, + "quoteAsset": "USDC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PHBTUSD", + "status": "BREAK", + "baseAsset": "PHB", + "baseAssetPrecision": 8, + "quoteAsset": "TUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "39393.96319444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PHBPAX", + "status": "BREAK", + "baseAsset": "PHB", + "baseAssetPrecision": 8, + "quoteAsset": "PAX", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TFUELBNB", + "status": "BREAK", + "baseAsset": "TFUEL", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "12572315.32734807", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TFUELBTC", + "status": "TRADING", + "baseAsset": "TFUEL", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2023584.27291666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TFUELUSDT", + "status": "TRADING", + "baseAsset": "TFUEL", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1094976.67569444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TFUELUSDC", + "status": "BREAK", + "baseAsset": "TFUEL", + "baseAssetPrecision": 8, + "quoteAsset": "USDC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TFUELTUSD", + "status": "BREAK", + "baseAsset": "TFUEL", + "baseAssetPrecision": 8, + "quoteAsset": "TUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TFUELPAX", + "status": "BREAK", + "baseAsset": "TFUEL", + "baseAssetPrecision": 8, + "quoteAsset": "PAX", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ONEBNB", + "status": "TRADING", + "baseAsset": "ONE", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "426125.82222222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ONEBTC", + "status": "TRADING", + "baseAsset": "ONE", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "14111642.17638888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ONEUSDT", + "status": "TRADING", + "baseAsset": "ONE", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "10346637.91854166", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ONETUSD", + "status": "BREAK", + "baseAsset": "ONE", + "baseAssetPrecision": 8, + "quoteAsset": "TUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ONEPAX", + "status": "BREAK", + "baseAsset": "ONE", + "baseAssetPrecision": 8, + "quoteAsset": "PAX", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ONEUSDC", + "status": "BREAK", + "baseAsset": "ONE", + "baseAssetPrecision": 8, + "quoteAsset": "USDC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3099212.29474412", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FTMBNB", + "status": "TRADING", + "baseAsset": "FTM", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "60202.65208333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FTMBTC", + "status": "TRADING", + "baseAsset": "FTM", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "512790.05000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FTMUSDT", + "status": "TRADING", + "baseAsset": "FTM", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1259029.60902777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FTMTUSD", + "status": "BREAK", + "baseAsset": "FTM", + "baseAssetPrecision": 8, + "quoteAsset": "TUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FTMPAX", + "status": "BREAK", + "baseAsset": "FTM", + "baseAssetPrecision": 8, + "quoteAsset": "PAX", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FTMUSDC", + "status": "BREAK", + "baseAsset": "FTM", + "baseAssetPrecision": 8, + "quoteAsset": "USDC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTCBBTC", + "status": "BREAK", + "baseAsset": "BTCB", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "10000000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BCPTTUSD", + "status": "BREAK", + "baseAsset": "BCPT", + "baseAssetPrecision": 8, + "quoteAsset": "TUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BCPTPAX", + "status": "BREAK", + "baseAsset": "BCPT", + "baseAssetPrecision": 8, + "quoteAsset": "PAX", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BCPTUSDC", + "status": "BREAK", + "baseAsset": "BCPT", + "baseAssetPrecision": 8, + "quoteAsset": "USDC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ALGOBNB", + "status": "TRADING", + "baseAsset": "ALGO", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "77863.94027777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ALGOBTC", + "status": "TRADING", + "baseAsset": "ALGO", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "357735.63333333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ALGOUSDT", + "status": "TRADING", + "baseAsset": "ALGO", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "100000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "922327.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "922327.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ALGOTUSD", + "status": "BREAK", + "baseAsset": "ALGO", + "baseAssetPrecision": 8, + "quoteAsset": "TUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "11220.92855555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ALGOPAX", + "status": "BREAK", + "baseAsset": "ALGO", + "baseAssetPrecision": 8, + "quoteAsset": "PAX", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "76550.39262500", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ALGOUSDC", + "status": "BREAK", + "baseAsset": "ALGO", + "baseAssetPrecision": 8, + "quoteAsset": "USDC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "USDSBUSDT", + "status": "BREAK", + "baseAsset": "USDSB", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "USDSBUSDS", + "status": "BREAK", + "baseAsset": "USDSB", + "baseAssetPrecision": 8, + "quoteAsset": "USDS", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GTOUSDT", + "status": "BREAK", + "baseAsset": "GTO", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3231930.90879689", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GTOPAX", + "status": "BREAK", + "baseAsset": "GTO", + "baseAssetPrecision": 8, + "quoteAsset": "PAX", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GTOTUSD", + "status": "BREAK", + "baseAsset": "GTO", + "baseAssetPrecision": 8, + "quoteAsset": "TUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GTOUSDC", + "status": "BREAK", + "baseAsset": "GTO", + "baseAssetPrecision": 8, + "quoteAsset": "USDC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ERDBNB", + "status": "BREAK", + "baseAsset": "ERD", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3608990.29325921", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ERDBTC", + "status": "BREAK", + "baseAsset": "ERD", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "92141578.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ERDUSDT", + "status": "BREAK", + "baseAsset": "ERD", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "56447449.89854065", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ERDPAX", + "status": "BREAK", + "baseAsset": "ERD", + "baseAssetPrecision": 8, + "quoteAsset": "PAX", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ERDUSDC", + "status": "BREAK", + "baseAsset": "ERD", + "baseAssetPrecision": 8, + "quoteAsset": "USDC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DOGEBNB", + "status": "BREAK", + "baseAsset": "DOGE", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "18003141.78146611", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DOGEBTC", + "status": "TRADING", + "baseAsset": "DOGE", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "13370793.08402777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DOGEUSDT", + "status": "TRADING", + "baseAsset": "DOGE", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "16894561.33125000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DOGEPAX", + "status": "BREAK", + "baseAsset": "DOGE", + "baseAssetPrecision": 8, + "quoteAsset": "PAX", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DOGEUSDC", + "status": "BREAK", + "baseAsset": "DOGE", + "baseAssetPrecision": 8, + "quoteAsset": "USDC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DUSKBNB", + "status": "BREAK", + "baseAsset": "DUSK", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1028455.47148704", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DUSKBTC", + "status": "TRADING", + "baseAsset": "DUSK", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "119494.06805555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DUSKUSDT", + "status": "TRADING", + "baseAsset": "DUSK", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9222449.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "991458.01041666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DUSKUSDC", + "status": "BREAK", + "baseAsset": "DUSK", + "baseAssetPrecision": 8, + "quoteAsset": "USDC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "760888.29311385", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DUSKPAX", + "status": "BREAK", + "baseAsset": "DUSK", + "baseAssetPrecision": 8, + "quoteAsset": "PAX", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "833589.54538058", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BGBPUSDC", + "status": "BREAK", + "baseAsset": "BGBP", + "baseAssetPrecision": 8, + "quoteAsset": "USDC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "365798.32355803", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ANKRBNB", + "status": "TRADING", + "baseAsset": "ANKR", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "208238.48472222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ANKRBTC", + "status": "TRADING", + "baseAsset": "ANKR", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "6755059.07847222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ANKRUSDT", + "status": "TRADING", + "baseAsset": "ANKR", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4728733.58055555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ANKRTUSD", + "status": "BREAK", + "baseAsset": "ANKR", + "baseAssetPrecision": 8, + "quoteAsset": "TUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ANKRPAX", + "status": "BREAK", + "baseAsset": "ANKR", + "baseAssetPrecision": 8, + "quoteAsset": "PAX", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ANKRUSDC", + "status": "BREAK", + "baseAsset": "ANKR", + "baseAssetPrecision": 8, + "quoteAsset": "USDC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ONTPAX", + "status": "BREAK", + "baseAsset": "ONT", + "baseAssetPrecision": 8, + "quoteAsset": "PAX", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "23860.19880334", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ONTUSDC", + "status": "BREAK", + "baseAsset": "ONT", + "baseAssetPrecision": 8, + "quoteAsset": "USDC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WINBNB", + "status": "TRADING", + "baseAsset": "WIN", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "100.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "913205152.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "913205152.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WINBTC", + "status": "BREAK", + "baseAsset": "WIN", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WINUSDT", + "status": "TRADING", + "baseAsset": "WIN", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "100.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "913205152.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "368266496.72500000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WINUSDC", + "status": "BREAK", + "baseAsset": "WIN", + "baseAssetPrecision": 8, + "quoteAsset": "USDC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "100.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "913205152.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "21385570.60695187", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "COSBNB", + "status": "TRADING", + "baseAsset": "COS", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1455404.24097222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "COSBTC", + "status": "TRADING", + "baseAsset": "COS", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "92141578.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "COSUSDT", + "status": "TRADING", + "baseAsset": "COS", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "5000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "18443055.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "10422230.79930555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TUSDBTUSD", + "status": "BREAK", + "baseAsset": "TUSDB", + "baseAssetPrecision": 8, + "quoteAsset": "TUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NPXSUSDT", + "status": "BREAK", + "baseAsset": "NPXS", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "92141578.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NPXSUSDC", + "status": "BREAK", + "baseAsset": "NPXS", + "baseAssetPrecision": 8, + "quoteAsset": "USDC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "COCOSBNB", + "status": "BREAK", + "baseAsset": "COCOS", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "8324.68793342", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "COCOSBTC", + "status": "BREAK", + "baseAsset": "COCOS", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "92141578.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "COCOSUSDT", + "status": "BREAK", + "baseAsset": "COCOS", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "212120.07628294", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MTLUSDT", + "status": "TRADING", + "baseAsset": "MTL", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "111664.66027777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TOMOBNB", + "status": "BREAK", + "baseAsset": "TOMO", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "6754.53173611", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TOMOBTC", + "status": "TRADING", + "baseAsset": "TOMO", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "19534.15652777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TOMOUSDT", + "status": "TRADING", + "baseAsset": "TOMO", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "135502.68034722", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TOMOUSDC", + "status": "BREAK", + "baseAsset": "TOMO", + "baseAssetPrecision": 8, + "quoteAsset": "USDC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "62253.80530471", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PERLBNB", + "status": "BREAK", + "baseAsset": "PERL", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "753701.43611111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PERLBTC", + "status": "BREAK", + "baseAsset": "PERL", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1442623.36046511", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PERLUSDC", + "status": "BREAK", + "baseAsset": "PERL", + "baseAssetPrecision": 8, + "quoteAsset": "USDC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PERLUSDT", + "status": "TRADING", + "baseAsset": "PERL", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2331328.61791666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DENTUSDT", + "status": "TRADING", + "baseAsset": "DENT", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "79077209.30277777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MFTUSDT", + "status": "BREAK", + "baseAsset": "MFT", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "14859162.05686546", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "KEYUSDT", + "status": "TRADING", + "baseAsset": "KEY", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "21086652.99027777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "STORMUSDT", + "status": "BREAK", + "baseAsset": "STORM", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "92141578.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DOCKUSDT", + "status": "TRADING", + "baseAsset": "DOCK", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2429074.57708333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WANUSDT", + "status": "TRADING", + "baseAsset": "WAN", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "70920.84722222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FUNUSDT", + "status": "TRADING", + "baseAsset": "FUN", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5608831.20902777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CVCUSDT", + "status": "TRADING", + "baseAsset": "CVC", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "123988.06250000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTTTRX", + "status": "BREAK", + "baseAsset": "BTT", + "baseAssetPrecision": 8, + "quoteAsset": "TRX", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "19780868.48384614", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "100.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WINTRX", + "status": "TRADING", + "baseAsset": "WIN", + "baseAssetPrecision": 8, + "quoteAsset": "TRX", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "100.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "913205152.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "39791623.12347221", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "100.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CHZBNB", + "status": "TRADING", + "baseAsset": "CHZ", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "143395.89305555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CHZBTC", + "status": "TRADING", + "baseAsset": "CHZ", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "816380.50694444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CHZUSDT", + "status": "TRADING", + "baseAsset": "CHZ", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3382617.64236111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BANDBNB", + "status": "BREAK", + "baseAsset": "BAND", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3943.67073509", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BANDBTC", + "status": "TRADING", + "baseAsset": "BAND", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "7750.12534722", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BANDUSDT", + "status": "TRADING", + "baseAsset": "BAND", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "75292.40777777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BNBBUSD", + "status": "TRADING", + "baseAsset": "BNB", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "100000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "900000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3860.80094722", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": [ + "SPOT", + "MARGIN", + "TRD_GRP_004", + "TRD_GRP_005", + "TRD_GRP_006" + ], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTCBUSD", + "status": "TRADING", + "baseAsset": "BTC", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "1000000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "9000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "111.15421269", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": [ + "SPOT", + "MARGIN", + "TRD_GRP_004", + "TRD_GRP_005", + "TRD_GRP_006" + ], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BUSDUSDT", + "status": "TRADING", + "baseAsset": "BUSD", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "15000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "7897853.06319444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": [ + "SPOT", + "MARGIN", + "TRD_GRP_004", + "TRD_GRP_005", + "TRD_GRP_006" + ], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BEAMBNB", + "status": "BREAK", + "baseAsset": "BEAM", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "113479.19809783", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BEAMBTC", + "status": "BREAK", + "baseAsset": "BEAM", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "85552.66580310", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BEAMUSDT", + "status": "BREAK", + "baseAsset": "BEAM", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "843044.76944444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XTZBNB", + "status": "BREAK", + "baseAsset": "XTZ", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4592.51178918", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XTZBTC", + "status": "TRADING", + "baseAsset": "XTZ", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "30339.78145833", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XTZUSDT", + "status": "TRADING", + "baseAsset": "XTZ", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "74527.48437500", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RENUSDT", + "status": "TRADING", + "baseAsset": "REN", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1520437.89444444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RVNUSDT", + "status": "TRADING", + "baseAsset": "RVN", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2817214.29569444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "HCUSDT", + "status": "BREAK", + "baseAsset": "HC", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "46543.95114799", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "HBARBNB", + "status": "TRADING", + "baseAsset": "HBAR", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "319280.99652777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "HBARBTC", + "status": "TRADING", + "baseAsset": "HBAR", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1963442.02500000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "HBARUSDT", + "status": "TRADING", + "baseAsset": "HBAR", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5501683.26319444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NKNBNB", + "status": "BREAK", + "baseAsset": "NKN", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "54589.21018277", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NKNBTC", + "status": "TRADING", + "baseAsset": "NKN", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "190792.63888888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NKNUSDT", + "status": "TRADING", + "baseAsset": "NKN", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1093183.39166666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XRPBUSD", + "status": "TRADING", + "baseAsset": "XRP", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1817959.48194444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": [ + "SPOT", + "MARGIN", + "TRD_GRP_004", + "TRD_GRP_005", + "TRD_GRP_006" + ], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ETHBUSD", + "status": "TRADING", + "baseAsset": "ETH", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00010000", + "maxQty": "90000.00000000", + "stepSize": "0.00010000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1993.15264152", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": [ + "SPOT", + "MARGIN", + "TRD_GRP_004", + "TRD_GRP_005", + "TRD_GRP_006" + ], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BCHABCBUSD", + "status": "BREAK", + "baseAsset": "BCHABC", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "90000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LTCBUSD", + "status": "TRADING", + "baseAsset": "LTC", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "90000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5535.71966944", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": [ + "SPOT", + "MARGIN", + "TRD_GRP_004", + "TRD_GRP_005", + "TRD_GRP_006" + ], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LINKBUSD", + "status": "TRADING", + "baseAsset": "LINK", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "39140.99665277", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ETCBUSD", + "status": "TRADING", + "baseAsset": "ETC", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5603.31163888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "STXBNB", + "status": "TRADING", + "baseAsset": "STX", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "10183.37041666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "STXBTC", + "status": "TRADING", + "baseAsset": "STX", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "152213.06409722", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "STXUSDT", + "status": "TRADING", + "baseAsset": "STX", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "326809.08833333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "KAVABNB", + "status": "TRADING", + "baseAsset": "KAVA", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5266.85597222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "KAVABTC", + "status": "TRADING", + "baseAsset": "KAVA", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "23132.43236111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "KAVAUSDT", + "status": "TRADING", + "baseAsset": "KAVA", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "277397.43916666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BUSDNGN", + "status": "BREAK", + "baseAsset": "BUSD", + "baseAssetPrecision": 8, + "quoteAsset": "NGN", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "922320.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "163380.29950601", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "500.00000000", + "applyMinToMarket": true, + "maxNotional": "900000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BNBNGN", + "status": "BREAK", + "baseAsset": "BNB", + "baseAssetPrecision": 8, + "quoteAsset": "NGN", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00000000", + "maxPrice": "1000000.00000000", + "tickSize": "1.00000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "90000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "116.94736048", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "500.00000000", + "applyMinToMarket": true, + "maxNotional": "900000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTCNGN", + "status": "TRADING", + "baseAsset": "BTC", + "baseAssetPrecision": 8, + "quoteAsset": "NGN", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00000000", + "maxPrice": "1962419582.00000000", + "tickSize": "1.00000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "46.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "0.19193267", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "500.00000000", + "applyMinToMarket": true, + "maxNotional": "900000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ARPABNB", + "status": "TRADING", + "baseAsset": "ARPA", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "130235.54027777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ARPABTC", + "status": "TRADING", + "baseAsset": "ARPA", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1500993.45416666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ARPAUSDT", + "status": "TRADING", + "baseAsset": "ARPA", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5308677.06381944", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TRXBUSD", + "status": "TRADING", + "baseAsset": "TRX", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2273268.54326388", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "EOSBUSD", + "status": "TRADING", + "baseAsset": "EOS", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "91686.54791666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "IOTXUSDT", + "status": "TRADING", + "baseAsset": "IOTX", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3959188.49305555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RLCUSDT", + "status": "TRADING", + "baseAsset": "RLC", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "131936.29902777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MCOUSDT", + "status": "BREAK", + "baseAsset": "MCO", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "90000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "30863.71363276", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XLMBUSD", + "status": "TRADING", + "baseAsset": "XLM", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "617433.28888888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ADABUSD", + "status": "TRADING", + "baseAsset": "ADA", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1844433.64375000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005", "TRD_GRP_006"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CTXCBNB", + "status": "BREAK", + "baseAsset": "CTXC", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "70549.72207084", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CTXCBTC", + "status": "TRADING", + "baseAsset": "CTXC", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "52786.49861111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CTXCUSDT", + "status": "TRADING", + "baseAsset": "CTXC", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9222449.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "443701.33333333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BCHBNB", + "status": "TRADING", + "baseAsset": "BCH", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "900000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "117.26254444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BCHBTC", + "status": "TRADING", + "baseAsset": "BCH", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "10000000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1010.10477986", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BCHUSDT", + "status": "TRADING", + "baseAsset": "BCH", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "100000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "90000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2569.27383263", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BCHUSDC", + "status": "BREAK", + "baseAsset": "BCH", + "baseAssetPrecision": 8, + "quoteAsset": "USDC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "100000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "90000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "197.95225537", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BCHTUSD", + "status": "BREAK", + "baseAsset": "BCH", + "baseAssetPrecision": 8, + "quoteAsset": "TUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "100000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "90000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "70.34291163", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BCHPAX", + "status": "BREAK", + "baseAsset": "BCH", + "baseAssetPrecision": 8, + "quoteAsset": "PAX", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "90000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "43.26778509", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BCHBUSD", + "status": "TRADING", + "baseAsset": "BCH", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "100000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "90000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "574.93011736", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTCRUB", + "status": "TRADING", + "baseAsset": "BTC", + "baseAssetPrecision": 8, + "quoteAsset": "RUB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00000000", + "maxPrice": "100000000.00000000", + "tickSize": "1.00000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "900.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2.12852368", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "100.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ETHRUB", + "status": "TRADING", + "baseAsset": "ETH", + "baseAssetPrecision": 8, + "quoteAsset": "RUB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "4000000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00010000", + "maxQty": "23055.00000000", + "stepSize": "0.00010000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "15.41526451", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "100.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XRPRUB", + "status": "TRADING", + "baseAsset": "XRP", + "baseAssetPrecision": 8, + "quoteAsset": "RUB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9222449.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "18204.49027777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "100.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BNBRUB", + "status": "TRADING", + "baseAsset": "BNB", + "baseAssetPrecision": 8, + "quoteAsset": "RUB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "500000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "184466.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "48.77624305", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "100.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TROYBNB", + "status": "BREAK", + "baseAsset": "TROY", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3531329.81805555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TROYBTC", + "status": "BREAK", + "baseAsset": "TROY", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "92141578.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TROYUSDT", + "status": "TRADING", + "baseAsset": "TROY", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "15447779.57569444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BUSDRUB", + "status": "TRADING", + "baseAsset": "BUSD", + "baseAssetPrecision": 8, + "quoteAsset": "RUB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9222449.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "33886.06388888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "1.2", + "bidMultiplierDown": "0.8", + "askMultiplierUp": "1.2", + "askMultiplierDown": "0.8", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "100.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "QTUMBUSD", + "status": "TRADING", + "baseAsset": "QTUM", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4315.30680555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "VETBUSD", + "status": "TRADING", + "baseAsset": "VET", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4183256.43604166", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "VITEBNB", + "status": "BREAK", + "baseAsset": "VITE", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "380053.67857143", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "VITEBTC", + "status": "TRADING", + "baseAsset": "VITE", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2574956.33402777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "VITEUSDT", + "status": "TRADING", + "baseAsset": "VITE", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3539998.79548611", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FTTBNB", + "status": "BREAK", + "baseAsset": "FTT", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "6097.00503328", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FTTBTC", + "status": "BREAK", + "baseAsset": "FTT", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "11454.06343541", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FTTUSDT", + "status": "BREAK", + "baseAsset": "FTT", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "10000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "91142.56604527", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTCTRY", + "status": "TRADING", + "baseAsset": "BTC", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00000000", + "maxPrice": "10000000.00000000", + "tickSize": "1.00000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "9000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "33.89238110", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BNBTRY", + "status": "TRADING", + "baseAsset": "BNB", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00000000", + "maxPrice": "1000000.00000000", + "tickSize": "1.00000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "92232.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "229.43753541", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BUSDTRY", + "status": "TRADING", + "baseAsset": "BUSD", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "1000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "922327.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "641111.73125000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "1.2", + "bidMultiplierDown": "0.8", + "askMultiplierUp": "1.2", + "askMultiplierDown": "0.8", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ETHTRY", + "status": "TRADING", + "baseAsset": "ETH", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00000000", + "maxPrice": "600000.00000000", + "tickSize": "1.00000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00010000", + "maxQty": "153719.00000000", + "stepSize": "0.00010000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "93.10050763", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XRPTRY", + "status": "TRADING", + "baseAsset": "XRP", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "171252.00902777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "USDTTRY", + "status": "TRADING", + "baseAsset": "USDT", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "1000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1049923.41666666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "1.2", + "bidMultiplierDown": "0.8", + "askMultiplierUp": "1.2", + "askMultiplierDown": "0.8", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "USDTRUB", + "status": "TRADING", + "baseAsset": "USDT", + "baseAssetPrecision": 8, + "quoteAsset": "RUB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9222449.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "88039.83333333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "1.2", + "bidMultiplierDown": "0.8", + "askMultiplierUp": "1.2", + "askMultiplierDown": "0.8", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "100.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTCEUR", + "status": "TRADING", + "baseAsset": "BTC", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "1000000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "9000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "42.48357600", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ETHEUR", + "status": "TRADING", + "baseAsset": "ETH", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00010000", + "maxQty": "90000.00000000", + "stepSize": "0.00010000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "295.82837277", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BNBEUR", + "status": "TRADING", + "baseAsset": "BNB", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "10000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "9222449.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "403.99593888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XRPEUR", + "status": "TRADING", + "baseAsset": "XRP", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "203814.63819444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "EURBUSD", + "status": "TRADING", + "baseAsset": "EUR", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "446443.93576388", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "1.2", + "bidMultiplierDown": "0.8", + "askMultiplierUp": "1.2", + "askMultiplierDown": "0.8", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "EURUSDT", + "status": "TRADING", + "baseAsset": "EUR", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "6000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "774168.26506944", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "1.2", + "bidMultiplierDown": "0.8", + "askMultiplierUp": "1.2", + "askMultiplierDown": "0.8", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "OGNBNB", + "status": "BREAK", + "baseAsset": "OGN", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "53525.48266296", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "OGNBTC", + "status": "TRADING", + "baseAsset": "OGN", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "91672.57916666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "OGNUSDT", + "status": "TRADING", + "baseAsset": "OGN", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1682196.09652777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DREPBNB", + "status": "BREAK", + "baseAsset": "DREP", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2231600.13461538", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DREPBTC", + "status": "TRADING", + "baseAsset": "DREP", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "17057.73402777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DREPUSDT", + "status": "TRADING", + "baseAsset": "DREP", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "137257.07777777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BULLUSDT", + "status": "BREAK", + "baseAsset": "BULL", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "1000000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00000100", + "maxQty": "9000.00000000", + "stepSize": "0.00000100" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "981.30711447", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BULLBUSD", + "status": "BREAK", + "baseAsset": "BULL", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "1000000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00000100", + "maxQty": "9000.00000000", + "stepSize": "0.00000100" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "245.65160498", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BEARUSDT", + "status": "BREAK", + "baseAsset": "BEAR", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "90000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "168792.81790478", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BEARBUSD", + "status": "BREAK", + "baseAsset": "BEAR", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "90000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "25149.89246143", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ETHBULLUSDT", + "status": "BREAK", + "baseAsset": "ETHBULL", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "1000000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00000100", + "maxQty": "9000.00000000", + "stepSize": "0.00000100" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "17807.99799888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ETHBULLBUSD", + "status": "BREAK", + "baseAsset": "ETHBULL", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "1000000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00000100", + "maxQty": "9000.00000000", + "stepSize": "0.00000100" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4667.23402788", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ETHBEARUSDT", + "status": "BREAK", + "baseAsset": "ETHBEAR", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "90000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "146716.20424998", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ETHBEARBUSD", + "status": "BREAK", + "baseAsset": "ETHBEAR", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "90000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "23018.58325007", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TCTBNB", + "status": "BREAK", + "baseAsset": "TCT", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2076645.52060440", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TCTBTC", + "status": "BREAK", + "baseAsset": "TCT", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "22008178.37361111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TCTUSDT", + "status": "BREAK", + "baseAsset": "TCT", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "13881222.09444444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WRXBNB", + "status": "BREAK", + "baseAsset": "WRX", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "52292.24077669", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WRXBTC", + "status": "BREAK", + "baseAsset": "WRX", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "60817.54791666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WRXUSDT", + "status": "TRADING", + "baseAsset": "WRX", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "550208.09798611", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ICXBUSD", + "status": "TRADING", + "baseAsset": "ICX", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "168761.70736111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTSUSDT", + "status": "TRADING", + "baseAsset": "BTS", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4219162.84611111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTSBUSD", + "status": "BREAK", + "baseAsset": "BTS", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5678465.07899604", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LSKUSDT", + "status": "TRADING", + "baseAsset": "LSK", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "67223.23354166", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BNTUSDT", + "status": "TRADING", + "baseAsset": "BNT", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "123803.47388888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BNTBUSD", + "status": "TRADING", + "baseAsset": "BNT", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "10120.97916666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LTOBNB", + "status": "BREAK", + "baseAsset": "LTO", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "248699.50407609", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LTOBTC", + "status": "TRADING", + "baseAsset": "LTO", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "133878.62638888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LTOUSDT", + "status": "TRADING", + "baseAsset": "LTO", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "651325.52083333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ATOMBUSD", + "status": "TRADING", + "baseAsset": "ATOM", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "15264.99705555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DASHBUSD", + "status": "TRADING", + "baseAsset": "DASH", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "90000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "466.40316666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NEOBUSD", + "status": "TRADING", + "baseAsset": "NEO", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2578.56609027", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WAVESBUSD", + "status": "TRADING", + "baseAsset": "WAVES", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "18301.94316666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XTZBUSD", + "status": "TRADING", + "baseAsset": "XTZ", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "33049.14840277", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "EOSBULLUSDT", + "status": "BREAK", + "baseAsset": "EOSBULL", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "1000007.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "92232.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "92232.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "EOSBULLBUSD", + "status": "BREAK", + "baseAsset": "EOSBULL", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "90000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "47527.57871443", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "EOSBEARUSDT", + "status": "BREAK", + "baseAsset": "EOSBEAR", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "90000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "11230.80834956", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "EOSBEARBUSD", + "status": "BREAK", + "baseAsset": "EOSBEAR", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "90000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5495.77495919", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XRPBULLUSDT", + "status": "BREAK", + "baseAsset": "XRPBULL", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "90000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "48260.01891020", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XRPBULLBUSD", + "status": "BREAK", + "baseAsset": "XRPBULL", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "90000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "21174.22888957", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XRPBEARUSDT", + "status": "BREAK", + "baseAsset": "XRPBEAR", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "90000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "630.33178506", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XRPBEARBUSD", + "status": "BREAK", + "baseAsset": "XRPBEAR", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "90000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "307.07788765", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BATBUSD", + "status": "TRADING", + "baseAsset": "BAT", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "41904.06319444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ENJBUSD", + "status": "TRADING", + "baseAsset": "ENJ", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "73174.09555555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NANOBUSD", + "status": "BREAK", + "baseAsset": "NANO", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "18987.22217948", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ONTBUSD", + "status": "TRADING", + "baseAsset": "ONT", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "128871.57916666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RVNBUSD", + "status": "TRADING", + "baseAsset": "RVN", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "654599.51326388", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "STRATBUSD", + "status": "BREAK", + "baseAsset": "STRAT", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "280632.70805402", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "STRATBNB", + "status": "BREAK", + "baseAsset": "STRAT", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "136895.01519337", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "STRATUSDT", + "status": "BREAK", + "baseAsset": "STRAT", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "325367.82164820", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AIONBUSD", + "status": "BREAK", + "baseAsset": "AION", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1227176.08206086", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AIONUSDT", + "status": "BREAK", + "baseAsset": "AION", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9222449.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3880590.06805555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MBLBNB", + "status": "BREAK", + "baseAsset": "MBL", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2850949.95041322", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MBLBTC", + "status": "BREAK", + "baseAsset": "MBL", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "92141578.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MBLUSDT", + "status": "TRADING", + "baseAsset": "MBL", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "13986617.94583333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "COTIBNB", + "status": "TRADING", + "baseAsset": "COTI", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "212610.50347222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "COTIBTC", + "status": "TRADING", + "baseAsset": "COTI", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "752908.05347222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "COTIUSDT", + "status": "TRADING", + "baseAsset": "COTI", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3350541.54652777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ALGOBUSD", + "status": "TRADING", + "baseAsset": "ALGO", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "402846.89236111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTTBUSD", + "status": "BREAK", + "baseAsset": "BTT", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "45750289.43461538", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TOMOBUSD", + "status": "TRADING", + "baseAsset": "TOMO", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "30900.84729166", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XMRBUSD", + "status": "TRADING", + "baseAsset": "XMR", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "100000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "90000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "409.56172291", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ZECBUSD", + "status": "TRADING", + "baseAsset": "ZEC", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "90000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "712.02921180", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BNBBULLUSDT", + "status": "BREAK", + "baseAsset": "BNBBULL", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "90000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "8211.42395395", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BNBBULLBUSD", + "status": "BREAK", + "baseAsset": "BNBBULL", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "90000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3671.17078985", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BNBBEARUSDT", + "status": "BREAK", + "baseAsset": "BNBBEAR", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "90000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4546.96004878", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BNBBEARBUSD", + "status": "BREAK", + "baseAsset": "BNBBEAR", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "90000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2323.69823608", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "STPTBNB", + "status": "BREAK", + "baseAsset": "STPT", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "389641.21603261", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "STPTBTC", + "status": "TRADING", + "baseAsset": "STPT", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "348986.82569444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "STPTUSDT", + "status": "TRADING", + "baseAsset": "STPT", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "750751.72347222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTCZAR", + "status": "TRADING", + "baseAsset": "BTC", + "baseAssetPrecision": 8, + "quoteAsset": "ZAR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00000000", + "maxPrice": "99928191.00000000", + "tickSize": "1.00000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "922.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1.39330014", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "200.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ETHZAR", + "status": "TRADING", + "baseAsset": "ETH", + "baseAssetPrecision": 8, + "quoteAsset": "ZAR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00000000", + "maxPrice": "9999319.00000000", + "tickSize": "1.00000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00010000", + "maxQty": "9223.00000000", + "stepSize": "0.00010000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "10.64248756", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "200.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BNBZAR", + "status": "BREAK", + "baseAsset": "BNB", + "baseAssetPrecision": 8, + "quoteAsset": "ZAR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "100000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "50.34538889", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "100.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "USDTZAR", + "status": "TRADING", + "baseAsset": "USDT", + "baseAssetPrecision": 8, + "quoteAsset": "ZAR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9222449.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "17637.16180555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "1.2", + "bidMultiplierDown": "0.8", + "askMultiplierUp": "1.2", + "askMultiplierDown": "0.8", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "200.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BUSDZAR", + "status": "TRADING", + "baseAsset": "BUSD", + "baseAssetPrecision": 8, + "quoteAsset": "ZAR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9222449.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "14601.59513888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "1.2", + "bidMultiplierDown": "0.8", + "askMultiplierUp": "1.2", + "askMultiplierDown": "0.8", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "200.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTCBKRW", + "status": "BREAK", + "baseAsset": "BTC", + "baseAssetPrecision": 8, + "quoteAsset": "BKRW", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00000000", + "maxPrice": "700000000.00000000", + "tickSize": "1.00000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00000100", + "maxQty": "100.00000000", + "stepSize": "0.00000100" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "6.47489095", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "1000.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ETHBKRW", + "status": "BREAK", + "baseAsset": "ETH", + "baseAssetPrecision": 8, + "quoteAsset": "BKRW", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00000000", + "maxPrice": "10000000.00000000", + "tickSize": "1.00000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "8000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "34.29793919", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "1000.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BNBBKRW", + "status": "BREAK", + "baseAsset": "BNB", + "baseAssetPrecision": 8, + "quoteAsset": "BKRW", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00000000", + "maxPrice": "5000000.00000000", + "tickSize": "1.00000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "9000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "471.04390139", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "1000.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WTCUSDT", + "status": "TRADING", + "baseAsset": "WTC", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "317744.76250000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DATABUSD", + "status": "TRADING", + "baseAsset": "DATA", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "576724.21687500", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DATAUSDT", + "status": "TRADING", + "baseAsset": "DATA", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1998891.37527777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XZCUSDT", + "status": "BREAK", + "baseAsset": "XZC", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "90000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "18526.19352431", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SOLBNB", + "status": "TRADING", + "baseAsset": "SOL", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1919.75822222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005", "TRD_GRP_006"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SOLBTC", + "status": "TRADING", + "baseAsset": "SOL", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "28672.55110416", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": [ + "SPOT", + "MARGIN", + "TRD_GRP_004", + "TRD_GRP_005", + "TRD_GRP_006" + ], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SOLUSDT", + "status": "TRADING", + "baseAsset": "SOL", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "82173.73847222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": [ + "SPOT", + "MARGIN", + "TRD_GRP_004", + "TRD_GRP_005", + "TRD_GRP_006" + ], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SOLBUSD", + "status": "TRADING", + "baseAsset": "SOL", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "28279.12715277", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": [ + "SPOT", + "MARGIN", + "TRD_GRP_004", + "TRD_GRP_005", + "TRD_GRP_006" + ], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTCIDRT", + "status": "BREAK", + "baseAsset": "BTC", + "baseAssetPrecision": 8, + "quoteAsset": "IDRT", + "quotePrecision": 2, + "quoteAssetPrecision": 2, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 2, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00", + "maxPrice": "9000000000.00", + "tickSize": "1.00" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "100000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "0.59662685", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "20000.00", + "applyMinToMarket": true, + "maxNotional": "9000000000.00", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BNBIDRT", + "status": "BREAK", + "baseAsset": "BNB", + "baseAssetPrecision": 8, + "quoteAsset": "IDRT", + "quotePrecision": 2, + "quoteAssetPrecision": 2, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 2, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00", + "maxPrice": "50000000.00", + "tickSize": "1.00" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "100000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "36.18633333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "20000.00", + "applyMinToMarket": true, + "maxNotional": "9000000000.00", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "USDTIDRT", + "status": "TRADING", + "baseAsset": "USDT", + "baseAssetPrecision": 8, + "quoteAsset": "IDRT", + "quotePrecision": 2, + "quoteAssetPrecision": 2, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 2, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00", + "maxPrice": "100099999.00", + "tickSize": "1.00" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "1000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "42116.08680555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "1.2", + "bidMultiplierDown": "0.8", + "askMultiplierUp": "1.2", + "askMultiplierDown": "0.8", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "20000.00", + "applyMinToMarket": true, + "maxNotional": "9000000000.00", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BUSDIDRT", + "status": "BREAK", + "baseAsset": "BUSD", + "baseAssetPrecision": 8, + "quoteAsset": "IDRT", + "quotePrecision": 2, + "quoteAssetPrecision": 2, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 2, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00", + "maxPrice": "1000000.00", + "tickSize": "1.00" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "1000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "50855.40449235", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "20000.00", + "applyMinToMarket": true, + "maxNotional": "9000000000.00", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CTSIBTC", + "status": "TRADING", + "baseAsset": "CTSI", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "92702.36111111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CTSIUSDT", + "status": "TRADING", + "baseAsset": "CTSI", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "581352.89513888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CTSIBNB", + "status": "TRADING", + "baseAsset": "CTSI", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "67510.06458333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CTSIBUSD", + "status": "TRADING", + "baseAsset": "CTSI", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "125995.75347222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "HIVEBNB", + "status": "BREAK", + "baseAsset": "HIVE", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "167070.80693481", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "HIVEBTC", + "status": "TRADING", + "baseAsset": "HIVE", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "46694.24513888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "HIVEUSDT", + "status": "TRADING", + "baseAsset": "HIVE", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "81466.55555555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CHRBNB", + "status": "TRADING", + "baseAsset": "CHR", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "72459.79791666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CHRBTC", + "status": "TRADING", + "baseAsset": "CHR", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "101006.43888888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CHRUSDT", + "status": "TRADING", + "baseAsset": "CHR", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "668787.58263888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTCUPUSDT", + "status": "TRADING", + "baseAsset": "BTCUP", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": false, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.53200000", + "maxPrice": "10.09100000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "3000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3000.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_POSITION", "maxPosition": "472.00000000" }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["LEVERAGED"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTCDOWNUSDT", + "status": "TRADING", + "baseAsset": "BTCDOWN", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": false, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00086200", + "maxPrice": "0.01637000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "921415.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "921415.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_POSITION", "maxPosition": "288450.00000000" }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["LEVERAGED"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GXSUSDT", + "status": "BREAK", + "baseAsset": "GXS", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "220406.44871794", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ARDRUSDT", + "status": "TRADING", + "baseAsset": "ARDR", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "406525.18958333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ERDBUSD", + "status": "BREAK", + "baseAsset": "ERD", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "7251597.19596942", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LENDUSDT", + "status": "BREAK", + "baseAsset": "LEND", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1798891.90756944", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "HBARBUSD", + "status": "TRADING", + "baseAsset": "HBAR", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "902505.49791666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MATICBUSD", + "status": "TRADING", + "baseAsset": "MATIC", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "614432.63736111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WRXBUSD", + "status": "TRADING", + "baseAsset": "WRX", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "63461.93534722", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ZILBUSD", + "status": "TRADING", + "baseAsset": "ZIL", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1888274.52784722", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MDTBNB", + "status": "BREAK", + "baseAsset": "MDT", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "336429.52026144", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MDTBTC", + "status": "TRADING", + "baseAsset": "MDT", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1072822.65069444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MDTUSDT", + "status": "TRADING", + "baseAsset": "MDT", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1738060.62152777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "STMXBTC", + "status": "BREAK", + "baseAsset": "STMX", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "53415081.07628294", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "STMXETH", + "status": "BREAK", + "baseAsset": "STMX", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2562989.12361111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "STMXUSDT", + "status": "TRADING", + "baseAsset": "STMX", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "40493733.82083333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "KNCBUSD", + "status": "TRADING", + "baseAsset": "KNC", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "63186.63875000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "KNCUSDT", + "status": "TRADING", + "baseAsset": "KNC", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "354667.86868055", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "REPBUSD", + "status": "BREAK", + "baseAsset": "REP", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "90000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "9858.55033818", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "REPUSDT", + "status": "BREAK", + "baseAsset": "REP", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3040.51395284", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LRCBUSD", + "status": "TRADING", + "baseAsset": "LRC", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "106549.43750000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LRCUSDT", + "status": "TRADING", + "baseAsset": "LRC", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "460187.58958333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "IQBNB", + "status": "BREAK", + "baseAsset": "IQ", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2666894.65972222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "IQBUSD", + "status": "TRADING", + "baseAsset": "IQ", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3996252.28611111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PNTBTC", + "status": "BREAK", + "baseAsset": "PNT", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "52164.34023285", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PNTUSDT", + "status": "TRADING", + "baseAsset": "PNT", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "637307.23888888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTCGBP", + "status": "TRADING", + "baseAsset": "BTC", + "baseAssetPrecision": 8, + "quoteAsset": "GBP", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "1000000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "9000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "17.34746169", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ETHGBP", + "status": "TRADING", + "baseAsset": "ETH", + "baseAssetPrecision": 8, + "quoteAsset": "GBP", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00010000", + "maxQty": "90000.00000000", + "stepSize": "0.00010000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "37.15288125", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XRPGBP", + "status": "TRADING", + "baseAsset": "XRP", + "baseAssetPrecision": 8, + "quoteAsset": "GBP", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "76141.39513888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BNBGBP", + "status": "TRADING", + "baseAsset": "BNB", + "baseAssetPrecision": 8, + "quoteAsset": "GBP", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "100000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "900000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "91.66392361", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GBPBUSD", + "status": "TRADING", + "baseAsset": "GBP", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "312545.78513888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "1.2", + "bidMultiplierDown": "0.8", + "askMultiplierUp": "1.2", + "askMultiplierDown": "0.8", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DGBBTC", + "status": "TRADING", + "baseAsset": "DGB", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "37990603.23888888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DGBBUSD", + "status": "TRADING", + "baseAsset": "DGB", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1338920.23826388", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTCUAH", + "status": "TRADING", + "baseAsset": "BTC", + "baseAssetPrecision": 8, + "quoteAsset": "UAH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00000000", + "maxPrice": "51212504.00000000", + "tickSize": "1.00000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "1800.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "0.45008700", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "100.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "USDTUAH", + "status": "TRADING", + "baseAsset": "USDT", + "baseAssetPrecision": 8, + "quoteAsset": "UAH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "922327.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "77899.76111111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "1.2", + "bidMultiplierDown": "0.8", + "askMultiplierUp": "1.2", + "askMultiplierDown": "0.8", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "100.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "COMPBTC", + "status": "TRADING", + "baseAsset": "COMP", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "10000000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "505.48439444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "COMPBNB", + "status": "BREAK", + "baseAsset": "COMP", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "900000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "51.10757222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "COMPBUSD", + "status": "TRADING", + "baseAsset": "COMP", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "90000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1127.64839166", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "COMPUSDT", + "status": "TRADING", + "baseAsset": "COMP", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "90000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1921.62676805", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTCBIDR", + "status": "TRADING", + "baseAsset": "BTC", + "baseAssetPrecision": 8, + "quoteAsset": "BIDR", + "quotePrecision": 2, + "quoteAssetPrecision": 2, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 2, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00", + "maxPrice": "9000000000.00", + "tickSize": "1.00" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "100000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5.26249548", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "20000.00", + "applyMinToMarket": true, + "maxNotional": "9000000000.00", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ETHBIDR", + "status": "TRADING", + "baseAsset": "ETH", + "baseAssetPrecision": 8, + "quoteAsset": "BIDR", + "quotePrecision": 2, + "quoteAssetPrecision": 2, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 2, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00", + "maxPrice": "900000000.00", + "tickSize": "1.00" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00010000", + "maxQty": "100000.00000000", + "stepSize": "0.00010000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "22.01586756", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "20000.00", + "applyMinToMarket": true, + "maxNotional": "9000000000.00", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BNBBIDR", + "status": "TRADING", + "baseAsset": "BNB", + "baseAssetPrecision": 8, + "quoteAsset": "BIDR", + "quotePrecision": 2, + "quoteAssetPrecision": 2, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 2, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00", + "maxPrice": "50000000.00", + "tickSize": "1.00" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "100000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "109.41909791", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "20000.00", + "applyMinToMarket": true, + "maxNotional": "9000000000.00", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BUSDBIDR", + "status": "TRADING", + "baseAsset": "BUSD", + "baseAssetPrecision": 8, + "quoteAsset": "BIDR", + "quotePrecision": 2, + "quoteAssetPrecision": 2, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 2, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00", + "maxPrice": "100099999.00", + "tickSize": "1.00" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "1000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "408657.94611111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "1.2", + "bidMultiplierDown": "0.8", + "askMultiplierUp": "1.2", + "askMultiplierDown": "0.8", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "20000.00", + "applyMinToMarket": true, + "maxNotional": "9000000000.00", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "USDTBIDR", + "status": "TRADING", + "baseAsset": "USDT", + "baseAssetPrecision": 8, + "quoteAsset": "BIDR", + "quotePrecision": 2, + "quoteAssetPrecision": 2, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 2, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00", + "maxPrice": "100099999.00", + "tickSize": "1.00" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "1000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "437294.65027777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "1.2", + "bidMultiplierDown": "0.8", + "askMultiplierUp": "1.2", + "askMultiplierDown": "0.8", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "20000.00", + "applyMinToMarket": true, + "maxNotional": "9000000000.00", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BKRWUSDT", + "status": "BREAK", + "baseAsset": "BKRW", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "61102615.56557946", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BKRWBUSD", + "status": "BREAK", + "baseAsset": "BKRW", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "48969448.15395284", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SCUSDT", + "status": "TRADING", + "baseAsset": "SC", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "10099407.55972222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ZENUSDT", + "status": "TRADING", + "baseAsset": "ZEN", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "13474.48825000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SXPBTC", + "status": "TRADING", + "baseAsset": "SXP", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "53110.97951388", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SXPBNB", + "status": "TRADING", + "baseAsset": "SXP", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "47061.54208333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SXPBUSD", + "status": "TRADING", + "baseAsset": "SXP", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "88065.55923611", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SNXBTC", + "status": "TRADING", + "baseAsset": "SNX", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "8940.59888888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SNXBNB", + "status": "TRADING", + "baseAsset": "SNX", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4961.16958333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SNXBUSD", + "status": "TRADING", + "baseAsset": "SNX", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "14999.20229166", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SNXUSDT", + "status": "TRADING", + "baseAsset": "SNX", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "74824.60208333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ETHUPUSDT", + "status": "TRADING", + "baseAsset": "ETHUP", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": false, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.46100000", + "maxPrice": "8.75000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "3000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3000.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_POSITION", "maxPosition": "543.00000000" }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["LEVERAGED"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ETHDOWNUSDT", + "status": "TRADING", + "baseAsset": "ETHDOWN", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": false, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.02650000", + "maxPrice": "0.50190000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "100000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "384109.73705555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_POSITION", "maxPosition": "9445.00000000" }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["LEVERAGED"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ADAUPUSDT", + "status": "TRADING", + "baseAsset": "ADAUP", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": false, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "0.17700000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "920000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "466515.51478472", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_POSITION", "maxPosition": "26882.00000000" }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["LEVERAGED"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ADADOWNUSDT", + "status": "TRADING", + "baseAsset": "ADADOWN", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": false, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00022800", + "maxPrice": "0.00431600", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "100000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "13834585.53154861", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_POSITION", "maxPosition": "1100352.00000000" }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["LEVERAGED"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LINKUPUSDT", + "status": "BREAK", + "baseAsset": "LINKUP", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": false, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "100000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "920000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "922327.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["LEVERAGED"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LINKDOWNUSDT", + "status": "BREAK", + "baseAsset": "LINKDOWN", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": false, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "921.40000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "300000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "300000.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["LEVERAGED"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "VTHOBNB", + "status": "BREAK", + "baseAsset": "VTHO", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4183077.81043956", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "VTHOBUSD", + "status": "BREAK", + "baseAsset": "VTHO", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "37909546.95988935", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "VTHOUSDT", + "status": "TRADING", + "baseAsset": "VTHO", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "51787885.08194444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DCRBUSD", + "status": "BREAK", + "baseAsset": "DCR", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "90000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "967.25717012", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DGBUSDT", + "status": "TRADING", + "baseAsset": "DGB", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5345991.05319444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GBPUSDT", + "status": "TRADING", + "baseAsset": "GBP", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "316371.98604166", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "1.2", + "bidMultiplierDown": "0.8", + "askMultiplierUp": "1.2", + "askMultiplierDown": "0.8", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "STORJBUSD", + "status": "TRADING", + "baseAsset": "STORJ", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9222448.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "55763.05972222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SXPUSDT", + "status": "TRADING", + "baseAsset": "SXP", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "10000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "922327.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "258843.85909722", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "IRISBNB", + "status": "BREAK", + "baseAsset": "IRIS", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "85086.21045752", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "IRISBTC", + "status": "TRADING", + "baseAsset": "IRIS", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1574394.03055555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "IRISBUSD", + "status": "BREAK", + "baseAsset": "IRIS", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "78319.48723994", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MKRBNB", + "status": "BREAK", + "baseAsset": "MKR", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00010000", + "maxQty": "900000.00000000", + "stepSize": "0.00010000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "10.44837309", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MKRBTC", + "status": "TRADING", + "baseAsset": "MKR", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00010000", + "maxQty": "10000000.00000000", + "stepSize": "0.00010000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "19.60087791", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MKRUSDT", + "status": "TRADING", + "baseAsset": "MKR", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00000000", + "maxPrice": "100000.00000000", + "tickSize": "1.00000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00010000", + "maxQty": "90000.00000000", + "stepSize": "0.00010000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "278.52244312", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MKRBUSD", + "status": "TRADING", + "baseAsset": "MKR", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00000000", + "maxPrice": "100000.00000000", + "tickSize": "1.00000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00010000", + "maxQty": "90000.00000000", + "stepSize": "0.00010000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "52.14341173", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DAIBNB", + "status": "BREAK", + "baseAsset": "DAI", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "13225.87375000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DAIBTC", + "status": "BREAK", + "baseAsset": "DAI", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "64544.98819444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DAIUSDT", + "status": "BREAK", + "baseAsset": "DAI", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "452151.67404167", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DAIBUSD", + "status": "BREAK", + "baseAsset": "DAI", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "119396.14040278", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RUNEBNB", + "status": "TRADING", + "baseAsset": "RUNE", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "14235.70993055", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RUNEBTC", + "status": "TRADING", + "baseAsset": "RUNE", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "39887.73631944", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RUNEBUSD", + "status": "TRADING", + "baseAsset": "RUNE", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "30874.33472222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MANABUSD", + "status": "TRADING", + "baseAsset": "MANA", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "254309.14861111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DOGEBUSD", + "status": "TRADING", + "baseAsset": "DOGE", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "6839751.61736111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LENDBUSD", + "status": "BREAK", + "baseAsset": "LEND", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "270430.73030556", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ZRXBUSD", + "status": "TRADING", + "baseAsset": "ZRX", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "34080.62083333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DCRUSDT", + "status": "TRADING", + "baseAsset": "DCR", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "900000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3026.43284583", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "STORJUSDT", + "status": "TRADING", + "baseAsset": "STORJ", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "277107.24444444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XRPBKRW", + "status": "BREAK", + "baseAsset": "XRP", + "baseAssetPrecision": 8, + "quoteAsset": "BKRW", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "922327.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "29020.38854167", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "1000.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ADABKRW", + "status": "BREAK", + "baseAsset": "ADA", + "baseAssetPrecision": 8, + "quoteAsset": "BKRW", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "922327.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "101738.55506944", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "1000.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTCAUD", + "status": "BREAK", + "baseAsset": "BTC", + "baseAssetPrecision": 8, + "quoteAsset": "AUD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "1000000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "9000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "0.72655171", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ETHAUD", + "status": "BREAK", + "baseAsset": "ETH", + "baseAssetPrecision": 8, + "quoteAsset": "AUD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00010000", + "maxQty": "90000.00000000", + "stepSize": "0.00010000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "11.13395464", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AUDBUSD", + "status": "BREAK", + "baseAsset": "AUD", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3329.24965325", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "1.2", + "bidMultiplierDown": "0.8", + "askMultiplierUp": "1.2", + "askMultiplierDown": "0.8", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FIOBNB", + "status": "BREAK", + "baseAsset": "FIO", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "187127.58076923", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FIOBTC", + "status": "TRADING", + "baseAsset": "FIO", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "507744.19513888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FIOBUSD", + "status": "BREAK", + "baseAsset": "FIO", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9222449.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "309540.52288488", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BNBUPUSDT", + "status": "TRADING", + "baseAsset": "BNBUP", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": false, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "2.89000000", + "maxPrice": "54.89000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "500.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "500.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_POSITION", "maxPosition": "87.00000000" }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["LEVERAGED"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BNBDOWNUSDT", + "status": "TRADING", + "baseAsset": "BNBDOWN", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": false, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00159000", + "maxPrice": "0.03016000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "920000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "550043.08503472", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_POSITION", "maxPosition": "157431.00000000" }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["LEVERAGED"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XTZUPUSDT", + "status": "BREAK", + "baseAsset": "XTZUP", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": false, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00026000", + "maxPrice": "0.00492800", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "920000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3999901.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["LEVERAGED"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XTZDOWNUSDT", + "status": "BREAK", + "baseAsset": "XTZDOWN", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": false, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.25880000", + "maxPrice": "4.91690000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "49991176.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5261.19938461", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["LEVERAGED"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AVABNB", + "status": "BREAK", + "baseAsset": "AVA", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "18713.97740693", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AVABTC", + "status": "TRADING", + "baseAsset": "AVA", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "21875.08569444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AVABUSD", + "status": "TRADING", + "baseAsset": "AVA", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "35651.45145833", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "USDTBKRW", + "status": "BREAK", + "baseAsset": "USDT", + "baseAssetPrecision": 8, + "quoteAsset": "BKRW", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "922327.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "37891.35378735", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "1000.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BUSDBKRW", + "status": "BREAK", + "baseAsset": "BUSD", + "baseAssetPrecision": 8, + "quoteAsset": "BKRW", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "922327.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "112393.11979167", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "1000.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "IOTABUSD", + "status": "TRADING", + "baseAsset": "IOTA", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "100080.65694444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MANAUSDT", + "status": "TRADING", + "baseAsset": "MANA", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "522703.37013888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XRPAUD", + "status": "BREAK", + "baseAsset": "XRP", + "baseAssetPrecision": 8, + "quoteAsset": "AUD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "20877.68975069", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BNBAUD", + "status": "BREAK", + "baseAsset": "BNB", + "baseAssetPrecision": 8, + "quoteAsset": "AUD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "100000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "900000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "12.24178363", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AUDUSDT", + "status": "BREAK", + "baseAsset": "AUD", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "8838.94313453", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "1.2", + "bidMultiplierDown": "0.8", + "askMultiplierUp": "1.2", + "askMultiplierDown": "0.8", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BALBNB", + "status": "BREAK", + "baseAsset": "BAL", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "10000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "174.62016644", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BALBTC", + "status": "TRADING", + "baseAsset": "BAL", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1204.49656944", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BALBUSD", + "status": "TRADING", + "baseAsset": "BAL", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3122.45660416", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "YFIBNB", + "status": "BREAK", + "baseAsset": "YFI", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "1000000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "10000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "0.96662995", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "YFIBTC", + "status": "TRADING", + "baseAsset": "YFI", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "100000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "9000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2.44341743", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "YFIBUSD", + "status": "TRADING", + "baseAsset": "YFI", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00000000", + "maxPrice": "1000000.00000000", + "tickSize": "1.00000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "9000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4.25807194", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "YFIUSDT", + "status": "TRADING", + "baseAsset": "YFI", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00000000", + "maxPrice": "1000000.00000000", + "tickSize": "1.00000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "9000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "18.55625434", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BLZBUSD", + "status": "TRADING", + "baseAsset": "BLZ", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "137657.41597222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "KMDBUSD", + "status": "BREAK", + "baseAsset": "KMD", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "55086.92722724", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BALUSDT", + "status": "TRADING", + "baseAsset": "BAL", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5586.42652777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BLZUSDT", + "status": "TRADING", + "baseAsset": "BLZ", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1510305.93541666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "IRISUSDT", + "status": "TRADING", + "baseAsset": "IRIS", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2344434.64104166", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "KMDUSDT", + "status": "TRADING", + "baseAsset": "KMD", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "117038.81805555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTCDAI", + "status": "TRADING", + "baseAsset": "BTC", + "baseAssetPrecision": 8, + "quoteAsset": "DAI", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "1000000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "9000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4.06369659", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ETHDAI", + "status": "TRADING", + "baseAsset": "ETH", + "baseAssetPrecision": 8, + "quoteAsset": "DAI", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00010000", + "maxQty": "90000.00000000", + "stepSize": "0.00010000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "48.85666875", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BNBDAI", + "status": "TRADING", + "baseAsset": "BNB", + "baseAssetPrecision": 8, + "quoteAsset": "DAI", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "100000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "900000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "82.45896180", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "USDTDAI", + "status": "TRADING", + "baseAsset": "USDT", + "baseAssetPrecision": 8, + "quoteAsset": "DAI", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "338778.04805555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BUSDDAI", + "status": "TRADING", + "baseAsset": "BUSD", + "baseAssetPrecision": 8, + "quoteAsset": "DAI", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "308882.18791666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "JSTBNB", + "status": "BREAK", + "baseAsset": "JST", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "319948.32777777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "JSTBTC", + "status": "TRADING", + "baseAsset": "JST", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "807103.39375000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "JSTBUSD", + "status": "TRADING", + "baseAsset": "JST", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "236812.08451388", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "JSTUSDT", + "status": "TRADING", + "baseAsset": "JST", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1696043.47875000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SRMBNB", + "status": "BREAK", + "baseAsset": "SRM", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "41478.07600000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SRMBTC", + "status": "BREAK", + "baseAsset": "SRM", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "42668.50787096", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SRMBUSD", + "status": "TRADING", + "baseAsset": "SRM", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "545667.93576388", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SRMUSDT", + "status": "BREAK", + "baseAsset": "SRM", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "336364.59832041", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ANTBNB", + "status": "TRADING", + "baseAsset": "ANT", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2687.06631944", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ANTBTC", + "status": "TRADING", + "baseAsset": "ANT", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "7485.10201388", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ANTBUSD", + "status": "TRADING", + "baseAsset": "ANT", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5070.72229166", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ANTUSDT", + "status": "TRADING", + "baseAsset": "ANT", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "29073.03194444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CRVBNB", + "status": "BREAK", + "baseAsset": "CRV", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "21614.27031900", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CRVBTC", + "status": "TRADING", + "baseAsset": "CRV", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "54855.65326388", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CRVBUSD", + "status": "TRADING", + "baseAsset": "CRV", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "922327.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "67053.46187500", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CRVUSDT", + "status": "TRADING", + "baseAsset": "CRV", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "922327.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "328215.43618055", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SANDBNB", + "status": "TRADING", + "baseAsset": "SAND", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "43535.33819444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SANDBTC", + "status": "TRADING", + "baseAsset": "SAND", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "279499.12708333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SANDUSDT", + "status": "TRADING", + "baseAsset": "SAND", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "526262.70763888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SANDBUSD", + "status": "TRADING", + "baseAsset": "SAND", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "236774.89513888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "OCEANBNB", + "status": "TRADING", + "baseAsset": "OCEAN", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "26616.21111111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "OCEANBTC", + "status": "TRADING", + "baseAsset": "OCEAN", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "121833.84375000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "OCEANBUSD", + "status": "TRADING", + "baseAsset": "OCEAN", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "110816.15000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "OCEANUSDT", + "status": "TRADING", + "baseAsset": "OCEAN", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "499715.35138888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NMRBTC", + "status": "TRADING", + "baseAsset": "NMR", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "10000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "706.93893750", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NMRBUSD", + "status": "TRADING", + "baseAsset": "NMR", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1269.99868750", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NMRUSDT", + "status": "TRADING", + "baseAsset": "NMR", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2829.94872916", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DOTBNB", + "status": "TRADING", + "baseAsset": "DOT", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3202.04516666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DOTBTC", + "status": "TRADING", + "baseAsset": "DOT", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "23212.59267361", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DOTBUSD", + "status": "TRADING", + "baseAsset": "DOT", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "29093.88288194", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DOTUSDT", + "status": "TRADING", + "baseAsset": "DOT", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "73265.99205555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LUNABNB", + "status": "BREAK", + "baseAsset": "LUNA", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1968897.81038157", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LUNABTC", + "status": "BREAK", + "baseAsset": "LUNA", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "80352211.47855389", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LUNABUSD", + "status": "TRADING", + "baseAsset": "LUNA", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "121240.81016666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LUNAUSDT", + "status": "TRADING", + "baseAsset": "LUNA", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "187423.74574305", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "IDEXBTC", + "status": "TRADING", + "baseAsset": "IDEX", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "298710.57500000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "IDEXBUSD", + "status": "TRADING", + "baseAsset": "IDEX", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "472787.98729166", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RSRBNB", + "status": "TRADING", + "baseAsset": "RSR", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2730552.58680555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RSRBTC", + "status": "BREAK", + "baseAsset": "RSR", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "70975030.16944444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RSRBUSD", + "status": "TRADING", + "baseAsset": "RSR", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5076808.62979166", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RSRUSDT", + "status": "TRADING", + "baseAsset": "RSR", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "23489219.89277777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PAXGBNB", + "status": "TRADING", + "baseAsset": "PAXG", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00010000", + "maxQty": "900000.00000000", + "stepSize": "0.00010000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2.75480583", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PAXGBTC", + "status": "TRADING", + "baseAsset": "PAXG", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "10000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00010000", + "maxQty": "9222449.00000000", + "stepSize": "0.00010000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "27.55498652", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PAXGBUSD", + "status": "TRADING", + "baseAsset": "PAXG", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00000000", + "maxPrice": "1000000.00000000", + "tickSize": "1.00000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00010000", + "maxQty": "9000.00000000", + "stepSize": "0.00010000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "235.46003986", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PAXGUSDT", + "status": "TRADING", + "baseAsset": "PAXG", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00000000", + "maxPrice": "1000000.00000000", + "tickSize": "1.00000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00010000", + "maxQty": "9000.00000000", + "stepSize": "0.00010000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "396.85521305", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WNXMBNB", + "status": "BREAK", + "baseAsset": "WNXM", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "365.95426629", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WNXMBTC", + "status": "BREAK", + "baseAsset": "WNXM", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "10000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "491.33048611", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WNXMBUSD", + "status": "BREAK", + "baseAsset": "WNXM", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "90000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "271.96067313", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WNXMUSDT", + "status": "TRADING", + "baseAsset": "WNXM", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "811.38371527", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TRBBNB", + "status": "BREAK", + "baseAsset": "TRB", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "900000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "248.28392917", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TRBBTC", + "status": "TRADING", + "baseAsset": "TRB", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "10000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "714.34784027", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TRBBUSD", + "status": "TRADING", + "baseAsset": "TRB", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1390.57403472", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TRBUSDT", + "status": "TRADING", + "baseAsset": "TRB", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "8266.59390972", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ETHNGN", + "status": "BREAK", + "baseAsset": "ETH", + "baseAssetPrecision": 8, + "quoteAsset": "NGN", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00000000", + "maxPrice": "100000000.00000000", + "tickSize": "1.00000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "900.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "39.72135211", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "500.00000000", + "applyMinToMarket": true, + "maxNotional": "900000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DOTBIDR", + "status": "BREAK", + "baseAsset": "DOT", + "baseAssetPrecision": 8, + "quoteAsset": "BIDR", + "quotePrecision": 2, + "quoteAssetPrecision": 2, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 2, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00", + "maxPrice": "50000000.00", + "tickSize": "1.00" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "100000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1213.00010928", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "20000.00", + "applyMinToMarket": true, + "maxNotional": "9000000000.00", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LINKAUD", + "status": "BREAK", + "baseAsset": "LINK", + "baseAssetPrecision": 8, + "quoteAsset": "AUD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "527.67294444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SXPAUD", + "status": "BREAK", + "baseAsset": "SXP", + "baseAssetPrecision": 8, + "quoteAsset": "AUD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "922327.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3152.10402777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BZRXBNB", + "status": "BREAK", + "baseAsset": "BZRX", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "32864.14458333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BZRXBTC", + "status": "BREAK", + "baseAsset": "BZRX", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "509775.21538461", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BZRXBUSD", + "status": "BREAK", + "baseAsset": "BZRX", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "348077.62192307", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BZRXUSDT", + "status": "BREAK", + "baseAsset": "BZRX", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1819638.33974358", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WBTCBTC", + "status": "TRADING", + "baseAsset": "WBTC", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "92141578.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "142.85460459", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WBTCETH", + "status": "TRADING", + "baseAsset": "WBTC", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "100000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1.62962669", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SUSHIBNB", + "status": "TRADING", + "baseAsset": "SUSHI", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "9590.79451388", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SUSHIBTC", + "status": "TRADING", + "baseAsset": "SUSHI", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "26625.80659722", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SUSHIBUSD", + "status": "TRADING", + "baseAsset": "SUSHI", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "34610.06354166", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SUSHIUSDT", + "status": "TRADING", + "baseAsset": "SUSHI", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "124128.77881944", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "YFIIBNB", + "status": "BREAK", + "baseAsset": "YFII", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "1000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00010000", + "maxQty": "90000.00000000", + "stepSize": "0.00010000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "7.45716180", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "YFIIBTC", + "status": "BREAK", + "baseAsset": "YFII", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00010000", + "maxQty": "92141578.00000000", + "stepSize": "0.00010000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "12.61312673", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "YFIIBUSD", + "status": "BREAK", + "baseAsset": "YFII", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00000000", + "maxPrice": "1000000.00000000", + "tickSize": "1.00000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00010000", + "maxQty": "9000.00000000", + "stepSize": "0.00010000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "14.71613819", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "YFIIUSDT", + "status": "TRADING", + "baseAsset": "YFII", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "1000000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00010000", + "maxQty": "9000.00000000", + "stepSize": "0.00010000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "62.39884541", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "KSMBNB", + "status": "BREAK", + "baseAsset": "KSM", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "10000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "900000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "343.55330694", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "KSMBTC", + "status": "TRADING", + "baseAsset": "KSM", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "10000000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "368.95614930", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "KSMBUSD", + "status": "TRADING", + "baseAsset": "KSM", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "900000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1077.31653958", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "KSMUSDT", + "status": "TRADING", + "baseAsset": "KSM", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "900000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2327.04161180", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "EGLDBNB", + "status": "TRADING", + "baseAsset": "EGLD", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "10000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "628.45206944", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "EGLDBTC", + "status": "TRADING", + "baseAsset": "EGLD", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "10000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1402.57278472", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "EGLDBUSD", + "status": "TRADING", + "baseAsset": "EGLD", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1362.79706250", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "EGLDUSDT", + "status": "TRADING", + "baseAsset": "EGLD", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5835.47945833", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DIABNB", + "status": "BREAK", + "baseAsset": "DIA", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "10783.91028205", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DIABTC", + "status": "TRADING", + "baseAsset": "DIA", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "19603.19458333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DIABUSD", + "status": "TRADING", + "baseAsset": "DIA", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "10000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "922327.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "44004.14937500", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DIAUSDT", + "status": "TRADING", + "baseAsset": "DIA", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "10000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "922327.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "169568.99472222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RUNEUSDT", + "status": "TRADING", + "baseAsset": "RUNE", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "100521.46493055", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FIOUSDT", + "status": "TRADING", + "baseAsset": "FIO", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9222449.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1690378.12916666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "UMABTC", + "status": "TRADING", + "baseAsset": "UMA", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4978.74784722", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "UMAUSDT", + "status": "TRADING", + "baseAsset": "UMA", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "33350.29666666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "EOSUPUSDT", + "status": "BREAK", + "baseAsset": "EOSUP", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": false, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.02120000", + "maxPrice": "0.40210000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "920000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "877225.37300000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["LEVERAGED"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "EOSDOWNUSDT", + "status": "BREAK", + "baseAsset": "EOSDOWN", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": false, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00003760", + "maxPrice": "0.00071410", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "69980060.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "46275837.98623610", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["LEVERAGED"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TRXUPUSDT", + "status": "BREAK", + "baseAsset": "TRXUP", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": false, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "100000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "920000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "317666.71445833", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["LEVERAGED"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TRXDOWNUSDT", + "status": "BREAK", + "baseAsset": "TRXDOWN", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": false, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1024.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "89984117.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "8404.86600554", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["LEVERAGED"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XRPUPUSDT", + "status": "BREAK", + "baseAsset": "XRPUP", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": false, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00910000", + "maxPrice": "0.17230000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "920000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "46755.20672222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["LEVERAGED"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XRPDOWNUSDT", + "status": "BREAK", + "baseAsset": "XRPDOWN", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": false, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000812", + "maxPrice": "0.00015418", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "99999999.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "58253684.60356449", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["LEVERAGED"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DOTUPUSDT", + "status": "BREAK", + "baseAsset": "DOTUP", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": false, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "100000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "920000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "922327.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["LEVERAGED"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DOTDOWNUSDT", + "status": "BREAK", + "baseAsset": "DOTDOWN", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": false, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "921.40000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "100000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1520.73944521", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["LEVERAGED"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SRMBIDR", + "status": "BREAK", + "baseAsset": "SRM", + "baseAssetPrecision": 8, + "quoteAsset": "BIDR", + "quotePrecision": 2, + "quoteAssetPrecision": 2, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 2, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00", + "maxPrice": "50000000.00", + "tickSize": "1.00" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "100000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "6857.90236667", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "20000.00", + "applyMinToMarket": true, + "maxNotional": "9000000000.00", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ONEBIDR", + "status": "BREAK", + "baseAsset": "ONE", + "baseAssetPrecision": 8, + "quoteAsset": "BIDR", + "quotePrecision": 2, + "quoteAssetPrecision": 2, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 2, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01", + "maxPrice": "1000000.00", + "tickSize": "0.01" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "346216.39305556", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "20000.00", + "applyMinToMarket": true, + "maxNotional": "9000000000.00", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LINKTRY", + "status": "TRADING", + "baseAsset": "LINK", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "100000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "922327.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2777.41598611", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "USDTNGN", + "status": "TRADING", + "baseAsset": "USDT", + "baseAssetPrecision": 8, + "quoteAsset": "NGN", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "100000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "922320.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "35942.36506944", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "1.2", + "bidMultiplierDown": "0.8", + "askMultiplierUp": "1.2", + "askMultiplierDown": "0.8", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "500.00000000", + "applyMinToMarket": true, + "maxNotional": "900000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BELBNB", + "status": "TRADING", + "baseAsset": "BEL", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "6274.70590277", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BELBTC", + "status": "TRADING", + "baseAsset": "BEL", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "16406.26062500", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BELBUSD", + "status": "TRADING", + "baseAsset": "BEL", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "31724.83659722", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BELUSDT", + "status": "TRADING", + "baseAsset": "BEL", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "167986.29090277", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WINGBNB", + "status": "BREAK", + "baseAsset": "WING", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "10000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1395.81408333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WINGBTC", + "status": "TRADING", + "baseAsset": "WING", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "10000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "712.38968055", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SWRVBNB", + "status": "BREAK", + "baseAsset": "SWRV", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "41836.63055555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SWRVBUSD", + "status": "BREAK", + "baseAsset": "SWRV", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "10000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "922327.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "134196.55689027", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WINGBUSD", + "status": "TRADING", + "baseAsset": "WING", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2283.68147916", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WINGUSDT", + "status": "TRADING", + "baseAsset": "WING", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "12713.27737500", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LTCUPUSDT", + "status": "BREAK", + "baseAsset": "LTCUP", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": false, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.04860000", + "maxPrice": "0.92300000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "920000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "343363.27451282", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["LEVERAGED"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LTCDOWNUSDT", + "status": "BREAK", + "baseAsset": "LTCDOWN", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": false, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.22280000", + "maxPrice": "4.23210000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "610819340.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4729.95414102", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["LEVERAGED"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LENDBKRW", + "status": "BREAK", + "baseAsset": "LEND", + "baseAssetPrecision": 8, + "quoteAsset": "BKRW", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "1000007.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92232.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "92232.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "1000.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SXPEUR", + "status": "BREAK", + "baseAsset": "SXP", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "10000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "922327.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "14736.59819694", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CREAMBNB", + "status": "BREAK", + "baseAsset": "CREAM", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "10000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "900000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "467.07840833", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CREAMBUSD", + "status": "TRADING", + "baseAsset": "CREAM", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "900000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "764.32839513", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "UNIBNB", + "status": "TRADING", + "baseAsset": "UNI", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4875.55790972", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "UNIBTC", + "status": "TRADING", + "baseAsset": "UNI", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "10294.36769444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "UNIBUSD", + "status": "TRADING", + "baseAsset": "UNI", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "11652.00872222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "UNIUSDT", + "status": "TRADING", + "baseAsset": "UNI", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "43583.90304861", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NBSBTC", + "status": "BREAK", + "baseAsset": "NBS", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "26481257.80231065", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NBSUSDT", + "status": "BREAK", + "baseAsset": "NBS", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "51040943.85128534", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "OXTBTC", + "status": "TRADING", + "baseAsset": "OXT", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "176394.33194444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "OXTUSDT", + "status": "TRADING", + "baseAsset": "OXT", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1212897.33611111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SUNBTC", + "status": "BREAK", + "baseAsset": "SUN", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "10000000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "952.42584444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SUNUSDT", + "status": "TRADING", + "baseAsset": "SUN", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2032360.09652777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AVAXBNB", + "status": "TRADING", + "baseAsset": "AVAX", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1567.94422222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AVAXBTC", + "status": "TRADING", + "baseAsset": "AVAX", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "9398.40873611", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AVAXBUSD", + "status": "TRADING", + "baseAsset": "AVAX", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "18297.67303472", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AVAXUSDT", + "status": "TRADING", + "baseAsset": "AVAX", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "65981.47038194", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "HNTBTC", + "status": "BREAK", + "baseAsset": "HNT", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5211.03621212", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "HNTUSDT", + "status": "BREAK", + "baseAsset": "HNT", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "46813.55144628", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BAKEBNB", + "status": "TRADING", + "baseAsset": "BAKE", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "45475.52020833", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BURGERBNB", + "status": "BREAK", + "baseAsset": "BURGER", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "11289.55797503", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SXPBIDR", + "status": "BREAK", + "baseAsset": "SXP", + "baseAssetPrecision": 8, + "quoteAsset": "BIDR", + "quotePrecision": 2, + "quoteAssetPrecision": 2, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 2, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00", + "maxPrice": "1000000.00", + "tickSize": "1.00" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "1000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4542.31555555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "20000.00", + "applyMinToMarket": true, + "maxNotional": "9000000000.00", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LINKBKRW", + "status": "BREAK", + "baseAsset": "LINK", + "baseAssetPrecision": 8, + "quoteAsset": "BKRW", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "1000000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9200.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "709.81472222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "1000.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FLMBNB", + "status": "BREAK", + "baseAsset": "FLM", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "24574.78335645", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FLMBTC", + "status": "TRADING", + "baseAsset": "FLM", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "114350.24722222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FLMBUSD", + "status": "BREAK", + "baseAsset": "FLM", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "66463.02916666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FLMUSDT", + "status": "TRADING", + "baseAsset": "FLM", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "436967.99861111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SCRTBTC", + "status": "TRADING", + "baseAsset": "SCRT", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "30033.74923611", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SCRTETH", + "status": "TRADING", + "baseAsset": "SCRT", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "22301.90694444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CAKEBNB", + "status": "TRADING", + "baseAsset": "CAKE", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "10846.04779861", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CAKEBUSD", + "status": "TRADING", + "baseAsset": "CAKE", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "35616.97568750", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SPARTABNB", + "status": "BREAK", + "baseAsset": "SPARTA", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "489251.49377593", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "UNIUPUSDT", + "status": "BREAK", + "baseAsset": "UNIUP", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": false, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10700000", + "maxPrice": "2.01800000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "920000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "30991.30402777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["LEVERAGED"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "UNIDOWNUSDT", + "status": "BREAK", + "baseAsset": "UNIDOWN", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": false, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.21900000", + "maxPrice": "4.15000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "99999999.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "9458.34577777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_POSITION", "maxPosition": "2302.00000000" }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["LEVERAGED"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ORNBTC", + "status": "TRADING", + "baseAsset": "ORN", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4971.44868055", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ORNUSDT", + "status": "TRADING", + "baseAsset": "ORN", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "10000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "72655.28756944", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TRXNGN", + "status": "BREAK", + "baseAsset": "TRX", + "baseAssetPrecision": 8, + "quoteAsset": "NGN", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "922320.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "84152.61594126", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "500.00000000", + "applyMinToMarket": true, + "maxNotional": "900000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SXPTRY", + "status": "TRADING", + "baseAsset": "SXP", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "100000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "922327.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "63087.32020833", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "UTKBTC", + "status": "TRADING", + "baseAsset": "UTK", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "110323.45694444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "UTKUSDT", + "status": "TRADING", + "baseAsset": "UTK", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "711729.94027777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XVSBNB", + "status": "TRADING", + "baseAsset": "XVS", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "10000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1068.21977083", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XVSBTC", + "status": "TRADING", + "baseAsset": "XVS", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2121.98511805", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XVSBUSD", + "status": "TRADING", + "baseAsset": "XVS", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "1000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4785.06120138", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XVSUSDT", + "status": "TRADING", + "baseAsset": "XVS", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "1000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "26775.10845138", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ALPHABNB", + "status": "BREAK", + "baseAsset": "ALPHA", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "106477.13096862", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ALPHABTC", + "status": "TRADING", + "baseAsset": "ALPHA", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "93361.67777777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ALPHABUSD", + "status": "TRADING", + "baseAsset": "ALPHA", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "178283.50763888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ALPHAUSDT", + "status": "TRADING", + "baseAsset": "ALPHA", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1788253.96180555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "VIDTBTC", + "status": "TRADING", + "baseAsset": "VIDT", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "46116860414.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1006059.15486111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "VIDTBUSD", + "status": "TRADING", + "baseAsset": "VIDT", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "100.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "913205152.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "346385.72500000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AAVEBNB", + "status": "TRADING", + "baseAsset": "AAVE", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "10000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "900000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "281.84819791", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTCBRL", + "status": "TRADING", + "baseAsset": "BTC", + "baseAssetPrecision": 8, + "quoteAsset": "BRL", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00000000", + "maxPrice": "10000000.00000000", + "tickSize": "1.00000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "9000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "10.27859686", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "USDTBRL", + "status": "TRADING", + "baseAsset": "USDT", + "baseAssetPrecision": 8, + "quoteAsset": "BRL", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "476847.57888888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "1.2", + "bidMultiplierDown": "0.8", + "askMultiplierUp": "1.2", + "askMultiplierDown": "0.8", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AAVEBTC", + "status": "TRADING", + "baseAsset": "AAVE", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "92141578.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1283.81040902", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AAVEETH", + "status": "TRADING", + "baseAsset": "AAVE", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "9000000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "292.22951111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AAVEBUSD", + "status": "TRADING", + "baseAsset": "AAVE", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "900000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "854.88970972", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AAVEUSDT", + "status": "TRADING", + "baseAsset": "AAVE", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "900000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3965.07251041", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AAVEBKRW", + "status": "BREAK", + "baseAsset": "AAVE", + "baseAssetPrecision": 8, + "quoteAsset": "BKRW", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00000000", + "maxPrice": "5000000.00000000", + "tickSize": "1.00000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "9000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "129.78107222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "1000.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NEARBNB", + "status": "TRADING", + "baseAsset": "NEAR", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "7431.26750000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NEARBTC", + "status": "TRADING", + "baseAsset": "NEAR", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "26025.70090277", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NEARBUSD", + "status": "TRADING", + "baseAsset": "NEAR", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "79320.45770833", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NEARUSDT", + "status": "TRADING", + "baseAsset": "NEAR", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "174592.83527777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SXPUPUSDT", + "status": "BREAK", + "baseAsset": "SXPUP", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": false, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01745000", + "maxPrice": "0.33141000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "920000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "90765.55309722", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["LEVERAGED"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SXPDOWNUSDT", + "status": "BREAK", + "baseAsset": "SXPDOWN", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": false, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00897000", + "maxPrice": "0.17035000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "100000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "109747.72490277", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["LEVERAGED"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DOTBKRW", + "status": "BREAK", + "baseAsset": "DOT", + "baseAssetPrecision": 8, + "quoteAsset": "BKRW", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "1000000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9200.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1469.73875000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "1000.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SXPGBP", + "status": "BREAK", + "baseAsset": "SXP", + "baseAssetPrecision": 8, + "quoteAsset": "GBP", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3406.50115384", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FILBNB", + "status": "TRADING", + "baseAsset": "FIL", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4478.89921527", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FILBTC", + "status": "TRADING", + "baseAsset": "FIL", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "26084.16712500", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FILBUSD", + "status": "TRADING", + "baseAsset": "FIL", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "37973.52159027", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FILUSDT", + "status": "TRADING", + "baseAsset": "FIL", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "106653.38390277", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FILUPUSDT", + "status": "BREAK", + "baseAsset": "FILUP", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": false, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "100000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "920000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "922327.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["LEVERAGED"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FILDOWNUSDT", + "status": "BREAK", + "baseAsset": "FILDOWN", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": false, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "4611.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "19998638.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "19998638.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["LEVERAGED"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "YFIUPUSDT", + "status": "BREAK", + "baseAsset": "YFIUP", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": false, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01170000", + "maxPrice": "0.22040000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "920000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "922327.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["LEVERAGED"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "YFIDOWNUSDT", + "status": "BREAK", + "baseAsset": "YFIDOWN", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": false, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.09200000", + "maxPrice": "1.74790000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "30000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "7576.60135546", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_POSITION", "maxPosition": "2775.00000000" }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["LEVERAGED"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "INJBNB", + "status": "TRADING", + "baseAsset": "INJ", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3838.98736111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "INJBTC", + "status": "TRADING", + "baseAsset": "INJ", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "7993.54069444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "INJBUSD", + "status": "TRADING", + "baseAsset": "INJ", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "15036.86180555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "INJUSDT", + "status": "TRADING", + "baseAsset": "INJ", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "62196.77534722", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AERGOBTC", + "status": "TRADING", + "baseAsset": "AERGO", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "106847.41736111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AERGOBUSD", + "status": "TRADING", + "baseAsset": "AERGO", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "151471.74166666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LINKEUR", + "status": "TRADING", + "baseAsset": "LINK", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3893.22006944", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ONEBUSD", + "status": "TRADING", + "baseAsset": "ONE", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2215140.86000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "EASYETH", + "status": "BREAK", + "baseAsset": "EASY", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2628.06282835", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AUDIOBTC", + "status": "TRADING", + "baseAsset": "AUDIO", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "55823.47847222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AUDIOBUSD", + "status": "TRADING", + "baseAsset": "AUDIO", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "123909.14006944", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AUDIOUSDT", + "status": "TRADING", + "baseAsset": "AUDIO", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "318975.38381944", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CTKBNB", + "status": "TRADING", + "baseAsset": "CTK", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "13756.68013888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CTKBTC", + "status": "TRADING", + "baseAsset": "CTK", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "12078.35208333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CTKBUSD", + "status": "TRADING", + "baseAsset": "CTK", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "20052.50520833", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CTKUSDT", + "status": "TRADING", + "baseAsset": "CTK", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "125845.81298611", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BCHUPUSDT", + "status": "BREAK", + "baseAsset": "BCHUP", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": false, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "100000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "920000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "922327.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["LEVERAGED"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BCHDOWNUSDT", + "status": "BREAK", + "baseAsset": "BCHDOWN", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": false, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "100000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "920000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "896492.23471794", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["LEVERAGED"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BOTBTC", + "status": "BREAK", + "baseAsset": "BOT", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00010000", + "maxQty": "92141578.00000000", + "stepSize": "0.00010000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "29.90542958", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BOTBUSD", + "status": "BREAK", + "baseAsset": "BOT", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "90000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "26.01151619", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ETHBRL", + "status": "TRADING", + "baseAsset": "ETH", + "baseAssetPrecision": 8, + "quoteAsset": "BRL", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "200000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00010000", + "maxQty": "45000.00000000", + "stepSize": "0.00010000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "36.76835458", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DOTEUR", + "status": "TRADING", + "baseAsset": "DOT", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "6244.00089583", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AKROBTC", + "status": "BREAK", + "baseAsset": "AKRO", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "30171840.02361111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AKROUSDT", + "status": "TRADING", + "baseAsset": "AKRO", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "14214036.23750000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "KP3RBNB", + "status": "BREAK", + "baseAsset": "KP3R", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "53.50074895", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "KP3RBUSD", + "status": "TRADING", + "baseAsset": "KP3R", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "409.72271527", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AXSBNB", + "status": "TRADING", + "baseAsset": "AXS", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3159.48257638", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AXSBTC", + "status": "TRADING", + "baseAsset": "AXS", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4138.36156944", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AXSBUSD", + "status": "TRADING", + "baseAsset": "AXS", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "1000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "9678.99551388", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AXSUSDT", + "status": "TRADING", + "baseAsset": "AXS", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "1000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "40637.90631944", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "HARDBNB", + "status": "TRADING", + "baseAsset": "HARD", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "46291.35347222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "HARDBTC", + "status": "TRADING", + "baseAsset": "HARD", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "90783.64027777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "HARDBUSD", + "status": "TRADING", + "baseAsset": "HARD", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "82069.84583333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "HARDUSDT", + "status": "TRADING", + "baseAsset": "HARD", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "492014.35972222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BNBBRL", + "status": "TRADING", + "baseAsset": "BNB", + "baseAssetPrecision": 8, + "quoteAsset": "BRL", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00000000", + "maxPrice": "100000.00000000", + "tickSize": "1.00000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "45000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "74.53868541", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LTCEUR", + "status": "TRADING", + "baseAsset": "LTC", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "900000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "546.13278125", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RENBTCBTC", + "status": "BREAK", + "baseAsset": "RENBTC", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "92141578.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "0.49914333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RENBTCETH", + "status": "BREAK", + "baseAsset": "RENBTC", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "100000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "100000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "0.21179162", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DNTBUSD", + "status": "BREAK", + "baseAsset": "DNT", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "831452.15057915", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DNTUSDT", + "status": "BREAK", + "baseAsset": "DNT", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2303710.42912371", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SLPETH", + "status": "TRADING", + "baseAsset": "SLP", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "8544620.86527777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ADAEUR", + "status": "TRADING", + "baseAsset": "ADA", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "282881.62652777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LTCNGN", + "status": "BREAK", + "baseAsset": "LTC", + "baseAssetPrecision": 8, + "quoteAsset": "NGN", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00000000", + "maxPrice": "10001487.00000000", + "tickSize": "1.00000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "9221.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "34.73269770", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "500.00000000", + "applyMinToMarket": true, + "maxNotional": "900000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CVPETH", + "status": "BREAK", + "baseAsset": "CVP", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "47958.02496532", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CVPBUSD", + "status": "TRADING", + "baseAsset": "CVP", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "44211.94333333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "STRAXBTC", + "status": "TRADING", + "baseAsset": "STRAX", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "21590.58347222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "STRAXETH", + "status": "BREAK", + "baseAsset": "STRAX", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "30821.43708333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "STRAXBUSD", + "status": "TRADING", + "baseAsset": "STRAX", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "35878.45111111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "STRAXUSDT", + "status": "TRADING", + "baseAsset": "STRAX", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "76728.21166666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FORBTC", + "status": "TRADING", + "baseAsset": "FOR", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1272199.37916666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FORBUSD", + "status": "TRADING", + "baseAsset": "FOR", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "883766.42187500", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "UNFIBNB", + "status": "BREAK", + "baseAsset": "UNFI", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3180.18055555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "UNFIBTC", + "status": "TRADING", + "baseAsset": "UNFI", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1808.75645833", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "UNFIBUSD", + "status": "TRADING", + "baseAsset": "UNFI", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "6073.37625000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "UNFIUSDT", + "status": "TRADING", + "baseAsset": "UNFI", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "61061.04944444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FRONTETH", + "status": "BREAK", + "baseAsset": "FRONT", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "21260.15384615", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FRONTBUSD", + "status": "TRADING", + "baseAsset": "FRONT", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "127544.79861111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BCHABUSD", + "status": "BREAK", + "baseAsset": "BCHA", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "90000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3892.83844544", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ROSEBTC", + "status": "TRADING", + "baseAsset": "ROSE", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1711815.29791666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ROSEBUSD", + "status": "TRADING", + "baseAsset": "ROSE", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1478443.10083333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ROSEUSDT", + "status": "TRADING", + "baseAsset": "ROSE", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2948203.07708333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AVAXTRY", + "status": "TRADING", + "baseAsset": "AVAX", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "100000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "922327.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4896.50220138", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BUSDBRL", + "status": "TRADING", + "baseAsset": "BUSD", + "baseAssetPrecision": 8, + "quoteAsset": "BRL", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "408604.72416666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "1.2", + "bidMultiplierDown": "0.8", + "askMultiplierUp": "1.2", + "askMultiplierDown": "0.8", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AVAUSDT", + "status": "TRADING", + "baseAsset": "AVA", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "128194.40472222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SYSBUSD", + "status": "TRADING", + "baseAsset": "SYS", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "107091.90694444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XEMUSDT", + "status": "TRADING", + "baseAsset": "XEM", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9222449.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2112603.79652777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "HEGICETH", + "status": "BREAK", + "baseAsset": "HEGIC", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "304146.99166666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "HEGICBUSD", + "status": "BREAK", + "baseAsset": "HEGIC", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9222449.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2183070.25897435", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AAVEUPUSDT", + "status": "BREAK", + "baseAsset": "AAVEUP", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": false, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.05970000", + "maxPrice": "1.13320000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "920000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "309763.94887500", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["LEVERAGED"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AAVEDOWNUSDT", + "status": "BREAK", + "baseAsset": "AAVEDOWN", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": false, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00047100", + "maxPrice": "0.00893400", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "100000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2535602.50552777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["LEVERAGED"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PROMBNB", + "status": "BREAK", + "baseAsset": "PROM", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1534.20900000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PROMBUSD", + "status": "TRADING", + "baseAsset": "PROM", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "8465.16558333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XRPBRL", + "status": "TRADING", + "baseAsset": "XRP", + "baseAssetPrecision": 8, + "quoteAsset": "BRL", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "100000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "922327.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "45107.79166666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XRPNGN", + "status": "BREAK", + "baseAsset": "XRP", + "baseAssetPrecision": 8, + "quoteAsset": "NGN", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "922320.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "56903.77744993", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "500.00000000", + "applyMinToMarket": true, + "maxNotional": "900000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SKLBTC", + "status": "TRADING", + "baseAsset": "SKL", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "314675.30069444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SKLBUSD", + "status": "TRADING", + "baseAsset": "SKL", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1123065.25625000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SKLUSDT", + "status": "TRADING", + "baseAsset": "SKL", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4393031.29583333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BCHEUR", + "status": "TRADING", + "baseAsset": "BCH", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "100000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "90000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "114.93258541", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "YFIEUR", + "status": "TRADING", + "baseAsset": "YFI", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00000000", + "maxPrice": "1000000.00000000", + "tickSize": "1.00000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "9000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1.57350462", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ZILBIDR", + "status": "TRADING", + "baseAsset": "ZIL", + "baseAssetPrecision": 8, + "quoteAsset": "BIDR", + "quotePrecision": 2, + "quoteAssetPrecision": 2, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 2, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10", + "maxPrice": "1000000.00", + "tickSize": "0.10" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "451127.52013888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "20000.00", + "applyMinToMarket": true, + "maxNotional": "9000000000.00", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SUSDBTC", + "status": "BREAK", + "baseAsset": "SUSD", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "67502.78819444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SUSDETH", + "status": "BREAK", + "baseAsset": "SUSD", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "87734.33472222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SUSDUSDT", + "status": "BREAK", + "baseAsset": "SUSD", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "133821.65066666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "COVERETH", + "status": "BREAK", + "baseAsset": "COVER", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "92141578.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "125.88983333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "COVERBUSD", + "status": "BREAK", + "baseAsset": "COVER", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "100000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "90000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1123.92356282", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GLMBTC", + "status": "TRADING", + "baseAsset": "GLM", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "40474.35625000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GLMETH", + "status": "BREAK", + "baseAsset": "GLM", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "56875.86666666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GHSTETH", + "status": "BREAK", + "baseAsset": "GHST", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "9517.96930555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GHSTBUSD", + "status": "TRADING", + "baseAsset": "GHST", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "6854.52770833", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SUSHIUPUSDT", + "status": "BREAK", + "baseAsset": "SUSHIUP", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": false, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00047000", + "maxPrice": "0.00892200", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "150000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "150000.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["LEVERAGED"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SUSHIDOWNUSDT", + "status": "BREAK", + "baseAsset": "SUSHIDOWN", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": false, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "3.78000000", + "maxPrice": "71.80200000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "19998638.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "559.52870512", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["LEVERAGED"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XLMUPUSDT", + "status": "BREAK", + "baseAsset": "XLMUP", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": false, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00244000", + "maxPrice": "0.04624000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "920000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "922327.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["LEVERAGED"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XLMDOWNUSDT", + "status": "BREAK", + "baseAsset": "XLMDOWN", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": false, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.43100000", + "maxPrice": "8.18200000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "399280174.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1112.05837500", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["LEVERAGED"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LINKBRL", + "status": "TRADING", + "baseAsset": "LINK", + "baseAssetPrecision": 8, + "quoteAsset": "BRL", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "45000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1937.13618750", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LINKNGN", + "status": "BREAK", + "baseAsset": "LINK", + "baseAssetPrecision": 8, + "quoteAsset": "NGN", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00000000", + "maxPrice": "1000007.00000000", + "tickSize": "1.00000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "92232.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "194.67417470", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "500.00000000", + "applyMinToMarket": true, + "maxNotional": "900000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LTCRUB", + "status": "TRADING", + "baseAsset": "LTC", + "baseAssetPrecision": 8, + "quoteAsset": "RUB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "1000000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "90000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "125.67621250", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "100.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TRXTRY", + "status": "TRADING", + "baseAsset": "TRX", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "531419.30833333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XLMEUR", + "status": "TRADING", + "baseAsset": "XLM", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "216742.10416666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DFETH", + "status": "BREAK", + "baseAsset": "DF", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "161696.54428754", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DFBUSD", + "status": "TRADING", + "baseAsset": "DF", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "487394.08125000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GRTBTC", + "status": "TRADING", + "baseAsset": "GRT", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "327201.56597222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GRTETH", + "status": "TRADING", + "baseAsset": "GRT", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "146139.37430555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GRTUSDT", + "status": "TRADING", + "baseAsset": "GRT", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2139513.62291666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "JUVBTC", + "status": "BREAK", + "baseAsset": "JUV", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2674.11649098", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "JUVBUSD", + "status": "TRADING", + "baseAsset": "JUV", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "7971.52045833", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "JUVUSDT", + "status": "TRADING", + "baseAsset": "JUV", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "16062.77269444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PSGBTC", + "status": "TRADING", + "baseAsset": "PSG", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2333.92388194", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PSGBUSD", + "status": "TRADING", + "baseAsset": "PSG", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2493.64410416", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PSGUSDT", + "status": "TRADING", + "baseAsset": "PSG", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "17476.96361111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BUSDBVND", + "status": "BREAK", + "baseAsset": "BUSD", + "baseAssetPrecision": 8, + "quoteAsset": "BVND", + "quotePrecision": 2, + "quoteAssetPrecision": 2, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 2, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "11981.00", + "maxPrice": "35943.00", + "tickSize": "1.00" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "1000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "87611.87435897", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "1.2", + "bidMultiplierDown": "0.8", + "askMultiplierUp": "1.2", + "askMultiplierDown": "0.8", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "30000.00", + "applyMinToMarket": true, + "maxNotional": "9000000.00", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "USDTBVND", + "status": "BREAK", + "baseAsset": "USDT", + "baseAssetPrecision": 8, + "quoteAsset": "BVND", + "quotePrecision": 2, + "quoteAssetPrecision": 2, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 2, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "12003.00", + "maxPrice": "36010.00", + "tickSize": "1.00" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "1000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "93325.52717948", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "1.2", + "bidMultiplierDown": "0.8", + "askMultiplierUp": "1.2", + "askMultiplierDown": "0.8", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "30000.00", + "applyMinToMarket": true, + "maxNotional": "9000000.00", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "1INCHBTC", + "status": "TRADING", + "baseAsset": "1INCH", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "98776.91875000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "1INCHUSDT", + "status": "TRADING", + "baseAsset": "1INCH", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "328993.51215277", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "REEFBTC", + "status": "BREAK", + "baseAsset": "REEF", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "92141578.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "REEFUSDT", + "status": "TRADING", + "baseAsset": "REEF", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "83394481.08263888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "OGBTC", + "status": "TRADING", + "baseAsset": "OG", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2449.07069444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "OGUSDT", + "status": "TRADING", + "baseAsset": "OG", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "37356.89131944", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ATMBTC", + "status": "BREAK", + "baseAsset": "ATM", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3282.84748611", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ATMUSDT", + "status": "TRADING", + "baseAsset": "ATM", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "20929.11493055", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ASRBTC", + "status": "BREAK", + "baseAsset": "ASR", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2209.57472222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ASRUSDT", + "status": "TRADING", + "baseAsset": "ASR", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "20778.69770833", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CELOBTC", + "status": "TRADING", + "baseAsset": "CELO", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "13830.62937500", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CELOUSDT", + "status": "TRADING", + "baseAsset": "CELO", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "134855.97000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RIFBTC", + "status": "TRADING", + "baseAsset": "RIF", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "124952.41597222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RIFUSDT", + "status": "TRADING", + "baseAsset": "RIF", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9222449.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "829222.76041666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CHZTRY", + "status": "TRADING", + "baseAsset": "CHZ", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "805909.10625000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XLMTRY", + "status": "TRADING", + "baseAsset": "XLM", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9222449.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "116840.96875000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LINKGBP", + "status": "TRADING", + "baseAsset": "LINK", + "baseAssetPrecision": 8, + "quoteAsset": "GBP", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1989.08324305", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GRTEUR", + "status": "TRADING", + "baseAsset": "GRT", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "131748.14027777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTCSTBTC", + "status": "BREAK", + "baseAsset": "BTCST", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1930.88230271", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTCSTBUSD", + "status": "BREAK", + "baseAsset": "BTCST", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "16579.10432732", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTCSTUSDT", + "status": "BREAK", + "baseAsset": "BTCST", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "20017.05987080", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TRUBTC", + "status": "TRADING", + "baseAsset": "TRU", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "501982.85763888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TRUBUSD", + "status": "BREAK", + "baseAsset": "TRU", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "461741.85729139", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TRUUSDT", + "status": "TRADING", + "baseAsset": "TRU", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9222449.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2645134.83125000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DEXEETH", + "status": "TRADING", + "baseAsset": "DEXE", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5294.51577083", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DEXEBUSD", + "status": "TRADING", + "baseAsset": "DEXE", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5120.29867361", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "EOSEUR", + "status": "TRADING", + "baseAsset": "EOS", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "12803.41993055", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LTCBRL", + "status": "TRADING", + "baseAsset": "LTC", + "baseAssetPrecision": 8, + "quoteAsset": "BRL", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "100000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "45000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "143.38841736", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "USDCBUSD", + "status": "BREAK", + "baseAsset": "USDC", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "8795794.06789764", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "1.2", + "bidMultiplierDown": "0.8", + "askMultiplierUp": "1.2", + "askMultiplierDown": "0.8", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TUSDBUSD", + "status": "TRADING", + "baseAsset": "TUSD", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "10000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "39792.50347222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "1.2", + "bidMultiplierDown": "0.8", + "askMultiplierUp": "1.2", + "askMultiplierDown": "0.8", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PAXBUSD", + "status": "BREAK", + "baseAsset": "PAX", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.69990000", + "maxPrice": "1.29980000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1444297.23345314", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "1.2", + "bidMultiplierDown": "0.8", + "askMultiplierUp": "1.2", + "askMultiplierDown": "0.8", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CKBBTC", + "status": "BREAK", + "baseAsset": "CKB", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "54524848.70000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CKBBUSD", + "status": "TRADING", + "baseAsset": "CKB", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5851677.32986111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CKBUSDT", + "status": "TRADING", + "baseAsset": "CKB", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "41285735.75972222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TWTBTC", + "status": "TRADING", + "baseAsset": "TWT", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "26496.10208333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TWTBUSD", + "status": "TRADING", + "baseAsset": "TWT", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "52357.83263888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TWTUSDT", + "status": "TRADING", + "baseAsset": "TWT", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "246385.80486111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FIROBTC", + "status": "TRADING", + "baseAsset": "FIRO", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "7858.59506944", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FIROETH", + "status": "BREAK", + "baseAsset": "FIRO", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4548.83889602", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FIROUSDT", + "status": "TRADING", + "baseAsset": "FIRO", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "40774.93708333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BETHETH", + "status": "TRADING", + "baseAsset": "BETH", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00010000", + "maxQty": "92141578.00000000", + "stepSize": "0.00010000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5504.16310868", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DOGEEUR", + "status": "TRADING", + "baseAsset": "DOGE", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "658488.42013888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DOGETRY", + "status": "TRADING", + "baseAsset": "DOGE", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1602425.05277777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DOGEAUD", + "status": "BREAK", + "baseAsset": "DOGE", + "baseAssetPrecision": 8, + "quoteAsset": "AUD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "47825.42024965", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DOGEBRL", + "status": "TRADING", + "baseAsset": "DOGE", + "baseAssetPrecision": 8, + "quoteAsset": "BRL", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "205699.36388888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DOTNGN", + "status": "BREAK", + "baseAsset": "DOT", + "baseAssetPrecision": 8, + "quoteAsset": "NGN", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00000000", + "maxPrice": "1000007.00000000", + "tickSize": "1.00000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "92232.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "57.57163053", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "500.00000000", + "applyMinToMarket": true, + "maxNotional": "900000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PROSETH", + "status": "BREAK", + "baseAsset": "PROS", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "11337.05694444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LITBTC", + "status": "TRADING", + "baseAsset": "LIT", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "11305.58326388", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LITBUSD", + "status": "TRADING", + "baseAsset": "LIT", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "58234.22104166", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LITUSDT", + "status": "TRADING", + "baseAsset": "LIT", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "335262.27430555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTCVAI", + "status": "BREAK", + "baseAsset": "BTC", + "baseAssetPrecision": 8, + "quoteAsset": "VAI", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "1000000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "9000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "0.29455219", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BUSDVAI", + "status": "TRADING", + "baseAsset": "BUSD", + "baseAssetPrecision": 8, + "quoteAsset": "VAI", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "12477.08826388", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SFPBTC", + "status": "TRADING", + "baseAsset": "SFP", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "28281.73472222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SFPBUSD", + "status": "TRADING", + "baseAsset": "SFP", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "67445.67500000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SFPUSDT", + "status": "TRADING", + "baseAsset": "SFP", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "216592.31388888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DOGEGBP", + "status": "TRADING", + "baseAsset": "DOGE", + "baseAssetPrecision": 8, + "quoteAsset": "GBP", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "166761.19027777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DOTTRY", + "status": "TRADING", + "baseAsset": "DOT", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "100000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "922327.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2347.09379166", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FXSBTC", + "status": "TRADING", + "baseAsset": "FXS", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1633.76694444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FXSBUSD", + "status": "TRADING", + "baseAsset": "FXS", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3309.32506944", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DODOBTC", + "status": "TRADING", + "baseAsset": "DODO", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "59156.92833333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DODOBUSD", + "status": "TRADING", + "baseAsset": "DODO", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "10000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "250464.15194444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DODOUSDT", + "status": "TRADING", + "baseAsset": "DODO", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "10000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1036861.35215277", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FRONTBTC", + "status": "TRADING", + "baseAsset": "FRONT", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "31876.52777777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "EASYBTC", + "status": "BREAK", + "baseAsset": "EASY", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4804.61032662", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CAKEBTC", + "status": "TRADING", + "baseAsset": "CAKE", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "22234.26811111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CAKEUSDT", + "status": "TRADING", + "baseAsset": "CAKE", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "47278.50004861", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BAKEBUSD", + "status": "TRADING", + "baseAsset": "BAKE", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "103225.16666666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "UFTETH", + "status": "TRADING", + "baseAsset": "UFT", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "18365.11250000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "UFTBUSD", + "status": "TRADING", + "baseAsset": "UFT", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "81792.81944444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "1INCHBUSD", + "status": "TRADING", + "baseAsset": "1INCH", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "82043.51680555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BANDBUSD", + "status": "TRADING", + "baseAsset": "BAND", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "25951.90736111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GRTBUSD", + "status": "TRADING", + "baseAsset": "GRT", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "642622.39027777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "IOSTBUSD", + "status": "TRADING", + "baseAsset": "IOST", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1129443.53354166", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "OMGBUSD", + "status": "TRADING", + "baseAsset": "OMG", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "19198.91548611", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "REEFBUSD", + "status": "TRADING", + "baseAsset": "REEF", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "9460189.12416666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ACMBTC", + "status": "BREAK", + "baseAsset": "ACM", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2369.67944444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ACMBUSD", + "status": "TRADING", + "baseAsset": "ACM", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4084.02625000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ACMUSDT", + "status": "TRADING", + "baseAsset": "ACM", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "14330.07465277", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AUCTIONBTC", + "status": "TRADING", + "baseAsset": "AUCTION", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2666.79347222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AUCTIONBUSD", + "status": "TRADING", + "baseAsset": "AUCTION", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5927.43418055", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PHABTC", + "status": "TRADING", + "baseAsset": "PHA", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "86254.68611111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PHABUSD", + "status": "TRADING", + "baseAsset": "PHA", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "80058.20416666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DOTGBP", + "status": "TRADING", + "baseAsset": "DOT", + "baseAssetPrecision": 8, + "quoteAsset": "GBP", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2762.26474305", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ADATRY", + "status": "TRADING", + "baseAsset": "ADA", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "180879.28583333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ADABRL", + "status": "TRADING", + "baseAsset": "ADA", + "baseAssetPrecision": 8, + "quoteAsset": "BRL", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "41044.15875000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ADAGBP", + "status": "TRADING", + "baseAsset": "ADA", + "baseAssetPrecision": 8, + "quoteAsset": "GBP", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "43438.33125000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TVKBTC", + "status": "TRADING", + "baseAsset": "TVK", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "694726.24375000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TVKBUSD", + "status": "TRADING", + "baseAsset": "TVK", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9222449.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "501266.73750000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BADGERBTC", + "status": "TRADING", + "baseAsset": "BADGER", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3099.91184027", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BADGERBUSD", + "status": "TRADING", + "baseAsset": "BADGER", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5776.80589583", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BADGERUSDT", + "status": "TRADING", + "baseAsset": "BADGER", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "20327.32846527", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FISBTC", + "status": "TRADING", + "baseAsset": "FIS", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "37307.40972222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FISBUSD", + "status": "TRADING", + "baseAsset": "FIS", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "10000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9222449.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "68063.97222222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FISUSDT", + "status": "TRADING", + "baseAsset": "FIS", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "10000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9222449.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "286274.84652777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DOTBRL", + "status": "TRADING", + "baseAsset": "DOT", + "baseAssetPrecision": 8, + "quoteAsset": "BRL", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "922327.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1687.25866666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ADAAUD", + "status": "BREAK", + "baseAsset": "ADA", + "baseAssetPrecision": 8, + "quoteAsset": "AUD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "10000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "13405.56791666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "HOTTRY", + "status": "TRADING", + "baseAsset": "HOT", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "11982043.67430555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "EGLDEUR", + "status": "TRADING", + "baseAsset": "EGLD", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "642.45500694", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "OMBTC", + "status": "TRADING", + "baseAsset": "OM", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1272812.31805555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "OMBUSD", + "status": "TRADING", + "baseAsset": "OM", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9222449.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "523141.16666666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "OMUSDT", + "status": "TRADING", + "baseAsset": "OM", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9222449.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1963120.63125000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PONDBTC", + "status": "TRADING", + "baseAsset": "POND", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "16141318.36666666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PONDBUSD", + "status": "TRADING", + "baseAsset": "POND", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2739549.52747222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PONDUSDT", + "status": "TRADING", + "baseAsset": "POND", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "6110222.22561805", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DEGOBTC", + "status": "TRADING", + "baseAsset": "DEGO", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5612.60093750", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DEGOBUSD", + "status": "TRADING", + "baseAsset": "DEGO", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "10952.82334722", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DEGOUSDT", + "status": "TRADING", + "baseAsset": "DEGO", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "52225.17413888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AVAXEUR", + "status": "TRADING", + "baseAsset": "AVAX", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2061.19470138", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTTTRY", + "status": "BREAK", + "baseAsset": "BTT", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "16639729.12179487", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CHZBRL", + "status": "TRADING", + "baseAsset": "CHZ", + "baseAssetPrecision": 8, + "quoteAsset": "BRL", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9222449.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "180860.71875000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "UNIEUR", + "status": "BREAK", + "baseAsset": "UNI", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "502.87912621", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ALICEBTC", + "status": "TRADING", + "baseAsset": "ALICE", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "6352.43804861", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ALICEBUSD", + "status": "TRADING", + "baseAsset": "ALICE", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "16977.73284027", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ALICEUSDT", + "status": "TRADING", + "baseAsset": "ALICE", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "900000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "106442.11791666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CHZBUSD", + "status": "TRADING", + "baseAsset": "CHZ", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1241258.70208333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CHZEUR", + "status": "TRADING", + "baseAsset": "CHZ", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "191391.22916666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CHZGBP", + "status": "TRADING", + "baseAsset": "CHZ", + "baseAssetPrecision": 8, + "quoteAsset": "GBP", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "105400.81011805", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BIFIBNB", + "status": "BREAK", + "baseAsset": "BIFI", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "900000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "21.69697361", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BIFIBUSD", + "status": "BREAK", + "baseAsset": "BIFI", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "100000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "90000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "19.21213717", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LINABTC", + "status": "TRADING", + "baseAsset": "LINA", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "47051291.30625000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LINABUSD", + "status": "TRADING", + "baseAsset": "LINA", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "10000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "7582044.02813194", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LINAUSDT", + "status": "TRADING", + "baseAsset": "LINA", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "10000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "9222449.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ADARUB", + "status": "TRADING", + "baseAsset": "ADA", + "baseAssetPrecision": 8, + "quoteAsset": "RUB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "922327.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "20788.25694444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "100.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ENJBRL", + "status": "TRADING", + "baseAsset": "ENJ", + "baseAssetPrecision": 8, + "quoteAsset": "BRL", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "27162.81222222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ENJEUR", + "status": "TRADING", + "baseAsset": "ENJ", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "10000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "39787.51388888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MATICEUR", + "status": "TRADING", + "baseAsset": "MATIC", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "56680.38055555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NEOTRY", + "status": "TRADING", + "baseAsset": "NEO", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "100000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "922327.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1090.38997222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PERPBTC", + "status": "TRADING", + "baseAsset": "PERP", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "13053.60549305", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PERPBUSD", + "status": "TRADING", + "baseAsset": "PERP", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "10000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "45876.74843055", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PERPUSDT", + "status": "TRADING", + "baseAsset": "PERP", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "10000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "245960.23340277", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RAMPBTC", + "status": "BREAK", + "baseAsset": "RAMP", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "204409.26805555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RAMPBUSD", + "status": "BREAK", + "baseAsset": "RAMP", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "538910.96111111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RAMPUSDT", + "status": "BREAK", + "baseAsset": "RAMP", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2196182.52777777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SUPERBTC", + "status": "TRADING", + "baseAsset": "SUPER", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "127823.82638888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SUPERBUSD", + "status": "TRADING", + "baseAsset": "SUPER", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "10000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9222449.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "125730.81666666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SUPERUSDT", + "status": "TRADING", + "baseAsset": "SUPER", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "10000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9222449.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "454861.17361111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CFXBTC", + "status": "TRADING", + "baseAsset": "CFX", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "562688.25763888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CFXBUSD", + "status": "TRADING", + "baseAsset": "CFX", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "10000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9222449.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1110852.18402777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CFXUSDT", + "status": "TRADING", + "baseAsset": "CFX", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "10000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9222449.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2528485.50902777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ENJGBP", + "status": "BREAK", + "baseAsset": "ENJ", + "baseAssetPrecision": 8, + "quoteAsset": "GBP", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "15991.39875000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "EOSTRY", + "status": "TRADING", + "baseAsset": "EOS", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "16189.61055555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LTCGBP", + "status": "TRADING", + "baseAsset": "LTC", + "baseAssetPrecision": 8, + "quoteAsset": "GBP", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "90000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "136.41736388", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LUNAEUR", + "status": "BREAK", + "baseAsset": "LUNA", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "10000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1814202.95757894", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RVNTRY", + "status": "TRADING", + "baseAsset": "RVN", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1015760.93246527", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "THETAEUR", + "status": "TRADING", + "baseAsset": "THETA", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "13641.53048611", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XVGBUSD", + "status": "TRADING", + "baseAsset": "XVG", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5509663.65013888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "EPSBTC", + "status": "BREAK", + "baseAsset": "EPS", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "166560.40555555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "EPSBUSD", + "status": "BREAK", + "baseAsset": "EPS", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "458486.13472222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "EPSUSDT", + "status": "BREAK", + "baseAsset": "EPS", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1697680.38280166", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AUTOBTC", + "status": "BREAK", + "baseAsset": "AUTO", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "92141578.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "43.09385020", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AUTOBUSD", + "status": "BREAK", + "baseAsset": "AUTO", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "1000000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "9000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "274.51361719", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AUTOUSDT", + "status": "BREAK", + "baseAsset": "AUTO", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "1000000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "9000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "337.06322052", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TKOBTC", + "status": "TRADING", + "baseAsset": "TKO", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "26682.09500000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TKOBIDR", + "status": "TRADING", + "baseAsset": "TKO", + "baseAssetPrecision": 8, + "quoteAsset": "BIDR", + "quotePrecision": 2, + "quoteAssetPrecision": 2, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 2, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01", + "maxPrice": "1000000.00", + "tickSize": "0.01" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "62745.48625000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "20000.00", + "applyMinToMarket": true, + "maxNotional": "9000000000.00", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TKOBUSD", + "status": "TRADING", + "baseAsset": "TKO", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "203400.00444444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TKOUSDT", + "status": "TRADING", + "baseAsset": "TKO", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "249160.49854166", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PUNDIXETH", + "status": "TRADING", + "baseAsset": "PUNDIX", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "25869.19923611", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PUNDIXUSDT", + "status": "TRADING", + "baseAsset": "PUNDIX", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "81157.31652777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTTBRL", + "status": "BREAK", + "baseAsset": "BTT", + "baseAssetPrecision": 8, + "quoteAsset": "BRL", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "9602781.02461538", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTTEUR", + "status": "BREAK", + "baseAsset": "BTT", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "11203027.12948717", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "HOTEUR", + "status": "BREAK", + "baseAsset": "HOT", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2855494.41067961", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WINEUR", + "status": "TRADING", + "baseAsset": "WIN", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "100.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "913205152.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "116148143.57638888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TLMBTC", + "status": "TRADING", + "baseAsset": "TLM", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2880497.11597222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TLMBUSD", + "status": "TRADING", + "baseAsset": "TLM", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "986113.28680555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TLMUSDT", + "status": "TRADING", + "baseAsset": "TLM", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5878817.02986111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "1INCHUPUSDT", + "status": "BREAK", + "baseAsset": "1INCHUP", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": false, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00633000", + "maxPrice": "0.12025500", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "300000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "300000.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["LEVERAGED"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "1INCHDOWNUSDT", + "status": "BREAK", + "baseAsset": "1INCHDOWN", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": false, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00062700", + "maxPrice": "0.01190300", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "2999958.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2999958.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["LEVERAGED"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTGBUSD", + "status": "BREAK", + "baseAsset": "BTG", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "1000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2523.52340277", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTGUSDT", + "status": "BREAK", + "baseAsset": "BTG", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "1000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2360.31092544", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "HOTBUSD", + "status": "TRADING", + "baseAsset": "HOT", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "6834118.76812500", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BNBUAH", + "status": "TRADING", + "baseAsset": "BNB", + "baseAssetPrecision": 8, + "quoteAsset": "UAH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00000000", + "maxPrice": "1000000.00000000", + "tickSize": "1.00000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "90000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "35.39792638", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "100.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ONTTRY", + "status": "TRADING", + "baseAsset": "ONT", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "156403.15625000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "VETEUR", + "status": "TRADING", + "baseAsset": "VET", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1109856.32108333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "VETGBP", + "status": "TRADING", + "baseAsset": "VET", + "baseAssetPrecision": 8, + "quoteAsset": "GBP", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "612942.09940277", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WINBRL", + "status": "TRADING", + "baseAsset": "WIN", + "baseAssetPrecision": 8, + "quoteAsset": "BRL", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "100.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "913205152.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "129497825.09652777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MIRBTC", + "status": "BREAK", + "baseAsset": "MIR", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "74476.72149791", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MIRBUSD", + "status": "BREAK", + "baseAsset": "MIR", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "10000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "286080.71375000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MIRUSDT", + "status": "BREAK", + "baseAsset": "MIR", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "10000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "409342.98543689", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BARBTC", + "status": "BREAK", + "baseAsset": "BAR", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2318.57120665", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BARBUSD", + "status": "TRADING", + "baseAsset": "BAR", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2669.23046527", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BARUSDT", + "status": "TRADING", + "baseAsset": "BAR", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "18632.65604166", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FORTHBTC", + "status": "TRADING", + "baseAsset": "FORTH", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3203.14365277", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FORTHBUSD", + "status": "TRADING", + "baseAsset": "FORTH", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4639.68243750", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FORTHUSDT", + "status": "TRADING", + "baseAsset": "FORTH", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "7389.55782638", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CAKEGBP", + "status": "BREAK", + "baseAsset": "CAKE", + "baseAssetPrecision": 8, + "quoteAsset": "GBP", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2781.35952777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DOGERUB", + "status": "BREAK", + "baseAsset": "DOGE", + "baseAssetPrecision": 8, + "quoteAsset": "RUB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "100000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "922327.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "90152.87239944", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "100.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "HOTBRL", + "status": "BREAK", + "baseAsset": "HOT", + "baseAssetPrecision": 8, + "quoteAsset": "BRL", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3266631.29871794", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WRXEUR", + "status": "BREAK", + "baseAsset": "WRX", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "10000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "31023.60791666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "EZBTC", + "status": "BREAK", + "baseAsset": "EZ", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "39733.87794729", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "EZETH", + "status": "BREAK", + "baseAsset": "EZ", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "7672.76606648", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BAKEUSDT", + "status": "TRADING", + "baseAsset": "BAKE", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "10000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "819645.19416666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BURGERBUSD", + "status": "TRADING", + "baseAsset": "BURGER", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "10000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "23725.90756944", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BURGERUSDT", + "status": "TRADING", + "baseAsset": "BURGER", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "10000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "216127.68333333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SLPBUSD", + "status": "TRADING", + "baseAsset": "SLP", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "8720037.99861111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SLPUSDT", + "status": "TRADING", + "baseAsset": "SLP", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "48521662.93263888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TRXAUD", + "status": "BREAK", + "baseAsset": "TRX", + "baseAssetPrecision": 8, + "quoteAsset": "AUD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "710466.25512820", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TRXEUR", + "status": "TRADING", + "baseAsset": "TRX", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "90000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "329001.36250000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "VETTRY", + "status": "TRADING", + "baseAsset": "VET", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "10000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "803312.69041666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SHIBUSDT", + "status": "TRADING", + "baseAsset": "SHIB", + "baseAssetPrecision": 2, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 2, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00", + "maxQty": "46116860414.00", + "stepSize": "1.00" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00", + "maxQty": "46116860414.00", + "stepSize": "0.00" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SHIBBUSD", + "status": "TRADING", + "baseAsset": "SHIB", + "baseAssetPrecision": 2, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 2, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00", + "maxQty": "46116860414.00", + "stepSize": "1.00" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00", + "maxQty": "39030033275.87", + "stepSize": "0.00" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ICPBTC", + "status": "TRADING", + "baseAsset": "ICP", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5495.57330555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ICPBNB", + "status": "TRADING", + "baseAsset": "ICP", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1875.77611805", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ICPBUSD", + "status": "TRADING", + "baseAsset": "ICP", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "100000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "922327.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "18257.31415277", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ICPUSDT", + "status": "TRADING", + "baseAsset": "ICP", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "100000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "922327.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "63639.20870833", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SHIBEUR", + "status": "TRADING", + "baseAsset": "SHIB", + "baseAssetPrecision": 2, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 2, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00", + "maxQty": "46116860414.00", + "stepSize": "1.00" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00", + "maxQty": "3658696348.87", + "stepSize": "0.00" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SHIBRUB", + "status": "BREAK", + "baseAsset": "SHIB", + "baseAssetPrecision": 2, + "quoteAsset": "RUB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 2, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00", + "maxQty": "46116860414.00", + "stepSize": "1.00" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00", + "maxQty": "2631653832.05", + "stepSize": "0.00" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "100.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ETCEUR", + "status": "TRADING", + "baseAsset": "ETC", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "564.85854861", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ETCBRL", + "status": "BREAK", + "baseAsset": "ETC", + "baseAssetPrecision": 8, + "quoteAsset": "BRL", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "10000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "555.99688461", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DOGEBIDR", + "status": "TRADING", + "baseAsset": "DOGE", + "baseAssetPrecision": 8, + "quoteAsset": "BIDR", + "quotePrecision": 2, + "quoteAssetPrecision": 2, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 2, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00", + "maxPrice": "100000.00", + "tickSize": "1.00" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "922327.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "247312.02152777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "20000.00", + "applyMinToMarket": true, + "maxNotional": "9000000000.00", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ARBTC", + "status": "TRADING", + "baseAsset": "AR", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "100000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3274.40497916", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ARBNB", + "status": "BREAK", + "baseAsset": "AR", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "100000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "549.28618055", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ARBUSD", + "status": "TRADING", + "baseAsset": "AR", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "100000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4984.40476388", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ARUSDT", + "status": "TRADING", + "baseAsset": "AR", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "100000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "38845.14300000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "POLSBTC", + "status": "TRADING", + "baseAsset": "POLS", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "13753.67756944", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "POLSBNB", + "status": "TRADING", + "baseAsset": "POLS", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "16898.28868055", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "POLSBUSD", + "status": "TRADING", + "baseAsset": "POLS", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "34039.38722222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "POLSUSDT", + "status": "TRADING", + "baseAsset": "POLS", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "103046.69687500", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MDXBTC", + "status": "TRADING", + "baseAsset": "MDX", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "86990.66652777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MDXBNB", + "status": "BREAK", + "baseAsset": "MDX", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "64583.43363286", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MDXBUSD", + "status": "TRADING", + "baseAsset": "MDX", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "183442.02263888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MDXUSDT", + "status": "TRADING", + "baseAsset": "MDX", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "469686.88541666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MASKBNB", + "status": "TRADING", + "baseAsset": "MASK", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2843.77243055", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MASKBUSD", + "status": "TRADING", + "baseAsset": "MASK", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "19882.93506944", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MASKUSDT", + "status": "TRADING", + "baseAsset": "MASK", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "67459.11055555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LPTBTC", + "status": "TRADING", + "baseAsset": "LPT", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141570.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1834.46427777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LPTBNB", + "status": "TRADING", + "baseAsset": "LPT", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141570.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1643.77979861", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LPTBUSD", + "status": "TRADING", + "baseAsset": "LPT", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222440.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2550.99372916", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LPTUSDT", + "status": "TRADING", + "baseAsset": "LPT", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222440.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "9034.44498611", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ETHUAH", + "status": "TRADING", + "baseAsset": "ETH", + "baseAssetPrecision": 8, + "quoteAsset": "UAH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00000000", + "maxPrice": "9999319.00000000", + "tickSize": "1.00000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00010000", + "maxQty": "9220.00000000", + "stepSize": "0.00010000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4.24174368", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "100.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MATICBRL", + "status": "TRADING", + "baseAsset": "MATIC", + "baseAssetPrecision": 8, + "quoteAsset": "BRL", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222440.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "21693.81881944", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SOLEUR", + "status": "TRADING", + "baseAsset": "SOL", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222440.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3752.77811805", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SHIBBRL", + "status": "TRADING", + "baseAsset": "SHIB", + "baseAssetPrecision": 2, + "quoteAsset": "BRL", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 2, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00", + "maxQty": "46116860414.00", + "stepSize": "1.00" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00", + "maxQty": "1329770026.81", + "stepSize": "0.00" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AGIXBTC", + "status": "TRADING", + "baseAsset": "AGIX", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "190168.77916666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ICPEUR", + "status": "TRADING", + "baseAsset": "ICP", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2352.31172222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MATICGBP", + "status": "TRADING", + "baseAsset": "MATIC", + "baseAssetPrecision": 8, + "quoteAsset": "GBP", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "16640.89256944", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SHIBTRY", + "status": "TRADING", + "baseAsset": "SHIB", + "baseAssetPrecision": 2, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 2, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00", + "maxQty": "46116860414.00", + "stepSize": "1.00" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00", + "maxQty": "14407161110.00", + "stepSize": "0.00" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MATICBIDR", + "status": "TRADING", + "baseAsset": "MATIC", + "baseAssetPrecision": 8, + "quoteAsset": "BIDR", + "quotePrecision": 2, + "quoteAssetPrecision": 2, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 2, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00", + "maxPrice": "500000.00", + "tickSize": "1.00" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "184467.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "17125.46729166", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "20000.00", + "applyMinToMarket": true, + "maxNotional": "9000000000.00", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MATICRUB", + "status": "TRADING", + "baseAsset": "MATIC", + "baseAssetPrecision": 8, + "quoteAsset": "RUB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "922327.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "9210.47493055", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "100.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NUBTC", + "status": "BREAK", + "baseAsset": "NU", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "72123.91250000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NUBNB", + "status": "BREAK", + "baseAsset": "NU", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "46137.09444444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NUBUSD", + "status": "BREAK", + "baseAsset": "NU", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "73245.72777777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NUUSDT", + "status": "BREAK", + "baseAsset": "NU", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "223787.46944444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XVGUSDT", + "status": "TRADING", + "baseAsset": "XVG", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "10000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9222449.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "9222449.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RLCBUSD", + "status": "BREAK", + "baseAsset": "RLC", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "14880.28597222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CELRBUSD", + "status": "TRADING", + "baseAsset": "CELR", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "10000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9222449.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1014188.84791666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ATMBUSD", + "status": "TRADING", + "baseAsset": "ATM", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "7438.13231250", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ZENBUSD", + "status": "TRADING", + "baseAsset": "ZEN", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "920.84933333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FTMBUSD", + "status": "TRADING", + "baseAsset": "FTM", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "10000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9222449.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "565433.51736111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "THETABUSD", + "status": "TRADING", + "baseAsset": "THETA", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "23017.30958333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WINBUSD", + "status": "TRADING", + "baseAsset": "WIN", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "100.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "913205152.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "127119636.28263888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "KAVABUSD", + "status": "TRADING", + "baseAsset": "KAVA", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "95473.65527777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XEMBUSD", + "status": "BREAK", + "baseAsset": "XEM", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "10000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9222449.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "145522.78194444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ATABTC", + "status": "TRADING", + "baseAsset": "ATA", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "82476.38611111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ATABNB", + "status": "BREAK", + "baseAsset": "ATA", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "123949.87777777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ATABUSD", + "status": "TRADING", + "baseAsset": "ATA", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "10000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9222449.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "68865.48055555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ATAUSDT", + "status": "TRADING", + "baseAsset": "ATA", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "10000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9222449.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "427717.23125000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GTCBTC", + "status": "TRADING", + "baseAsset": "GTC", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5162.48916666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GTCBNB", + "status": "BREAK", + "baseAsset": "GTC", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1878.81038461", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GTCBUSD", + "status": "TRADING", + "baseAsset": "GTC", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "9297.16854166", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GTCUSDT", + "status": "TRADING", + "baseAsset": "GTC", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "88854.50006944", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TORNBTC", + "status": "BREAK", + "baseAsset": "TORN", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1874.41524271", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TORNBNB", + "status": "BREAK", + "baseAsset": "TORN", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "10000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "515.78292682", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TORNBUSD", + "status": "TRADING", + "baseAsset": "TORN", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "922327.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "12151.47147916", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TORNUSDT", + "status": "BREAK", + "baseAsset": "TORN", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "922327.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "16574.43407202", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MATICTRY", + "status": "TRADING", + "baseAsset": "MATIC", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "60856.88229166", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ETCGBP", + "status": "BREAK", + "baseAsset": "ETC", + "baseAssetPrecision": 8, + "quoteAsset": "GBP", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "859.86816666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SOLGBP", + "status": "TRADING", + "baseAsset": "SOL", + "baseAssetPrecision": 8, + "quoteAsset": "GBP", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "916.51381944", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BAKEBTC", + "status": "TRADING", + "baseAsset": "BAKE", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "50350.49013888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "COTIBUSD", + "status": "TRADING", + "baseAsset": "COTI", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "10000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9222449.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "219135.92847222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "KEEPBTC", + "status": "BREAK", + "baseAsset": "KEEP", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "74670.32638888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "KEEPBNB", + "status": "BREAK", + "baseAsset": "KEEP", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "10000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9222449.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "69703.30000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "KEEPBUSD", + "status": "BREAK", + "baseAsset": "KEEP", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "100000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "922327.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "124899.17638888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "KEEPUSDT", + "status": "BREAK", + "baseAsset": "KEEP", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "100000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "922327.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "585131.83750000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SOLTRY", + "status": "TRADING", + "baseAsset": "SOL", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "30000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "3074353.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5303.42011111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RUNEGBP", + "status": "TRADING", + "baseAsset": "RUNE", + "baseAssetPrecision": 8, + "quoteAsset": "GBP", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "6907.72256944", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SOLBRL", + "status": "TRADING", + "baseAsset": "SOL", + "baseAssetPrecision": 8, + "quoteAsset": "BRL", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "10000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "749.04045833", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SCBUSD", + "status": "TRADING", + "baseAsset": "SC", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "10000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9222449.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2763720.85625000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CHRBUSD", + "status": "TRADING", + "baseAsset": "CHR", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "100000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "922327.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "109949.30625000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "STMXBUSD", + "status": "TRADING", + "baseAsset": "STMX", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "10000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9222449.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2447956.17569444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "HNTBUSD", + "status": "BREAK", + "baseAsset": "HNT", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "100000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "922327.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "16844.00426388", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FTTBUSD", + "status": "TRADING", + "baseAsset": "FTT", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "100000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "922327.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "123900.60026388", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DOCKBUSD", + "status": "TRADING", + "baseAsset": "DOCK", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "10000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9222449.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "481924.13055555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ADABIDR", + "status": "TRADING", + "baseAsset": "ADA", + "baseAssetPrecision": 8, + "quoteAsset": "BIDR", + "quotePrecision": 2, + "quoteAssetPrecision": 2, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 2, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00", + "maxPrice": "500000.00", + "tickSize": "1.00" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "184467.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "30366.18465277", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "20000.00", + "applyMinToMarket": true, + "maxNotional": "9000000000.00", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ERNBNB", + "status": "BREAK", + "baseAsset": "ERN", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "6720.06708333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ERNBUSD", + "status": "TRADING", + "baseAsset": "ERN", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "12753.40430555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ERNUSDT", + "status": "TRADING", + "baseAsset": "ERN", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "57141.00145833", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "KLAYBTC", + "status": "TRADING", + "baseAsset": "KLAY", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "35766.37743055", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "KLAYBNB", + "status": "BREAK", + "baseAsset": "KLAY", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "31087.27323162", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "KLAYBUSD", + "status": "TRADING", + "baseAsset": "KLAY", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "10000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "80349.82354166", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "KLAYUSDT", + "status": "TRADING", + "baseAsset": "KLAY", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "10000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "330519.70805555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RUNEEUR", + "status": "TRADING", + "baseAsset": "RUNE", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "12711.27798611", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MATICAUD", + "status": "BREAK", + "baseAsset": "MATIC", + "baseAssetPrecision": 8, + "quoteAsset": "AUD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "10000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3656.45686546", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DOTRUB", + "status": "TRADING", + "baseAsset": "DOT", + "baseAssetPrecision": 8, + "quoteAsset": "RUB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "999996.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92233.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1387.45376388", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "100.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "UTKBUSD", + "status": "TRADING", + "baseAsset": "UTK", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "158874.07638888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "IOTXBUSD", + "status": "TRADING", + "baseAsset": "IOTX", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1067081.48402777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PHAUSDT", + "status": "TRADING", + "baseAsset": "PHA", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "463373.14097222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SOLRUB", + "status": "TRADING", + "baseAsset": "SOL", + "baseAssetPrecision": 8, + "quoteAsset": "RUB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00000000", + "maxPrice": "999996.00000000", + "tickSize": "1.00000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92233.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "367.69427777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "100.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RUNEAUD", + "status": "BREAK", + "baseAsset": "RUNE", + "baseAssetPrecision": 8, + "quoteAsset": "AUD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00000100", + "maxQty": "9222449.00000000", + "stepSize": "0.00000100" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2762.94655564", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BUSDUAH", + "status": "TRADING", + "baseAsset": "BUSD", + "baseAssetPrecision": 8, + "quoteAsset": "UAH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "922327.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "29438.83194444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "1.2", + "bidMultiplierDown": "0.8", + "askMultiplierUp": "1.2", + "askMultiplierDown": "0.8", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "100.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BONDBTC", + "status": "TRADING", + "baseAsset": "BOND", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1848.03239583", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BONDBNB", + "status": "BREAK", + "baseAsset": "BOND", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1677.18542307", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BONDBUSD", + "status": "TRADING", + "baseAsset": "BOND", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4694.22743750", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BONDUSDT", + "status": "TRADING", + "baseAsset": "BOND", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "23881.53093055", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MLNBTC", + "status": "TRADING", + "baseAsset": "MLN", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "92141578.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "256.21650416", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MLNBNB", + "status": "BREAK", + "baseAsset": "MLN", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "92141578.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "272.62331527", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MLNBUSD", + "status": "BREAK", + "baseAsset": "MLN", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "9222449.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "447.11684444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MLNUSDT", + "status": "TRADING", + "baseAsset": "MLN", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "9222449.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1714.97803819", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GRTTRY", + "status": "TRADING", + "baseAsset": "GRT", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "353020.74583333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CAKEBRL", + "status": "BREAK", + "baseAsset": "CAKE", + "baseAssetPrecision": 8, + "quoteAsset": "BRL", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1751.15850000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ICPRUB", + "status": "BREAK", + "baseAsset": "ICP", + "baseAssetPrecision": 8, + "quoteAsset": "RUB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00000000", + "maxPrice": "999996.00000000", + "tickSize": "1.00000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92233.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "178.52233333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "100.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DOTAUD", + "status": "BREAK", + "baseAsset": "DOT", + "baseAssetPrecision": 8, + "quoteAsset": "AUD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "626.08630555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AAVEBRL", + "status": "BREAK", + "baseAsset": "AAVE", + "baseAssetPrecision": 8, + "quoteAsset": "BRL", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00000000", + "maxPrice": "999996.00000000", + "tickSize": "1.00000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "92233.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "16.90000694", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "EOSAUD", + "status": "BREAK", + "baseAsset": "EOS", + "baseAssetPrecision": 8, + "quoteAsset": "AUD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1583.62763888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DEXEUSDT", + "status": "TRADING", + "baseAsset": "DEXE", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "11751.50745833", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LTOBUSD", + "status": "TRADING", + "baseAsset": "LTO", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "200384.11458333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ADXBUSD", + "status": "TRADING", + "baseAsset": "ADX", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "99165.11458333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "QUICKBTC", + "status": "TRADING", + "baseAsset": "QUICK", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "92141578.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "187.46865972", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "QUICKBNB", + "status": "BREAK", + "baseAsset": "QUICK", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "92141578.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "88.84737222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "QUICKBUSD", + "status": "TRADING", + "baseAsset": "QUICK", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "100000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "922327.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "253.29060486", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "C98USDT", + "status": "TRADING", + "baseAsset": "C98", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "530523.77611111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "C98BUSD", + "status": "TRADING", + "baseAsset": "C98", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "55220.28604166", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "C98BNB", + "status": "BREAK", + "baseAsset": "C98", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "55661.21456310", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "C98BTC", + "status": "TRADING", + "baseAsset": "C98", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "53584.76395833", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CLVBTC", + "status": "TRADING", + "baseAsset": "CLV", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "456491.86645833", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CLVBNB", + "status": "BREAK", + "baseAsset": "CLV", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "142522.72302357", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CLVBUSD", + "status": "TRADING", + "baseAsset": "CLV", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "449939.52111111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CLVUSDT", + "status": "TRADING", + "baseAsset": "CLV", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1870837.52972222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "QNTBTC", + "status": "TRADING", + "baseAsset": "QNT", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "92141578.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "462.94552013", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "QNTBNB", + "status": "BREAK", + "baseAsset": "QNT", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "92141578.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "77.28804299", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "QNTBUSD", + "status": "TRADING", + "baseAsset": "QNT", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "100000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "922327.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "509.31851527", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "QNTUSDT", + "status": "TRADING", + "baseAsset": "QNT", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "100000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "922327.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3763.37572013", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FLOWBTC", + "status": "TRADING", + "baseAsset": "FLOW", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "49796.81964583", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FLOWBNB", + "status": "TRADING", + "baseAsset": "FLOW", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "14384.61337500", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FLOWBUSD", + "status": "TRADING", + "baseAsset": "FLOW", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "100000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "922327.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "95394.57859027", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FLOWUSDT", + "status": "TRADING", + "baseAsset": "FLOW", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "100000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "922327.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "212265.56859722", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XECBUSD", + "status": "TRADING", + "baseAsset": "XEC", + "baseAssetPrecision": 2, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 2, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00", + "maxQty": "46116860414.00", + "stepSize": "1.00" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00", + "maxQty": "426776185.90", + "stepSize": "0.00" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AXSBRL", + "status": "BREAK", + "baseAsset": "AXS", + "baseAssetPrecision": 8, + "quoteAsset": "BRL", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "922327.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "501.42537500", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AXSAUD", + "status": "BREAK", + "baseAsset": "AXS", + "baseAssetPrecision": 8, + "quoteAsset": "AUD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "922327.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "215.41262500", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TVKUSDT", + "status": "TRADING", + "baseAsset": "TVK", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2637049.40833333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MINABTC", + "status": "TRADING", + "baseAsset": "MINA", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "24211.37972222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MINABNB", + "status": "BREAK", + "baseAsset": "MINA", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "12256.07152777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MINABUSD", + "status": "TRADING", + "baseAsset": "MINA", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "66030.59229166", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MINAUSDT", + "status": "TRADING", + "baseAsset": "MINA", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "278921.53041666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RAYBNB", + "status": "TRADING", + "baseAsset": "RAY", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "33614.60645833", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RAYBUSD", + "status": "TRADING", + "baseAsset": "RAY", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "10000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "42184.30076388", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RAYUSDT", + "status": "TRADING", + "baseAsset": "RAY", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "10000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "118305.69937500", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FARMBTC", + "status": "TRADING", + "baseAsset": "FARM", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "92141578.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "217.78465763", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FARMBNB", + "status": "BREAK", + "baseAsset": "FARM", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "92141578.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "92.16243589", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FARMBUSD", + "status": "TRADING", + "baseAsset": "FARM", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "922327.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "533.33936527", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FARMUSDT", + "status": "TRADING", + "baseAsset": "FARM", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "922327.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1892.83822777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ALPACABTC", + "status": "TRADING", + "baseAsset": "ALPACA", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "31093.94291666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ALPACABNB", + "status": "BREAK", + "baseAsset": "ALPACA", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "42259.42472222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ALPACABUSD", + "status": "TRADING", + "baseAsset": "ALPACA", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "50687.19076388", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ALPACAUSDT", + "status": "TRADING", + "baseAsset": "ALPACA", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "195454.86222222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TLMTRY", + "status": "TRADING", + "baseAsset": "TLM", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1022186.51944444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "QUICKUSDT", + "status": "TRADING", + "baseAsset": "QUICK", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "100000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "922327.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1220.77637222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ORNBUSD", + "status": "TRADING", + "baseAsset": "ORN", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "10000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "13251.33750000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MBOXBTC", + "status": "TRADING", + "baseAsset": "MBOX", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "7037.90993055", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MBOXBNB", + "status": "TRADING", + "baseAsset": "MBOX", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "13744.24277777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MBOXBUSD", + "status": "TRADING", + "baseAsset": "MBOX", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "26979.78055555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MBOXUSDT", + "status": "TRADING", + "baseAsset": "MBOX", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "89291.21173611", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "VGXBTC", + "status": "BREAK", + "baseAsset": "VGX", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "38059.78363384", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "VGXETH", + "status": "BREAK", + "baseAsset": "VGX", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "9536.10901525", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FORUSDT", + "status": "TRADING", + "baseAsset": "FOR", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3132355.22222222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "REQUSDT", + "status": "TRADING", + "baseAsset": "REQ", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "586218.03263888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GHSTUSDT", + "status": "TRADING", + "baseAsset": "GHST", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "27293.39604166", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TRURUB", + "status": "BREAK", + "baseAsset": "TRU", + "baseAssetPrecision": 8, + "quoteAsset": "RUB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9222449.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "93065.47777777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "100.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FISBRL", + "status": "BREAK", + "baseAsset": "FIS", + "baseAssetPrecision": 8, + "quoteAsset": "BRL", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "23000.57919556", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WAXPUSDT", + "status": "TRADING", + "baseAsset": "WAXP", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "605795.84444444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WAXPBUSD", + "status": "TRADING", + "baseAsset": "WAXP", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "159304.05972222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WAXPBNB", + "status": "BREAK", + "baseAsset": "WAXP", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "118879.69625520", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WAXPBTC", + "status": "TRADING", + "baseAsset": "WAXP", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "197637.41527777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TRIBEBTC", + "status": "BREAK", + "baseAsset": "TRIBE", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "32689.37612323", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TRIBEBNB", + "status": "BREAK", + "baseAsset": "TRIBE", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "26349.36805555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TRIBEBUSD", + "status": "BREAK", + "baseAsset": "TRIBE", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "209432.86685159", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TRIBEUSDT", + "status": "BREAK", + "baseAsset": "TRIBE", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "45746.53290322", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GNOUSDT", + "status": "TRADING", + "baseAsset": "GNO", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "100000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "922327.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "68.21448194", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GNOBUSD", + "status": "BREAK", + "baseAsset": "GNO", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "100000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "922327.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "70.04020277", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GNOBNB", + "status": "BREAK", + "baseAsset": "GNO", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "92141578.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "57.92263750", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GNOBTC", + "status": "BREAK", + "baseAsset": "GNO", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "92141578.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "31.25519087", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ARPATRY", + "status": "TRADING", + "baseAsset": "ARPA", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2923543.67916666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PROMBTC", + "status": "TRADING", + "baseAsset": "PROM", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2116.04604861", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MTLBUSD", + "status": "TRADING", + "baseAsset": "MTL", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "37016.11375000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "OGNBUSD", + "status": "TRADING", + "baseAsset": "OGN", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "83700.79486111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XECUSDT", + "status": "TRADING", + "baseAsset": "XEC", + "baseAssetPrecision": 2, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 2, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00", + "maxQty": "46116860414.00", + "stepSize": "1.00" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00", + "maxQty": "1917720263.40", + "stepSize": "0.00" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "C98BRL", + "status": "BREAK", + "baseAsset": "C98", + "baseAssetPrecision": 8, + "quoteAsset": "BRL", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "33865.59444444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SOLAUD", + "status": "BREAK", + "baseAsset": "SOL", + "baseAssetPrecision": 8, + "quoteAsset": "AUD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "922327.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "797.33700970", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XRPBIDR", + "status": "TRADING", + "baseAsset": "XRP", + "baseAssetPrecision": 8, + "quoteAsset": "BIDR", + "quotePrecision": 2, + "quoteAssetPrecision": 2, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 2, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00", + "maxPrice": "1000000.00", + "tickSize": "1.00" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92233.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "28447.97812500", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "20000.00", + "applyMinToMarket": true, + "maxNotional": "9000000000.00", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "POLYBUSD", + "status": "BREAK", + "baseAsset": "POLY", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "242147.47797783", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ELFUSDT", + "status": "TRADING", + "baseAsset": "ELF", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "98454.23583333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DYDXUSDT", + "status": "TRADING", + "baseAsset": "DYDX", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "158830.49549305", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DYDXBUSD", + "status": "TRADING", + "baseAsset": "DYDX", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "53226.86475000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DYDXBNB", + "status": "TRADING", + "baseAsset": "DYDX", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "10.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "8384883677.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "6214.80479166", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DYDXBTC", + "status": "TRADING", + "baseAsset": "DYDX", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "46116860414.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "37002.82270138", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ELFBUSD", + "status": "TRADING", + "baseAsset": "ELF", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "100.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "913205152.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "21864.21673611", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "POLYUSDT", + "status": "BREAK", + "baseAsset": "POLY", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "100.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "913205152.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "649924.50485436", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "IDEXUSDT", + "status": "TRADING", + "baseAsset": "IDEX", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "100.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "913205152.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1654583.85923611", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "VIDTUSDT", + "status": "TRADING", + "baseAsset": "VIDT", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "100.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "913205152.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1758294.00416666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SOLBIDR", + "status": "TRADING", + "baseAsset": "SOL", + "baseAssetPrecision": 8, + "quoteAsset": "BIDR", + "quotePrecision": 2, + "quoteAssetPrecision": 2, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 2, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00", + "maxPrice": "9999998955.00", + "tickSize": "1.00" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00010000", + "maxQty": "9223372.00000000", + "stepSize": "0.00010000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "358.07208465", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "20000.00", + "applyMinToMarket": true, + "maxNotional": "9000000000.00", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTCUSDP", + "status": "BREAK", + "baseAsset": "BTC", + "baseAssetPrecision": 8, + "quoteAsset": "USDP", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "9999319.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "9223.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2.22429357", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ETHUSDP", + "status": "BREAK", + "baseAsset": "ETH", + "baseAssetPrecision": 8, + "quoteAsset": "USDP", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "999996.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00010000", + "maxQty": "92233.00000000", + "stepSize": "0.00010000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "72.42944973", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BNBUSDP", + "status": "BREAK", + "baseAsset": "BNB", + "baseAssetPrecision": 8, + "quoteAsset": "USDP", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "922327.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "204.11204545", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "USDPBUSD", + "status": "BREAK", + "baseAsset": "USDP", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1137123.46914364", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "1.2", + "bidMultiplierDown": "0.8", + "askMultiplierUp": "1.2", + "askMultiplierDown": "0.8", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "USDPUSDT", + "status": "TRADING", + "baseAsset": "USDP", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "10000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "258535.01527777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "1.2", + "bidMultiplierDown": "0.8", + "askMultiplierUp": "1.2", + "askMultiplierDown": "0.8", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GALAUSDT", + "status": "TRADING", + "baseAsset": "GALA", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "13154716.35694444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GALABUSD", + "status": "TRADING", + "baseAsset": "GALA", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "6100262.14236111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GALABNB", + "status": "TRADING", + "baseAsset": "GALA", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "100.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "913205152.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "482559.86250000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GALABTC", + "status": "TRADING", + "baseAsset": "GALA", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "100.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "913205152.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5391943.45555555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FTMBIDR", + "status": "BREAK", + "baseAsset": "FTM", + "baseAssetPrecision": 8, + "quoteAsset": "BIDR", + "quotePrecision": 2, + "quoteAssetPrecision": 2, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 2, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00", + "maxPrice": "10000000.00", + "tickSize": "1.00" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9223371114.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "35408.29468664", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "20000.00", + "applyMinToMarket": true, + "maxNotional": "9000000000.00", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ALGOBIDR", + "status": "BREAK", + "baseAsset": "ALGO", + "baseAssetPrecision": 8, + "quoteAsset": "BIDR", + "quotePrecision": 2, + "quoteAssetPrecision": 2, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 2, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00", + "maxPrice": "10000000.00", + "tickSize": "1.00" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9223371114.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "11961.87897435", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "20000.00", + "applyMinToMarket": true, + "maxNotional": "9000000000.00", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CAKEAUD", + "status": "BREAK", + "baseAsset": "CAKE", + "baseAssetPrecision": 8, + "quoteAsset": "AUD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1792.59415277", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "KSMAUD", + "status": "BREAK", + "baseAsset": "KSM", + "baseAssetPrecision": 8, + "quoteAsset": "AUD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "100000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "922327.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "62.27782222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WAVESRUB", + "status": "BREAK", + "baseAsset": "WAVES", + "baseAssetPrecision": 8, + "quoteAsset": "RUB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "999996.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92233.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "571.81791666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "100.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SUNBUSD", + "status": "TRADING", + "baseAsset": "SUN", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1034871.72916666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ILVUSDT", + "status": "TRADING", + "baseAsset": "ILV", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "922327.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "835.80447013", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ILVBUSD", + "status": "TRADING", + "baseAsset": "ILV", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "922327.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "189.72891944", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ILVBNB", + "status": "BREAK", + "baseAsset": "ILV", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "92141578.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "127.10948333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ILVBTC", + "status": "TRADING", + "baseAsset": "ILV", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "92141578.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "132.33799375", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RENBUSD", + "status": "TRADING", + "baseAsset": "REN", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "290183.93125000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "YGGUSDT", + "status": "TRADING", + "baseAsset": "YGG", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "576347.66347222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "YGGBUSD", + "status": "TRADING", + "baseAsset": "YGG", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "132910.80548611", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "YGGBNB", + "status": "BREAK", + "baseAsset": "YGG", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "15287.58862690", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "YGGBTC", + "status": "TRADING", + "baseAsset": "YGG", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "37120.95326388", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "STXBUSD", + "status": "TRADING", + "baseAsset": "STX", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "169908.53229166", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SYSUSDT", + "status": "TRADING", + "baseAsset": "SYS", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "233520.09652777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DFUSDT", + "status": "TRADING", + "baseAsset": "DF", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1640875.99236111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SOLUSDC", + "status": "BREAK", + "baseAsset": "SOL", + "baseAssetPrecision": 8, + "quoteAsset": "USDC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "922327.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3286.89284182", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ARPARUB", + "status": "TRADING", + "baseAsset": "ARPA", + "baseAssetPrecision": 8, + "quoteAsset": "RUB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "118632.47152777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "100.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LTCUAH", + "status": "TRADING", + "baseAsset": "LTC", + "baseAssetPrecision": 8, + "quoteAsset": "UAH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00000000", + "maxPrice": "999996.00000000", + "tickSize": "1.00000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "92233.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "61.63198680", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "100.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FETBUSD", + "status": "TRADING", + "baseAsset": "FET", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "506310.31250000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ARPABUSD", + "status": "TRADING", + "baseAsset": "ARPA", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1167503.24833333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LSKBUSD", + "status": "TRADING", + "baseAsset": "LSK", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "8879.60534722", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AVAXBIDR", + "status": "BREAK", + "baseAsset": "AVAX", + "baseAssetPrecision": 8, + "quoteAsset": "BIDR", + "quotePrecision": 2, + "quoteAssetPrecision": 2, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 2, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00", + "maxPrice": "100000000.00", + "tickSize": "1.00" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "922337194.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "502.62574792", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "20000.00", + "applyMinToMarket": true, + "maxNotional": "9000000000.00", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ALICEBIDR", + "status": "BREAK", + "baseAsset": "ALICE", + "baseAssetPrecision": 8, + "quoteAsset": "BIDR", + "quotePrecision": 2, + "quoteAssetPrecision": 2, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 2, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00", + "maxPrice": "100000000.00", + "tickSize": "1.00" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "922337194.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5730.81827777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "20000.00", + "applyMinToMarket": true, + "maxNotional": "9000000000.00", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FIDAUSDT", + "status": "TRADING", + "baseAsset": "FIDA", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "367670.15402777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FIDABUSD", + "status": "TRADING", + "baseAsset": "FIDA", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "62783.49298611", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FIDABNB", + "status": "BREAK", + "baseAsset": "FIDA", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "19527.51360718", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FIDABTC", + "status": "TRADING", + "baseAsset": "FIDA", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "37188.63798611", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DENTBUSD", + "status": "TRADING", + "baseAsset": "DENT", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "13908871.40763888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FRONTUSDT", + "status": "TRADING", + "baseAsset": "FRONT", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "217820.88958333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CVPUSDT", + "status": "TRADING", + "baseAsset": "CVP", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "95354.95145833", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AGLDBTC", + "status": "TRADING", + "baseAsset": "AGLD", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "13438.56680555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AGLDBNB", + "status": "BREAK", + "baseAsset": "AGLD", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "20931.63888888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AGLDBUSD", + "status": "TRADING", + "baseAsset": "AGLD", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "44391.98638888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AGLDUSDT", + "status": "TRADING", + "baseAsset": "AGLD", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "346039.23326388", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RADBTC", + "status": "TRADING", + "baseAsset": "RAD", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "10693.03048611", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RADBNB", + "status": "BREAK", + "baseAsset": "RAD", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3248.37031900", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RADBUSD", + "status": "TRADING", + "baseAsset": "RAD", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "33558.89888888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RADUSDT", + "status": "TRADING", + "baseAsset": "RAD", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "82181.48368055", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "UNIAUD", + "status": "BREAK", + "baseAsset": "UNI", + "baseAssetPrecision": 8, + "quoteAsset": "AUD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "473.20695833", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "HIVEBUSD", + "status": "TRADING", + "baseAsset": "HIVE", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "34425.98819444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "STPTBUSD", + "status": "TRADING", + "baseAsset": "STPT", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "170077.39750000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BETABTC", + "status": "TRADING", + "baseAsset": "BETA", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "104466.51736111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BETABNB", + "status": "TRADING", + "baseAsset": "BETA", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "91684.09375000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BETABUSD", + "status": "TRADING", + "baseAsset": "BETA", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "300056.55208333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BETAUSDT", + "status": "TRADING", + "baseAsset": "BETA", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "647390.51736111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SHIBAUD", + "status": "BREAK", + "baseAsset": "SHIB", + "baseAssetPrecision": 2, + "quoteAsset": "AUD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 2, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00", + "maxQty": "46116860414.00", + "stepSize": "1.00" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00", + "maxQty": "734890732.65", + "stepSize": "0.00" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RAREBTC", + "status": "TRADING", + "baseAsset": "RARE", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "70670.61750000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RAREBNB", + "status": "BREAK", + "baseAsset": "RARE", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "38512.59861303", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RAREBUSD", + "status": "TRADING", + "baseAsset": "RARE", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "188467.67020833", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RAREUSDT", + "status": "TRADING", + "baseAsset": "RARE", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "522712.36451388", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AVAXBRL", + "status": "TRADING", + "baseAsset": "AVAX", + "baseAssetPrecision": 8, + "quoteAsset": "BRL", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "100000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "922327.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "863.90814583", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AVAXAUD", + "status": "BREAK", + "baseAsset": "AVAX", + "baseAssetPrecision": 8, + "quoteAsset": "AUD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "691.71300000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LUNAAUD", + "status": "BREAK", + "baseAsset": "LUNA", + "baseAssetPrecision": 8, + "quoteAsset": "AUD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "10000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1502700.04496052", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TROYBUSD", + "status": "TRADING", + "baseAsset": "TROY", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3320177.16458333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AXSETH", + "status": "TRADING", + "baseAsset": "AXS", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "92141578.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "800.80110000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FTMETH", + "status": "TRADING", + "baseAsset": "FTM", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "89075.10979166", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SOLETH", + "status": "TRADING", + "baseAsset": "SOL", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "92141578.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2924.85545416", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005", "TRD_GRP_006"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SSVBTC", + "status": "TRADING", + "baseAsset": "SSV", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1207.40798611", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SSVETH", + "status": "TRADING", + "baseAsset": "SSV", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "977.15677777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LAZIOTRY", + "status": "TRADING", + "baseAsset": "LAZIO", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "15562.71242361", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LAZIOEUR", + "status": "TRADING", + "baseAsset": "LAZIO", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3292.62125694", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LAZIOBTC", + "status": "TRADING", + "baseAsset": "LAZIO", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2314.25078472", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LAZIOUSDT", + "status": "TRADING", + "baseAsset": "LAZIO", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "41648.66929166", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CHESSBTC", + "status": "TRADING", + "baseAsset": "CHESS", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "35840.20979166", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CHESSBNB", + "status": "BREAK", + "baseAsset": "CHESS", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "21245.48025641", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CHESSBUSD", + "status": "TRADING", + "baseAsset": "CHESS", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "104468.84541666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CHESSUSDT", + "status": "TRADING", + "baseAsset": "CHESS", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "459467.64381944", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FTMAUD", + "status": "BREAK", + "baseAsset": "FTM", + "baseAssetPrecision": 8, + "quoteAsset": "AUD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "18169.90416666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FTMBRL", + "status": "BREAK", + "baseAsset": "FTM", + "baseAssetPrecision": 8, + "quoteAsset": "BRL", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "22786.44274711", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SCRTBUSD", + "status": "TRADING", + "baseAsset": "SCRT", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "17690.67902777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ADXUSDT", + "status": "TRADING", + "baseAsset": "ADX", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "325667.69027777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AUCTIONUSDT", + "status": "TRADING", + "baseAsset": "AUCTION", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "15355.83286111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CELOBUSD", + "status": "TRADING", + "baseAsset": "CELO", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "42087.25805555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FTMRUB", + "status": "BREAK", + "baseAsset": "FTM", + "baseAssetPrecision": 8, + "quoteAsset": "RUB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "922327.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "8523.34819444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "100.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NUAUD", + "status": "BREAK", + "baseAsset": "NU", + "baseAssetPrecision": 8, + "quoteAsset": "AUD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "37269.66388888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NURUB", + "status": "BREAK", + "baseAsset": "NU", + "baseAssetPrecision": 8, + "quoteAsset": "RUB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "14792.86138888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "100.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "REEFTRY", + "status": "TRADING", + "baseAsset": "REEF", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "15898286.74513888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "REEFBIDR", + "status": "BREAK", + "baseAsset": "REEF", + "baseAssetPrecision": 8, + "quoteAsset": "BIDR", + "quotePrecision": 2, + "quoteAssetPrecision": 2, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 2, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10", + "maxPrice": "100000.00", + "tickSize": "0.10" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "922327.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1012017.90416666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "20000.00", + "applyMinToMarket": true, + "maxNotional": "9000000000.00", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SHIBDOGE", + "status": "TRADING", + "baseAsset": "SHIB", + "baseAssetPrecision": 2, + "quoteAsset": "DOGE", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 2, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00", + "maxQty": "46116860414.00", + "stepSize": "1.00" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00", + "maxQty": "3630970575.00", + "stepSize": "0.00" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "30.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DARUSDT", + "status": "TRADING", + "baseAsset": "DAR", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "974012.26666666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DARBUSD", + "status": "TRADING", + "baseAsset": "DAR", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "150189.01875000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DARBNB", + "status": "TRADING", + "baseAsset": "DAR", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "31857.98402777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DARBTC", + "status": "TRADING", + "baseAsset": "DAR", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "42423.89930555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BNXBTC", + "status": "TRADING", + "baseAsset": "BNX", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "10.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "8384883677.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "21916.78298611", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BNXBNB", + "status": "TRADING", + "baseAsset": "BNX", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "10.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "8384883677.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "12144.84673611", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BNXBUSD", + "status": "TRADING", + "baseAsset": "BNX", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "72929.84138888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BNXUSDT", + "status": "TRADING", + "baseAsset": "BNX", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "292134.73291666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RGTUSDT", + "status": "BREAK", + "baseAsset": "RGT", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "922327.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2748.30227777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RGTBTC", + "status": "BREAK", + "baseAsset": "RGT", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "680.70686111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RGTBUSD", + "status": "BREAK", + "baseAsset": "RGT", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "922327.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "891.38709722", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RGTBNB", + "status": "BREAK", + "baseAsset": "RGT", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1077.00952777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LAZIOBUSD", + "status": "TRADING", + "baseAsset": "LAZIO", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "100000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "922327.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "8348.66168750", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "OXTBUSD", + "status": "BREAK", + "baseAsset": "OXT", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "100000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "922327.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "77332.04861111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MANATRY", + "status": "TRADING", + "baseAsset": "MANA", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "69158.71180555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ALGORUB", + "status": "TRADING", + "baseAsset": "ALGO", + "baseAssetPrecision": 8, + "quoteAsset": "RUB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "922327.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "46019.22506944", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "100.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SHIBUAH", + "status": "BREAK", + "baseAsset": "SHIB", + "baseAssetPrecision": 2, + "quoteAsset": "UAH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 2, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00", + "maxQty": "92141578.00", + "stepSize": "1.00" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00", + "maxQty": "92141578.00", + "stepSize": "0.00" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "100.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LUNABIDR", + "status": "BREAK", + "baseAsset": "LUNA", + "baseAssetPrecision": 8, + "quoteAsset": "BIDR", + "quotePrecision": 2, + "quoteAssetPrecision": 2, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 2, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01", + "maxPrice": "100000000.00", + "tickSize": "0.01" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "922337194.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "784790.97380263", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "20000.00", + "applyMinToMarket": true, + "maxNotional": "9000000000.00", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AUDUSDC", + "status": "BREAK", + "baseAsset": "AUD", + "baseAssetPrecision": 8, + "quoteAsset": "USDC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "922327.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "290245.56644295", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "1.2", + "bidMultiplierDown": "0.8", + "askMultiplierUp": "1.2", + "askMultiplierDown": "0.8", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MOVRBTC", + "status": "TRADING", + "baseAsset": "MOVR", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "92141578.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1367.36023472", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MOVRBNB", + "status": "BREAK", + "baseAsset": "MOVR", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "92141578.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "369.10205000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MOVRBUSD", + "status": "TRADING", + "baseAsset": "MOVR", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "922327.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2706.55224652", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MOVRUSDT", + "status": "TRADING", + "baseAsset": "MOVR", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "922327.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "8123.87280069", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CITYBTC", + "status": "TRADING", + "baseAsset": "CITY", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3611.14565277", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CITYBNB", + "status": "BREAK", + "baseAsset": "CITY", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "870.39085991", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CITYBUSD", + "status": "TRADING", + "baseAsset": "CITY", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4565.04263194", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CITYUSDT", + "status": "TRADING", + "baseAsset": "CITY", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "29238.93513888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ENSBTC", + "status": "TRADING", + "baseAsset": "ENS", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1510.66932638", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ENSBNB", + "status": "TRADING", + "baseAsset": "ENS", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1589.36403472", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ENSBUSD", + "status": "TRADING", + "baseAsset": "ENS", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2744.61117361", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ENSUSDT", + "status": "TRADING", + "baseAsset": "ENS", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "17511.03822916", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SANDETH", + "status": "TRADING", + "baseAsset": "SAND", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "21230.08909722", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DOTETH", + "status": "TRADING", + "baseAsset": "DOT", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2335.98079861", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MATICETH", + "status": "TRADING", + "baseAsset": "MATIC", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "74955.41055555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ANKRBUSD", + "status": "TRADING", + "baseAsset": "ANKR", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1065557.50048611", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SANDTRY", + "status": "TRADING", + "baseAsset": "SAND", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "41819.67402777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MANABRL", + "status": "TRADING", + "baseAsset": "MANA", + "baseAssetPrecision": 8, + "quoteAsset": "BRL", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "16794.78638888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "KP3RUSDT", + "status": "TRADING", + "baseAsset": "KP3R", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "999990.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92230.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1111.25472222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "QIUSDT", + "status": "TRADING", + "baseAsset": "QI", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "8327140.99652777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "QIBUSD", + "status": "TRADING", + "baseAsset": "QI", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1765663.09444444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "QIBNB", + "status": "BREAK", + "baseAsset": "QI", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "580081.04615384", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "QIBTC", + "status": "TRADING", + "baseAsset": "QI", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "27428148.30208333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PORTOBTC", + "status": "TRADING", + "baseAsset": "PORTO", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1839.53496527", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PORTOUSDT", + "status": "TRADING", + "baseAsset": "PORTO", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "46711.93361111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PORTOTRY", + "status": "TRADING", + "baseAsset": "PORTO", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "9055.55032638", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PORTOEUR", + "status": "TRADING", + "baseAsset": "PORTO", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3906.62999305", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "POWRUSDT", + "status": "TRADING", + "baseAsset": "POWR", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "191454.93888888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "POWRBUSD", + "status": "TRADING", + "baseAsset": "POWR", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "47866.71597222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AVAXETH", + "status": "TRADING", + "baseAsset": "AVAX", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2480.99066666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SLPTRY", + "status": "TRADING", + "baseAsset": "SLP", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "12593803.21736111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FISTRY", + "status": "BREAK", + "baseAsset": "FIS", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5807.79041666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LRCTRY", + "status": "TRADING", + "baseAsset": "LRC", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "131331.40875000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CHRETH", + "status": "TRADING", + "baseAsset": "CHR", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "44167.86076388", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FISBIDR", + "status": "BREAK", + "baseAsset": "FIS", + "baseAssetPrecision": 8, + "quoteAsset": "BIDR", + "quotePrecision": 2, + "quoteAssetPrecision": 2, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 2, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00", + "maxPrice": "10000000.00", + "tickSize": "1.00" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9223371114.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "12071.64652777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "20000.00", + "applyMinToMarket": true, + "maxNotional": "9000000000.00", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "VGXUSDT", + "status": "TRADING", + "baseAsset": "VGX", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "647905.47243055", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GALAETH", + "status": "TRADING", + "baseAsset": "GALA", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1172639.62847222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "JASMYUSDT", + "status": "TRADING", + "baseAsset": "JASMY", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "53507351.55381945", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "JASMYBUSD", + "status": "TRADING", + "baseAsset": "JASMY", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "20507285.25270834", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "JASMYBNB", + "status": "BREAK", + "baseAsset": "JASMY", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1635520.42027777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "JASMYBTC", + "status": "BREAK", + "baseAsset": "JASMY", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "89022157.15270458", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AMPBTC", + "status": "BREAK", + "baseAsset": "AMP", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "92141578.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AMPBNB", + "status": "BREAK", + "baseAsset": "AMP", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2139717.92361111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AMPBUSD", + "status": "TRADING", + "baseAsset": "AMP", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4664500.94236111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AMPUSDT", + "status": "TRADING", + "baseAsset": "AMP", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "19775907.46458333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PLABTC", + "status": "TRADING", + "baseAsset": "PLA", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "33303.59830555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PLABNB", + "status": "BREAK", + "baseAsset": "PLA", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "13257.16740638", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PLABUSD", + "status": "TRADING", + "baseAsset": "PLA", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "114513.01363194", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PLAUSDT", + "status": "TRADING", + "baseAsset": "PLA", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "227838.76597916", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PYRBTC", + "status": "TRADING", + "baseAsset": "PYR", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "92141578.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3311.75404097", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PYRBUSD", + "status": "TRADING", + "baseAsset": "PYR", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "9222449.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "11582.91493194", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PYRUSDT", + "status": "TRADING", + "baseAsset": "PYR", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "9222449.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "24285.63315347", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RNDRBTC", + "status": "TRADING", + "baseAsset": "RNDR", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "42353.13092361", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RNDRUSDT", + "status": "TRADING", + "baseAsset": "RNDR", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "155657.66904861", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RNDRBUSD", + "status": "TRADING", + "baseAsset": "RNDR", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "61740.03127777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ALCXBTC", + "status": "TRADING", + "baseAsset": "ALCX", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00010000", + "maxQty": "92141578.00000000", + "stepSize": "0.00010000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "271.76567847", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ALCXBUSD", + "status": "TRADING", + "baseAsset": "ALCX", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "999996.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00010000", + "maxQty": "92233.00000000", + "stepSize": "0.00010000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "528.82199090", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ALCXUSDT", + "status": "TRADING", + "baseAsset": "ALCX", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "999996.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00010000", + "maxQty": "92233.00000000", + "stepSize": "0.00010000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1690.37706534", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SANTOSBTC", + "status": "TRADING", + "baseAsset": "SANTOS", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5349.98876388", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SANTOSUSDT", + "status": "TRADING", + "baseAsset": "SANTOS", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "38589.10687500", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SANTOSBRL", + "status": "BREAK", + "baseAsset": "SANTOS", + "baseAssetPrecision": 8, + "quoteAsset": "BRL", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1429.41916782", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SANTOSTRY", + "status": "TRADING", + "baseAsset": "SANTOS", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "13956.67672916", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MCBTC", + "status": "TRADING", + "baseAsset": "MC", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "17753.86922916", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MCBUSD", + "status": "TRADING", + "baseAsset": "MC", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "10000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "29956.09973611", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MCUSDT", + "status": "TRADING", + "baseAsset": "MC", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "10000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "148072.10504166", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BELTRY", + "status": "TRADING", + "baseAsset": "BEL", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "57040.35420833", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "COCOSBUSD", + "status": "BREAK", + "baseAsset": "COCOS", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "59133.78224687", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DENTTRY", + "status": "TRADING", + "baseAsset": "DENT", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "12074197.74166666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ENJTRY", + "status": "TRADING", + "baseAsset": "ENJ", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "56877.79953472", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NEORUB", + "status": "TRADING", + "baseAsset": "NEO", + "baseAssetPrecision": 8, + "quoteAsset": "RUB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00000000", + "maxPrice": "999996.00000000", + "tickSize": "1.00000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "92233.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "784.30355625", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "100.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SANDAUD", + "status": "BREAK", + "baseAsset": "SAND", + "baseAssetPrecision": 8, + "quoteAsset": "AUD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "10000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9222449.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "8732.18472222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SLPBIDR", + "status": "BREAK", + "baseAsset": "SLP", + "baseAssetPrecision": 8, + "quoteAsset": "BIDR", + "quotePrecision": 2, + "quoteAssetPrecision": 2, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 2, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10", + "maxPrice": "100000.00", + "tickSize": "0.10" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9223362229.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3830454.94550408", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "20000.00", + "applyMinToMarket": true, + "maxNotional": "9000000000.00", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ANYBTC", + "status": "BREAK", + "baseAsset": "ANY", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4878.32598717", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ANYBUSD", + "status": "BREAK", + "baseAsset": "ANY", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "20897.51375641", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ANYUSDT", + "status": "BREAK", + "baseAsset": "ANY", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "27135.43097435", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BICOBTC", + "status": "TRADING", + "baseAsset": "BICO", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "16052.97234027", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BICOBUSD", + "status": "TRADING", + "baseAsset": "BICO", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "31772.24642361", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BICOUSDT", + "status": "TRADING", + "baseAsset": "BICO", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "131987.79739583", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FLUXBTC", + "status": "TRADING", + "baseAsset": "FLUX", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "13633.37658333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FLUXBUSD", + "status": "TRADING", + "baseAsset": "FLUX", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "38576.10992361", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FLUXUSDT", + "status": "TRADING", + "baseAsset": "FLUX", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "134191.69677777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ALICETRY", + "status": "TRADING", + "baseAsset": "ALICE", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "922327.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "9597.05217430", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FXSUSDT", + "status": "TRADING", + "baseAsset": "FXS", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "19007.50083333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GALABRL", + "status": "TRADING", + "baseAsset": "GALA", + "baseAssetPrecision": 8, + "quoteAsset": "BRL", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "532154.56576388", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GALATRY", + "status": "TRADING", + "baseAsset": "GALA", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1539332.42875000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LUNATRY", + "status": "TRADING", + "baseAsset": "LUNA", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "59603.86715277", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "REQBUSD", + "status": "TRADING", + "baseAsset": "REQ", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "261958.98819444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SANDBRL", + "status": "TRADING", + "baseAsset": "SAND", + "baseAssetPrecision": 8, + "quoteAsset": "BRL", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "18022.55138888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MANABIDR", + "status": "BREAK", + "baseAsset": "MANA", + "baseAssetPrecision": 8, + "quoteAsset": "BIDR", + "quotePrecision": 2, + "quoteAssetPrecision": 2, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 2, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00", + "maxPrice": "10000000.00", + "tickSize": "1.00" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9223371110.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "14290.97808599", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "20000.00", + "applyMinToMarket": true, + "maxNotional": "9000000000.00", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SANDBIDR", + "status": "BREAK", + "baseAsset": "SAND", + "baseAssetPrecision": 8, + "quoteAsset": "BIDR", + "quotePrecision": 2, + "quoteAssetPrecision": 2, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 2, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00", + "maxPrice": "10000000.00", + "tickSize": "1.00" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9223371110.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "11593.12335149", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "20000.00", + "applyMinToMarket": true, + "maxNotional": "9000000000.00", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "VOXELBTC", + "status": "TRADING", + "baseAsset": "VOXEL", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "28620.01763888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "VOXELBNB", + "status": "BREAK", + "baseAsset": "VOXEL", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "29324.99237170", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "VOXELBUSD", + "status": "TRADING", + "baseAsset": "VOXEL", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "114882.16104166", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "VOXELUSDT", + "status": "TRADING", + "baseAsset": "VOXEL", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "240782.32312500", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "COSBUSD", + "status": "TRADING", + "baseAsset": "COS", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2281015.68701388", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CTXCBUSD", + "status": "TRADING", + "baseAsset": "CTXC", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "76487.61527777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FTMTRY", + "status": "TRADING", + "baseAsset": "FTM", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "87872.15277083", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MANABNB", + "status": "BREAK", + "baseAsset": "MANA", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "28446.12301388", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MINATRY", + "status": "TRADING", + "baseAsset": "MINA", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "73397.48187500", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XTZTRY", + "status": "TRADING", + "baseAsset": "XTZ", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "10353.36158333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "HIGHBTC", + "status": "TRADING", + "baseAsset": "HIGH", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "92141578.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "13814.57665902", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "HIGHBUSD", + "status": "TRADING", + "baseAsset": "HIGH", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "9222449.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "35431.19193541", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "HIGHUSDT", + "status": "TRADING", + "baseAsset": "HIGH", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "9222449.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "119891.29050486", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CVXBTC", + "status": "TRADING", + "baseAsset": "CVX", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "92141578.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1267.58692777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CVXBUSD", + "status": "TRADING", + "baseAsset": "CVX", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "9222449.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1437.10625902", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CVXUSDT", + "status": "TRADING", + "baseAsset": "CVX", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "9222449.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "19532.41638194", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PEOPLEBTC", + "status": "TRADING", + "baseAsset": "PEOPLE", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5526436.94027777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PEOPLEBUSD", + "status": "TRADING", + "baseAsset": "PEOPLE", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1714875.53305555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PEOPLEUSDT", + "status": "TRADING", + "baseAsset": "PEOPLE", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "8906825.88777777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "OOKIBUSD", + "status": "TRADING", + "baseAsset": "OOKI", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4801748.11736111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "OOKIUSDT", + "status": "TRADING", + "baseAsset": "OOKI", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "22409134.41597222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "COCOSTRY", + "status": "BREAK", + "baseAsset": "COCOS", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "71970.61730929", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GXSBNB", + "status": "BREAK", + "baseAsset": "GXS", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "16121.00147435", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LINKBNB", + "status": "TRADING", + "baseAsset": "LINK", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "92141578.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3487.56706597", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LUNAETH", + "status": "BREAK", + "baseAsset": "LUNA", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "92141578.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "20053796.23768026", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MDTBUSD", + "status": "TRADING", + "baseAsset": "MDT", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "580669.90527777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NULSBUSD", + "status": "TRADING", + "baseAsset": "NULS", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "47535.07291666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SPELLBTC", + "status": "BREAK", + "baseAsset": "SPELL", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "92141578.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SPELLUSDT", + "status": "TRADING", + "baseAsset": "SPELL", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "92141578.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SPELLBUSD", + "status": "TRADING", + "baseAsset": "SPELL", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "13817306.58125000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "USTBTC", + "status": "BREAK", + "baseAsset": "UST", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "464714.64071794", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "USTBUSD", + "status": "BREAK", + "baseAsset": "UST", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1.30000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "9298890.57347204", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "USTUSDT", + "status": "BREAK", + "baseAsset": "UST", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1.30000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1760870.30129870", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "JOEBTC", + "status": "TRADING", + "baseAsset": "JOE", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "61275.41314583", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "JOEBUSD", + "status": "TRADING", + "baseAsset": "JOE", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "78142.56000694", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "JOEUSDT", + "status": "TRADING", + "baseAsset": "JOE", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "317957.19045833", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ATOMETH", + "status": "TRADING", + "baseAsset": "ATOM", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "92141578.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4253.48116041", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DUSKBUSD", + "status": "TRADING", + "baseAsset": "DUSK", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "107936.95486111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "EGLDETH", + "status": "TRADING", + "baseAsset": "EGLD", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00010000", + "maxQty": "92141578.00000000", + "stepSize": "0.00010000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "232.14620062", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ICPETH", + "status": "TRADING", + "baseAsset": "ICP", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "92141578.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1989.74108263", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LUNABRL", + "status": "BREAK", + "baseAsset": "LUNA", + "baseAssetPrecision": 8, + "quoteAsset": "BRL", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "10000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "9221525.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1080589.34162763", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LUNAUST", + "status": "BREAK", + "baseAsset": "LUNA", + "baseAssetPrecision": 8, + "quoteAsset": "UST", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "10000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3991517.24872727", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NEARETH", + "status": "TRADING", + "baseAsset": "NEAR", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "92141578.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5752.05987083", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ROSEBNB", + "status": "BREAK", + "baseAsset": "ROSE", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "178371.71027777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "VOXELETH", + "status": "BREAK", + "baseAsset": "VOXEL", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "22044.96574202", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ALICEBNB", + "status": "BREAK", + "baseAsset": "ALICE", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "92141578.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1265.51768793", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ATOMTRY", + "status": "TRADING", + "baseAsset": "ATOM", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "100000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "922327.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1526.21938263", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ETHUST", + "status": "BREAK", + "baseAsset": "ETH", + "baseAssetPrecision": 8, + "quoteAsset": "UST", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "999996.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00010000", + "maxQty": "92233.00000000", + "stepSize": "0.00010000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "20.30888558", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GALAAUD", + "status": "BREAK", + "baseAsset": "GALA", + "baseAssetPrecision": 8, + "quoteAsset": "AUD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "188652.77253814", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LRCBNB", + "status": "TRADING", + "baseAsset": "LRC", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "24621.40129861", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ONEETH", + "status": "BREAK", + "baseAsset": "ONE", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "243801.63388888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "OOKIBNB", + "status": "BREAK", + "baseAsset": "OOKI", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1729805.90220385", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ACHBTC", + "status": "TRADING", + "baseAsset": "ACH", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2119796.46458333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ACHBUSD", + "status": "TRADING", + "baseAsset": "ACH", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2396012.28125000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ACHUSDT", + "status": "TRADING", + "baseAsset": "ACH", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "8831826.18402777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "IMXBTC", + "status": "TRADING", + "baseAsset": "IMX", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "10553.58988888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "IMXBUSD", + "status": "TRADING", + "baseAsset": "IMX", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "28685.17822916", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "IMXUSDT", + "status": "TRADING", + "baseAsset": "IMX", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "330184.97722222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GLMRBTC", + "status": "TRADING", + "baseAsset": "GLMR", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "42737.10319444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GLMRBUSD", + "status": "TRADING", + "baseAsset": "GLMR", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "42428.67215277", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GLMRUSDT", + "status": "TRADING", + "baseAsset": "GLMR", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "269766.39777777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ATOMBIDR", + "status": "BREAK", + "baseAsset": "ATOM", + "baseAssetPrecision": 8, + "quoteAsset": "BIDR", + "quotePrecision": 2, + "quoteAssetPrecision": 2, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 2, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00", + "maxPrice": "100000000.00", + "tickSize": "1.00" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "922337194.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "600.88460000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "20000.00", + "applyMinToMarket": true, + "maxNotional": "9000000000.00", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DYDXETH", + "status": "BREAK", + "baseAsset": "DYDX", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5014.16703846", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FARMETH", + "status": "BREAK", + "baseAsset": "FARM", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00010000", + "maxQty": "92141578.00000000", + "stepSize": "0.00010000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "216.88844320", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FORBNB", + "status": "BREAK", + "baseAsset": "FOR", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "587082.13846153", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ICPTRY", + "status": "TRADING", + "baseAsset": "ICP", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "100000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "922327.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3040.90727222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "JASMYETH", + "status": "BREAK", + "baseAsset": "JASMY", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1881693.57975034", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LINABNB", + "status": "BREAK", + "baseAsset": "LINA", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "946764.60128205", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "OOKIETH", + "status": "BREAK", + "baseAsset": "OOKI", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2329173.68099861", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ROSEETH", + "status": "TRADING", + "baseAsset": "ROSE", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "167954.59680555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "UMABUSD", + "status": "TRADING", + "baseAsset": "UMA", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "8632.67027777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "UNIETH", + "status": "TRADING", + "baseAsset": "UNI", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "92141578.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4571.29167222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XTZETH", + "status": "BREAK", + "baseAsset": "XTZ", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2460.43098474", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LOKABTC", + "status": "TRADING", + "baseAsset": "LOKA", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "26612.40479166", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LOKABNB", + "status": "TRADING", + "baseAsset": "LOKA", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "17213.18388888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LOKABUSD", + "status": "TRADING", + "baseAsset": "LOKA", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "27185.18000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LOKAUSDT", + "status": "TRADING", + "baseAsset": "LOKA", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "190869.54798611", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ATOMBRL", + "status": "BREAK", + "baseAsset": "ATOM", + "baseAssetPrecision": 8, + "quoteAsset": "BRL", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "922327.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1176.09023333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BNBUST", + "status": "BREAK", + "baseAsset": "BNB", + "baseAssetPrecision": 8, + "quoteAsset": "UST", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "100000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "922327.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "52.88482207", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CRVETH", + "status": "TRADING", + "baseAsset": "CRV", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "20654.85436111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "HIGHBNB", + "status": "TRADING", + "baseAsset": "HIGH", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "12362.05688888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NEARRUB", + "status": "TRADING", + "baseAsset": "NEAR", + "baseAssetPrecision": 8, + "quoteAsset": "RUB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "92233.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "92233.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5955.20545694", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "100.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ROSETRY", + "status": "TRADING", + "baseAsset": "ROSE", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "475829.73125000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SCRTUSDT", + "status": "TRADING", + "baseAsset": "SCRT", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "81402.39791666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "API3BTC", + "status": "TRADING", + "baseAsset": "API3", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3418.57005555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "API3BUSD", + "status": "TRADING", + "baseAsset": "API3", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "7504.52320833", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "API3USDT", + "status": "TRADING", + "baseAsset": "API3", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "82815.03102777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTTCUSDT", + "status": "TRADING", + "baseAsset": "BTTC", + "baseAssetPrecision": 1, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 1, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "0.10000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.0", + "maxQty": "92233720368.0", + "stepSize": "1.0" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.0", + "maxQty": "92233720368.0", + "stepSize": "0.0" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTTCUSDC", + "status": "BREAK", + "baseAsset": "BTTC", + "baseAssetPrecision": 1, + "quoteAsset": "USDC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 1, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "0.10000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.0", + "maxQty": "92233720368.0", + "stepSize": "1.0" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.0", + "maxQty": "14013685964.2", + "stepSize": "0.0" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTTCTRY", + "status": "TRADING", + "baseAsset": "BTTC", + "baseAssetPrecision": 1, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 1, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "0.10000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.0", + "maxQty": "92233720368.0", + "stepSize": "1.0" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.0", + "maxQty": "40657386782.0", + "stepSize": "0.0" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ACABTC", + "status": "TRADING", + "baseAsset": "ACA", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "378046.49322916", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ACABUSD", + "status": "TRADING", + "baseAsset": "ACA", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "257188.17379861", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ACAUSDT", + "status": "TRADING", + "baseAsset": "ACA", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1002520.83248611", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ANCBTC", + "status": "BREAK", + "baseAsset": "ANC", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "419928.81844660", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ANCBUSD", + "status": "BREAK", + "baseAsset": "ANC", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1613160.74252777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ANCUSDT", + "status": "BREAK", + "baseAsset": "ANC", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1382441.64094313", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BDOTDOT", + "status": "TRADING", + "baseAsset": "BDOT", + "baseAssetPrecision": 8, + "quoteAsset": "DOT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "92141578.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "78513.49973472", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "2", + "bidMultiplierDown": "0.5", + "askMultiplierUp": "2", + "askMultiplierDown": "0.5", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.30000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XNOBTC", + "status": "TRADING", + "baseAsset": "XNO", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "15050.80248611", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XNOETH", + "status": "BREAK", + "baseAsset": "XNO", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "10315.49920943", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XNOBUSD", + "status": "TRADING", + "baseAsset": "XNO", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "14535.59427083", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XNOUSDT", + "status": "TRADING", + "baseAsset": "XNO", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "50474.65315277", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "COSTRY", + "status": "TRADING", + "baseAsset": "COS", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4523277.68055555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "KAVAETH", + "status": "TRADING", + "baseAsset": "KAVA", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "14450.36561111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MCBNB", + "status": "BREAK", + "baseAsset": "MC", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "32805.69966666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ONETRY", + "status": "TRADING", + "baseAsset": "ONE", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "924309.78736111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WOOBTC", + "status": "TRADING", + "baseAsset": "WOO", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "72941.68201388", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WOOBNB", + "status": "TRADING", + "baseAsset": "WOO", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "24671.07604166", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WOOBUSD", + "status": "TRADING", + "baseAsset": "WOO", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "100613.84500000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WOOUSDT", + "status": "TRADING", + "baseAsset": "WOO", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "874306.54118055", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CELRETH", + "status": "BREAK", + "baseAsset": "CELR", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "628714.51841746", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PEOPLEBNB", + "status": "BREAK", + "baseAsset": "PEOPLE", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "343700.01250000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SLPBNB", + "status": "BREAK", + "baseAsset": "SLP", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2546906.91388888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SPELLBNB", + "status": "BREAK", + "baseAsset": "SPELL", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4455351.08333333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SPELLTRY", + "status": "TRADING", + "baseAsset": "SPELL", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "35525422.57291666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TFUELBUSD", + "status": "TRADING", + "baseAsset": "TFUEL", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "135469.94583333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AXSTRY", + "status": "TRADING", + "baseAsset": "AXS", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "100000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "922327.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3238.70536319", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DARTRY", + "status": "TRADING", + "baseAsset": "DAR", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "150622.41706944", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NEARTRY", + "status": "TRADING", + "baseAsset": "NEAR", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "922327.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "11266.89051597", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "IDEXBNB", + "status": "TRADING", + "baseAsset": "IDEX", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "98312.33972222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ALPINEEUR", + "status": "TRADING", + "baseAsset": "ALPINE", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3438.66507638", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ALPINETRY", + "status": "TRADING", + "baseAsset": "ALPINE", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "1000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "22408.43792361", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ALPINEUSDT", + "status": "TRADING", + "baseAsset": "ALPINE", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "43033.83859722", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ALPINEBTC", + "status": "TRADING", + "baseAsset": "ALPINE", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5679.69068750", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TUSDT", + "status": "TRADING", + "baseAsset": "T", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1576427.06861111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TBUSD", + "status": "TRADING", + "baseAsset": "T", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "687914.34159722", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "API3BNB", + "status": "BREAK", + "baseAsset": "API3", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "6729.76520512", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BETAETH", + "status": "TRADING", + "baseAsset": "BETA", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "198037.67506944", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "INJTRY", + "status": "TRADING", + "baseAsset": "INJ", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5615.24129861", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TLMBNB", + "status": "BREAK", + "baseAsset": "TLM", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "665024.74102564", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ASTRBUSD", + "status": "TRADING", + "baseAsset": "ASTR", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "385596.89048611", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ASTRUSDT", + "status": "TRADING", + "baseAsset": "ASTR", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1961425.02430555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "API3TRY", + "status": "TRADING", + "baseAsset": "API3", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "8411.15067361", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GLMRBNB", + "status": "BREAK", + "baseAsset": "GLMR", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "12523.22576976", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MBOXTRY", + "status": "TRADING", + "baseAsset": "MBOX", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "49605.43366666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GMTBTC", + "status": "TRADING", + "baseAsset": "GMT", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "111580.34965277", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_006"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GMTBNB", + "status": "TRADING", + "baseAsset": "GMT", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "36937.54173611", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_006"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GMTBUSD", + "status": "TRADING", + "baseAsset": "GMT", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "492207.28527777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_006"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GMTUSDT", + "status": "TRADING", + "baseAsset": "GMT", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1179616.52451388", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_006"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ANCBNB", + "status": "BREAK", + "baseAsset": "ANC", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "190897.72494444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ATOMEUR", + "status": "TRADING", + "baseAsset": "ATOM", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2407.16654861", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GALAEUR", + "status": "TRADING", + "baseAsset": "GALA", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "539380.66875000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "KSMETH", + "status": "BREAK", + "baseAsset": "KSM", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00010000", + "maxQty": "92141578.00000000", + "stepSize": "0.00010000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "417.25775839", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "UMATRY", + "status": "TRADING", + "baseAsset": "UMA", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "100000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "922327.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "26337.50784027", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "KDABTC", + "status": "TRADING", + "baseAsset": "KDA", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "10862.75861805", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "KDABUSD", + "status": "TRADING", + "baseAsset": "KDA", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "23060.26436805", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "KDAUSDT", + "status": "TRADING", + "baseAsset": "KDA", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "53189.81694444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "APEUSDT", + "status": "TRADING", + "baseAsset": "APE", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "145563.47854166", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "APEBUSD", + "status": "TRADING", + "baseAsset": "APE", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "46755.27236111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "APEBTC", + "status": "TRADING", + "baseAsset": "APE", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "14206.46256250", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ALPINEBUSD", + "status": "TRADING", + "baseAsset": "ALPINE", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "15440.82029166", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LUNAGBP", + "status": "BREAK", + "baseAsset": "LUNA", + "baseAssetPrecision": 8, + "quoteAsset": "GBP", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "10000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9000000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1193640.71135526", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NEAREUR", + "status": "TRADING", + "baseAsset": "NEAR", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "900000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "8699.96506944", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "TWTTRY", + "status": "TRADING", + "baseAsset": "TWT", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "20501.05239583", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WAVESEUR", + "status": "TRADING", + "baseAsset": "WAVES", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "6052.62486805", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "APEEUR", + "status": "TRADING", + "baseAsset": "APE", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "9048.89211111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "APEGBP", + "status": "BREAK", + "baseAsset": "APE", + "baseAssetPrecision": 8, + "quoteAsset": "GBP", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2794.60973611", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "APETRY", + "status": "TRADING", + "baseAsset": "APE", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "100000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "922327.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "13720.39774583", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BSWUSDT", + "status": "TRADING", + "baseAsset": "BSW", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "735572.20083333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BSWBUSD", + "status": "TRADING", + "baseAsset": "BSW", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "67736.93923611", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BSWBNB", + "status": "TRADING", + "baseAsset": "BSW", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "85307.26375000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "APEBNB", + "status": "TRADING", + "baseAsset": "APE", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "92141578.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "7408.43150416", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GMTBRL", + "status": "BREAK", + "baseAsset": "GMT", + "baseAssetPrecision": 8, + "quoteAsset": "BRL", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "31558.30666666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GMTETH", + "status": "TRADING", + "baseAsset": "GMT", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "71875.74569444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_006"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "JASMYTRY", + "status": "TRADING", + "baseAsset": "JASMY", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "16315484.77013888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SANTOSBUSD", + "status": "TRADING", + "baseAsset": "SANTOS", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "6746.71546527", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "APEAUD", + "status": "BREAK", + "baseAsset": "APE", + "baseAssetPrecision": 8, + "quoteAsset": "AUD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1090.01638461", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BIFIUSDT", + "status": "TRADING", + "baseAsset": "BIFI", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "100000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "90000.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "76.66541944", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GMTEUR", + "status": "TRADING", + "baseAsset": "GMT", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "72254.72388888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "IMXBNB", + "status": "TRADING", + "baseAsset": "IMX", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5409.74086805", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RUNEETH", + "status": "TRADING", + "baseAsset": "RUNE", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "92141578.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "39500.88310208", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AVAXGBP", + "status": "BREAK", + "baseAsset": "AVAX", + "baseAssetPrecision": 8, + "quoteAsset": "GBP", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "561.90936111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MULTIBTC", + "status": "TRADING", + "baseAsset": "MULTI", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "92141578.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3415.65958194", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MULTIBUSD", + "status": "TRADING", + "baseAsset": "MULTI", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "9222449.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4700.69389652", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MULTIUSDT", + "status": "TRADING", + "baseAsset": "MULTI", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "9222449.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "27289.99657777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "APEETH", + "status": "TRADING", + "baseAsset": "APE", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "92141578.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "11824.09206944", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BSWETH", + "status": "BREAK", + "baseAsset": "BSW", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "37730.12726388", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FILTRY", + "status": "TRADING", + "baseAsset": "FIL", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "922327.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3997.64064236", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FTMEUR", + "status": "TRADING", + "baseAsset": "FTM", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "10000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9222449.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "57401.23611111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GMTGBP", + "status": "BREAK", + "baseAsset": "GMT", + "baseAssetPrecision": 8, + "quoteAsset": "GBP", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "24513.25027777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ZILTRY", + "status": "TRADING", + "baseAsset": "ZIL", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "10000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1197483.34763888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GMTTRY", + "status": "TRADING", + "baseAsset": "GMT", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "922327.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "170518.31265972", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WAVESTRY", + "status": "TRADING", + "baseAsset": "WAVES", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "999996.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "92233.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "31729.93745625", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTCUST", + "status": "BREAK", + "baseAsset": "BTC", + "baseAssetPrecision": 8, + "quoteAsset": "UST", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "1000000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "9000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1.84080589", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ASTRBTC", + "status": "TRADING", + "baseAsset": "ASTR", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "418745.60326388", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ASTRETH", + "status": "BREAK", + "baseAsset": "ASTR", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "216333.55566166", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BSWTRY", + "status": "TRADING", + "baseAsset": "BSW", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "117460.26641666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FTTETH", + "status": "BREAK", + "baseAsset": "FTT", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "92141578.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "6949.05709853", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FUNBNB", + "status": "TRADING", + "baseAsset": "FUN", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "691937.30138888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PORTOBUSD", + "status": "TRADING", + "baseAsset": "PORTO", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "6132.06438194", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "STEEMUSDT", + "status": "TRADING", + "baseAsset": "STEEM", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "118836.60437500", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ZILEUR", + "status": "BREAK", + "baseAsset": "ZIL", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "205293.02888888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "APEBRL", + "status": "BREAK", + "baseAsset": "APE", + "baseAssetPrecision": 8, + "quoteAsset": "BRL", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "922327.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2095.60969191", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AUDIOTRY", + "status": "TRADING", + "baseAsset": "AUDIO", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "178883.02145138", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTTCBUSD", + "status": "TRADING", + "baseAsset": "BTTC", + "baseAssetPrecision": 1, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 1, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "0.10000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.0", + "maxQty": "92233720368.0", + "stepSize": "1.0" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.0", + "maxQty": "92233720368.0", + "stepSize": "0.0" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GMTAUD", + "status": "BREAK", + "baseAsset": "GMT", + "baseAssetPrecision": 8, + "quoteAsset": "AUD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "31421.96421636", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MBLBUSD", + "status": "TRADING", + "baseAsset": "MBL", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3464309.75902777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MOBUSDT", + "status": "TRADING", + "baseAsset": "MOB", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "69971.27293055", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MOBBUSD", + "status": "TRADING", + "baseAsset": "MOB", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "12399.02143750", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MOBBTC", + "status": "TRADING", + "baseAsset": "MOB", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "8936.44828472", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NEXOUSDT", + "status": "TRADING", + "baseAsset": "NEXO", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "75942.72242361", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NEXOBUSD", + "status": "TRADING", + "baseAsset": "NEXO", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "15980.93419444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NEXOBTC", + "status": "TRADING", + "baseAsset": "NEXO", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "42146.53404166", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "REIUSDT", + "status": "TRADING", + "baseAsset": "REI", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2918681.52500000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "REIBNB", + "status": "BREAK", + "baseAsset": "REI", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "135717.10651872", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "REIETH", + "status": "BREAK", + "baseAsset": "REI", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "358556.43736111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GALUSDT", + "status": "TRADING", + "baseAsset": "GAL", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "92141578.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "96387.78994097", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GALBUSD", + "status": "TRADING", + "baseAsset": "GAL", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "92141578.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "16474.53900555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GALBNB", + "status": "BREAK", + "baseAsset": "GAL", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "92141578.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5069.96473231", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GALBTC", + "status": "TRADING", + "baseAsset": "GAL", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "92141578.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2010.48145208", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "JASMYEUR", + "status": "BREAK", + "baseAsset": "JASMY", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1841338.90762829", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "KNCBNB", + "status": "TRADING", + "baseAsset": "KNC", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5784.38091666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SHIBGBP", + "status": "BREAK", + "baseAsset": "SHIB", + "baseAssetPrecision": 2, + "quoteAsset": "GBP", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 2, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00", + "maxQty": "46116860414.00", + "stepSize": "1.00" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00", + "maxQty": "1434042569.95", + "stepSize": "0.00" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GALEUR", + "status": "TRADING", + "baseAsset": "GAL", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "92141578.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "10168.58628958", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GALTRY", + "status": "TRADING", + "baseAsset": "GAL", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "100000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "922327.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "11901.20298263", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LDOBUSD", + "status": "TRADING", + "baseAsset": "LDO", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "65725.11830555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LDOUSDT", + "status": "TRADING", + "baseAsset": "LDO", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "228748.36830555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LDOBTC", + "status": "TRADING", + "baseAsset": "LDO", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "22203.41698611", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ENSTRY", + "status": "TRADING", + "baseAsset": "ENS", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "100000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "922327.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1110.75280625", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DAREUR", + "status": "TRADING", + "baseAsset": "DAR", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "77473.65416666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DARETH", + "status": "BREAK", + "baseAsset": "DAR", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "58471.54959128", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ALGOETH", + "status": "TRADING", + "baseAsset": "ALGO", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "59107.34208333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ALGOTRY", + "status": "TRADING", + "baseAsset": "ALGO", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "85537.65805555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GALETH", + "status": "BREAK", + "baseAsset": "GAL", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "7870.43323611", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "EPXUSDT", + "status": "TRADING", + "baseAsset": "EPX", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "100.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "913205152.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "293769773.60138888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "EPXBUSD", + "status": "TRADING", + "baseAsset": "EPX", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "100.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "913205152.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "81995503.92986111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RUNETRY", + "status": "BREAK", + "baseAsset": "RUNE", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3365.34233009", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GALBRL", + "status": "BREAK", + "baseAsset": "GAL", + "baseAssetPrecision": 8, + "quoteAsset": "BRL", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4276.55909847", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "STEEMBUSD", + "status": "TRADING", + "baseAsset": "STEEM", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "33775.26493055", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CVCBUSD", + "status": "TRADING", + "baseAsset": "CVC", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "111507.69097222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "REIBUSD", + "status": "TRADING", + "baseAsset": "REI", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "427438.36069444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DREPBUSD", + "status": "TRADING", + "baseAsset": "DREP", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "47809.66597222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AKROBUSD", + "status": "TRADING", + "baseAsset": "AKRO", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4946475.50486111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PUNDIXBUSD", + "status": "TRADING", + "baseAsset": "PUNDIX", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "30934.02562500", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LUNCBUSD", + "status": "TRADING", + "baseAsset": "LUNC", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "10.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "8384883677.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4523255499.85903489", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_POSITION", "maxPosition": "92233720368.54775807" }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "USTCBUSD", + "status": "TRADING", + "baseAsset": "USTC", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3067955.35000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "OPBTC", + "status": "TRADING", + "baseAsset": "OP", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "62195.36747222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "OPBUSD", + "status": "TRADING", + "baseAsset": "OP", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "133279.22469444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "OPUSDT", + "status": "TRADING", + "baseAsset": "OP", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "562278.85139583", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "OGBUSD", + "status": "TRADING", + "baseAsset": "OG", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "11222.58090277", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "KEYBUSD", + "status": "TRADING", + "baseAsset": "KEY", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "16079009.60347222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ASRBUSD", + "status": "TRADING", + "baseAsset": "ASR", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "90000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "6032.27375000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FIROBUSD", + "status": "TRADING", + "baseAsset": "FIRO", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "10257.15722222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NKNBUSD", + "status": "TRADING", + "baseAsset": "NKN", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "142807.21111111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "OPBNB", + "status": "TRADING", + "baseAsset": "OP", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "11296.09986111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "OPEUR", + "status": "TRADING", + "baseAsset": "OP", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "9178.51172222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GTOBUSD", + "status": "BREAK", + "baseAsset": "GTO", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "92141578.00000000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SNXETH", + "status": "TRADING", + "baseAsset": "SNX", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "8450.96072916", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WBTCBUSD", + "status": "TRADING", + "baseAsset": "WBTC", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "1000000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "9000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1.53742811", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BELETH", + "status": "BREAK", + "baseAsset": "BEL", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "8803.12291666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LITETH", + "status": "BREAK", + "baseAsset": "LIT", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5679.37560975", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LEVERUSDT", + "status": "TRADING", + "baseAsset": "LEVER", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "100.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "913205152.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "88219330.33194444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LEVERBUSD", + "status": "TRADING", + "baseAsset": "LEVER", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "100.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "913205152.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "17591270.27361111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BURGERETH", + "status": "BREAK", + "baseAsset": "BURGER", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "15420.93925000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PEOPLEETH", + "status": "BREAK", + "baseAsset": "PEOPLE", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "383272.71012482", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "UNFIETH", + "status": "BREAK", + "baseAsset": "UNFI", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1877.99355062", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BONDETH", + "status": "BREAK", + "baseAsset": "BOND", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "92141578.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3543.28868076", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "STORJTRY", + "status": "TRADING", + "baseAsset": "STORJ", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "71888.70500000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "OPETH", + "status": "TRADING", + "baseAsset": "OP", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "100.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "913205152.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "16596.36904166", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ETCTRY", + "status": "TRADING", + "baseAsset": "ETC", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "100000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "922327.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "494.20915833", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WINGETH", + "status": "BREAK", + "baseAsset": "WING", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "100.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "913205152.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "924.30798474", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FILETH", + "status": "TRADING", + "baseAsset": "FIL", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "100.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "913205152.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3735.88617361", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GLMBUSD", + "status": "TRADING", + "baseAsset": "GLM", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "65868.36270833", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SSVBUSD", + "status": "TRADING", + "baseAsset": "SSV", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "9222449.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1611.70575833", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "STGBTC", + "status": "TRADING", + "baseAsset": "STG", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "100.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "913205152.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "25073.94715277", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "STGBUSD", + "status": "TRADING", + "baseAsset": "STG", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "100.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "913205152.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "49719.65576388", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "STGUSDT", + "status": "TRADING", + "baseAsset": "STG", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "100.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "913205152.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "207728.80493055", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ANKRTRY", + "status": "TRADING", + "baseAsset": "ANKR", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1291153.06597222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ARKBUSD", + "status": "TRADING", + "baseAsset": "ARK", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "28749.89236111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BETHBUSD", + "status": "TRADING", + "baseAsset": "BETH", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "1000000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00010000", + "maxQty": "9000.00000000", + "stepSize": "0.00010000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "11.27292152", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LOOMBUSD", + "status": "TRADING", + "baseAsset": "LOOM", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "202849.85486111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SNMBUSD", + "status": "TRADING", + "baseAsset": "SNM", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "160982.39652777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AMBBUSD", + "status": "TRADING", + "baseAsset": "AMB", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "100.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "913205152.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2112003.23333333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LUNCUSDT", + "status": "TRADING", + "baseAsset": "LUNC", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "10.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "8384883677.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4285881914.71059620", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PHBBUSD", + "status": "TRADING", + "baseAsset": "PHB", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "75804.87777777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GASBUSD", + "status": "TRADING", + "baseAsset": "GAS", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5617.25694444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NEBLBUSD", + "status": "BREAK", + "baseAsset": "NEBL", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "30878.78557558", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PROSBUSD", + "status": "TRADING", + "baseAsset": "PROS", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "38467.71736111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "VIBBUSD", + "status": "TRADING", + "baseAsset": "VIB", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "113588.03472222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GMXBTC", + "status": "TRADING", + "baseAsset": "GMX", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "100.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "913205152.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "392.56362083", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GMXBUSD", + "status": "TRADING", + "baseAsset": "GMX", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "9222449.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "500.83103472", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GMXUSDT", + "status": "TRADING", + "baseAsset": "GMX", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "9222449.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2377.07647083", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AGIXBUSD", + "status": "TRADING", + "baseAsset": "AGIX", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "772895.79722222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "NEBLUSDT", + "status": "BREAK", + "baseAsset": "NEBL", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "58491.82760055", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SNTBUSD", + "status": "TRADING", + "baseAsset": "SNT", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1370891.04722222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "POLYXBTC", + "status": "TRADING", + "baseAsset": "POLYX", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "65038.58326388", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "POLYXBUSD", + "status": "TRADING", + "baseAsset": "POLYX", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "76261.44118055", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "POLYXUSDT", + "status": "TRADING", + "baseAsset": "POLYX", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "466801.88472222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "APTBTC", + "status": "TRADING", + "baseAsset": "APT", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "10.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "8384883677.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "14142.52680555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "APTUSDT", + "status": "TRADING", + "baseAsset": "APT", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "126917.16772222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "APTBUSD", + "status": "TRADING", + "baseAsset": "APT", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "41945.41536805", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTCPLN", + "status": "TRADING", + "baseAsset": "BTC", + "baseAssetPrecision": 8, + "quoteAsset": "PLN", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00000000", + "maxPrice": "9999319.00000000", + "tickSize": "1.00000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "9223.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1.71058150", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "50.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ETHPLN", + "status": "TRADING", + "baseAsset": "ETH", + "baseAssetPrecision": 8, + "quoteAsset": "PLN", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00000000", + "maxPrice": "999996.00000000", + "tickSize": "1.00000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00010000", + "maxQty": "92233.00000000", + "stepSize": "0.00010000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "8.00743458", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "50.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BUSDPLN", + "status": "TRADING", + "baseAsset": "BUSD", + "baseAssetPrecision": 8, + "quoteAsset": "PLN", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "74874.77291666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "1.2", + "bidMultiplierDown": "0.8", + "askMultiplierUp": "1.2", + "askMultiplierDown": "0.8", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "50.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "APTEUR", + "status": "TRADING", + "baseAsset": "APT", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1403.86788194", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "APTTRY", + "status": "TRADING", + "baseAsset": "APT", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "100000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "922327.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4295.85322916", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "APTBRL", + "status": "BREAK", + "baseAsset": "APT", + "baseAssetPrecision": 8, + "quoteAsset": "BRL", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1115.04383333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "QKCBUSD", + "status": "TRADING", + "baseAsset": "QKC", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "100.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "913205152.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "565231.61666666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "OSMOBTC", + "status": "TRADING", + "baseAsset": "OSMO", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "10.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "8384883677.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "3882.05975694", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "OSMOUSDT", + "status": "TRADING", + "baseAsset": "OSMO", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "113602.41916666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "OSMOBUSD", + "status": "TRADING", + "baseAsset": "OSMO", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "15637.28400000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "HFTBTC", + "status": "TRADING", + "baseAsset": "HFT", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "46116860414.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "79733.73562500", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "HFTBUSD", + "status": "TRADING", + "baseAsset": "HFT", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "113266.33166666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "HFTUSDT", + "status": "TRADING", + "baseAsset": "HFT", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "388602.47312500", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ARPAETH", + "status": "TRADING", + "baseAsset": "ARPA", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "100.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "913205152.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "154395.24791666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PHBUSDT", + "status": "TRADING", + "baseAsset": "PHB", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "172479.73958333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "VITEBUSD", + "status": "BREAK", + "baseAsset": "VITE", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "189461.68862690", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "HOOKBTC", + "status": "TRADING", + "baseAsset": "HOOK", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "46116860414.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "30086.17986111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "HOOKUSDT", + "status": "TRADING", + "baseAsset": "HOOK", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "223997.86388888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "HOOKBUSD", + "status": "TRADING", + "baseAsset": "HOOK", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "65600.69555555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "HOOKBNB", + "status": "TRADING", + "baseAsset": "HOOK", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "100.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "913205152.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4407.99152777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MAGICBTC", + "status": "TRADING", + "baseAsset": "MAGIC", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "46695.24701388", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MAGICBUSD", + "status": "TRADING", + "baseAsset": "MAGIC", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "96669.15625000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MAGICUSDT", + "status": "TRADING", + "baseAsset": "MAGIC", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "349065.69180555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BUSDRON", + "status": "TRADING", + "baseAsset": "BUSD", + "baseAssetPrecision": 8, + "quoteAsset": "RON", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "16136.95555555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "1.2", + "bidMultiplierDown": "0.8", + "askMultiplierUp": "1.2", + "askMultiplierDown": "0.8", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "40.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "HIFIETH", + "status": "TRADING", + "baseAsset": "HIFI", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "16123.22152777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "HIFIUSDT", + "status": "TRADING", + "baseAsset": "HIFI", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "90687.50020833", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RPLBTC", + "status": "TRADING", + "baseAsset": "RPL", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "10.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "8384883677.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "317.30453472", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RPLBUSD", + "status": "TRADING", + "baseAsset": "RPL", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "377.40962500", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RPLUSDT", + "status": "TRADING", + "baseAsset": "RPL", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "9222449.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "951.73713888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PROSUSDT", + "status": "TRADING", + "baseAsset": "PROS", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "92511.20694444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FETTRY", + "status": "TRADING", + "baseAsset": "FET", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "261297.69513888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GFTBUSD", + "status": "TRADING", + "baseAsset": "GFT", + "baseAssetPrecision": 8, + "quoteAsset": "BUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1582743.97152777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AGIXUSDT", + "status": "TRADING", + "baseAsset": "AGIX", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1025961.39027777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "APTETH", + "status": "TRADING", + "baseAsset": "APT", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2607.95911805", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BTCRON", + "status": "TRADING", + "baseAsset": "BTC", + "baseAssetPrecision": 8, + "quoteAsset": "RON", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00000000", + "maxPrice": "10000000.00000000", + "tickSize": "1.00000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "9221.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "0.81458465", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "40.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GNSUSDT", + "status": "TRADING", + "baseAsset": "GNS", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "10514.84408333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GNSBTC", + "status": "TRADING", + "baseAsset": "GNS", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1015.26027083", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SYNBTC", + "status": "TRADING", + "baseAsset": "SYN", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "46116860414.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "8721.01756944", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SYNUSDT", + "status": "TRADING", + "baseAsset": "SYN", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "87083.16159722", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "VIBUSDT", + "status": "TRADING", + "baseAsset": "VIB", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "576832.76180555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SSVUSDT", + "status": "TRADING", + "baseAsset": "SSV", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "9222449.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4731.48384305", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LQTYUSDT", + "status": "TRADING", + "baseAsset": "LQTY", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "110882.07097222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LQTYBTC", + "status": "TRADING", + "baseAsset": "LQTY", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "10065.66548611", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AMBUSDT", + "status": "TRADING", + "baseAsset": "AMB", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "100.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "913205152.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "6590590.54583333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "BETHUSDT", + "status": "TRADING", + "baseAsset": "BETH", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "1000000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00010000", + "maxQty": "9000.00000000", + "stepSize": "0.00010000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "32.44199638", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CFXTRY", + "status": "TRADING", + "baseAsset": "CFX", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "441169.19513888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "STXTRY", + "status": "TRADING", + "baseAsset": "STX", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "10000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "47828.49819444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "USTCUSDT", + "status": "TRADING", + "baseAsset": "USTC", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "2962855.31111111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GASUSDT", + "status": "TRADING", + "baseAsset": "GAS", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "7824.46965277", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "GLMUSDT", + "status": "TRADING", + "baseAsset": "GLM", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "42519.63493055", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PROMUSDT", + "status": "TRADING", + "baseAsset": "PROM", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "24136.31144444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "QKCUSDT", + "status": "TRADING", + "baseAsset": "QKC", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "100.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "913205152.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1336397.20833333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "UFTUSDT", + "status": "TRADING", + "baseAsset": "UFT", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "900000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "114089.90138888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "IDBTC", + "status": "TRADING", + "baseAsset": "ID", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "46116860414.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "84366.74861111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "IDBNB", + "status": "TRADING", + "baseAsset": "ID", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "46116860414.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "66821.81944444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "IDUSDT", + "status": "TRADING", + "baseAsset": "ID", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "684631.36944444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ARBBTC", + "status": "TRADING", + "baseAsset": "ARB", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "46116860414.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "193276.38548611", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ARBUSDT", + "status": "TRADING", + "baseAsset": "ARB", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1102203.41111111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AGIXTRY", + "status": "TRADING", + "baseAsset": "AGIX", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "198267.53333333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LOOMUSDT", + "status": "TRADING", + "baseAsset": "LOOM", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "246121.04097222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "OAXUSDT", + "status": "TRADING", + "baseAsset": "OAX", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "173209.07083333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ARBTUSD", + "status": "TRADING", + "baseAsset": "ARB", + "baseAssetPrecision": 8, + "quoteAsset": "TUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "56478.99361111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ARBTRY", + "status": "TRADING", + "baseAsset": "ARB", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "53977.06013888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ARBEUR", + "status": "TRADING", + "baseAsset": "ARB", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "14202.43256944", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "IDTUSD", + "status": "TRADING", + "baseAsset": "ID", + "baseAssetPrecision": 8, + "quoteAsset": "TUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "43843.92083333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "IDTRY", + "status": "TRADING", + "baseAsset": "ID", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "118022.01388888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "IDEUR", + "status": "TRADING", + "baseAsset": "ID", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "21824.02638888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LDOTUSD", + "status": "TRADING", + "baseAsset": "LDO", + "baseAssetPrecision": 8, + "quoteAsset": "TUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "7815.05400694", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MATICTUSD", + "status": "TRADING", + "baseAsset": "MATIC", + "baseAssetPrecision": 8, + "quoteAsset": "TUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9000000.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "19255.49881944", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "OPTUSD", + "status": "TRADING", + "baseAsset": "OP", + "baseAssetPrecision": 8, + "quoteAsset": "TUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "92141578.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "9064.36376388", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SOLTUSD", + "status": "TRADING", + "baseAsset": "SOL", + "baseAssetPrecision": 8, + "quoteAsset": "TUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "90000.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1809.01706250", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SSVTUSD", + "status": "TRADING", + "baseAsset": "SSV", + "baseAssetPrecision": 8, + "quoteAsset": "TUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "9222449.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "584.83936527", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RDNTBTC", + "status": "TRADING", + "baseAsset": "RDNT", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "123520.82638888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RDNTUSDT", + "status": "TRADING", + "baseAsset": "RDNT", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "757404.57291666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RDNTTUSD", + "status": "TRADING", + "baseAsset": "RDNT", + "baseAssetPrecision": 8, + "quoteAsset": "TUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5710.41458333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ARBRUB", + "status": "TRADING", + "baseAsset": "ARB", + "baseAssetPrecision": 8, + "quoteAsset": "RUB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "100000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "922327.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "4949.64076388", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "100.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "JOETRY", + "status": "TRADING", + "baseAsset": "JOE", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "74496.35041666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "MAGICTRY", + "status": "TRADING", + "baseAsset": "MAGIC", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "22627.34118055", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "USDTPLN", + "status": "TRADING", + "baseAsset": "USDT", + "baseAssetPrecision": 8, + "quoteAsset": "PLN", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "68839.52291666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "1.2", + "bidMultiplierDown": "0.8", + "askMultiplierUp": "1.2", + "askMultiplierDown": "0.8", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "50.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ACHTRY", + "status": "TRADING", + "baseAsset": "ACH", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1231395.35694444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "XVSTRY", + "status": "TRADING", + "baseAsset": "XVS", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "100000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "922327.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "1827.41239583", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "EGLDRON", + "status": "TRADING", + "baseAsset": "EGLD", + "baseAssetPrecision": 8, + "quoteAsset": "RON", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "100000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "922327.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "68.29950694", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "40.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "USDTRON", + "status": "TRADING", + "baseAsset": "USDT", + "baseAssetPrecision": 8, + "quoteAsset": "RON", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "12669.61111111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "1.2", + "bidMultiplierDown": "0.8", + "askMultiplierUp": "1.2", + "askMultiplierDown": "0.8", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "40.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "USDTARS", + "status": "TRADING", + "baseAsset": "USDT", + "baseAssetPrecision": 8, + "quoteAsset": "ARS", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "100000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "922327.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5429.95972222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "1.2", + "bidMultiplierDown": "0.8", + "askMultiplierUp": "1.2", + "askMultiplierDown": "0.8", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "2000.00000000", + "applyMinToMarket": true, + "maxNotional": "900000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "DOGETUSD", + "status": "TRADING", + "baseAsset": "DOGE", + "baseAssetPrecision": 8, + "quoteAsset": "TUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "250417.23750000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "5.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WBTCUSDT", + "status": "TRADING", + "baseAsset": "WBTC", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "1000000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00001000", + "maxQty": "9000.00000000", + "stepSize": "0.00001000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "0.33514853", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_004", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "EDUUSDT", + "status": "TRADING", + "baseAsset": "EDU", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "339552.37708333", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "EDUTUSD", + "status": "TRADING", + "baseAsset": "EDU", + "baseAssetPrecision": 8, + "quoteAsset": "TUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "30503.91597222", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "EDUBNB", + "status": "TRADING", + "baseAsset": "EDU", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "1000.00000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "78482.09027777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "EDUBTC", + "status": "TRADING", + "baseAsset": "EDU", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "69502.37013888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "EDUEUR", + "status": "TRADING", + "baseAsset": "EDU", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "5754.04930555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "EDUTRY", + "status": "TRADING", + "baseAsset": "EDU", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9222449.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "33717.00277777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SUIUSDT", + "status": "TRADING", + "baseAsset": "SUI", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "961752.19451388", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SUITUSD", + "status": "TRADING", + "baseAsset": "SUI", + "baseAssetPrecision": 8, + "quoteAsset": "TUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "122376.85409722", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SUIBTC", + "status": "TRADING", + "baseAsset": "SUI", + "baseAssetPrecision": 8, + "quoteAsset": "BTC", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "1000.00000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "169069.53625000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00010000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SUIBNB", + "status": "TRADING", + "baseAsset": "SUI", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "58284.06416666", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SUIEUR", + "status": "TRADING", + "baseAsset": "SUI", + "baseAssetPrecision": 8, + "quoteAsset": "EUR", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "16303.84159722", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SUITRY", + "status": "TRADING", + "baseAsset": "SUI", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "82864.70625000", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "AERGOUSDT", + "status": "TRADING", + "baseAsset": "AERGO", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "9000000.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "217952.22013888", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RNDRTRY", + "status": "TRADING", + "baseAsset": "RNDR", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "8416.62944444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PEPEUSDT", + "status": "TRADING", + "baseAsset": "PEPE", + "baseAssetPrecision": 2, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 2, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "0.10000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00", + "maxQty": "92233720368.00", + "stepSize": "1.00" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00", + "maxQty": "92233720368.00", + "stepSize": "0.00" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PEPETUSD", + "status": "TRADING", + "baseAsset": "PEPE", + "baseAssetPrecision": 2, + "quoteAsset": "TUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 2, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "0.10000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00", + "maxQty": "92233720368.00", + "stepSize": "1.00" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00", + "maxQty": "92233720368.00", + "stepSize": "0.00" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FLOKIUSDT", + "status": "TRADING", + "baseAsset": "FLOKI", + "baseAssetPrecision": 2, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 2, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "0.10000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00", + "maxQty": "92233720368.00", + "stepSize": "1.00" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00", + "maxQty": "2487744306.80", + "stepSize": "0.00" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FLOKITUSD", + "status": "TRADING", + "baseAsset": "FLOKI", + "baseAssetPrecision": 2, + "quoteAsset": "TUSD", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 2, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "0.10000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00", + "maxQty": "92233720368.00", + "stepSize": "1.00" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00", + "maxQty": "808442461.25", + "stepSize": "0.00" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "OGTRY", + "status": "TRADING", + "baseAsset": "OG", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "100000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "922327.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "11424.71661111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "PEPETRY", + "status": "TRADING", + "baseAsset": "PEPE", + "baseAssetPrecision": 2, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 2, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000001", + "maxPrice": "0.10000000", + "tickSize": "0.00000001" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00", + "maxQty": "92233720368.00", + "stepSize": "1.00" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00", + "maxQty": "92233720368.00", + "stepSize": "0.00" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "WBETHETH", + "status": "TRADING", + "baseAsset": "WBETH", + "baseAssetPrecision": 8, + "quoteAsset": "ETH", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00010000", + "maxQty": "92141578.00000000", + "stepSize": "0.00010000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "44.59006368", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.00500000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "ASTUSDT", + "status": "TRADING", + "baseAsset": "AST", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00010000", + "maxPrice": "1000.00000000", + "tickSize": "0.00010000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "260594.83680555", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "SNTUSDT", + "status": "TRADING", + "baseAsset": "SNT", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00001000", + "maxPrice": "1000.00000000", + "tickSize": "0.00001000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00000000", + "maxQty": "92141578.00000000", + "stepSize": "1.00000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "306795.68611111", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "TRD_GRP_005"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "FLOKITRY", + "status": "TRADING", + "baseAsset": "FLOKI", + "baseAssetPrecision": 2, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 2, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": false, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000010", + "maxPrice": "0.10000000", + "tickSize": "0.00000010" + }, + { + "filterType": "LOT_SIZE", + "minQty": "1.00", + "maxQty": "92233720368.00", + "stepSize": "1.00" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00", + "maxQty": "645929182.90", + "stepSize": "0.00" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "CITYTRY", + "status": "TRADING", + "baseAsset": "CITY", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.10000000", + "maxPrice": "100000.00000000", + "tickSize": "0.10000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.01000000", + "maxQty": "922327.00000000", + "stepSize": "0.01000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "8090.99486805", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "COMBOUSDT", + "status": "TRADING", + "baseAsset": "COMBO", + "baseAssetPrecision": 8, + "quoteAsset": "USDT", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": true, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00100000", + "maxPrice": "1000.00000000", + "tickSize": "0.00100000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "61914.39027777", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT", "MARGIN"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "COMBOBNB", + "status": "TRADING", + "baseAsset": "COMBO", + "baseAssetPrecision": 8, + "quoteAsset": "BNB", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.00000100", + "maxPrice": "1000.00000000", + "tickSize": "0.00000100" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "92141578.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "7711.05131944", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "0.05000000", + "applyMinToMarket": true, + "maxNotional": "9000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "COMBOTRY", + "status": "TRADING", + "baseAsset": "COMBO", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "61074.33520833", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "LTCTRY", + "status": "TRADING", + "baseAsset": "LTC", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "1.00000000", + "maxPrice": "999996.00000000", + "tickSize": "1.00000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.00100000", + "maxQty": "92233.00000000", + "stepSize": "0.00100000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "115.11026458", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + }, + { + "symbol": "RADTRY", + "status": "TRADING", + "baseAsset": "RAD", + "baseAssetPrecision": 8, + "quoteAsset": "TRY", + "quotePrecision": 8, + "quoteAssetPrecision": 8, + "baseCommissionPrecision": 8, + "quoteCommissionPrecision": 8, + "orderTypes": [ + "LIMIT", + "LIMIT_MAKER", + "MARKET", + "STOP_LOSS_LIMIT", + "TAKE_PROFIT_LIMIT" + ], + "icebergAllowed": true, + "ocoAllowed": true, + "quoteOrderQtyMarketAllowed": true, + "allowTrailingStop": true, + "cancelReplaceAllowed": true, + "isSpotTradingAllowed": true, + "isMarginTradingAllowed": false, + "filters": [ + { + "filterType": "PRICE_FILTER", + "minPrice": "0.01000000", + "maxPrice": "10000.00000000", + "tickSize": "0.01000000" + }, + { + "filterType": "LOT_SIZE", + "minQty": "0.10000000", + "maxQty": "9222449.00000000", + "stepSize": "0.10000000" + }, + { "filterType": "ICEBERG_PARTS", "limit": 10 }, + { + "filterType": "MARKET_LOT_SIZE", + "minQty": "0.00000000", + "maxQty": "12154.57694444", + "stepSize": "0.00000000" + }, + { + "filterType": "TRAILING_DELTA", + "minTrailingAboveDelta": 10, + "maxTrailingAboveDelta": 2000, + "minTrailingBelowDelta": 10, + "maxTrailingBelowDelta": 2000 + }, + { + "filterType": "PERCENT_PRICE_BY_SIDE", + "bidMultiplierUp": "5", + "bidMultiplierDown": "0.2", + "askMultiplierUp": "5", + "askMultiplierDown": "0.2", + "avgPriceMins": 5 + }, + { + "filterType": "NOTIONAL", + "minNotional": "10.00000000", + "applyMinToMarket": true, + "maxNotional": "90000000.00000000", + "applyMaxToMarket": false, + "avgPriceMins": 5 + }, + { "filterType": "MAX_NUM_ORDERS", "maxNumOrders": 200 }, + { "filterType": "MAX_NUM_ALGO_ORDERS", "maxNumAlgoOrders": 5 } + ], + "permissions": ["SPOT"], + "defaultSelfTradePreventionMode": "NONE", + "allowedSelfTradePreventionModes": [ + "NONE", + "EXPIRE_TAKER", + "EXPIRE_MAKER", + "EXPIRE_BOTH" + ] + } + ] +} diff --git a/examples/functions/01_basic_oracle/scripts/devnet.ts b/examples/functions/01_basic_oracle/scripts/devnet.ts new file mode 100644 index 0000000..1198ce2 --- /dev/null +++ b/examples/functions/01_basic_oracle/scripts/devnet.ts @@ -0,0 +1,33 @@ +#!/usr/bin/env tsx +import * as anchor from "@coral-xyz/anchor"; +import { BasicOracle } from "../target/types/basic_oracle"; + +async function main() { + const program = anchor.workspace.BasicOracle as anchor.Program; +} + +main().catch((err) => { + console.error(err); + process.exit(1); +}); + +const getStringArg = (arg: string): string => { + const args = process.argv.slice(2); + const argIdx = args.findIndex((v) => v === arg || v === `--${arg}`); + if (argIdx === -1) { + return ""; + } + if (argIdx + 1 > args.length) { + throw new Error(`Failed to find arg`); + } + return args[argIdx + 1]; +}; + +const getFlag = (arg: string): boolean => { + const args = process.argv.slice(2); + const argIdx = args.findIndex((v) => v === arg || v === `--${arg}`); + if (argIdx === -1) { + return false; + } + return true; +}; diff --git a/examples/functions/01_basic_oracle/sgx-function/Cargo.toml b/examples/functions/01_basic_oracle/sgx-function/Cargo.toml index 7013f51..6240d65 100644 --- a/examples/functions/01_basic_oracle/sgx-function/Cargo.toml +++ b/examples/functions/01_basic_oracle/sgx-function/Cargo.toml @@ -8,10 +8,11 @@ name = "basic-oracle-function" path = "src/main.rs" [dependencies] +basic_oracle = { path = "../", features = ["no-entrypoint"] } tokio = "^1" futures = "0.3" -switchboard-solana = "0.5.2" -switchboard-utils = "0.5.0" -basic_oracle = { path = "../", features = ["no-entrypoint"] } serde = "^1" serde_json = "^1" +switchboard-utils = "0.5.0" +switchboard-solana = "0.5.3" +# switchboard-solana = { path = "../../../../rust/switchboard-solana" } diff --git a/examples/functions/01_basic_oracle/sgx-function/src/binance.rs b/examples/functions/01_basic_oracle/sgx-function/src/binance.rs index b71f3c1..7dff8a8 100644 --- a/examples/functions/01_basic_oracle/sgx-function/src/binance.rs +++ b/examples/functions/01_basic_oracle/sgx-function/src/binance.rs @@ -6,6 +6,8 @@ pub use switchboard_utils::reqwest; use serde::Deserialize; +const ONE: i128 = 1000000000; + #[allow(non_snake_case)] #[derive(Deserialize, Default, Clone, Debug)] pub struct Ticker { @@ -23,7 +25,13 @@ pub struct Ticker { pub closeTime: u64, // ms } -impl Into for Ticker { +#[derive(Clone, Debug)] +pub struct IndexData { + pub symbol: String, + pub hr: Ticker, + pub d: Ticker, +} +impl Into for IndexData { fn into(self) -> OracleData { let oracle_timestamp = std::time::SystemTime::now() .duration_since(std::time::UNIX_EPOCH) @@ -31,51 +39,39 @@ impl Into for Ticker { .as_secs() .try_into() .unwrap_or_default(); - let price = parse_string_value(self.lastPrice.as_str()); - let volume = parse_string_value(self.volume.as_str()); - let twap_24hr = parse_string_value(self.weightedAvgPrice.as_str()); + + let price = parse_string_value(self.hr.lastPrice.as_str()); + + let volume_1hr = parse_string_value(self.hr.volume.as_str()); + let volume_24hr = parse_string_value(self.d.volume.as_str()); + + let twap_1hr = parse_string_value(self.hr.weightedAvgPrice.as_str()); + let twap_24hr = parse_string_value(self.d.weightedAvgPrice.as_str()); OracleData { oracle_timestamp, price, - volume, + volume_1hr, + volume_24hr, + twap_1hr, twap_24hr, } } } -// impl TryInto for Ticker { -// type Error = SwitchboardClientError; -// fn try_into(self) -> std::result::Result { -// let oracle_timestamp = std::time::SystemTime::now() -// .duration_since(std::time::UNIX_EPOCH) -// .unwrap_or_default() -// .as_secs() -// .try_into() -// .unwrap_or_default(); -// let price = parse_string_value(self.lastPrice.as_str()); -// let volume = parse_string_value(self.volume.as_str()); -// let twap_24hr = parse_string_value(self.weightedAvgPrice.as_str()); - -// Ok(OracleData { -// oracle_timestamp, -// price, -// volume, -// twap_24hr, -// }) -// } -// } - -#[derive(Clone, Debug)] -pub struct BinanceTickers { - pub btc: Option, - pub eth: Option, +pub struct Binance { + btc_usdt: IndexData, + eth_usdt: IndexData, + sol_usdt: IndexData, + usdc_usdt: IndexData, } -impl BinanceTickers { - pub async fn fetch() -> std::result::Result { - let symbols = ["BTCUSDT", "ETHUSDT", "SOLUSDC"]; - let tickers = reqwest::get(format!( +impl Binance { + // Fetch data from the Binance API + pub async fn fetch() -> std::result::Result { + let symbols = ["BTCUSDT", "ETHUSDT", "SOLUSDT", "USDCUSDT"]; + + let tickers_1hr = reqwest::get(format!( "https://api.binance.com/api/v3/ticker?symbols=[{}]&windowSize=1h", symbols .iter() @@ -89,16 +85,113 @@ impl BinanceTickers { .await .unwrap(); - let btc_ticker = tickers.get(0).unwrap().clone(); - let eth_ticker = tickers.get(1).unwrap().clone(); + let tickers_1d = reqwest::get(format!( + "https://api.binance.com/api/v3/ticker?symbols=[{}]&windowSize=1d", + symbols + .iter() + .map(|x| format!("\"{}\"", x)) + .collect::>() + .join(",") + )) + .await + .unwrap() + .json::>() + .await + .unwrap(); - Ok(BinanceTickers { - btc: Some(btc_ticker.into()), - eth: Some(eth_ticker.into()), + assert!( + tickers_1d.len() == symbols.len(), + "ticker (1d) length mismatch" + ); + assert!( + tickers_1hr.len() == symbols.len(), + "ticker (1hr) length mismatch" + ); + + let data: Vec = symbols + .iter() + .enumerate() + .map(|(i, s)| IndexData { + symbol: s.to_string(), + d: tickers_1d.get(i).unwrap().clone(), + hr: tickers_1hr.get(i).unwrap().clone(), + }) + .collect(); + + Ok(Binance { + btc_usdt: data.get(0).unwrap().clone(), + eth_usdt: data.get(1).unwrap().clone(), + sol_usdt: data.get(2).unwrap().clone(), + usdc_usdt: data.get(3).unwrap().clone(), }) } + + pub fn to_ixns(&self, runner: &FunctionRunner) -> Vec { + let btc_usdt: OracleData = self.btc_usdt.clone().into(); + // let btc_usdc: OracleData = self.btc_usdc.clone().into(); + let eth_usdt: OracleData = self.eth_usdt.clone().into(); + let sol_usdt: OracleData = self.sol_usdt.clone().into(); + let usdc_usdt: OracleData = self.usdc_usdt.clone().into(); + let usdt_usdc: OracleData = OracleData { + oracle_timestamp: usdc_usdt.oracle_timestamp, + price: ONE.checked_div(usdc_usdt.price).unwrap(), + volume_1hr: usdc_usdt.volume_1hr, + volume_24hr: usdc_usdt.volume_24hr, + twap_1hr: ONE.checked_div(usdc_usdt.twap_1hr).unwrap(), + twap_24hr: ONE.checked_div(usdc_usdt.twap_24hr).unwrap(), + }; + + let params = RefreshPricesParams { + btc: Some(btc_usdt), + eth: Some(eth_usdt), + sol: Some(sol_usdt), + usdt: Some(usdt_usdc), + usdc: Some(usdc_usdt), + }; + + let (program_state_pubkey, _state_bump) = + Pubkey::find_program_address(&[b"BASICORACLE"], &PROGRAM_ID); + + let (oracle_pubkey, _oracle_bump) = + Pubkey::find_program_address(&[b"ORACLE_V1_SEED"], &PROGRAM_ID); + + let ixn = Instruction { + program_id: basic_oracle::ID, + accounts: vec![ + AccountMeta { + pubkey: program_state_pubkey, + is_signer: false, + is_writable: false, + }, + AccountMeta { + pubkey: oracle_pubkey, + is_signer: false, + is_writable: true, + }, + AccountMeta { + pubkey: runner.function, + is_signer: false, + is_writable: false, + }, + AccountMeta { + pubkey: runner.quote, + is_signer: false, + is_writable: false, + }, + AccountMeta { + pubkey: runner.signer, + is_signer: true, + is_writable: false, + }, + ], + data: params.try_to_vec().unwrap_or_default(), + }; + + vec![ixn] + } } +// Convert a string to an i128 scaled to 9 decimal places pub fn parse_string_value(value: &str) -> i128 { let f64_value = value.parse::().unwrap(); let sb_decimal = SwitchboardDecimal::from_f64(f64_value); diff --git a/examples/functions/01_basic_oracle/sgx-function/src/instruction.rs b/examples/functions/01_basic_oracle/sgx-function/src/instruction.rs deleted file mode 100644 index e7050bf..0000000 --- a/examples/functions/01_basic_oracle/sgx-function/src/instruction.rs +++ /dev/null @@ -1,92 +0,0 @@ -use crate::*; - -use crate::binance::Ticker; - -pub use switchboard_solana::prelude::*; - -pub fn build( - runner: &FunctionRunner, - symbol_str: &str, - ticker: &Ticker, - state_pubkey: &Pubkey, -) -> solana_program::instruction::Instruction { - let symbol = string_to_bytes(symbol_str); - - let (program_state_pubkey, _state_bump) = - Pubkey::find_program_address(&[b"BASICORACLE"], &PROGRAM_ID); - - let (oracle_pubkey, _oracle_bump) = - Pubkey::find_program_address(&[b"ORACLE_V1_SEED"], &PROGRAM_ID); - - let price = ticker.lastPrice.parse::().unwrap(); - let volume = ticker.volume.parse::().unwrap(); - - Instruction { - program_id: basic_oracle::ID, - accounts: vec![ - AccountMeta { - pubkey: *state_pubkey, - is_signer: false, - is_writable: true, - }, - AccountMeta { - pubkey: oracle_pubkey, - is_signer: false, - is_writable: false, - }, - AccountMeta { - pubkey: runner.function, - is_signer: false, - is_writable: false, - }, - AccountMeta { - pubkey: runner.quote, - is_signer: false, - is_writable: false, - }, - AccountMeta { - pubkey: runner.signer, - is_signer: true, - is_writable: false, - }, - AccountMeta { - pubkey: runner.payer, - is_signer: true, - is_writable: false, - }, - AccountMeta { - pubkey: solana_program::system_program::ID, - is_signer: false, - is_writable: false, - }, - AccountMeta { - pubkey: solana_program::sysvar::rent::ID, - is_signer: false, - is_writable: false, - }, - ], - data: PushDataParams { - symbol, - price, - volume, - oracle_timestamp: unix_timestamp(), - } - .try_to_vec() - .unwrap_or_default(), - } -} - -pub fn string_to_bytes(s: &str) -> [u8; 32] { - let mut array = [0; 32]; - let bytes = s.as_bytes(); - - for (&x, p) in bytes.iter().zip(array.iter_mut()) { - *p = x; - } - - if bytes.len() > 32 { - eprintln!("Warning: string was longer than 32 bytes, it has been truncated"); - } - - array -} diff --git a/examples/functions/01_basic_oracle/sgx-function/src/main.rs b/examples/functions/01_basic_oracle/sgx-function/src/main.rs index 3f3011d..3955934 100644 --- a/examples/functions/01_basic_oracle/sgx-function/src/main.rs +++ b/examples/functions/01_basic_oracle/sgx-function/src/main.rs @@ -3,9 +3,6 @@ pub use switchboard_solana::prelude::*; pub mod binance; pub use binance::*; -pub mod instruction; -pub use instruction::*; - pub use basic_oracle::{ self, OracleData, RefreshPrices, RefreshPricesParams, SwitchboardDecimal, ID as PROGRAM_ID, }; @@ -13,17 +10,12 @@ pub use basic_oracle::{ #[tokio::main(worker_threads = 12)] async fn main() { // First, initialize the runner instance with a freshly generated Gramine keypair - let runner = FunctionRunner::new_from_cluster(Cluster::Devnet, None).unwrap(); + let runner: FunctionRunner = FunctionRunner::new_from_cluster(Cluster::Devnet, None).unwrap(); // Then, write your own Rust logic and build a Vec of instructions. // Should be under 700 bytes after serialization - let tickers = BinanceTickers::fetch().await.unwrap(); - - let ixs: Vec = symbols - .iter() - .enumerate() - .map(|(i, s)| instruction::build(&runner, s, tickers.get(i).unwrap(), &state_pubkey)) - .collect(); + let binance = Binance::fetch().await.unwrap(); + let ixs: Vec = binance.to_ixns(&runner); // Finally, emit the signed quote and partially signed transaction to the functionRunner oracle // The functionRunner oracle will use the last outputted word to stdout as the serialized result. This is what gets executed on-chain. diff --git a/examples/functions/01_basic_oracle/src/actions/refresh_prices.rs b/examples/functions/01_basic_oracle/src/actions/refresh_prices.rs index b32e24f..efb6c0f 100644 --- a/examples/functions/01_basic_oracle/src/actions/refresh_prices.rs +++ b/examples/functions/01_basic_oracle/src/actions/refresh_prices.rs @@ -5,10 +5,11 @@ pub struct RefreshPrices<'info> { #[account( seeds = [PROGRAM_SEED], bump = program.load()?.bump, - constraint = !program.load()?.is_valid_enclave("e.load()?.mr_enclave) @ BasicOracleError::InvalidMrEnclave + constraint = program.load()?.is_valid_enclave("e.load()?.mr_enclave) @ BasicOracleError::InvalidMrEnclave )] pub program: AccountLoader<'info, MyProgramState>, #[account( + mut, seeds = [ORACLE_SEED], bump = oracle.load()?.bump )] @@ -18,8 +19,8 @@ pub struct RefreshPrices<'info> { #[account( seeds = [QUOTE_SEED, function.key().as_ref()], - bump, - seeds::program = SWITCHBOARD_PROGRAM_ID, + bump = quote.load()?.bump, + seeds::program = SWITCHBOARD_ATTESTATION_PROGRAM_ID, has_one = secured_signer @ BasicOracleError::InvalidTrustedSigner, constraint = quote.load()?.mr_enclave != [0u8; 32] @ BasicOracleError::EmptySwitchboardQuote @@ -36,8 +37,6 @@ pub struct RefreshPricesParams { pub sol: Option, pub usdt: Option, pub usdc: Option, - pub doge: Option, - pub near: Option, } impl RefreshPrices<'_> { @@ -72,14 +71,6 @@ impl RefreshPrices<'_> { oracle.usdc = usdc; } - if let Some(doge) = params.doge { - oracle.doge = doge; - } - - if let Some(near) = params.near { - oracle.near = near; - } - Ok(()) } } diff --git a/examples/functions/01_basic_oracle/src/actions/set_enclaves.rs b/examples/functions/01_basic_oracle/src/actions/set_enclaves.rs index d213e1c..63d4536 100644 --- a/examples/functions/01_basic_oracle/src/actions/set_enclaves.rs +++ b/examples/functions/01_basic_oracle/src/actions/set_enclaves.rs @@ -4,6 +4,7 @@ use crate::*; #[instruction(params: SetEnclavesParams)] // rpc parameters hint pub struct SetEnclaves<'info> { #[account( + mut, seeds = [PROGRAM_SEED], bump = program.load()?.bump, has_one = authority diff --git a/examples/functions/01_basic_oracle/src/decimal.rs b/examples/functions/01_basic_oracle/src/decimal.rs deleted file mode 100644 index 069954d..0000000 --- a/examples/functions/01_basic_oracle/src/decimal.rs +++ /dev/null @@ -1,190 +0,0 @@ -use crate::*; - -use core::cmp::Ordering; -use rust_decimal::Decimal; - -#[derive(Default, Eq, PartialEq, Copy, Clone, AnchorSerialize, AnchorDeserialize)] -pub struct BorshDecimal { - pub mantissa: i128, - pub scale: u32, -} -impl From for BorshDecimal { - fn from(s: SwitchboardDecimal) -> Self { - Self { - mantissa: s.mantissa, - scale: s.scale, - } - } -} -impl From for SwitchboardDecimal { - fn from(val: BorshDecimal) -> Self { - SwitchboardDecimal { - mantissa: val.mantissa, - scale: val.scale, - } - } -} - -#[zero_copy] -#[derive(Default, Debug, Eq, PartialEq, AnchorDeserialize, AnchorSerialize)] -pub struct SwitchboardDecimal { - /// The part of a floating-point number that represents the significant digits of that number, - /// and that is multiplied by the base, 10, raised to the power of scale to give the actual value of the number. - pub mantissa: i128, - /// The number of decimal places to move to the left to yield the actual value. - pub scale: u32, -} - -impl SwitchboardDecimal { - pub fn new(mantissa: i128, scale: u32) -> SwitchboardDecimal { - Self { mantissa, scale } - } - pub fn from_rust_decimal(d: Decimal) -> SwitchboardDecimal { - Self::new(d.mantissa(), d.scale()) - } -} -impl From for SwitchboardDecimal { - fn from(val: Decimal) -> Self { - SwitchboardDecimal::new(val.mantissa(), val.scale()) - } -} -impl TryInto for &SwitchboardDecimal { - type Error = anchor_lang::error::Error; - fn try_into(self) -> Result { - Decimal::try_from_i128_with_scale(self.mantissa, self.scale) - .map_err(|_| error!(SwitchboardError::DecimalConversionError)) - } -} -impl TryInto for SwitchboardDecimal { - type Error = anchor_lang::error::Error; - fn try_into(self) -> Result { - Decimal::try_from_i128_with_scale(self.mantissa, self.scale) - .map_err(|_| error!(SwitchboardError::DecimalConversionError)) - } -} - -impl Ord for SwitchboardDecimal { - fn cmp(&self, other: &Self) -> Ordering { - let s: Decimal = self.try_into().unwrap(); - let other: Decimal = other.try_into().unwrap(); - s.cmp(&other) - } -} -impl PartialOrd for SwitchboardDecimal { - fn partial_cmp(&self, other: &Self) -> Option { - let s: Decimal = self.try_into().unwrap(); - let other: Decimal = other.try_into().unwrap(); - s.partial_cmp(&other) - } - fn lt(&self, other: &Self) -> bool { - let s: Decimal = self.try_into().unwrap(); - let other: Decimal = other.try_into().unwrap(); - s < other - } - fn le(&self, other: &Self) -> bool { - let s: Decimal = self.try_into().unwrap(); - let other: Decimal = other.try_into().unwrap(); - s <= other - } - fn gt(&self, other: &Self) -> bool { - let s: Decimal = self.try_into().unwrap(); - let other: Decimal = other.try_into().unwrap(); - s > other - } - fn ge(&self, other: &Self) -> bool { - let s: Decimal = self.try_into().unwrap(); - let other: Decimal = other.try_into().unwrap(); - s >= other - } -} - -impl From for bool { - fn from(s: SwitchboardDecimal) -> Self { - let dec: Decimal = (&s).try_into().unwrap(); - dec.round().mantissa() != 0 - } -} - -impl TryInto for SwitchboardDecimal { - type Error = anchor_lang::error::Error; - fn try_into(self) -> anchor_lang::Result { - let dec: Decimal = (&self).try_into().unwrap(); - dec.try_into() - .map_err(|_| error!(SwitchboardError::IntegerOverflowError)) - } -} - -impl TryInto for SwitchboardDecimal { - type Error = anchor_lang::error::Error; - fn try_into(self) -> anchor_lang::Result { - let dec: Decimal = (&self).try_into().unwrap(); - dec.try_into() - .map_err(|_| error!(SwitchboardError::IntegerOverflowError)) - } -} - -impl TryInto for SwitchboardDecimal { - type Error = anchor_lang::error::Error; - fn try_into(self) -> anchor_lang::Result { - let dec: Decimal = (&self).try_into().unwrap(); - dec.try_into() - .map_err(|_| error!(SwitchboardError::IntegerOverflowError)) - } -} - -#[cfg(test)] -mod tests { - use super::*; - - #[test] - fn switchboard_decimal_into_rust_decimal() { - let swb_decimal = &SwitchboardDecimal { - mantissa: 12345, - scale: 2, - }; - let decimal: Decimal = swb_decimal.try_into().unwrap(); - assert_eq!(decimal.mantissa(), 12345); - assert_eq!(decimal.scale(), 2); - } - - #[test] - fn empty_switchboard_decimal_is_false() { - let swb_decimal = SwitchboardDecimal { - mantissa: 0, - scale: 0, - }; - let b: bool = swb_decimal.into(); - assert_eq!(b, false); - let swb_decimal_neg = SwitchboardDecimal { - mantissa: -0, - scale: 0, - }; - let b: bool = swb_decimal_neg.into(); - assert_eq!(b, false); - } - - #[test] - fn switchboard_decimal_to_u64() { - // 1234.5678 - let swb_decimal = SwitchboardDecimal { - mantissa: 12345678, - scale: 4, - }; - let b: u64 = swb_decimal.try_into().unwrap(); - assert_eq!(b, 1234); - } - - #[test] - fn switchboard_decimal_to_f64() { - // 1234.5678 - let swb_decimal = SwitchboardDecimal { - mantissa: 12345678, - scale: 4, - }; - let b: f64 = swb_decimal.try_into().unwrap(); - assert_eq!(b, 1234.5678); - - let swb_f64 = SwitchboardDecimal::from_f64(1234.5678); - assert_eq!(swb_decimal, swb_f64); - } -} diff --git a/examples/functions/01_basic_oracle/src/model.rs b/examples/functions/01_basic_oracle/src/model.rs index 56cc1fa..d53954c 100644 --- a/examples/functions/01_basic_oracle/src/model.rs +++ b/examples/functions/01_basic_oracle/src/model.rs @@ -14,11 +14,7 @@ impl MyProgramState { return false; } - if !self.mr_enclaves.contains(quote_enclave) { - return false; - } - - true + self.mr_enclaves.contains(quote_enclave) } } @@ -27,18 +23,25 @@ impl MyProgramState { pub struct OracleData { pub oracle_timestamp: i64, pub price: i128, - pub volume: i128, + pub volume_1hr: i128, + pub volume_24hr: i128, + pub twap_1hr: i128, pub twap_24hr: i128, } -// impl OracleData { -// pub fn get_fair_price(&self) -> anchor_lang::Result { -// // Do some logic here based on the twap/vwap +impl OracleData { + pub fn get_fair_price(&self) -> anchor_lang::Result { + // Do some logic here based on the twap -// let result: f64 = self.price.try_into()?; -// Ok(result) -// } -// } + let price: f64 = SwitchboardDecimal { + mantissa: self.price, + scale: 9, + } + .try_into()?; + + Ok(price) + } +} #[repr(packed)] #[account(zero_copy)] @@ -50,6 +53,4 @@ pub struct MyOracleState { pub sol: OracleData, pub usdt: OracleData, pub usdc: OracleData, - pub doge: OracleData, - pub near: OracleData, } diff --git a/examples/functions/01_basic_oracle/src/utils.rs b/examples/functions/01_basic_oracle/src/utils.rs index 6accdb3..c8414a7 100644 --- a/examples/functions/01_basic_oracle/src/utils.rs +++ b/examples/functions/01_basic_oracle/src/utils.rs @@ -1,9 +1,48 @@ pub use crate::*; -// TODO: add test for this -pub fn parse_mr_enclaves(enclaves: &Vec<[u8; 32]>) -> Result<[[u8; 32]; 32]> { - enclaves - .clone() - .try_into() - .map_err(|_| error!(BasicOracleError::ArrayOverflow)) +pub fn parse_mr_enclaves(enclaves: &Vec<[u8; 32]>) -> anchor_lang::Result<[[u8; 32]; 32]> { + // enclaves + // .clone() + // .try_into() + // .map_err(|_| error!(BasicOracleError::ArrayOverflow)) + if enclaves.len() > 32 { + return Err(error!(BasicOracleError::ArrayOverflow)); + } + let mut result: [[u8; 32]; 32] = [[0; 32]; 32]; + + for (i, enclave) in enclaves.iter().enumerate() { + result[i] = *enclave; + } + + Ok(result) +} + +#[cfg(test)] +mod tests { + use super::*; + + #[test] + fn test_parse_mr_enclaves_success() { + let enclaves: Vec<[u8; 32]> = vec![[1; 32]; 10]; + let result = parse_mr_enclaves(&enclaves).unwrap(); + + // Check first 10 elements are [1; 32] + for i in 0..10 { + assert_eq!(result[i], [1; 32]); + } + + // Check the remaining elements are [0; 32] (default) + for i in 10..32 { + assert_eq!(result[i], [0; 32]); + } + } + + // #[test] + // fn test_parse_mr_enclaves_overflow() { + // let enclaves: Vec<[u8; 32]> = vec![[1; 32]; 33]; + // match parse_mr_enclaves(&enclaves) { + // Err(BasicOracleError::ArrayOverflow) => {} // test passes + // _ => panic!("Unexpected result"), // test fails + // }; + // } } diff --git a/examples/functions/01_basic_oracle/tests/basic_oracle.ts b/examples/functions/01_basic_oracle/tests/basic_oracle.ts index 0287535..06e033f 100644 --- a/examples/functions/01_basic_oracle/tests/basic_oracle.ts +++ b/examples/functions/01_basic_oracle/tests/basic_oracle.ts @@ -8,13 +8,18 @@ import { FunctionAccount, parseMrEnclave, MrEnclave, + types, + attestationTypes, } from "@switchboard-xyz/solana.js"; +const unixTimestamp = () => Math.floor(Date.now() / 1000); + // vv1gTnfuUiroqgJHS4xsRASsRQqqixCv1su85VWvcP9 const MRENCLAVE = parseMrEnclave( - Buffer.from("3H98v4rOe5oTewVgg/9u2OoNM9fvPcZxRj2vya0R1p4=", "base64") + Buffer.from("Y6keo0uTCiWDNcWwGjZ2jfTd4VFhrr6LC/6Mk1aiNCA=", "base64") ); +const emptyEnclave: number[] = new Array(32).fill(0); function has_mr_enclave( enclaves: Array, @@ -79,4 +84,140 @@ describe("basic_oracle", () => { }); console.log("Your transaction signature", tx); }); + + it("Adds an enclave measurement", async () => { + // Add your test here. + const tx = await program.methods + .setEnclaves({ mrEnclaves: [Array.from(MRENCLAVE)] }) + .accounts({ + program: programStatePubkey, + authority: payer, + }) + .rpc() + .catch((err) => { + console.error(err); + throw err; + }); + console.log("Your transaction signature", tx); + const programState = await program.account.myProgramState.fetch( + programStatePubkey + ); + console.log( + `MrEnclaves:\n\t${programState.mrEnclaves + .filter( + (e) => Buffer.compare(Buffer.from(e), Buffer.from(emptyEnclave)) !== 0 + ) + .map((e) => `[${e}]`) + .join("\n\t")}` + ); + }); + + it("Oracle refreshes the prices", async () => { + const securedSigner = anchor.web3.Keypair.generate(); + + const rewardAddress = + await switchboard.attestationQueueAccount.program.mint.getOrCreateAssociatedUser( + payer + ); + + // TODO: generate function verify ixn + const functionVerifyIxn = attestationTypes.functionVerify( + switchboard.attestationQueueAccount.program, + { + params: { + observedTime: new anchor.BN(unixTimestamp()), + nextAllowedTimestamp: new anchor.BN(unixTimestamp() + 100), + isFailure: false, + mrEnclave: Array.from(MRENCLAVE), + }, + }, + { + function: functionAccount.publicKey, + fnSigner: securedSigner.publicKey, + securedSigner: switchboard.verifier.signer.publicKey, + verifierQuote: switchboard.verifier.quoteAccount.publicKey, + attestationQueue: switchboard.attestationQueueAccount.publicKey, + escrow: functionAccount.getEscrow(), + receiver: rewardAddress, + verifierPermission: switchboard.verifier.permissionAccount.publicKey, + fnPermission: functionAccount.getPermissionAccount( + switchboard.attestationQueueAccount.publicKey, + payer + )[0].publicKey, + state: + switchboard.attestationQueueAccount.program.attestationProgramState + .publicKey, + payer: payer, + fnQuote: functionAccount.getQuoteAccount()[0].publicKey, + tokenProgram: anchor.utils.token.TOKEN_PROGRAM_ID, + systemProgram: anchor.web3.SystemProgram.programId, + } + ); + + // Add your test here. + const tx = await program.methods + .refreshOracles({ + btc: { + oracleTimestamp: new anchor.BN(0), + price: new anchor.BN("25225000000000"), // 25225 + volume: new anchor.BN("1337000000000000"), // 1337000 + twap24hr: new anchor.BN("25550000000000"), // 25550 + }, + eth: { + oracleTimestamp: new anchor.BN(0), + price: new anchor.BN("1815000000000"), // 1815 + volume: new anchor.BN("556000000000000"), // 556000 + twap24hr: new anchor.BN("1913000000000"), // 1913 + }, + sol: null, + usdt: null, + usdc: null, + doge: null, + near: null, + }) + .accounts({ + program: programStatePubkey, + oracle: oraclePubkey, + function: functionAccount.publicKey, + quote: functionAccount.getQuoteAccount()[0].publicKey, + securedSigner: securedSigner.publicKey, + }) + .preInstructions([functionVerifyIxn]) + .signers([switchboard.verifier.signer, securedSigner]) + .rpc() + .catch((err) => { + console.error(err); + throw err; + }); + + console.log("Your transaction signature", tx); + + const oracleState = await program.account.myOracleState.fetch(oraclePubkey); + + console.log(`BTC`); + printData(oracleState.btc); + console.log(`ETH`); + printData(oracleState.eth); + console.log(`SOL`); + printData(oracleState.sol); + }); }); + +function normalizeDecimals(value: anchor.BN) { + return (value ?? new anchor.BN(0)) + .div(new anchor.BN(10).pow(new anchor.BN(9))) + .toNumber(); +} + +function printData(obj: { + oracleTimestamp: anchor.BN; + price: anchor.BN; + volume: anchor.BN; + twap24hr: anchor.BN; +}) { + console.log( + `\tprice: $${normalizeDecimals(obj.price)}\n\tvolume: ${normalizeDecimals( + obj.volume + )}\n\t24Hr Twap: $${normalizeDecimals(obj.twap24hr)}` + ); +} diff --git a/rust/switchboard-solana/Cargo.lock b/rust/switchboard-solana/Cargo.lock index 61b0668..a37b21e 100644 --- a/rust/switchboard-solana/Cargo.lock +++ b/rust/switchboard-solana/Cargo.lock @@ -3931,7 +3931,7 @@ dependencies = [ [[package]] name = "switchboard-solana" -version = "0.5.2" +version = "0.5.3" dependencies = [ "anchor-client", "anchor-lang", diff --git a/rust/switchboard-solana/Cargo.toml b/rust/switchboard-solana/Cargo.toml index 0549a11..b108ba3 100644 --- a/rust/switchboard-solana/Cargo.toml +++ b/rust/switchboard-solana/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "switchboard-solana" -version = "0.5.2" +version = "0.5.3" edition = "2021" description = "A Rust library to interact with Switchboard accounts." readme = "README.md" diff --git a/rust/switchboard-solana/src/decimal.rs b/rust/switchboard-solana/src/decimal.rs index 7b6e11d..c00a6f7 100644 --- a/rust/switchboard-solana/src/decimal.rs +++ b/rust/switchboard-solana/src/decimal.rs @@ -1,4 +1,4 @@ -#![allow(unaligned_references)] +// #![allow(unaligned_references)] use crate::prelude::*; use core::cmp::Ordering; use rust_decimal::prelude::{FromPrimitive, ToPrimitive}; @@ -29,7 +29,7 @@ use std::convert::{From, TryInto}; #[zero_copy] #[repr(packed)] -#[derive(Default, Debug, Eq, PartialEq, AnchorDeserialize, AnchorSerialize)] +#[derive(Default, Debug, Eq, PartialEq, AnchorDeserialize)] pub struct SwitchboardDecimal { /// The part of a floating-point number that represents the significant digits of that number, and that is multiplied by the base, 10, raised to the power of scale to give the actual value of the number. pub mantissa: i128, @@ -49,9 +49,15 @@ impl SwitchboardDecimal { Self::from_rust_decimal(dec) } pub fn scale_to(&self, new_scale: u32) -> i128 { - match self.scale.cmp(&new_scale) { - std::cmp::Ordering::Greater => self.mantissa / 10_i128.pow(self.scale - new_scale), - std::cmp::Ordering::Less => self.mantissa * 10_i128.pow(new_scale - self.scale), + match { self.scale }.cmp(&new_scale) { + std::cmp::Ordering::Greater => self + .mantissa + .checked_div(10_i128.pow(self.scale - new_scale)) + .unwrap(), + std::cmp::Ordering::Less => self + .mantissa + .checked_mul(10_i128.pow(new_scale - self.scale)) + .unwrap(), std::cmp::Ordering::Equal => self.mantissa, } } diff --git a/rust/switchboard-solana/src/oracle_program/accounts/aggregator.rs b/rust/switchboard-solana/src/oracle_program/accounts/aggregator.rs index b8066b3..3612877 100644 --- a/rust/switchboard-solana/src/oracle_program/accounts/aggregator.rs +++ b/rust/switchboard-solana/src/oracle_program/accounts/aggregator.rs @@ -13,7 +13,7 @@ pub struct Hash { #[zero_copy] #[repr(packed)] -#[derive(Default, Debug, PartialEq, Eq)] +#[derive(Default, PartialEq, Eq)] pub struct AggregatorRound { /// Maintains the number of successful responses received from nodes. /// Nodes can submit one successful response per round.