diff --git a/drivers/Bithumbglobal.js b/drivers/Bithumbglobal.js new file mode 100644 index 00000000..462dfc92 --- /dev/null +++ b/drivers/Bithumbglobal.js @@ -0,0 +1,46 @@ +const Driver = require('../models/driver'); +const request = require('../lib/request'); +const Ticker = require('../models/ticker'); +const { parseToFloat } = require('../lib/utils.js'); + +/** + * @memberof Driver + * @augments Driver + */ +class Bithumbglobal extends Driver { + /** + * @augments Driver.fetchTickers + * @returns {Promise.Array} Returns a promise of an array with tickers. + */ + async fetchTickers() { + const { data: { coinConfig: coins } } = await request('https://global-openapi.bithumb.pro/openapi/v1/spot/config'); + const { data: tickers } = await request('https://global-openapi.bithumb.pro/openapi/v1/spot/ticker?symbol=ALL'); + + return tickers.map((ticker) => { + const [base, quote] = ticker.s.split('-'); + const baseCoin = coins.find((coin) => coin.name === base); + const quoteCoin = coins.find((coin) => coin.name === quote); + + let baseName; + if (baseCoin) baseName = baseCoin.fullName; + + let quoteName; + if (quoteCoin) quoteName = quoteCoin.fullName; + + return new Ticker({ + base, + baseName, + quote, + quoteName, + quoteVolume: parseToFloat(ticker.t), + baseVolume: parseToFloat(ticker.v), + open: parseToFloat(ticker.opening_price), + high: parseToFloat(ticker.h), + low: parseToFloat(ticker.l), + close: parseToFloat(ticker.c), + }); + }); + } +} + +module.exports = Bithumbglobal; diff --git a/drivers/index.js b/drivers/index.js index abbed6bd..7ea40b29 100644 --- a/drivers/index.js +++ b/drivers/index.js @@ -38,6 +38,7 @@ exports.Bitfinex = require('./bitfinex'); exports.Bitflyer = require('./bitflyer'); exports.Bitforex = require('./bitforex'); exports.Bithumb = require('./bithumb'); +exports.Bithumbglobal = require('./Bithumbglobal'); exports.Bitinfi = require('./bitinfi'); exports.Bitinka = require('./bitinka'); exports.Bitkub = require('./bitkub'); diff --git a/tests/fixtures/bithumbglobal.json b/tests/fixtures/bithumbglobal.json new file mode 100644 index 00000000..bdbde1d6 --- /dev/null +++ b/tests/fixtures/bithumbglobal.json @@ -0,0 +1,7244 @@ +[ + { + "scope": "https://global-openapi.bithumb.pro:443", + "method": "GET", + "path": "/openapi/v1/spot/config", + "body": "", + "status": 200, + "response": { + "data": { + "coinConfig": [ + { + "makerFeeRate": "0.001", + "minTxAmt": "100", + "name": "2KEY", + "depositStatus": "1", + "fullName": "2key.network", + "takerFeeRate": "0.001", + "minWithdraw": "10", + "withdrawFee": "10", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "30", + "name": "ABBC", + "depositStatus": "1", + "fullName": "ABBC Coin", + "takerFeeRate": "0.001", + "minWithdraw": "1", + "withdrawFee": "1", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "20", + "name": "ABT", + "depositStatus": "1", + "fullName": "ArcBlock Token", + "takerFeeRate": "0.001", + "minWithdraw": "4", + "withdrawFee": "4", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "200", + "name": "ADA", + "depositStatus": "1", + "fullName": "Cardano", + "takerFeeRate": "0.001", + "minWithdraw": "2", + "withdrawFee": "2", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "50", + "name": "AMA", + "depositStatus": "1", + "fullName": "AMATEN", + "takerFeeRate": "0.001", + "minWithdraw": "20", + "withdrawFee": "20", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "500", + "name": "AOA", + "depositStatus": "1", + "fullName": "Aurora", + "takerFeeRate": "0.001", + "minWithdraw": "200", + "withdrawFee": "200", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "200", + "name": "APIX", + "depositStatus": "1", + "fullName": "APIS Project", + "takerFeeRate": "0.001", + "minWithdraw": "15", + "withdrawFee": "15", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "300", + "name": "ARPA", + "depositStatus": "1", + "fullName": "ARPA", + "takerFeeRate": "0.001", + "minWithdraw": "100", + "withdrawFee": "100", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "100", + "name": "ATT", + "depositStatus": "1", + "fullName": "Agreement of Telecom Technosphere", + "takerFeeRate": "0.001", + "minWithdraw": "20", + "withdrawFee": "20", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "200", + "name": "BASIC", + "depositStatus": "1", + "fullName": "Basic", + "takerFeeRate": "0.001", + "minWithdraw": "200", + "withdrawFee": "200", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "0.002", + "name": "BCH", + "depositStatus": "1", + "fullName": "Bitcoin Cash", + "takerFeeRate": "0.001", + "minWithdraw": "0.001", + "withdrawFee": "0.001", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "0.005", + "name": "BCHS", + "depositStatus": "0", + "fullName": "BCHS", + "takerFeeRate": "0.001", + "minWithdraw": "0", + "withdrawFee": "0", + "withdrawStatus": "0" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "200", + "name": "BCNT", + "depositStatus": "1", + "fullName": "Bincentive", + "takerFeeRate": "0.001", + "minWithdraw": "30", + "withdrawFee": "60", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "0.2", + "name": "BHD", + "depositStatus": "1", + "fullName": "BitcoinHD", + "takerFeeRate": "0.001", + "minWithdraw": "0.01", + "withdrawFee": "0.01", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "700", + "name": "BIP", + "depositStatus": "1", + "fullName": "Minter Network", + "takerFeeRate": "0.001", + "minWithdraw": "1", + "withdrawFee": "1", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "300", + "name": "BNA", + "depositStatus": "1", + "fullName": "Bananatok", + "takerFeeRate": "0.001", + "minWithdraw": "70", + "withdrawFee": "70", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "1000", + "name": "BNP", + "depositStatus": "1", + "fullName": "BenePit Protocol ", + "takerFeeRate": "0.001", + "minWithdraw": "200", + "withdrawFee": "200", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "70", + "name": "BOA", + "depositStatus": "1", + "fullName": "BOSAGORA", + "takerFeeRate": "0.001", + "minWithdraw": "10", + "withdrawFee": "10", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "10", + "name": "BOLTT", + "depositStatus": "1", + "fullName": "Boltt Coin", + "takerFeeRate": "0.001", + "minWithdraw": "30", + "withdrawFee": "7", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "10", + "name": "BRZE", + "depositStatus": "1", + "fullName": "BreezeCoin", + "takerFeeRate": "0.001", + "minWithdraw": "3", + "withdrawFee": "3", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "0.004", + "name": "BSV", + "depositStatus": "1", + "fullName": "Bitcoin SV", + "takerFeeRate": "0.001", + "minWithdraw": "0.001", + "withdrawFee": "0.001", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "0.005", + "name": "BSVS", + "depositStatus": "0", + "fullName": "BSVS", + "takerFeeRate": "0.001", + "minWithdraw": "0", + "withdrawFee": "0", + "withdrawStatus": "0" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "0.0001", + "name": "BTC", + "depositStatus": "1", + "fullName": "Bitcoin", + "takerFeeRate": "0.001", + "minWithdraw": "0.001", + "withdrawFee": "0.001", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "0.003", + "name": "BTCS", + "depositStatus": "0", + "fullName": "BTCS", + "takerFeeRate": "0.001", + "minWithdraw": "0", + "withdrawFee": "0", + "withdrawStatus": "0" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "2000", + "name": "BTT", + "depositStatus": "1", + "fullName": "BitTorrent", + "takerFeeRate": "0.001", + "minWithdraw": "100", + "withdrawFee": "100", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "30", + "name": "BXA", + "depositStatus": "1", + "fullName": "Exchange Alliance", + "takerFeeRate": "0.001", + "minWithdraw": "200", + "withdrawFee": "100", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "33", + "name": "BZNT", + "depositStatus": "1", + "fullName": "Bezant", + "takerFeeRate": "0.001", + "minWithdraw": "200", + "withdrawFee": "70", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "200", + "name": "CBC", + "depositStatus": "1", + "fullName": "Cubic Utility Token", + "takerFeeRate": "0.001", + "minWithdraw": "50", + "withdrawFee": "50", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "name": "CDS", + "depositStatus": "0", + "fullName": "Commerce Digital Storm", + "takerFeeRate": "0.001", + "minWithdraw": "20", + "withdrawFee": "20", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "1000", + "name": "CENT", + "depositStatus": "1", + "fullName": "CenterCoin", + "takerFeeRate": "0.001", + "minWithdraw": "2000", + "withdrawFee": "1000", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "0.1", + "name": "CGT", + "depositStatus": "1", + "fullName": "CACHE Gold", + "takerFeeRate": "0.001", + "minWithdraw": "0.1", + "withdrawFee": "0.1", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "100", + "name": "CHR", + "depositStatus": "1", + "fullName": "Chromatoken", + "takerFeeRate": "0.001", + "minWithdraw": "50", + "withdrawFee": "20", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "1000", + "name": "CKB", + "depositStatus": "1", + "fullName": "Nervos", + "takerFeeRate": "0.001", + "minWithdraw": "100", + "withdrawFee": "100", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "100", + "name": "CLR", + "depositStatus": "1", + "fullName": "Color Coin", + "takerFeeRate": "0.001", + "minWithdraw": "10", + "withdrawFee": "10", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "100", + "name": "CNB", + "depositStatus": "1", + "fullName": "Coinsbit Token", + "takerFeeRate": "0.001", + "minWithdraw": "35", + "withdrawFee": "1700", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "0.02", + "name": "COMP", + "depositStatus": "1", + "fullName": "Compound", + "takerFeeRate": "0.001", + "minWithdraw": "0.01", + "withdrawFee": "0.01", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "0.005", + "name": "COMPS", + "depositStatus": "0", + "fullName": "COMPS", + "takerFeeRate": "0.001", + "minWithdraw": "0", + "withdrawFee": "0", + "withdrawStatus": "0" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "150", + "name": "COS", + "depositStatus": "0", + "fullName": "Contentos", + "takerFeeRate": "0.001", + "minWithdraw": "50", + "withdrawFee": "25", + "withdrawStatus": "0" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "250", + "name": "COSM", + "depositStatus": "1", + "fullName": "Cosmochain", + "takerFeeRate": "0.001", + "minWithdraw": "1", + "withdrawFee": "1", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "200", + "name": "COTI", + "depositStatus": "1", + "fullName": "COTI", + "takerFeeRate": "0.001", + "minWithdraw": "30", + "withdrawFee": "100", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "15", + "name": "CRO", + "depositStatus": "1", + "fullName": "Crypto.com Chain", + "takerFeeRate": "0.001", + "minWithdraw": "100", + "withdrawFee": "40", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "500", + "name": "CUST", + "depositStatus": "1", + "fullName": "Custody Token", + "takerFeeRate": "0.001", + "minWithdraw": "400", + "withdrawFee": "300", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.0005", + "minTxAmt": "100", + "name": "CZZ", + "depositStatus": "1", + "fullName": "Classzz", + "takerFeeRate": "0.0005", + "minWithdraw": "10", + "withdrawFee": "10", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "15", + "name": "DAD", + "depositStatus": "1", + "fullName": "DAD", + "takerFeeRate": "0.001", + "minWithdraw": "5", + "withdrawFee": "5", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "0.0075", + "name": "DASH", + "depositStatus": "1", + "fullName": "Dash", + "takerFeeRate": "0.001", + "minWithdraw": "0.01", + "withdrawFee": "0.002", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "700", + "name": "DEP", + "depositStatus": "1", + "fullName": "DEAP coin", + "takerFeeRate": "0.001", + "minWithdraw": "200", + "withdrawFee": "200", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "100", + "name": "DIVI", + "depositStatus": "1", + "fullName": "Divi", + "takerFeeRate": "0.001", + "minWithdraw": "10", + "withdrawFee": "10", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "1500", + "name": "DREP", + "depositStatus": "1", + "fullName": "DREP", + "takerFeeRate": "0.001", + "minWithdraw": "500", + "withdrawFee": "300", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "50", + "name": "DVC", + "depositStatus": "1", + "fullName": "DragonVein", + "takerFeeRate": "0.001", + "minWithdraw": "10", + "withdrawFee": "10", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "100", + "name": "DVP", + "depositStatus": "1", + "fullName": "Decentralized Vulnerability Platform", + "takerFeeRate": "0.001", + "minWithdraw": "100", + "withdrawFee": "100", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "5", + "name": "DYNMT", + "depositStatus": "1", + "fullName": "DYNAMITE", + "takerFeeRate": "0.001", + "minWithdraw": "10", + "withdrawFee": "0", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "1200", + "name": "EDN", + "depositStatus": "1", + "fullName": "EdenChain", + "takerFeeRate": "0.001", + "minWithdraw": "500", + "withdrawFee": "200", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "500", + "name": "EGG", + "depositStatus": "1", + "fullName": "Nestree", + "takerFeeRate": "0.001", + "minWithdraw": "100", + "withdrawFee": "100", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "500", + "name": "EL", + "depositStatus": "1", + "fullName": "ELYSIA", + "takerFeeRate": "0.001", + "minWithdraw": "600", + "withdrawFee": "600", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "600", + "name": "EM", + "depositStatus": "1", + "fullName": "Eminer", + "takerFeeRate": "0.001", + "minWithdraw": "100", + "withdrawFee": "100", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "100", + "name": "ENT", + "depositStatus": "0", + "fullName": "ENT", + "takerFeeRate": "0.001", + "minWithdraw": "50", + "withdrawFee": "50", + "withdrawStatus": "0" + }, + { + "makerFeeRate": "0.001", + "name": "EON", + "depositStatus": "0", + "fullName": "EON", + "takerFeeRate": "0.001", + "minWithdraw": "150", + "withdrawFee": "10", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "8", + "name": "EOS", + "depositStatus": "1", + "fullName": "EOS", + "takerFeeRate": "0.001", + "minWithdraw": "5", + "withdrawFee": "0.1", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "0.003", + "name": "ETH", + "depositStatus": "1", + "fullName": "Ethereum", + "takerFeeRate": "0.001", + "minWithdraw": "0.01", + "withdrawFee": "0.01", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "0.003", + "name": "ETHS", + "depositStatus": "0", + "fullName": "ETHS", + "takerFeeRate": "0.001", + "minWithdraw": "0", + "withdrawFee": "0", + "withdrawStatus": "0" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "50", + "name": "EXE", + "depositStatus": "1", + "fullName": "8X8 PROTOCOL", + "takerFeeRate": "0.001", + "minWithdraw": "10", + "withdrawFee": "10", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "1000", + "name": "FAB", + "depositStatus": "1", + "fullName": "FABRK", + "takerFeeRate": "0.001", + "minWithdraw": "2000", + "withdrawFee": "100", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "25", + "name": "FCT", + "depositStatus": "1", + "fullName": "FirmaChain", + "takerFeeRate": "0.001", + "minWithdraw": "10", + "withdrawFee": "5", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "1", + "name": "FF1", + "depositStatus": "1", + "fullName": "Two Prime", + "takerFeeRate": "0.001", + "minWithdraw": "1", + "withdrawFee": "1", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "500", + "name": "FLETA", + "depositStatus": "1", + "fullName": "FLETA", + "takerFeeRate": "0.001", + "minWithdraw": "100", + "withdrawFee": "100", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "50", + "name": "FNB", + "depositStatus": "1", + "fullName": "FNB", + "takerFeeRate": "0.001", + "minWithdraw": "10", + "withdrawFee": "10", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "1", + "name": "FX", + "depositStatus": "1", + "fullName": "Function X", + "takerFeeRate": "0.001", + "minWithdraw": "1", + "withdrawFee": "4", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "1500", + "name": "FZZ", + "depositStatus": "0", + "fullName": "F1ZZ", + "takerFeeRate": "0.001", + "minWithdraw": "500", + "withdrawFee": "500", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "3000", + "name": "GDC", + "depositStatus": "1", + "fullName": "Global Digital Content Token", + "takerFeeRate": "0.001", + "minWithdraw": "600", + "withdrawFee": "600", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "100", + "name": "GDP", + "depositStatus": "1", + "fullName": "Game Distributed Platform", + "takerFeeRate": "0.001", + "minWithdraw": "20", + "withdrawFee": "20", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "3", + "name": "GXC", + "depositStatus": "1", + "fullName": "GXCoin", + "takerFeeRate": "0.001", + "minWithdraw": "0.5", + "withdrawFee": "0.1", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "150", + "name": "HDAO", + "depositStatus": "1", + "fullName": "HyperDAO", + "takerFeeRate": "0.001", + "minWithdraw": "50", + "withdrawFee": "50", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "name": "INS", + "depositStatus": "0", + "fullName": "INS", + "takerFeeRate": "0.001", + "minWithdraw": "10", + "withdrawFee": "4", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "500", + "name": "IOST", + "depositStatus": "1", + "fullName": "Internet of Services", + "takerFeeRate": "0.001", + "minWithdraw": "1", + "withdrawFee": "1", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "10", + "name": "IPX", + "depositStatus": "1", + "fullName": "Tachyon Protocol", + "takerFeeRate": "0.001", + "minWithdraw": "10", + "withdrawFee": "2", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "40", + "name": "IQ", + "depositStatus": "0", + "fullName": "IQ Cash", + "takerFeeRate": "0.001", + "minWithdraw": "1", + "withdrawFee": "1", + "withdrawStatus": "0" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "10", + "name": "IRIS", + "depositStatus": "1", + "fullName": "IRISnet", + "takerFeeRate": "0.001", + "minWithdraw": "1", + "withdrawFee": "1", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "100", + "name": "IZE", + "depositStatus": "0", + "fullName": "IZE FINTECH", + "takerFeeRate": "0.001", + "minWithdraw": "60", + "withdrawFee": "60", + "withdrawStatus": "0" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "200", + "name": "KAN", + "depositStatus": "1", + "fullName": "BitKan", + "takerFeeRate": "0.001", + "minWithdraw": "1000", + "withdrawFee": "150", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "50", + "name": "KDAG", + "depositStatus": "1", + "fullName": "KING DAG", + "takerFeeRate": "0.001", + "minWithdraw": "100", + "withdrawFee": "10", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "50", + "name": "KEYT", + "depositStatus": "1", + "fullName": "REBIT", + "takerFeeRate": "0.001", + "minWithdraw": "50", + "withdrawFee": "50", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "1000000", + "name": "KIN", + "depositStatus": "1", + "fullName": "Kin Foundation", + "takerFeeRate": "0.001", + "minWithdraw": "1000", + "withdrawFee": "1000", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "20", + "name": "KOK", + "depositStatus": "1", + "fullName": "KOK PLAY", + "takerFeeRate": "0.001", + "minWithdraw": "5", + "withdrawFee": "5", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "25", + "name": "LAMB", + "depositStatus": "1", + "fullName": "Lambda", + "takerFeeRate": "0.001", + "minWithdraw": "30", + "withdrawFee": "7", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "20", + "name": "LBA", + "depositStatus": "1", + "fullName": "Libra Credit", + "takerFeeRate": "0.001", + "minWithdraw": "100", + "withdrawFee": "40", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "400", + "name": "LBXC", + "depositStatus": "1", + "fullName": "Lux bio", + "takerFeeRate": "0.001", + "minWithdraw": "300", + "withdrawFee": "300", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "10", + "name": "LFEC", + "depositStatus": "1", + "fullName": "London Football Exchange", + "takerFeeRate": "0.001", + "minWithdraw": "1", + "withdrawFee": "1", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "500", + "name": "LINKA", + "depositStatus": "1", + "fullName": "LINKA", + "takerFeeRate": "0.001", + "minWithdraw": "100", + "withdrawFee": "130", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "100", + "name": "LOA", + "depositStatus": "1", + "fullName": "LOA PROTOCOL", + "takerFeeRate": "0.001", + "minWithdraw": "20", + "withdrawFee": "20", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "0.007", + "name": "LTC", + "depositStatus": "1", + "fullName": "LiteCoin", + "takerFeeRate": "0.001", + "minWithdraw": "0.01", + "withdrawFee": "0.001", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "0.005", + "name": "LTCS", + "depositStatus": "0", + "fullName": "LTCS", + "takerFeeRate": "0.001", + "minWithdraw": "0", + "withdrawFee": "0", + "withdrawStatus": "0" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "25", + "name": "LUNA", + "depositStatus": "1", + "fullName": "Terra", + "takerFeeRate": "0.001", + "minWithdraw": "1", + "withdrawFee": "1", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "3000", + "name": "MBL", + "depositStatus": "1", + "fullName": "MovieBloc", + "takerFeeRate": "0.001", + "minWithdraw": "10", + "withdrawFee": "10", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "20", + "name": "MCH", + "depositStatus": "1", + "fullName": "MeconCash", + "takerFeeRate": "0.001", + "minWithdraw": "10", + "withdrawFee": "10", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "1", + "name": "MCO", + "depositStatus": "1", + "fullName": "MCO Token", + "takerFeeRate": "0.001", + "minWithdraw": "0.5", + "withdrawFee": "0.3", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "10", + "name": "MDM", + "depositStatus": "1", + "fullName": "MEDIUM", + "takerFeeRate": "0.001", + "minWithdraw": "5", + "withdrawFee": "5", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "500", + "name": "META", + "depositStatus": "1", + "fullName": "Metadium", + "takerFeeRate": "0.001", + "minWithdraw": "1", + "withdrawFee": "1", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "2000", + "name": "MIR", + "depositStatus": "1", + "fullName": "MIR COIN", + "takerFeeRate": "0.001", + "minWithdraw": "5", + "withdrawFee": "5", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "13", + "name": "MIX", + "depositStatus": "1", + "fullName": "MixMarvel", + "takerFeeRate": "0.001", + "minWithdraw": "200", + "withdrawFee": "20", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "3", + "name": "MOF", + "depositStatus": "1", + "fullName": "MOF", + "takerFeeRate": "0.001", + "minWithdraw": "1", + "withdrawFee": "4", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "150", + "name": "MPAY", + "depositStatus": "1", + "fullName": "MenaPay", + "takerFeeRate": "0.001", + "minWithdraw": "50", + "withdrawFee": "50", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "0.2", + "name": "MWC", + "depositStatus": "1", + "fullName": "MWC", + "takerFeeRate": "0.001", + "minWithdraw": "0.1", + "withdrawFee": "0.1", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "1000", + "name": "MXC", + "depositStatus": "1", + "fullName": "Machine Xchange Coin", + "takerFeeRate": "0.001", + "minWithdraw": "200", + "withdrawFee": "200", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "5", + "name": "NAS", + "depositStatus": "1", + "fullName": "Nebulas", + "takerFeeRate": "0.001", + "minWithdraw": "0.2", + "withdrawFee": "0.2", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "45000", + "name": "NASH", + "depositStatus": "1", + "fullName": "NeoWorld", + "takerFeeRate": "0.001", + "minWithdraw": "2000", + "withdrawFee": "2000", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "100", + "name": "NBOT", + "depositStatus": "1", + "fullName": "Naka Bodhi Token", + "takerFeeRate": "0.001", + "minWithdraw": "100", + "withdrawFee": "1", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "1", + "name": "NRG", + "depositStatus": "1", + "fullName": "Energi", + "takerFeeRate": "0.001", + "minWithdraw": "0.1", + "withdrawFee": "0.2", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "200", + "name": "OGO", + "depositStatus": "1", + "fullName": "Origo", + "takerFeeRate": "0.001", + "minWithdraw": "30", + "withdrawFee": "60", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "15", + "name": "ONG", + "depositStatus": "0", + "fullName": "Ontology Gas", + "takerFeeRate": "0.001", + "minWithdraw": "1", + "withdrawFee": "0.1", + "withdrawStatus": "0" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "5", + "name": "ONT", + "depositStatus": "0", + "fullName": "Ontology", + "takerFeeRate": "0.001", + "minWithdraw": "2", + "withdrawFee": "1", + "withdrawStatus": "0" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "200", + "name": "OPNN", + "depositStatus": "1", + "fullName": "Opennity", + "takerFeeRate": "0.001", + "minWithdraw": "3000", + "withdrawFee": "200", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "1", + "name": "PAX", + "depositStatus": "1", + "fullName": "Paxos Standard", + "takerFeeRate": "0.001", + "minWithdraw": "1", + "withdrawFee": "1", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "0.004", + "name": "PAXG", + "depositStatus": "1", + "fullName": "Paxos Gold", + "takerFeeRate": "0.001", + "minWithdraw": "0.001", + "withdrawFee": "0.001", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "100", + "name": "PCM", + "depositStatus": "1", + "fullName": "PreciumFoundation", + "takerFeeRate": "0.001", + "minWithdraw": "15", + "withdrawFee": "400", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "name": "PET", + "depositStatus": "0", + "fullName": "PET", + "takerFeeRate": "0.001", + "minWithdraw": "200", + "withdrawFee": "15", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "400", + "name": "PI", + "depositStatus": "1", + "fullName": "Pchain", + "takerFeeRate": "0.001", + "minWithdraw": "1", + "withdrawFee": "1", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "100", + "name": "PLA", + "depositStatus": "1", + "fullName": "PLANET", + "takerFeeRate": "0.001", + "minWithdraw": "20", + "withdrawFee": "20", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "1", + "name": "PLC", + "depositStatus": "1", + "fullName": "PlatinCoin", + "takerFeeRate": "0.001", + "minWithdraw": "0.1", + "withdrawFee": "0.1", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "1000", + "name": "PLG", + "depositStatus": "1", + "fullName": "PLGToken", + "takerFeeRate": "0.001", + "minWithdraw": "200", + "withdrawFee": "150", + "withdrawStatus": "1" + }, + { + "makerFeeRate": 0, + "name": "POWR", + "depositStatus": "1", + "fullName": "POWR", + "takerFeeRate": 0, + "minWithdraw": "0", + "withdrawFee": "0", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "200", + "name": "QBZ", + "depositStatus": "0", + "fullName": "QBEE", + "takerFeeRate": "0.001", + "minWithdraw": "50", + "withdrawFee": "50", + "withdrawStatus": "0" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "500", + "name": "QKC", + "depositStatus": "1", + "fullName": "QuarkChain", + "takerFeeRate": "0.001", + "minWithdraw": "100", + "withdrawFee": "60", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "0.6", + "name": "QNT", + "depositStatus": "1", + "fullName": "Quant Network", + "takerFeeRate": "0.001", + "minWithdraw": "0.15", + "withdrawFee": "0.15", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "0.3", + "name": "QTUM", + "depositStatus": "1", + "fullName": "Qtum", + "takerFeeRate": "0.001", + "minWithdraw": "0.01", + "withdrawFee": "0.01", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "20000", + "name": "RATING", + "depositStatus": "1", + "fullName": "DPRating", + "takerFeeRate": "0.001", + "minWithdraw": "5000", + "withdrawFee": "5000", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "50", + "name": "RIF", + "depositStatus": "1", + "fullName": "RIF", + "takerFeeRate": "0.001", + "minWithdraw": "10", + "withdrawFee": "10", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "17", + "name": "RNT", + "depositStatus": "1", + "fullName": "ONEROOT Network", + "takerFeeRate": "0.001", + "minWithdraw": "100", + "withdrawFee": "40", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "400", + "name": "RUB", + "depositStatus": "1", + "fullName": "Ruble", + "takerFeeRate": "0.001", + "minWithdraw": "10", + "withdrawFee": "0.01", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.0005", + "minTxAmt": "3000", + "name": "RVC", + "depositStatus": "1", + "fullName": "Ravencoin Classic", + "takerFeeRate": "0.0005", + "minWithdraw": "100", + "withdrawFee": "100", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "30", + "name": "SGA", + "depositStatus": "1", + "fullName": "Saga", + "takerFeeRate": "0.001", + "minWithdraw": "0.1", + "withdrawFee": "0.1", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "250", + "name": "SOC", + "depositStatus": "1", + "fullName": "SODA COIN", + "takerFeeRate": "0.001", + "minWithdraw": "35", + "withdrawFee": "30", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "200", + "name": "SPRK", + "depositStatus": "1", + "fullName": "Sparkster", + "takerFeeRate": "0.001", + "minWithdraw": "100", + "withdrawFee": "100", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "100", + "name": "STG", + "depositStatus": "1", + "fullName": "Stegos", + "takerFeeRate": "0.001", + "minWithdraw": "0.1", + "withdrawFee": "0.1", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "500", + "name": "STPT", + "depositStatus": "1", + "fullName": "STP Network", + "takerFeeRate": "0.001", + "minWithdraw": "50", + "withdrawFee": "100", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "2000", + "name": "SWFTC", + "depositStatus": "1", + "fullName": "SwftCoin", + "takerFeeRate": "0.001", + "minWithdraw": "500", + "withdrawFee": "500", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "5", + "name": "SXP", + "depositStatus": "1", + "fullName": "Swipe", + "takerFeeRate": "0.001", + "minWithdraw": "1", + "withdrawFee": "6", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "25000", + "name": "TFB", + "depositStatus": "1", + "fullName": "TruefeedBack", + "takerFeeRate": "0.001", + "minWithdraw": "5000", + "withdrawFee": "5000", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "300", + "name": "TIC", + "depositStatus": "1", + "fullName": "TicTalk", + "takerFeeRate": "0.001", + "minWithdraw": "100", + "withdrawFee": "100", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "50", + "name": "TMTG", + "depositStatus": "1", + "fullName": "The Midas Touch Gold", + "takerFeeRate": "0.001", + "minWithdraw": "20", + "withdrawFee": "20", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "2500", + "name": "TOP", + "depositStatus": "1", + "fullName": "TOP Network", + "takerFeeRate": "0.001", + "minWithdraw": "500", + "withdrawFee": "260", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "40", + "name": "TRV", + "depositStatus": "1", + "fullName": "TrustVerse", + "takerFeeRate": "0.001", + "minWithdraw": "100", + "withdrawFee": "30", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "400", + "name": "TRX", + "depositStatus": "1", + "fullName": "TRON", + "takerFeeRate": "0.001", + "minWithdraw": "10", + "withdrawFee": "1", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "1", + "name": "TRY", + "depositStatus": "1", + "fullName": "Turkish Lira", + "takerFeeRate": "0.001", + "minWithdraw": "10", + "withdrawFee": "0.01", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "100", + "name": "TUNE", + "depositStatus": "1", + "fullName": "TuneToken", + "takerFeeRate": "0.001", + "minWithdraw": "60", + "withdrawFee": "10", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "1", + "name": "TUSD", + "depositStatus": "1", + "fullName": "TrueUSD", + "takerFeeRate": "0.001", + "minWithdraw": "1", + "withdrawFee": "1", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "200", + "name": "UIP", + "depositStatus": "1", + "fullName": "UnlimitedIP", + "takerFeeRate": "0.001", + "minWithdraw": "30", + "withdrawFee": "40", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "1", + "name": "USDT", + "depositStatus": "1", + "fullName": "Tether", + "takerFeeRate": "0.001", + "minWithdraw": "20", + "withdrawFee": "6", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "name": "USDT-ERC20", + "depositStatus": "1", + "fullName": "USDT-ERC20", + "takerFeeRate": "0.001", + "minWithdraw": "2", + "withdrawFee": "2", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "name": "USDT-TRC20", + "depositStatus": "1", + "fullName": "USDT-TRC20", + "takerFeeRate": "0.001", + "minWithdraw": "0", + "withdrawFee": "0", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "250", + "name": "UTK", + "depositStatus": "1", + "fullName": "UTRUST", + "takerFeeRate": "0.001", + "minWithdraw": "50", + "withdrawFee": "40", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "3", + "name": "VALOR", + "depositStatus": "1", + "fullName": "Valor Token", + "takerFeeRate": "0.001", + "minWithdraw": "1", + "withdrawFee": "0.5", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "2000", + "name": "VIDY", + "depositStatus": "1", + "fullName": "Vidy Coin", + "takerFeeRate": "0.001", + "minWithdraw": "300", + "withdrawFee": "300", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "25", + "name": "VSYS", + "depositStatus": "1", + "fullName": "v.systems", + "takerFeeRate": "0.001", + "minWithdraw": "1", + "withdrawFee": "1", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "30", + "name": "WABI", + "depositStatus": "1", + "fullName": "Tael", + "takerFeeRate": "0.001", + "minWithdraw": "10", + "withdrawFee": "20", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "5000", + "name": "WFX", + "depositStatus": "1", + "fullName": "Webflix Token", + "takerFeeRate": "0.001", + "minWithdraw": "1000", + "withdrawFee": "1000", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "20000", + "name": "WIN", + "depositStatus": "1", + "fullName": "WINK", + "takerFeeRate": "0.001", + "minWithdraw": "100", + "withdrawFee": "100", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "10", + "name": "WOM", + "depositStatus": "1", + "fullName": "WOM", + "takerFeeRate": "0.001", + "minWithdraw": "5", + "withdrawFee": "5", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "60", + "name": "WPX", + "depositStatus": "1", + "fullName": "WalletPlusX", + "takerFeeRate": "0.001", + "minWithdraw": "10", + "withdrawFee": "10", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "70", + "name": "XLM", + "depositStatus": "1", + "fullName": "Stellar", + "takerFeeRate": "0.001", + "minWithdraw": "2", + "withdrawFee": "1", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "0.1", + "name": "XMR", + "depositStatus": "0", + "fullName": "Monero", + "takerFeeRate": "0.001", + "minWithdraw": "0.01", + "withdrawFee": "0.01", + "withdrawStatus": "0" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "500", + "name": "XNS", + "depositStatus": "1", + "fullName": "Xeonbit Project", + "takerFeeRate": "0.001", + "minWithdraw": "400", + "withdrawFee": "400", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "70", + "name": "XPR", + "depositStatus": "1", + "fullName": "Proton", + "takerFeeRate": "0.001", + "minWithdraw": "20", + "withdrawFee": "20", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "50", + "name": "XQC", + "depositStatus": "1", + "fullName": "Quras", + "takerFeeRate": "0.001", + "minWithdraw": "10", + "withdrawFee": "10", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "2", + "name": "XRP", + "depositStatus": "1", + "fullName": "Ripple", + "takerFeeRate": "0.001", + "minWithdraw": "20", + "withdrawFee": "0.1", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "0.005", + "name": "XRPS", + "depositStatus": "0", + "fullName": "XRPS", + "takerFeeRate": "0.001", + "minWithdraw": "0", + "withdrawFee": "0", + "withdrawStatus": "0" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "200", + "name": "XSR", + "depositStatus": "1", + "fullName": "Xensor", + "takerFeeRate": "0.001", + "minWithdraw": "50", + "withdrawFee": "25", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "50", + "name": "XTP", + "depositStatus": "1", + "fullName": "TAP", + "takerFeeRate": "0.001", + "minWithdraw": "30", + "withdrawFee": "30", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "0.005", + "name": "YO", + "depositStatus": "1", + "fullName": "Yobit Token", + "takerFeeRate": "0.001", + "minWithdraw": "0.001", + "withdrawFee": "0.001", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "60", + "name": "YSR", + "depositStatus": "1", + "fullName": "Ystar", + "takerFeeRate": "0.001", + "minWithdraw": "5", + "withdrawFee": "5", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "0.07", + "name": "YT", + "depositStatus": "1", + "fullName": "Cherry Token", + "takerFeeRate": "0.001", + "minWithdraw": "0.1", + "withdrawFee": "0.5", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "3000", + "name": "ZASH", + "depositStatus": "1", + "fullName": "ZIMBOCASH", + "takerFeeRate": "0.001", + "minWithdraw": "500", + "withdrawFee": "500", + "withdrawStatus": "1" + }, + { + "makerFeeRate": "0.001", + "minTxAmt": "0.1", + "name": "ZEC", + "depositStatus": "1", + "fullName": "Zcash", + "takerFeeRate": "0.001", + "minWithdraw": "0.01", + "withdrawFee": "0.005", + "withdrawStatus": "0" + } + ], + "contractConfig": [ + { + "symbol": "TBTCUSD", + "makerFeeRate": "-0.00025", + "takerFeeRate": "0.00075" + } + ], + "spotConfig": [ + { + "symbol": "BTC-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "2", + "6" + ], + "openPrice": "6589.3", + "openTime": 1585827194413 + }, + { + "symbol": "LTC-ETH", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "5", + "4" + ], + "openPrice": "0.28948", + "openTime": 1585828097546 + }, + { + "symbol": "ETH-BTC", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "6", + "6" + ], + "openPrice": "0.020623", + "openTime": 1585825418625 + }, + { + "symbol": "ETH-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "2", + "6" + ], + "openPrice": "135.8", + "openTime": 1585827194413 + }, + { + "symbol": "LTC-BTC", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "5", + "4" + ], + "openPrice": "0.00623", + "openTime": 1585825418624 + }, + { + "symbol": "LTC-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "3", + "5" + ], + "openPrice": "42.47", + "openTime": 1590552138313 + }, + { + "symbol": "BCH-ETH", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "4", + "6" + ], + "openPrice": "1.655", + "openTime": 1585828097546 + }, + { + "symbol": "BCH-BTC", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "6", + "6" + ], + "openPrice": "0.031871", + "openTime": 1585825418625 + }, + { + "symbol": "XRP-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "5", + "2" + ], + "openPrice": "0.20468", + "openTime": 1589944398184 + }, + { + "symbol": "DASH-ETH", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "5", + "6" + ], + "openPrice": "0.48265", + "openTime": 1585828097546 + }, + { + "symbol": "DASH-BTC", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "6", + "6" + ], + "openPrice": "0.009936", + "openTime": 1585825418625 + }, + { + "symbol": "BCH-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "2", + "6" + ], + "openPrice": "248", + "openTime": 1591155452399 + }, + { + "symbol": "BSV-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "3", + "5" + ], + "openPrice": "196", + "openTime": 1591768536600 + }, + { + "symbol": "EOS-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "4", + "3" + ], + "openPrice": "2.2733", + "openTime": 1585827194411 + }, + { + "symbol": "QTUM-ETH", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "6", + "3" + ], + "openPrice": "0.008966", + "openTime": 1585828097546 + }, + { + "symbol": "QTUM-BTC", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "8", + "3" + ], + "openPrice": "0.00018497", + "openTime": 1585825418625 + }, + { + "symbol": "XMR-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "2", + "4" + ], + "openPrice": "56", + "openTime": 1587363212000 + }, + { + "symbol": "BTC-RUB", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "-2", + "6" + ], + "openPrice": "0", + "openTime": 1585828278276 + }, + { + "symbol": "USDT-RUB", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "2", + "3" + ], + "openPrice": "79.94", + "openTime": 1585828278276 + }, + { + "symbol": "DASH-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "2", + "6" + ], + "openPrice": "65.93", + "openTime": 1585827194414 + }, + { + "symbol": "XLM-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "6", + "1" + ], + "openPrice": "0.040625", + "openTime": 1585827530122 + }, + { + "symbol": "QTUM-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "5", + "3" + ], + "openPrice": "1.22476", + "openTime": 1585827194413 + }, + { + "symbol": "IOST-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "7", + "0" + ], + "openPrice": "0.0030194", + "openTime": 1585827194411 + }, + { + "symbol": "ABT-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "4", + "2" + ], + "openPrice": "0.0735", + "openTime": 1585827194413 + }, + { + "symbol": "BASIC-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "6", + "0" + ], + "openPrice": "0.008534", + "openTime": 1585827194411 + }, + { + "symbol": "CGT-BTC", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "6", + "4" + ], + "openPrice": "0.005", + "openTime": 1591693200000 + }, + { + "symbol": "PCM-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "5", + "1" + ], + "openPrice": "0.00249", + "openTime": 1585827194411 + }, + { + "symbol": "MWC-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "2", + "4" + ], + "openPrice": "14", + "openTime": 1593594000000 + }, + { + "symbol": "TIC-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "7", + "0" + ], + "openPrice": "0.0000899", + "openTime": 1585827194412 + }, + { + "symbol": "STPT-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "5", + "1" + ], + "openPrice": "0.01571", + "openTime": 1585827194412 + }, + { + "symbol": "DVP-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "5", + "1" + ], + "openPrice": "0.00304", + "openTime": 1585827194413 + }, + { + "symbol": "IRIS-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "6", + "2" + ], + "openPrice": "0.010041", + "openTime": 1585827194414 + }, + { + "symbol": "CRO-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "4", + "3" + ], + "openPrice": "0.0491", + "openTime": 1585827194414 + }, + { + "symbol": "XSR-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "6", + "0" + ], + "openPrice": "0.00243", + "openTime": 1585827530122 + }, + { + "symbol": "SXP-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "3", + "3" + ], + "openPrice": "0.374", + "openTime": 1585827530122 + }, + { + "symbol": "KOK-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "4", + "2" + ], + "openPrice": "0.206", + "openTime": 1585827833018 + }, + { + "symbol": "EXE-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "4", + "2" + ], + "openPrice": "0.0795", + "openTime": 1585827833019 + }, + { + "symbol": "CENT-BTC", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "8", + "0" + ], + "openPrice": "0.00000022", + "openTime": 1585824312942 + }, + { + "symbol": "MCO-BTC", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "6", + "2" + ], + "openPrice": "0.000731", + "openTime": 1585824499845 + }, + { + "symbol": "IQ-BTC", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "8", + "1" + ], + "openPrice": "0.000012", + "openTime": 1586771497000 + }, + { + "symbol": "BRZE-BTC", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "8", + "2" + ], + "openPrice": "0.000048", + "openTime": 1588150800000 + }, + { + "symbol": "SXP-BTC", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "7", + "3" + ], + "openPrice": "0.0000573", + "openTime": 1585825418625 + }, + { + "symbol": "LBXC-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "6", + "0" + ], + "openPrice": "0.003", + "openTime": 1588842000000 + }, + { + "symbol": "XRPS-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "2", + "6" + ], + "openPrice": "100", + "openTime": 1589964088947 + }, + { + "symbol": "MOF-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "3", + "3" + ], + "openPrice": "0.317", + "openTime": 1585827194410 + }, + { + "symbol": "2KEY-BTC", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "8", + "1" + ], + "openPrice": "0.00001", + "openTime": 1591012800000 + }, + { + "symbol": "UIP-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "5", + "1" + ], + "openPrice": "0.00339", + "openTime": 1585827194411 + }, + { + "symbol": "BSVS-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "2", + "6" + ], + "openPrice": "0", + "openTime": 1591768746457 + }, + { + "symbol": "NAS-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "4", + "3" + ], + "openPrice": "0.2689", + "openTime": 1585827194412 + }, + { + "symbol": "COMPS-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "2", + "6" + ], + "openPrice": "100", + "openTime": 1593770818934 + }, + { + "symbol": "PLC-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "3", + "3" + ], + "openPrice": "2.895", + "openTime": 1585827194412 + }, + { + "symbol": "CZZ-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "5", + "1" + ], + "openPrice": "0.01707", + "openTime": 1585827194413 + }, + { + "symbol": "WABI-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "4", + "2" + ], + "openPrice": "0.0742", + "openTime": 1585827194413 + }, + { + "symbol": "NRG-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "3", + "3" + ], + "openPrice": "2.36", + "openTime": 1585827194414 + }, + { + "symbol": "AOA-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "6", + "0" + ], + "openPrice": "0.00118", + "openTime": 1585827194414 + }, + { + "symbol": "ABBC-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "4", + "2" + ], + "openPrice": "0.0901", + "openTime": 1585827194414 + }, + { + "symbol": "FAB-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "7", + "0" + ], + "openPrice": "0.0052742", + "openTime": 1585827290726 + }, + { + "symbol": "LAMB-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "5", + "2" + ], + "openPrice": "0.01204", + "openTime": 1585827530122 + }, + { + "symbol": "MBL-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "6", + "0" + ], + "openPrice": "0.001334", + "openTime": 1585827833018 + }, + { + "symbol": "BZNT-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "6", + "2" + ], + "openPrice": "0.004418", + "openTime": 1585827833019 + }, + { + "symbol": "QKC-ETH", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "8", + "1" + ], + "openPrice": "0.0000158", + "openTime": 1585828097546 + }, + { + "symbol": "GDC-BTC", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "9", + "0" + ], + "openPrice": "0.000000084", + "openTime": 1585824312942 + }, + { + "symbol": "COS-ETH", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "7", + "1" + ], + "openPrice": "0.0000342", + "openTime": 1585828097546 + }, + { + "symbol": "FX-BTC", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "9", + "3" + ], + "openPrice": "0.000006689", + "openTime": 1585824499845 + }, + { + "symbol": "MIR-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "6", + "2" + ], + "openPrice": "0.0079", + "openTime": 1585829764575 + }, + { + "symbol": "COS-BTC", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "8", + "1" + ], + "openPrice": "0.0000008", + "openTime": 1585825418624 + }, + { + "symbol": "USDT-TRY", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "3", + "2" + ], + "openPrice": "6.95", + "openTime": 1587537000000 + }, + { + "symbol": "DYNMT-BTC", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "8", + "2" + ], + "openPrice": "0.00005309", + "openTime": 1585825418625 + }, + { + "symbol": "SWFTC-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "6", + "0" + ], + "openPrice": "0.002", + "openTime": 1588680000000 + }, + { + "symbol": "META-BTC", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "8", + "1" + ], + "openPrice": "0.00000137", + "openTime": 1585825418625 + }, + { + "symbol": "ZASH-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "6", + "0" + ], + "openPrice": "0.00125", + "openTime": 1589878800000 + }, + { + "symbol": "RVC-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "6", + "0" + ], + "openPrice": "0.0015", + "openTime": 1591606800000 + }, + { + "symbol": "PAXG-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "2", + "6" + ], + "openPrice": "1619.07", + "openTime": 1585827194411 + }, + { + "symbol": "COMP-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "1", + "5" + ], + "openPrice": "200", + "openTime": 1593657184772 + }, + { + "symbol": "DVC-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "6", + "2" + ], + "openPrice": "0.0473", + "openTime": 1585827194412 + }, + { + "symbol": "PI-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "6", + "1" + ], + "openPrice": "0.0029", + "openTime": 1585827194412 + }, + { + "symbol": "KEYT-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "5", + "0" + ], + "openPrice": "0.040064", + "openTime": 1585827194413 + }, + { + "symbol": "NBOT-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "5", + "1" + ], + "openPrice": "0.006", + "openTime": 1585827194413 + }, + { + "symbol": "TOP-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "6", + "0" + ], + "openPrice": "0.000971", + "openTime": 1585827194413 + }, + { + "symbol": "EM-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "6", + "0" + ], + "openPrice": "0.002778", + "openTime": 1585827194414 + }, + { + "symbol": "SGA-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "3", + "3" + ], + "openPrice": "1.348", + "openTime": 1585827194414 + }, + { + "symbol": "TUSD-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "5", + "2" + ], + "openPrice": "0.99996", + "openTime": 1585827194414 + }, + { + "symbol": "DREP-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "6", + "0" + ], + "openPrice": "0.00112", + "openTime": 1585827530122 + }, + { + "symbol": "PLG-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "6", + "0" + ], + "openPrice": "0.000209", + "openTime": 1585827833018 + }, + { + "symbol": "AMA-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "5", + "1" + ], + "openPrice": "0.03985", + "openTime": 1585827833019 + }, + { + "symbol": "SGA-ETH", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "6", + "3" + ], + "openPrice": "0.010279", + "openTime": 1585828097546 + }, + { + "symbol": "LAMB-BTC", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "8", + "2" + ], + "openPrice": "0.00000186", + "openTime": 1585824499845 + }, + { + "symbol": "APIX-BTC", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "8", + "1" + ], + "openPrice": "0.000007255", + "openTime": 1585828510160 + }, + { + "symbol": "ABBC-BTC", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "8", + "2" + ], + "openPrice": "0.00001389", + "openTime": 1585825418624 + }, + { + "symbol": "LOA-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "5", + "1" + ], + "openPrice": "0.04", + "openTime": 1587373200000 + }, + { + "symbol": "CNB-BTC", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "10", + "0" + ], + "openPrice": "0.000000151", + "openTime": 1585825418625 + }, + { + "symbol": "DEP-BTC", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "9", + "0" + ], + "openPrice": "0.00000048", + "openTime": 1588233600000 + }, + { + "symbol": "VSYS-BTC", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "8", + "2" + ], + "openPrice": "0.0000034", + "openTime": 1585825418625 + }, + { + "symbol": "ETHS-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "2", + "6" + ], + "openPrice": "100", + "openTime": 1589360400000 + }, + { + "symbol": "SGA-BTC", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "7", + "3" + ], + "openPrice": "0.0002167", + "openTime": 1585825418625 + }, + { + "symbol": "CKB-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "7", + "0" + ], + "openPrice": "0.0040272", + "openTime": 1585827194411 + }, + { + "symbol": "BCHS-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "2", + "6" + ], + "openPrice": "100", + "openTime": 1591254550437 + }, + { + "symbol": "FX-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "5", + "3" + ], + "openPrice": "0.0439", + "openTime": 1585827194411 + }, + { + "symbol": "XNS-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "6", + "0" + ], + "openPrice": "0.004", + "openTime": 1592557200000 + }, + { + "symbol": "APIX-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "5", + "1" + ], + "openPrice": "0.04843", + "openTime": 1585827194412 + }, + { + "symbol": "KIN-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "9", + "0" + ], + "openPrice": "0.0000055", + "openTime": 1594209600000 + }, + { + "symbol": "LINKA-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "6", + "1" + ], + "openPrice": "0.007867", + "openTime": 1585827194412 + }, + { + "symbol": "QKC-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "5", + "1" + ], + "openPrice": "0.00243", + "openTime": 1585827194413 + }, + { + "symbol": "STG-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "6", + "0" + ], + "openPrice": "0.000515", + "openTime": 1585827194413 + }, + { + "symbol": "WPX-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "5", + "1" + ], + "openPrice": "0.00603", + "openTime": 1585827194414 + }, + { + "symbol": "PAX-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "5", + "2" + ], + "openPrice": "1.00129", + "openTime": 1585827194414 + }, + { + "symbol": "VALOR-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "4", + "3" + ], + "openPrice": "0.2054", + "openTime": 1585827194414 + }, + { + "symbol": "MCH-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "5", + "2" + ], + "openPrice": "0.1599", + "openTime": 1585827530122 + }, + { + "symbol": "BNA-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "5", + "1" + ], + "openPrice": "0.01501", + "openTime": 1585827530122 + }, + { + "symbol": "OPNN-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "7", + "1" + ], + "openPrice": "0.0001649", + "openTime": 1585827833018 + }, + { + "symbol": "GDP-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "6", + "1" + ], + "openPrice": "0.000931", + "openTime": 1585827833019 + }, + { + "symbol": "PI-BTC", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "10", + "1" + ], + "openPrice": "0.00000046", + "openTime": 1585824312942 + }, + { + "symbol": "UTK-ETH", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "7", + "1" + ], + "openPrice": "0.000066", + "openTime": 1585828097546 + }, + { + "symbol": "NAS-BTC", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "8", + "3" + ], + "openPrice": "0.00004061", + "openTime": 1585824499845 + }, + { + "symbol": "IPX-BTC", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "8", + "0" + ], + "openPrice": "0.00001", + "openTime": 1586514539000 + }, + { + "symbol": "EGG-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "6", + "0" + ], + "openPrice": "0.0085", + "openTime": 1587545870000 + }, + { + "symbol": "GXC-BTC", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "7", + "3" + ], + "openPrice": "0.0000676", + "openTime": 1585825418625 + }, + { + "symbol": "BTCS-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "2", + "6" + ], + "openPrice": "100", + "openTime": 1588837214740 + }, + { + "symbol": "TRV-BTC", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "8", + "1" + ], + "openPrice": "0.00000108", + "openTime": 1585825418625 + }, + { + "symbol": "TMTG-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "5", + "1" + ], + "openPrice": "0.045", + "openTime": 1590739200000 + }, + { + "symbol": "BNP-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "7", + "0" + ], + "openPrice": "0.0002827", + "openTime": 1585827194411 + }, + { + "symbol": "ADA-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "5", + "1" + ], + "openPrice": "0.09", + "openTime": 1593741960768 + }, + { + "symbol": "BCNT-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "5", + "1" + ], + "openPrice": "0.00837", + "openTime": 1585827194412 + }, + { + "symbol": "BXA-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "6", + "2" + ], + "openPrice": "0.003564", + "openTime": 1585827194413 + }, + { + "symbol": "DAD-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "4", + "2" + ], + "openPrice": "0.1661", + "openTime": 1585827194413 + }, + { + "symbol": "LBA-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "6", + "2" + ], + "openPrice": "0.008488", + "openTime": 1585827194413 + }, + { + "symbol": "COSM-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "5", + "1" + ], + "openPrice": "0.00918", + "openTime": 1585827194413 + }, + { + "symbol": "BOA-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "5", + "1" + ], + "openPrice": "0.05405", + "openTime": 1585827194414 + }, + { + "symbol": "RNT-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "6", + "2" + ], + "openPrice": "0.006563", + "openTime": 1585827194414 + }, + { + "symbol": "ATT-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "4", + "2" + ], + "openPrice": "0.1109", + "openTime": 1585827290726 + }, + { + "symbol": "FZZ-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "6", + "0" + ], + "openPrice": "0.001389", + "openTime": 1585827530122 + }, + { + "symbol": "KAN-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "7", + "1" + ], + "openPrice": "0.0019808", + "openTime": 1585827833018 + }, + { + "symbol": "BTT-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "7", + "0" + ], + "openPrice": "0.0002292", + "openTime": 1585827833018 + }, + { + "symbol": "MBL-ETH", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "8", + "0" + ], + "openPrice": "0.00000985", + "openTime": 1585828097546 + }, + { + "symbol": "QKC-BTC", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "8", + "1" + ], + "openPrice": "0.00000036", + "openTime": 1585824499845 + }, + { + "symbol": "MIR-ETH", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "8", + "2" + ], + "openPrice": "0.0000589", + "openTime": 1585829731553 + }, + { + "symbol": "XQC-BTC", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "8", + "2" + ], + "openPrice": "0.00001642", + "openTime": 1585825418624 + }, + { + "symbol": "RIF-BTC", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "8", + "2" + ], + "openPrice": "0.00000794", + "openTime": 1585825418625 + }, + { + "symbol": "FF1-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "3", + "3" + ], + "openPrice": "3.4965", + "openTime": 1588330277220 + }, + { + "symbol": "COTI-BTC", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "8", + "1" + ], + "openPrice": "0.00000263", + "openTime": 1585825418625 + }, + { + "symbol": "BIP-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "6", + "0" + ], + "openPrice": "0.006", + "openTime": 1589533200000 + }, + { + "symbol": "CRO-BTC", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "9", + "2" + ], + "openPrice": "0.000007428", + "openTime": 1585825418625 + }, + { + "symbol": "CLR-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "5", + "1" + ], + "openPrice": "0.00506", + "openTime": 1585827194411 + }, + { + "symbol": "CGT-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "2", + "4" + ], + "openPrice": "50", + "openTime": 1591693200000 + }, + { + "symbol": "WIN-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "7", + "0" + ], + "openPrice": "0.0000766", + "openTime": 1585827194411 + }, + { + "symbol": "XTP-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "5", + "1" + ], + "openPrice": "0.07", + "openTime": 1593680400000 + }, + { + "symbol": "FNB-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "4", + "2" + ], + "openPrice": "0.0012", + "openTime": 1585827194412 + }, + { + "symbol": "CBC-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "5", + "1" + ], + "openPrice": "0.01082", + "openTime": 1585827194412 + }, + { + "symbol": "NASH-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "7", + "0" + ], + "openPrice": "0.000022", + "openTime": 1585827194413 + }, + { + "symbol": "EL-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "6", + "0" + ], + "openPrice": "0.001179", + "openTime": 1585827194413 + }, + { + "symbol": "QBZ-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "5", + "1" + ], + "openPrice": "0.00758", + "openTime": 1585827194413 + }, + { + "symbol": "GXC-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "3", + "3" + ], + "openPrice": "0.448", + "openTime": 1585827194414 + }, + { + "symbol": "MXC-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "6", + "0" + ], + "openPrice": "0.003356", + "openTime": 1585827194414 + }, + { + "symbol": "CHR-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "6", + "1" + ], + "openPrice": "0.013629", + "openTime": 1585827194414 + }, + { + "symbol": "TUNE-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "5", + "1" + ], + "openPrice": "0.00117", + "openTime": 1585827530122 + }, + { + "symbol": "PLA-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "4", + "2" + ], + "openPrice": "0.1047", + "openTime": 1585827530122 + }, + { + "symbol": "MIX-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "6", + "2" + ], + "openPrice": "0.00325", + "openTime": 1585827833018 + }, + { + "symbol": "IPX-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "4", + "2" + ], + "openPrice": "0.0832", + "openTime": 1585827833019 + }, + { + "symbol": "IRIS-ETH", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "8", + "2" + ], + "openPrice": "0.0000743", + "openTime": 1585828097546 + }, + { + "symbol": "PLC-BTC", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "7", + "3" + ], + "openPrice": "0.0004402", + "openTime": 1585824499845 + }, + { + "symbol": "IQ-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "5", + "1" + ], + "openPrice": "0.085", + "openTime": 1586771518000 + }, + { + "symbol": "EDN-BTC", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "10", + "0" + ], + "openPrice": "0.000000158", + "openTime": 1585825418625 + }, + { + "symbol": "XPR-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "5", + "1" + ], + "openPrice": "0.05", + "openTime": 1588143600000 + }, + { + "symbol": "LFEC-BTC", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "7", + "0" + ], + "openPrice": "0.0000009", + "openTime": 1585825418625 + }, + { + "symbol": "ARPA-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "5", + "1" + ], + "openPrice": "0.01", + "openTime": 1589356800000 + }, + { + "symbol": "YO-BTC", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "5", + "6" + ], + "openPrice": "0.102", + "openTime": 1585825418625 + }, + { + "symbol": "MDM-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "4", + "2" + ], + "openPrice": "0.4", + "openTime": 1590562800000 + }, + { + "symbol": "META-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "5", + "1" + ], + "openPrice": "0.00895", + "openTime": 1585827194410 + }, + { + "symbol": "COS-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "6", + "1" + ], + "openPrice": "0.005097", + "openTime": 1585827194411 + }, + { + "symbol": "DIVI-BTC", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "9", + "1" + ], + "openPrice": "0.000004", + "openTime": 1591963200000 + }, + { + "symbol": "VIDY-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "6", + "0" + ], + "openPrice": "0.000629", + "openTime": 1585827194412 + }, + { + "symbol": "HDAO-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "5", + "1" + ], + "openPrice": "0.03", + "openTime": 1594112400000 + }, + { + "symbol": "YT-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "4", + "4" + ], + "openPrice": "1.111", + "openTime": 1585827194412 + }, + { + "symbol": "VSYS-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "4", + "2" + ], + "openPrice": "0.0222", + "openTime": 1585827194413 + }, + { + "symbol": "COTI-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "5", + "1" + ], + "openPrice": "0.01738", + "openTime": 1585827194413 + }, + { + "symbol": "SOC-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "5", + "1" + ], + "openPrice": "0.01186", + "openTime": 1585827194413 + }, + { + "symbol": "RATING-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "7", + "0" + ], + "openPrice": "0.0000936", + "openTime": 1585827194414 + }, + { + "symbol": "CUST-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "6", + "0" + ], + "openPrice": "0.0081", + "openTime": 1585827194414 + }, + { + "symbol": "OGO-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "5", + "1" + ], + "openPrice": "0.00774", + "openTime": 1585827194414 + }, + { + "symbol": "FLETA-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "5", + "1" + ], + "openPrice": "0.00397", + "openTime": 1585827530122 + }, + { + "symbol": "BHD-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "4", + "4" + ], + "openPrice": "5.793", + "openTime": 1585827530122 + }, + { + "symbol": "TRV-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "5", + "1" + ], + "openPrice": "0.00703", + "openTime": 1585827833018 + }, + { + "symbol": "WFX-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "6", + "0" + ], + "openPrice": "0.000138", + "openTime": 1585827833019 + }, + { + "symbol": "TFB-ETH", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "8", + "0" + ], + "openPrice": "0.00000064", + "openTime": 1585828097546 + }, + { + "symbol": "WABI-BTC", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "8", + "2" + ], + "openPrice": "0.00001127", + "openTime": 1585824312942 + }, + { + "symbol": "IRIS-BTC", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "8", + "2" + ], + "openPrice": "0.0000015", + "openTime": 1585824499845 + }, + { + "symbol": "WOM-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "6", + "0" + ], + "openPrice": "0.059", + "openTime": 1585833761737 + }, + { + "symbol": "NRG-BTC", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "7", + "3" + ], + "openPrice": "0.000355", + "openTime": 1585825418625 + }, + { + "symbol": "BTC-TRY", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "0", + "6" + ], + "openPrice": "47850", + "openTime": 1587537000000 + }, + { + "symbol": "TRX-BTC", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "8", + "1" + ], + "openPrice": "0.00000167", + "openTime": 1585825418625 + }, + { + "symbol": "YSR-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "5", + "1" + ], + "openPrice": "0.00712", + "openTime": 1589094000000 + }, + { + "symbol": "ZEC-BTC", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "6", + "4" + ], + "openPrice": "0.004711", + "openTime": 1585825418625 + }, + { + "symbol": "ZASH-BTC", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "10", + "0" + ], + "openPrice": "0.00000013", + "openTime": 1589878800000 + }, + { + "symbol": "LTCS-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "2", + "6" + ], + "openPrice": "100", + "openTime": 1590566121289 + }, + { + "symbol": "IZE-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "6", + "0" + ], + "openPrice": "0.040304", + "openTime": 1585827194411 + }, + { + "symbol": "2KEY-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "5", + "1" + ], + "openPrice": "0.05", + "openTime": 1591606800000 + }, + { + "symbol": "MPAY-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "5", + "1" + ], + "openPrice": "0.00367", + "openTime": 1585827194411 + }, + { + "symbol": "LUNA-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "4", + "2" + ], + "openPrice": "0.2", + "openTime": 1593674646236 + }, + { + "symbol": "RIF-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "4", + "2" + ], + "openPrice": "0.0517", + "openTime": 1585827194412 + }, + { + "symbol": "KDAG-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "5", + "1" + ], + "openPrice": "0.07411", + "openTime": 1585827194412 + }, + { + "symbol": "UTK-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "5", + "1" + ], + "openPrice": "0.00898", + "openTime": 1585827194413 + }, + { + "symbol": "FCT-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "4", + "2" + ], + "openPrice": "0.0175", + "openTime": 1585827194413 + }, + { + "symbol": "TFB-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "7", + "0" + ], + "openPrice": "0.00009", + "openTime": 1585827194413 + }, + { + "symbol": "TRX-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "6", + "1" + ], + "openPrice": "0.012169", + "openTime": 1585827194414 + }, + { + "symbol": "QNT-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "3", + "3" + ], + "openPrice": "4.596", + "openTime": 1585827194414 + }, + { + "symbol": "ZEC-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "2", + "4" + ], + "openPrice": "31.17", + "openTime": 1585827290726 + }, + { + "symbol": "LFEC-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "5", + "1" + ], + "openPrice": "0.00587", + "openTime": 1585827530122 + }, + { + "symbol": "BOLTT-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "4", + "2" + ], + "openPrice": "0.0019", + "openTime": 1585827833018 + }, + { + "symbol": "CNB-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "5", + "1" + ], + "openPrice": "0.0008", + "openTime": 1585827833018 + }, + { + "symbol": "EDN-ETH", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "8", + "0" + ], + "openPrice": "0.00000758", + "openTime": 1585828097546 + }, + { + "symbol": "PLA-ETH", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "6", + "2" + ], + "openPrice": "0.000774", + "openTime": 1585828097546 + }, + { + "symbol": "BTT-BTC", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "10", + "0" + ], + "openPrice": "0.000000033", + "openTime": 1585824499845 + }, + { + "symbol": "APIX-ETH", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "7", + "1" + ], + "openPrice": "0.00035241", + "openTime": 1585828562841 + }, + { + "symbol": "UTK-BTC", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "8", + "1" + ], + "openPrice": "0.00000136", + "openTime": 1585825418624 + }, + { + "symbol": "LOA-BTC", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "8", + "0" + ], + "openPrice": "0.000005", + "openTime": 1587373200000 + }, + { + "symbol": "QNT-BTC", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "7", + "3" + ], + "openPrice": "0.0006999", + "openTime": 1585825418625 + }, + { + "symbol": "DEP-USDT", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "6", + "0" + ], + "openPrice": "0.0045", + "openTime": 1588233600000 + }, + { + "symbol": "BIP-BTC", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "9", + "0" + ], + "openPrice": "0.00000065", + "openTime": 1589533200000 + }, + { + "symbol": "LINKA-BTC", + "percentPrice": { + "multiplierDown": "0.2", + "multiplierUp": "3" + }, + "accuracy": [ + "8", + "1" + ], + "openPrice": "0.00000121", + "openTime": 1585825418625 + } + ] + }, + "code": "0", + "msg": "success", + "timestamp": 1594285868355, + "startTime": null + }, + "rawHeaders": [ + "Date", + "Thu, 09 Jul 2020 09:11:08 GMT", + "Content-Type", + "application/json;charset=UTF-8", + "Transfer-Encoding", + "chunked", + "Connection", + "keep-alive", + "Set-Cookie", + "__cfduid=d4ca5f35b0c1f2855a5a1779c98a2a6f61594285868; expires=Sat, 08-Aug-20 09:11:08 GMT; path=/; domain=.bithumb.pro; HttpOnly; SameSite=Lax; Secure", + "Vary", + "Accept-Encoding", + "X-Application-Context", + "cex_transaction:prod:8050", + "X-Frame-Options", + "SAMEORIGIN", + "CF-Cache-Status", + "DYNAMIC", + "cf-request-id", + "03d470dcd5000006fd8cb33200000001", + "Expect-CT", + "max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"", + "Server", + "cloudflare" + ], + "responseIsBinary": false + }, + { + "scope": "https://global-openapi.bithumb.pro:443", + "method": "GET", + "path": "/openapi/v1/spot/ticker?symbol=ALL", + "body": "", + "status": 200, + "response": { + "data": [ + { + "p": "0.0111", + "ver": "9998250", + "vol": "4842427.18487500", + "c": "9386.79", + "s": "BTC-USDT", + "t": "4842427.18487500", + "v": "515.714597", + "h": "9468.91", + "l": "9265.59", + "lev": "5" + }, + { + "p": "-0.0060", + "ver": "1834019", + "vol": "753.881768000", + "c": "0.18435", + "s": "LTC-ETH", + "t": "753.881768000", + "v": "4102.6246", + "h": "0.18651", + "l": "0.18146" + }, + { + "p": "0.0089", + "ver": "2029913", + "vol": "160.025040000000", + "c": "0.026104", + "s": "ETH-BTC", + "t": "160.025040000000", + "v": "6146.199357", + "h": "0.026715", + "l": "0.025870" + }, + { + "p": "0.0191", + "ver": "7886667", + "vol": "5313344.01900200", + "c": "245.59", + "s": "ETH-USDT", + "t": "5313344.01900200", + "v": "21669.392497", + "h": "248.66", + "l": "239.99", + "lev": "5" + }, + { + "p": "0.0042", + "ver": "1974486", + "vol": "15.087550000", + "c": "0.00483", + "s": "LTC-BTC", + "t": "15.087550000", + "v": "3139.1700", + "h": "0.00490", + "l": "0.00474" + }, + { + "p": "0.0159", + "ver": "2021151", + "vol": "1431945.26420700", + "c": "45.433", + "s": "LTC-USDT", + "t": "1431945.26420700", + "v": "31704.19081", + "h": "45.821", + "l": "44.537", + "lev": "10" + }, + { + "p": "-0.0148", + "ver": "1981069", + "vol": "2065.6373600000", + "c": "0.9814", + "s": "BCH-ETH", + "t": "2065.6373600000", + "v": "2094.275363", + "h": "1.0014", + "l": "0.9708" + }, + { + "p": "-0.0062", + "ver": "1996419", + "vol": "70.685274000000", + "c": "0.025727", + "s": "BCH-BTC", + "t": "70.685274000000", + "v": "2741.595078", + "h": "0.026152", + "l": "0.025329" + }, + { + "p": "0.0241", + "ver": "80329", + "vol": "16975.9246810", + "c": "0.20418", + "s": "XRP-USDT", + "t": "16975.9246810", + "v": "83794.85", + "h": "0.20539", + "l": "0.19848", + "lev": "10" + }, + { + "p": "-0.0150", + "ver": "1992599", + "vol": "988.97865300000", + "c": "0.29199", + "s": "DASH-ETH", + "t": "988.97865300000", + "v": "3374.777401", + "h": "0.30095", + "l": "0.28885" + }, + { + "p": "0.0007", + "ver": "2017149", + "vol": "13.283992000000", + "c": "0.007681", + "s": "DASH-BTC", + "t": "13.283992000000", + "v": "1737.831629", + "h": "0.007793", + "l": "0.007525" + }, + { + "p": "0.0054", + "ver": "2035659", + "vol": "1379897.27461300", + "c": "242.41", + "s": "BCH-USDT", + "t": "1379897.27461300", + "v": "5677.094263", + "h": "245.57", + "l": "238.72", + "lev": "10" + }, + { + "p": "0.0087", + "ver": "749194", + "vol": "900935.37041300", + "c": "187.767", + "s": "BSV-USDT", + "t": "900935.37041300", + "v": "4785.78142", + "h": "192.339", + "l": "184.601", + "lev": "10" + }, + { + "p": "0.0276", + "ver": "1243006", + "vol": "2387927.9436130", + "c": "2.6959", + "s": "EOS-USDT", + "t": "2387927.9436130", + "v": "894848.822", + "h": "2.7245", + "l": "2.6183" + }, + { + "p": "0.0294", + "ver": "1890971", + "vol": "1501.962267000", + "c": "0.007984", + "s": "QTUM-ETH", + "t": "1501.962267000", + "v": "186772.259", + "h": "0.008493", + "l": "0.007548" + }, + { + "p": "0.0357", + "ver": "1887911", + "vol": "9.77027500000", + "c": "0.00020890", + "s": "QTUM-BTC", + "t": "9.77027500000", + "v": "47202.356", + "h": "0.00022185", + "l": "0.00019656" + }, + { + "p": "0.0421", + "ver": "218106", + "vol": "924010.280391", + "c": "68.09", + "s": "XMR-USDT", + "t": "924010.280391", + "v": "13886.8567", + "h": "69.25", + "l": "65.20" + }, + { + "p": "0.0046", + "ver": "361715", + "vol": "7218143.6531", + "c": "665500", + "s": "BTC-RUB", + "t": "7218143.6531", + "v": "10.791053", + "h": "674400", + "l": "660400" + }, + { + "p": "-0.0047", + "ver": "357206", + "vol": "1804952.75120", + "c": "70.59", + "s": "USDT-RUB", + "t": "1804952.75120", + "v": "25478.111", + "h": "71.31", + "l": "70.19" + }, + { + "p": "0.0044", + "ver": "2058669", + "vol": "1237269.52701400", + "c": "72.11", + "s": "DASH-USDT", + "t": "1237269.52701400", + "v": "17145.988212", + "h": "73.07", + "l": "71.13" + }, + { + "p": "0.1341", + "ver": "1119576", + "vol": "2029576.6388380", + "c": "0.090566", + "s": "XLM-USDT", + "t": "2029576.6388380", + "v": "23507947.4", + "h": "0.097965", + "l": "0.077461" + }, + { + "p": "0.0488", + "ver": "1856673", + "vol": "387243.25031200", + "c": "1.96699", + "s": "QTUM-USDT", + "t": "387243.25031200", + "v": "195738.246", + "h": "2.09065", + "l": "1.85635" + }, + { + "p": "0.0325", + "ver": "1754526", + "vol": "792.3917500", + "c": "0.0067258", + "s": "IOST-USDT", + "t": "792.3917500", + "v": "120666", + "h": "0.0067288", + "l": "0.0064009" + }, + { + "p": "0.0455", + "ver": "991438", + "vol": "1391.307947", + "c": "0.1059", + "s": "ABT-USDT", + "t": "1391.307947", + "v": "12985.87", + "h": "0.1103", + "l": "0.1013" + }, + { + "p": "-0.1168", + "ver": "494856", + "vol": "30911.580024", + "c": "0.008911", + "s": "BASIC-USDT", + "t": "30911.580024", + "v": "3312253", + "h": "0.010215", + "l": "0.008552" + }, + { + "p": "-0.0028", + "ver": "80298", + "vol": "9.2696720000", + "c": "0.006195", + "s": "CGT-BTC", + "t": "9.2696720000", + "v": "1499.4701", + "h": "0.006237", + "l": "0.005683" + }, + { + "p": "-0.0298", + "ver": "1206142", + "vol": "1438.881115", + "c": "0.00391", + "s": "PCM-USDT", + "t": "1438.881115", + "v": "350776.6", + "h": "0.00437", + "l": "0.00377" + }, + { + "p": "0.0000", + "ver": "11567", + "vol": "0.000000", + "c": "16.25", + "s": "MWC-USDT", + "t": "0.000000", + "v": "0.0000", + "h": "16.25", + "l": "16.25" + }, + { + "p": "-0.1764", + "ver": "2159886", + "vol": "12520.5812480", + "c": "0.0000285", + "s": "TIC-USDT", + "t": "12520.5812480", + "v": "363056951", + "h": "0.0000465", + "l": "0.0000285" + }, + { + "p": "0.0230", + "ver": "713576", + "vol": "257172.564254", + "c": "0.01557", + "s": "STPT-USDT", + "t": "257172.564254", + "v": "16527960.7", + "h": "0.01570", + "l": "0.01522" + }, + { + "p": "-0.0095", + "ver": "1048444", + "vol": "9328.614412", + "c": "0.00630", + "s": "DVP-USDT", + "t": "9328.614412", + "v": "1478426.5", + "h": "0.00658", + "l": "0.00615" + }, + { + "p": "0.1615", + "ver": "1955823", + "vol": "28111.65037500", + "c": "0.038017", + "s": "IRIS-USDT", + "t": "28111.65037500", + "v": "799414.67", + "h": "0.040064", + "l": "0.032079" + }, + { + "p": "0.0363", + "ver": "1753434", + "vol": "29864.4419060", + "c": "0.1431", + "s": "CRO-USDT", + "t": "29864.4419060", + "v": "210747.995", + "h": "0.1433", + "l": "0.1381" + }, + { + "p": "-0.0405", + "ver": "1807644", + "vol": "11423.141487", + "c": "0.031782", + "s": "XSR-USDT", + "t": "11423.141487", + "v": "348708", + "h": "0.033533", + "l": "0.031782" + }, + { + "p": "-0.0175", + "ver": "1273893", + "vol": "948210.735882", + "c": "0.563", + "s": "SXP-USDT", + "t": "948210.735882", + "v": "1661565.641", + "h": "0.593", + "l": "0.559" + }, + { + "p": "-0.0211", + "ver": "556613", + "vol": "92090.148253", + "c": "0.2093", + "s": "KOK-USDT", + "t": "92090.148253", + "v": "431070.95", + "h": "0.2400", + "l": "0.2000" + }, + { + "p": "-0.0077", + "ver": "431690", + "vol": "744.160000", + "c": "0.1172", + "s": "EXE-USDT", + "t": "744.160000", + "v": "6050.00", + "h": "0.1231", + "l": "0.1172" + }, + { + "p": "0.0000", + "ver": "718418", + "vol": "0.00000000", + "c": "0.00000017", + "s": "CENT-BTC", + "t": "0.00000000", + "v": "0", + "h": "0.00000017", + "l": "0.00000017" + }, + { + "p": "0.0111", + "ver": "1963383", + "vol": "8.02523100", + "c": "0.000456", + "s": "MCO-BTC", + "t": "8.02523100", + "v": "17555.77", + "h": "0.000466", + "l": "0.000449" + }, + { + "p": "-0.2333", + "ver": "198973", + "vol": "0.334062000", + "c": "0.00000447", + "s": "IQ-BTC", + "t": "0.334062000", + "v": "75878.0", + "h": "0.00000583", + "l": "0.00000431" + }, + { + "p": "-0.0053", + "ver": "164371", + "vol": "10.1291990000", + "c": "0.00003994", + "s": "BRZE-BTC", + "t": "10.1291990000", + "v": "248770.31", + "h": "0.00004215", + "l": "0.00003814" + }, + { + "p": "-0.0033", + "ver": "1138027", + "vol": "99.2182850000", + "c": "0.0000614", + "s": "SXP-BTC", + "t": "99.2182850000", + "v": "1616321.636", + "h": "0.0000631", + "l": "0.0000608" + }, + { + "p": "0.1406", + "ver": "317927", + "vol": "955487.226251", + "c": "0.006857", + "s": "LBXC-USDT", + "t": "955487.226251", + "v": "150173307", + "h": "0.007199", + "l": "0.005940" + }, + { + "p": "-0.0260", + "ver": "211308", + "vol": "83504.36431000", + "c": "95.15", + "s": "XRPS-USDT", + "t": "83504.36431000", + "v": "862.818326", + "h": "98.69", + "l": "93.88" + }, + { + "p": "0.2520", + "ver": "499917", + "vol": "51549.080973", + "c": "0.323", + "s": "MOF-USDT", + "t": "51549.080973", + "v": "202812.463", + "h": "0.349", + "l": "0.241" + }, + { + "p": "-0.0433", + "ver": "92283", + "vol": "1.961019000", + "c": "0.00000531", + "s": "2KEY-BTC", + "t": "1.961019000", + "v": "361429.6", + "h": "0.00000579", + "l": "0.00000440" + }, + { + "p": "0.0352", + "ver": "1308662", + "vol": "7098.357328", + "c": "0.00412", + "s": "UIP-USDT", + "t": "7098.357328", + "v": "1748740.3", + "h": "0.00415", + "l": "0.00396" + }, + { + "p": "-0.0106", + "ver": "163498", + "vol": "75843.35790000", + "c": "93.26", + "s": "BSVS-USDT", + "t": "75843.35790000", + "v": "812.890777", + "h": "95.20", + "l": "91.37" + }, + { + "p": "-0.0230", + "ver": "2001159", + "vol": "50943.2016780", + "c": "0.4308", + "s": "NAS-USDT", + "t": "50943.2016780", + "v": "117030.684", + "h": "0.4482", + "l": "0.4173" + }, + { + "p": "0.0004", + "ver": "33697", + "vol": "867488.73809200", + "c": "96.72", + "s": "COMPS-USDT", + "t": "867488.73809200", + "v": "8979.864047", + "h": "97.84", + "l": "94.68" + }, + { + "p": "0.0039", + "ver": "345615", + "vol": "16557.929710", + "c": "1.820", + "s": "PLC-USDT", + "t": "16557.929710", + "v": "9096.602", + "h": "1.874", + "l": "1.800" + }, + { + "p": "0.1347", + "ver": "987756", + "vol": "189.141912", + "c": "0.02360", + "s": "CZZ-USDT", + "t": "189.141912", + "v": "7965.7", + "h": "0.02376", + "l": "0.02080" + }, + { + "p": "0.0045", + "ver": "402107", + "vol": "214909.047969", + "c": "0.1137", + "s": "WABI-USDT", + "t": "214909.047969", + "v": "1865324.08", + "h": "0.1188", + "l": "0.1120" + }, + { + "p": "-0.0021", + "ver": "370129", + "vol": "15366.517157", + "c": "1.904", + "s": "NRG-USDT", + "t": "15366.517157", + "v": "8070.649", + "h": "1.918", + "l": "1.901" + }, + { + "p": "-0.0266", + "ver": "1516146", + "vol": "165525.358433", + "c": "0.003670", + "s": "AOA-USDT", + "t": "165525.358433", + "v": "45895909", + "h": "0.003980", + "l": "0.003350" + }, + { + "p": "0.0430", + "ver": "971535", + "vol": "4211530.502366", + "c": "0.1118", + "s": "ABBC-USDT", + "t": "4211530.502366", + "v": "37882071.41", + "h": "0.1130", + "l": "0.1051" + }, + { + "p": "0.0112", + "ver": "1904669", + "vol": "352682.2593590", + "c": "0.0094191", + "s": "FAB-USDT", + "t": "352682.2593590", + "v": "37616011", + "h": "0.0098128", + "l": "0.0090270" + }, + { + "p": "0.0282", + "ver": "1601306", + "vol": "3517.4965430", + "c": "0.01826", + "s": "LAMB-USDT", + "t": "3517.4965430", + "v": "194315.63", + "h": "0.01854", + "l": "0.01766" + }, + { + "p": "0.0123", + "ver": "1525862", + "vol": "8062.926310", + "c": "0.001895", + "s": "MBL-USDT", + "t": "8062.926310", + "v": "4269721", + "h": "0.001907", + "l": "0.001871" + }, + { + "p": "0.0389", + "ver": "1079234", + "vol": "29498.65538300", + "c": "0.011555", + "s": "BZNT-USDT", + "t": "29498.65538300", + "v": "2655973.28", + "h": "0.011966", + "l": "0.010754" + }, + { + "p": "0.0071", + "ver": "1603066", + "vol": "1.395574000", + "c": "0.00002844", + "s": "QKC-ETH", + "t": "1.395574000", + "v": "50005.3", + "h": "0.00002946", + "l": "0.00002726" + }, + { + "p": "0.0000", + "ver": "198382", + "vol": "0.000000000", + "c": "0.000000040", + "s": "GDC-BTC", + "t": "0.000000000", + "v": "0", + "h": "0.000000040", + "l": "0.000000040" + }, + { + "p": "-0.0028", + "ver": "1020491", + "vol": "0.03726000", + "c": "0.0000359", + "s": "COS-ETH", + "t": "0.03726000", + "v": "1037.9", + "h": "0.0000360", + "l": "0.0000359" + }, + { + "p": "-0.0141", + "ver": "2292013", + "vol": "7.623125000000", + "c": "0.000009753", + "s": "FX-BTC", + "t": "7.623125000000", + "v": "803302.775", + "h": "0.000029999", + "l": "0.000009190" + }, + { + "p": "0.0106", + "ver": "2247646", + "vol": "193506.78973900", + "c": "0.002870", + "s": "MIR-USDT", + "t": "193506.78973900", + "v": "68130726.66", + "h": "0.002874", + "l": "0.002815" + }, + { + "p": "-0.0110", + "ver": "991181", + "vol": "0.028539000", + "c": "0.00000090", + "s": "COS-BTC", + "t": "0.028539000", + "v": "31094.6", + "h": "0.00000093", + "l": "0.00000089" + }, + { + "p": "-0.0018", + "ver": "209619", + "vol": "369480.53168", + "c": "6.856", + "s": "USDT-TRY", + "t": "369480.53168", + "v": "53801.65", + "h": "6.896", + "l": "6.842" + }, + { + "p": "-0.2804", + "ver": "836741", + "vol": "2.5066660000", + "c": "0.00001730", + "s": "DYNMT-BTC", + "t": "2.5066660000", + "v": "108378.23", + "h": "0.00002406", + "l": "0.00000800" + }, + { + "p": "0.0020", + "ver": "335090", + "vol": "61690.424105", + "c": "0.001022", + "s": "SWFTC-USDT", + "t": "61690.424105", + "v": "60032642", + "h": "0.001047", + "l": "0.001012" + }, + { + "p": "0.0000", + "ver": "634176", + "vol": "0.000000000", + "c": "0.00000088", + "s": "META-BTC", + "t": "0.000000000", + "v": "0.0", + "h": "0.00000088", + "l": "0.00000088" + }, + { + "p": "0.0030", + "ver": "238733", + "vol": "56453.886441", + "c": "0.004075", + "s": "ZASH-USDT", + "t": "56453.886441", + "v": "14055291", + "h": "0.004091", + "l": "0.003500" + }, + { + "p": "0.0000", + "ver": "110280", + "vol": "58.464010", + "c": "0.000946", + "s": "RVC-USDT", + "t": "58.464010", + "v": "61349", + "h": "0.000970", + "l": "0.000946" + }, + { + "p": "-0.0207", + "ver": "1094231", + "vol": "44982.50622300", + "c": "1687.69", + "s": "PAXG-USDT", + "t": "44982.50622300", + "v": "25.326780", + "h": "1805.33", + "l": "1560.00" + }, + { + "p": "0.0066", + "ver": "233088", + "vol": "14778226.478529", + "c": "184.1", + "s": "COMP-USDT", + "t": "14778226.478529", + "v": "80437.57269", + "h": "187.9", + "l": "180.6", + "lev": "5" + }, + { + "p": "0.0825", + "ver": "909437", + "vol": "9517.21899000", + "c": "0.285034", + "s": "DVC-USDT", + "t": "9517.21899000", + "v": "34924.00", + "h": "0.291799", + "l": "0.259329" + }, + { + "p": "-0.0500", + "ver": "1459161", + "vol": "226.3654620", + "c": "0.003325", + "s": "PI-USDT", + "t": "226.3654620", + "v": "66654.2", + "h": "0.003842", + "l": "0.003301" + }, + { + "p": "-0.0274", + "ver": "2366225", + "vol": "69976.73911", + "c": "0.08414", + "s": "KEYT-USDT", + "t": "69976.73911", + "v": "831588", + "h": "0.08653", + "l": "0.07997" + }, + { + "p": "0.0000", + "ver": "689831", + "vol": "11509.428864", + "c": "0.02835", + "s": "NBOT-USDT", + "t": "11509.428864", + "v": "406128.1", + "h": "0.02846", + "l": "0.02832" + }, + { + "p": "-0.0456", + "ver": "1126167", + "vol": "1365.929467", + "c": "0.002156", + "s": "TOP-USDT", + "t": "1365.929467", + "v": "623299", + "h": "0.002288", + "l": "0.002131" + }, + { + "p": "0.0005", + "ver": "864436", + "vol": "105254.488741", + "c": "0.004553", + "s": "EM-USDT", + "t": "105254.488741", + "v": "23034581", + "h": "0.004754", + "l": "0.004394" + }, + { + "p": "0.0030", + "ver": "310800", + "vol": "12615.466980", + "c": "1.380", + "s": "SGA-USDT", + "t": "12615.466980", + "v": "9146.961", + "h": "1.381", + "l": "1.362" + }, + { + "p": "0.0011", + "ver": "1855560", + "vol": "126874.9516930", + "c": "0.99159", + "s": "TUSD-USDT", + "t": "126874.9516930", + "v": "128933.87", + "h": "1.11111", + "l": "0.98011" + }, + { + "p": "-0.0008", + "ver": "972691", + "vol": "2923.154145", + "c": "0.002852", + "s": "DREP-USDT", + "t": "2923.154145", + "v": "1024571", + "h": "0.002858", + "l": "0.002851" + }, + { + "p": "-0.2493", + "ver": "1137601", + "vol": "0.299250", + "c": "0.000250", + "s": "PLG-USDT", + "t": "0.299250", + "v": "1197", + "h": "0.000333", + "l": "0.000250" + }, + { + "p": "-0.0131", + "ver": "347731", + "vol": "60054.798280", + "c": "0.06966", + "s": "AMA-USDT", + "t": "60054.798280", + "v": "853828.5", + "h": "0.07058", + "l": "0.06965" + }, + { + "p": "-0.0207", + "ver": "309550", + "vol": "37.987401000", + "c": "0.005602", + "s": "SGA-ETH", + "t": "37.987401000", + "v": "6768.784", + "h": "0.005720", + "l": "0.005544" + }, + { + "p": "0.0367", + "ver": "1469196", + "vol": "2.5529870000", + "c": "0.00000198", + "s": "LAMB-BTC", + "t": "2.5529870000", + "v": "1308614.39", + "h": "0.00000199", + "l": "0.00000191" + }, + { + "p": "-0.0211", + "ver": "255882", + "vol": "2.270750000", + "c": "0.00003949", + "s": "APIX-BTC", + "t": "2.270750000", + "v": "60733.1", + "h": "0.00004034", + "l": "0.00003451" + }, + { + "p": "0.0146", + "ver": "976470", + "vol": "439.7652010000", + "c": "0.00001186", + "s": "ABBC-BTC", + "t": "439.7652010000", + "v": "37093810.59", + "h": "0.00001210", + "l": "0.00001169" + }, + { + "p": "-0.0077", + "ver": "149417", + "vol": "17654.056109", + "c": "0.02474", + "s": "LOA-USDT", + "t": "17654.056109", + "v": "711825.4", + "h": "0.02641", + "l": "0.02252" + }, + { + "p": "-0.0114", + "ver": "346851", + "vol": "1.6669180000", + "c": "0.0000000436", + "s": "CNB-BTC", + "t": "1.6669180000", + "v": "38253498", + "h": "0.0000000449", + "l": "0.0000000431" + }, + { + "p": "0.0744", + "ver": "169406", + "vol": "1.155115000", + "c": "0.000000983", + "s": "DEP-BTC", + "t": "1.155115000", + "v": "1256650", + "h": "0.000001030", + "l": "0.000000912" + }, + { + "p": "-0.0038", + "ver": "857949", + "vol": "6.0016780000", + "c": "0.00000267", + "s": "VSYS-BTC", + "t": "6.0016780000", + "v": "2244572.41", + "h": "0.00000275", + "l": "0.00000265" + }, + { + "p": "-0.0194", + "ver": "316016", + "vol": "70550.21833800", + "c": "71.01", + "s": "ETHS-USDT", + "t": "70550.21833800", + "v": "991.269664", + "h": "72.79", + "l": "70.28" + }, + { + "p": "-0.0263", + "ver": "310750", + "vol": "1.3461790000", + "c": "0.0001447", + "s": "SGA-BTC", + "t": "1.3461790000", + "v": "9182.204", + "h": "0.0001490", + "l": "0.0001447" + }, + { + "p": "0.1929", + "ver": "408363", + "vol": "11945.5484000", + "c": "0.0054706", + "s": "CKB-USDT", + "t": "11945.5484000", + "v": "2444694", + "h": "0.0056125", + "l": "0.0045862" + }, + { + "p": "-0.0054", + "ver": "195574", + "vol": "85148.06653600", + "c": "101.07", + "s": "BCHS-USDT", + "t": "85148.06653600", + "v": "845.113675", + "h": "102.68", + "l": "99.53" + }, + { + "p": "-0.0096", + "ver": "2277238", + "vol": "56250.43553700", + "c": "0.09126", + "s": "FX-USDT", + "t": "56250.43553700", + "v": "643283.569", + "h": "0.09280", + "l": "0.03341" + }, + { + "p": "0.0030", + "ver": "30332", + "vol": "11146.417769", + "c": "0.010070", + "s": "XNS-USDT", + "t": "11146.417769", + "v": "1112706", + "h": "0.011499", + "l": "0.010000" + }, + { + "p": "-0.0184", + "ver": "383410", + "vol": "22193.137630", + "c": "0.37654", + "s": "APIX-USDT", + "t": "22193.137630", + "v": "60663.9", + "h": "0.38848", + "l": "0.32760" + }, + { + "p": "0.2455", + "ver": "1477", + "vol": "17734.241152000", + "c": "0.000006850", + "s": "KIN-USDT", + "t": "17734.241152000", + "v": "2629094644", + "h": "0.000010000", + "l": "0.000005500" + }, + { + "p": "-0.0092", + "ver": "863711", + "vol": "118.4917550", + "c": "0.005721", + "s": "LINKA-USDT", + "t": "118.4917550", + "v": "20540.5", + "h": "0.005775", + "l": "0.005716" + }, + { + "p": "-0.0059", + "ver": "1853458", + "vol": "158.901904", + "c": "0.00679", + "s": "QKC-USDT", + "t": "158.901904", + "v": "23274.9", + "h": "0.00702", + "l": "0.00678" + }, + { + "p": "0.3864", + "ver": "479565", + "vol": "97.296708", + "c": "0.000122", + "s": "STG-USDT", + "t": "97.296708", + "v": "797514", + "h": "0.000122", + "l": "0.000088" + }, + { + "p": "-0.0646", + "ver": "456195", + "vol": "818.569139", + "c": "0.00029", + "s": "WPX-USDT", + "t": "818.569139", + "v": "2778747.2", + "h": "0.00031", + "l": "0.00019" + }, + { + "p": "0.0009", + "ver": "2005955", + "vol": "399761.9794060", + "c": "0.98245", + "s": "PAX-USDT", + "t": "399761.9794060", + "v": "407262.57", + "h": "0.98647", + "l": "0.98117" + }, + { + "p": "-0.0209", + "ver": "1254511", + "vol": "27520.5286830", + "c": "0.4454", + "s": "VALOR-USDT", + "t": "27520.5286830", + "v": "59888.042", + "h": "0.5012", + "l": "0.4333" + }, + { + "p": "0.1573", + "ver": "714222", + "vol": "240224.3908900", + "c": "0.11821", + "s": "MCH-USDT", + "t": "240224.3908900", + "v": "2144959.02", + "h": "0.12817", + "l": "0.09941" + }, + { + "p": "-0.0107", + "ver": "588241", + "vol": "341277.542246", + "c": "0.02228", + "s": "BNA-USDT", + "t": "341277.542246", + "v": "15211801.0", + "h": "0.02300", + "l": "0.02208" + }, + { + "p": "0.1340", + "ver": "1174704", + "vol": "855.25890700", + "c": "0.0000398", + "s": "OPNN-USDT", + "t": "855.25890700", + "v": "5192955.8", + "h": "0.0006300", + "l": "0.0000200" + }, + { + "p": "0.0000", + "ver": "1168481", + "vol": "0.0000000", + "c": "0.000059", + "s": "GDP-USDT", + "t": "0.0000000", + "v": "0.0", + "h": "0.000059", + "l": "0.000059" + }, + { + "p": "-0.0497", + "ver": "1024063", + "vol": "0.05238000000", + "c": "0.0000003712", + "s": "PI-BTC", + "t": "0.05238000000", + "v": "140122.9", + "h": "0.0000004080", + "l": "0.0000003701" + }, + { + "p": "0.3466", + "ver": "961490", + "vol": "673.78360200", + "c": "0.0002339", + "s": "UTK-ETH", + "t": "673.78360200", + "v": "3520788.2", + "h": "0.0002430", + "l": "0.0001700" + }, + { + "p": "-0.0228", + "ver": "1926753", + "vol": "1.32062800000", + "c": "0.00004601", + "s": "NAS-BTC", + "t": "1.32062800000", + "v": "28620.126", + "h": "0.00004827", + "l": "0.00004461" + }, + { + "p": "0.0208", + "ver": "246381", + "vol": "0.83093900", + "c": "0.00000838", + "s": "IPX-BTC", + "t": "0.83093900", + "v": "101696", + "h": "0.00000839", + "l": "0.00000803" + }, + { + "p": "0.0230", + "ver": "1094224", + "vol": "61127.832172", + "c": "0.007491", + "s": "EGG-USDT", + "t": "61127.832172", + "v": "8415333", + "h": "0.008023", + "l": "0.006977" + }, + { + "p": "-0.0209", + "ver": "1478931", + "vol": "50.7523290000", + "c": "0.0000516", + "s": "GXC-BTC", + "t": "50.7523290000", + "v": "965732.121", + "h": "0.0000528", + "l": "0.0000512" + }, + { + "p": "-0.0149", + "ver": "261839", + "vol": "82532.55151400", + "c": "92.87", + "s": "BTCS-USDT", + "t": "82532.55151400", + "v": "886.632546", + "h": "94.28", + "l": "92.37" + }, + { + "p": "-0.0240", + "ver": "665960", + "vol": "0.245752000", + "c": "0.00000367", + "s": "TRV-BTC", + "t": "0.245752000", + "v": "67164.8", + "h": "0.00000376", + "l": "0.00000365" + }, + { + "p": "0.0117", + "ver": "207299", + "vol": "941152.688308", + "c": "0.04761", + "s": "TMTG-USDT", + "t": "941152.688308", + "v": "19831589.0", + "h": "0.04977", + "l": "0.04311" + }, + { + "p": "0.0000", + "ver": "333723", + "vol": "0.0000000", + "c": "0.0000715", + "s": "BNP-USDT", + "t": "0.0000000", + "v": "0", + "h": "0.0000715", + "l": "0.0000715" + }, + { + "p": "-0.0709", + "ver": "412879", + "vol": "91973.908589", + "c": "0.12300", + "s": "ADA-USDT", + "t": "91973.908589", + "v": "725963.4", + "h": "0.13383", + "l": "0.11840", + "lev": "5" + }, + { + "p": "-0.0931", + "ver": "1047869", + "vol": "377.155306", + "c": "0.00887", + "s": "BCNT-USDT", + "t": "377.155306", + "v": "41294.3", + "h": "0.01042", + "l": "0.00820" + }, + { + "p": "-0.1136", + "ver": "1956931", + "vol": "4573.70897800", + "c": "0.002443", + "s": "BXA-USDT", + "t": "4573.70897800", + "v": "1673531.03", + "h": "0.002765", + "l": "0.002421" + }, + { + "p": "0.0087", + "ver": "843935", + "vol": "3005011.972901", + "c": "0.3048", + "s": "DAD-USDT", + "t": "3005011.972901", + "v": "9886243.29", + "h": "0.3526", + "l": "0.3003" + }, + { + "p": "0.0007", + "ver": "2047465", + "vol": "17576.51336500", + "c": "0.012603", + "s": "LBA-USDT", + "t": "17576.51336500", + "v": "1386039.65", + "h": "0.012941", + "l": "0.012303" + }, + { + "p": "0.0582", + "ver": "381116", + "vol": "1.740000", + "c": "0.00182", + "s": "COSM-USDT", + "t": "1.740000", + "v": "500.0", + "h": "0.00514", + "l": "0.00172" + }, + { + "p": "-0.0040", + "ver": "805945", + "vol": "141233.535424", + "c": "0.07096", + "s": "BOA-USDT", + "t": "141233.535424", + "v": "1980180.5", + "h": "0.07225", + "l": "0.07035" + }, + { + "p": "0.0000", + "ver": "1988447", + "vol": "0.00000000", + "c": "0.011001", + "s": "RNT-USDT", + "t": "0.00000000", + "v": "0.00", + "h": "0.011001", + "l": "0.011001" + }, + { + "p": "-0.0010", + "ver": "673369", + "vol": "169861.938830", + "c": "0.1006", + "s": "ATT-USDT", + "t": "169861.938830", + "v": "1689686.87", + "h": "0.1021", + "l": "0.1000" + }, + { + "p": "0.0000", + "ver": "1063017", + "vol": "0.000000", + "c": "0.000701", + "s": "FZZ-USDT", + "t": "0.000000", + "v": "0", + "h": "0.000701", + "l": "0.000701" + }, + { + "p": "-0.0610", + "ver": "4058156", + "vol": "80987.65037800", + "c": "0.0029324", + "s": "KAN-USDT", + "t": "80987.65037800", + "v": "26298880.2", + "h": "0.0032140", + "l": "0.0029299" + }, + { + "p": "0.0898", + "ver": "966044", + "vol": "20474.2218120", + "c": "0.0003594", + "s": "BTT-USDT", + "t": "20474.2218120", + "v": "60724412", + "h": "0.0004999", + "l": "0.0003277" + }, + { + "p": "-0.0039", + "ver": "1227310", + "vol": "79.59448500", + "c": "0.00000770", + "s": "MBL-ETH", + "t": "79.59448500", + "v": "10311640", + "h": "0.00000778", + "l": "0.00000769" + }, + { + "p": "0.0267", + "ver": "1269097", + "vol": "2.523580000", + "c": "0.00000077", + "s": "QKC-BTC", + "t": "2.523580000", + "v": "3356807.8", + "h": "0.00000080", + "l": "0.00000072" + }, + { + "p": "-0.0358", + "ver": "1736114", + "vol": "14.1750000000", + "c": "0.00001350", + "s": "MIR-ETH", + "t": "14.1750000000", + "v": "1050000.00", + "h": "0.00001400", + "l": "0.00001350" + }, + { + "p": "-0.0980", + "ver": "878934", + "vol": "13.5846260000", + "c": "0.00000405", + "s": "XQC-BTC", + "t": "13.5846260000", + "v": "3283164.53", + "h": "0.00000466", + "l": "0.00000337" + }, + { + "p": "0.0159", + "ver": "1152758", + "vol": "0.3347140000", + "c": "0.00000896", + "s": "RIF-BTC", + "t": "0.3347140000", + "v": "37664.90", + "h": "0.00000898", + "l": "0.00000881" + }, + { + "p": "0.0003", + "ver": "553992", + "vol": "221940.329310", + "c": "3.613", + "s": "FF1-USDT", + "t": "221940.329310", + "v": "61446.967", + "h": "3.613", + "l": "3.611" + }, + { + "p": "0.0000", + "ver": "1298396", + "vol": "0.000000000", + "c": "0.00000251", + "s": "COTI-BTC", + "t": "0.000000000", + "v": "0.0", + "h": "0.00000251", + "l": "0.00000251" + }, + { + "p": "0.0117", + "ver": "144457", + "vol": "35958.311770", + "c": "0.003488", + "s": "BIP-USDT", + "t": "35958.311770", + "v": "10418104", + "h": "0.003550", + "l": "0.003310" + }, + { + "p": "0.0188", + "ver": "1410146", + "vol": "14.53602800000", + "c": "0.000015195", + "s": "CRO-BTC", + "t": "14.53602800000", + "v": "966910.67", + "h": "0.000015206", + "l": "0.000014912" + }, + { + "p": "0.0416", + "ver": "1666313", + "vol": "1818.492343", + "c": "0.01103", + "s": "CLR-USDT", + "t": "1818.492343", + "v": "175821.1", + "h": "0.01200", + "l": "0.00931" + }, + { + "p": "0.0096", + "ver": "79343", + "vol": "57188.329347", + "c": "58.21", + "s": "CGT-USDT", + "t": "57188.329347", + "v": "983.7017", + "h": "58.44", + "l": "57.65" + }, + { + "p": "0.0243", + "ver": "1116371", + "vol": "944.3212950", + "c": "0.0000761", + "s": "WIN-USDT", + "t": "944.3212950", + "v": "12556082", + "h": "0.0000789", + "l": "0.0000742" + }, + { + "p": "0.0354", + "ver": "30207", + "vol": "64219.913129", + "c": "0.07400", + "s": "XTP-USDT", + "t": "64219.913129", + "v": "875348.6", + "h": "0.07717", + "l": "0.07139" + }, + { + "p": "0.0000", + "ver": "1284005", + "vol": "0.000000", + "c": "0.0025", + "s": "FNB-USDT", + "t": "0.000000", + "v": "0.00", + "h": "0.0025", + "l": "0.0025" + }, + { + "p": "-0.0270", + "ver": "1461221", + "vol": "4228.587734", + "c": "0.00613", + "s": "CBC-USDT", + "t": "4228.587734", + "v": "679966.6", + "h": "0.00696", + "l": "0.00596" + }, + { + "p": "0.0387", + "ver": "1585028", + "vol": "704.5134540", + "c": "0.0000269", + "s": "NASH-USDT", + "t": "704.5134540", + "v": "27248099", + "h": "0.0000270", + "l": "0.0000257" + }, + { + "p": "-0.0286", + "ver": "388603", + "vol": "42226.944215", + "c": "0.003574", + "s": "EL-USDT", + "t": "42226.944215", + "v": "11651673", + "h": "0.003922", + "l": "0.003328" + }, + { + "p": "0.0000", + "ver": "385998", + "vol": "0.000000", + "c": "0.00300", + "s": "QBZ-USDT", + "t": "0.000000", + "v": "0.0", + "h": "0.00300", + "l": "0.00300" + }, + { + "p": "0.0063", + "ver": "1952991", + "vol": "427370.120582", + "c": "0.480", + "s": "GXC-USDT", + "t": "427370.120582", + "v": "898152.752", + "h": "0.510", + "l": "0.467" + }, + { + "p": "0.0348", + "ver": "2071061", + "vol": "2172602.592960", + "c": "0.006499", + "s": "MXC-USDT", + "t": "2172602.592960", + "v": "340344880", + "h": "0.006499", + "l": "0.004459" + }, + { + "p": "0.0283", + "ver": "2361493", + "vol": "6933.4018140", + "c": "0.033481", + "s": "CHR-USDT", + "t": "6933.4018140", + "v": "205594.8", + "h": "0.034793", + "l": "0.031742" + }, + { + "p": "-0.0039", + "ver": "1496409", + "vol": "28050.559814", + "c": "0.00257", + "s": "TUNE-USDT", + "t": "28050.559814", + "v": "10911110.4", + "h": "0.00260", + "l": "0.00256" + }, + { + "p": "-0.0239", + "ver": "1325456", + "vol": "82867.399334", + "c": "0.0409", + "s": "PLA-USDT", + "t": "82867.399334", + "v": "2032828.33", + "h": "0.0430", + "l": "0.0401" + }, + { + "p": "-0.0352", + "ver": "1913956", + "vol": "4885.78224100", + "c": "0.003816", + "s": "MIX-USDT", + "t": "4885.78224100", + "v": "1258173.66", + "h": "0.004004", + "l": "0.003652" + }, + { + "p": "0.0329", + "ver": "1057683", + "vol": "109169.615512", + "c": "0.0786", + "s": "IPX-USDT", + "t": "109169.615512", + "v": "1420127.73", + "h": "0.0797", + "l": "0.0744" + }, + { + "p": "0.1588", + "ver": "1963082", + "vol": "117.1756430000", + "c": "0.00015427", + "s": "IRIS-ETH", + "t": "117.1756430000", + "v": "816921.67", + "h": "0.00016332", + "l": "0.00013144" + }, + { + "p": "0.0032", + "ver": "343279", + "vol": "1.8864210000", + "c": "0.0001932", + "s": "PLC-BTC", + "t": "1.8864210000", + "v": "9824.781", + "h": "0.0002031", + "l": "0.0001821" + }, + { + "p": "0.0090", + "ver": "182933", + "vol": "2869.292638", + "c": "0.04057", + "s": "IQ-USDT", + "t": "2869.292638", + "v": "66915.0", + "h": "0.04331", + "l": "0.04021" + }, + { + "p": "-0.0120", + "ver": "1029135", + "vol": "0.1549750000", + "c": "0.0000001408", + "s": "EDN-BTC", + "t": "0.1549750000", + "v": "1096433", + "h": "0.0000001437", + "l": "0.0000001285" + }, + { + "p": "0.0018", + "ver": "195821", + "vol": "41534.095864", + "c": "0.01674", + "s": "XPR-USDT", + "t": "41534.095864", + "v": "2485232.1", + "h": "0.01736", + "l": "0.01648" + }, + { + "p": "0.0000", + "ver": "244261", + "vol": "0.0000000", + "c": "0.0000005", + "s": "LFEC-BTC", + "t": "0.0000000", + "v": "0", + "h": "0.0000005", + "l": "0.0000005" + }, + { + "p": "0.1856", + "ver": "219347", + "vol": "116086.633343", + "c": "0.01597", + "s": "ARPA-USDT", + "t": "116086.633343", + "v": "7962881.7", + "h": "0.01714", + "l": "0.01343" + }, + { + "p": "-0.0054", + "ver": "206141", + "vol": "2.85138000000", + "c": "0.09350", + "s": "YO-BTC", + "t": "2.85138000000", + "v": "30.430000", + "h": "0.09400", + "l": "0.09350" + }, + { + "p": "0.0798", + "ver": "224984", + "vol": "19363.433773", + "c": "0.3969", + "s": "MDM-USDT", + "t": "19363.433773", + "v": "50070.82", + "h": "0.4128", + "l": "0.3646" + }, + { + "p": "0.0000", + "ver": "656913", + "vol": "0.000000", + "c": "0.00988", + "s": "META-USDT", + "t": "0.000000", + "v": "0.0", + "h": "0.00988", + "l": "0.00988" + }, + { + "p": "-0.0013", + "ver": "1461430", + "vol": "140.1656540", + "c": "0.008681", + "s": "COS-USDT", + "t": "140.1656540", + "v": "16149.3", + "h": "0.008692", + "l": "0.008677" + }, + { + "p": "0.0370", + "ver": "59801", + "vol": "2.2507480000", + "c": "0.000005163", + "s": "DIVI-BTC", + "t": "2.2507480000", + "v": "442574.0", + "h": "0.000005200", + "l": "0.000004968" + }, + { + "p": "-0.1382", + "ver": "1148609", + "vol": "132.058689", + "c": "0.000948", + "s": "VIDY-USDT", + "t": "132.058689", + "v": "139885", + "h": "0.001100", + "l": "0.000942" + }, + { + "p": "0.0291", + "ver": "3798", + "vol": "8238.129011", + "c": "0.03508", + "s": "HDAO-USDT", + "t": "8238.129011", + "v": "236181.4", + "h": "0.03597", + "l": "0.03407" + }, + { + "p": "0.0016", + "ver": "1942893", + "vol": "26638.08761200", + "c": "0.7530", + "s": "YT-USDT", + "t": "26638.08761200", + "v": "35472.3828", + "h": "0.7541", + "l": "0.7502" + }, + { + "p": "0.0244", + "ver": "950882", + "vol": "46016.455965", + "c": "0.0252", + "s": "VSYS-USDT", + "t": "46016.455965", + "v": "1834653.10", + "h": "0.0257", + "l": "0.0245" + }, + { + "p": "0.0229", + "ver": "1938506", + "vol": "40287.561186", + "c": "0.02821", + "s": "COTI-USDT", + "t": "40287.561186", + "v": "1434729.4", + "h": "0.03009", + "l": "0.02758" + }, + { + "p": "-0.0170", + "ver": "1825101", + "vol": "834643.791876", + "c": "0.02257", + "s": "SOC-USDT", + "t": "834643.791876", + "v": "36796710.7", + "h": "0.02302", + "l": "0.02198" + }, + { + "p": "0.0695", + "ver": "1911642", + "vol": "5937.8935770", + "c": "0.0001339", + "s": "RATING-USDT", + "t": "5937.8935770", + "v": "44881630", + "h": "0.0001342", + "l": "0.0001249" + }, + { + "p": "0.0000", + "ver": "876375", + "vol": "0.000000", + "c": "0.001899", + "s": "CUST-USDT", + "t": "0.000000", + "v": "0", + "h": "0.001899", + "l": "0.001899" + }, + { + "p": "-0.0166", + "ver": "802298", + "vol": "16.192880", + "c": "0.01190", + "s": "OGO-USDT", + "t": "16.192880", + "v": "1358.8", + "h": "0.01210", + "l": "0.01190" + }, + { + "p": "-0.0491", + "ver": "564409", + "vol": "45497.008583", + "c": "0.01201", + "s": "FLETA-USDT", + "t": "45497.008583", + "v": "3648671.5", + "h": "0.01282", + "l": "0.01175" + }, + { + "p": "-0.0108", + "ver": "1642955", + "vol": "138234.75984700", + "c": "7.3475", + "s": "BHD-USDT", + "t": "138234.75984700", + "v": "18642.8175", + "h": "7.4381", + "l": "7.3472" + }, + { + "p": "-0.0306", + "ver": "717033", + "vol": "124.508354", + "c": "0.03304", + "s": "TRV-USDT", + "t": "124.508354", + "v": "3715.1", + "h": "0.03408", + "l": "0.03304" + }, + { + "p": "0.0000", + "ver": "454836", + "vol": "0.000000", + "c": "0.000100", + "s": "WFX-USDT", + "t": "0.000000", + "v": "0", + "h": "0.000100", + "l": "0.000100" + }, + { + "p": "0.1396", + "ver": "748093", + "vol": "9.48652600", + "c": "0.00000049", + "s": "TFB-ETH", + "t": "9.48652600", + "v": "18814576", + "h": "0.00000056", + "l": "0.00000043" + }, + { + "p": "0.0058", + "ver": "1158934", + "vol": "0.8843050000", + "c": "0.00001214", + "s": "WABI-BTC", + "t": "0.8843050000", + "v": "71939.71", + "h": "0.00001257", + "l": "0.00001207" + }, + { + "p": "0.1672", + "ver": "1156780", + "vol": "6.3261490000", + "c": "0.00000405", + "s": "IRIS-BTC", + "t": "6.3261490000", + "v": "1679528.50", + "h": "0.00000423", + "l": "0.00000346" + }, + { + "p": "-0.0069", + "ver": "873989", + "vol": "2050678.393013", + "c": "0.187480", + "s": "WOM-USDT", + "t": "2050678.393013", + "v": "10837959", + "h": "0.196946", + "l": "0.184793" + }, + { + "p": "-0.0010", + "ver": "345177", + "vol": "1.2363350000", + "c": "0.0002118", + "s": "NRG-BTC", + "t": "1.2363350000", + "v": "5842.630", + "h": "0.0002123", + "l": "0.0002116" + }, + { + "p": "0.0114", + "ver": "203000", + "vol": "99228.368091", + "c": "64471", + "s": "BTC-TRY", + "t": "99228.368091", + "v": "1.538119", + "h": "65053", + "l": "63661" + }, + { + "p": "0.1154", + "ver": "971952", + "vol": "32.967191000", + "c": "0.00000203", + "s": "TRX-BTC", + "t": "32.967191000", + "v": "17309363.3", + "h": "0.00000215", + "l": "0.00000178" + }, + { + "p": "-0.0173", + "ver": "317542", + "vol": "810167.596410", + "c": "0.03527", + "s": "YSR-USDT", + "t": "810167.596410", + "v": "22878952.0", + "h": "0.03602", + "l": "0.03412" + }, + { + "p": "-0.0097", + "ver": "1159980", + "vol": "6.8570820000", + "c": "0.006062", + "s": "ZEC-BTC", + "t": "6.8570820000", + "v": "1120.5790", + "h": "0.006166", + "l": "0.005906" + }, + { + "p": "-0.0046", + "ver": "245443", + "vol": "6.2330930000", + "c": "0.0000004346", + "s": "ZASH-BTC", + "t": "6.2330930000", + "v": "14567756", + "h": "0.0000004398", + "l": "0.0000004039" + }, + { + "p": "-0.0196", + "ver": "241505", + "vol": "85778.69010900", + "c": "88.21", + "s": "LTCS-USDT", + "t": "85778.69010900", + "v": "965.240053", + "h": "90.38", + "l": "87.75" + }, + { + "p": "0.4830", + "ver": "869668", + "vol": "9080.799249", + "c": "0.001480", + "s": "IZE-USDT", + "t": "9080.799249", + "v": "7025105", + "h": "0.034224", + "l": "0.000561" + }, + { + "p": "0.0285", + "ver": "46495", + "vol": "3621.756135", + "c": "0.05020", + "s": "2KEY-USDT", + "t": "3621.756135", + "v": "74932.9", + "h": "0.05327", + "l": "0.04802" + }, + { + "p": "-0.0056", + "ver": "2080447", + "vol": "7387.111278", + "c": "0.00900", + "s": "MPAY-USDT", + "t": "7387.111278", + "v": "705165.4", + "h": "0.01108", + "l": "0.00900" + }, + { + "p": "-0.0164", + "ver": "1055907", + "vol": "18468.045293", + "c": "0.2102", + "s": "LUNA-USDT", + "t": "18468.045293", + "v": "88472.61", + "h": "0.2145", + "l": "0.2074" + }, + { + "p": "0.0423", + "ver": "1307662", + "vol": "997.806604", + "c": "0.0838", + "s": "RIF-USDT", + "t": "997.806604", + "v": "12182.05", + "h": "0.0890", + "l": "0.0801" + }, + { + "p": "0.0196", + "ver": "678399", + "vol": "2285975.385451", + "c": "0.12804", + "s": "KDAG-USDT", + "t": "2285975.385451", + "v": "17897013.2", + "h": "0.12956", + "l": "0.12505" + }, + { + "p": "0.3397", + "ver": "1073270", + "vol": "240299.320658", + "c": "0.05747", + "s": "UTK-USDT", + "t": "240299.320658", + "v": "5007396.3", + "h": "0.06120", + "l": "0.04287" + }, + { + "p": "-0.0338", + "ver": "694856", + "vol": "5781.574958", + "c": "0.0286", + "s": "FCT-USDT", + "t": "5781.574958", + "v": "195876.22", + "h": "0.0298", + "l": "0.0286" + }, + { + "p": "-0.2366", + "ver": "736680", + "vol": "1447.9277630", + "c": "0.0001107", + "s": "TFB-USDT", + "t": "1447.9277630", + "v": "13042278", + "h": "0.0001600", + "l": "0.0001100" + }, + { + "p": "0.0731", + "ver": "845241", + "vol": "2273.1144850", + "c": "0.018519", + "s": "TRX-USDT", + "t": "2273.1144850", + "v": "128313.8", + "h": "0.019098", + "l": "0.017259" + }, + { + "p": "0.0262", + "ver": "1576502", + "vol": "86396.890360", + "c": "7.932", + "s": "QNT-USDT", + "t": "86396.890360", + "v": "10985.118", + "h": "8.176", + "l": "7.576" + }, + { + "p": "0.0161", + "ver": "1755766", + "vol": "72160.183409", + "c": "57.50", + "s": "ZEC-USDT", + "t": "72160.183409", + "v": "1263.5746", + "h": "58.00", + "l": "56.08" + }, + { + "p": "0.1189", + "ver": "410173", + "vol": "226.666748", + "c": "0.00640", + "s": "LFEC-USDT", + "t": "226.666748", + "v": "40015.1", + "h": "0.00640", + "l": "0.00477" + }, + { + "p": "0.0091", + "ver": "597356", + "vol": "11.231808", + "c": "0.0112", + "s": "BOLTT-USDT", + "t": "11.231808", + "v": "1002.84", + "h": "0.0112", + "l": "0.0111" + }, + { + "p": "0.0000", + "ver": "312965", + "vol": "3601.530181", + "c": "0.00040", + "s": "CNB-USDT", + "t": "3601.530181", + "v": "8983382.9", + "h": "0.00043", + "l": "0.00038" + }, + { + "p": "-0.0413", + "ver": "1021685", + "vol": "43.46825400", + "c": "0.00000535", + "s": "EDN-ETH", + "t": "43.46825400", + "v": "8029083", + "h": "0.00000559", + "l": "0.00000534" + }, + { + "p": "-0.0345", + "ver": "847553", + "vol": "464.71278100", + "c": "0.000168", + "s": "PLA-ETH", + "t": "464.71278100", + "v": "2708564.00", + "h": "0.000175", + "l": "0.000165" + }, + { + "p": "0.0998", + "ver": "1001118", + "vol": "25.1226950000", + "c": "0.0000000386", + "s": "BTT-BTC", + "t": "25.1226950000", + "v": "693185543", + "h": "0.0000000419", + "l": "0.0000000351" + }, + { + "p": "-0.0104", + "ver": "209814", + "vol": "91.05369500", + "c": "0.0015147", + "s": "APIX-ETH", + "t": "91.05369500", + "v": "61468.6", + "h": "0.0015786", + "l": "0.0013763" + }, + { + "p": "0.3175", + "ver": "897375", + "vol": "6.319374000", + "c": "0.00000610", + "s": "UTK-BTC", + "t": "6.319374000", + "v": "1243914.0", + "h": "0.00000644", + "l": "0.00000461" + }, + { + "p": "-0.0473", + "ver": "163900", + "vol": "1.67088700", + "c": "0.00000262", + "s": "LOA-BTC", + "t": "1.67088700", + "v": "629676", + "h": "0.00000284", + "l": "0.00000236" + }, + { + "p": "0.0136", + "ver": "1167902", + "vol": "1.0170240000", + "c": "0.0008443", + "s": "QNT-BTC", + "t": "1.0170240000", + "v": "1215.006", + "h": "0.0008668", + "l": "0.0008071" + }, + { + "p": "0.0678", + "ver": "158186", + "vol": "116057.796263", + "c": "0.009343", + "s": "DEP-USDT", + "t": "116057.796263", + "v": "12973103", + "h": "0.010108", + "l": "0.008738" + }, + { + "p": "0.0109", + "ver": "122920", + "vol": "0.537771000", + "c": "0.000000371", + "s": "BIP-BTC", + "t": "0.537771000", + "v": "1473768", + "h": "0.000000374", + "l": "0.000000353" + }, + { + "p": "-0.0167", + "ver": "726747", + "vol": "1.140057000", + "c": "0.00000059", + "s": "LINKA-BTC", + "t": "1.140057000", + "v": "1932392.5", + "h": "0.00000060", + "l": "0.00000057" + } + ], + "code": "0", + "msg": "success", + "timestamp": 1594285868631, + "startTime": null + }, + "rawHeaders": [ + "Date", + "Thu, 09 Jul 2020 09:11:08 GMT", + "Content-Type", + "application/json;charset=UTF-8", + "Transfer-Encoding", + "chunked", + "Connection", + "keep-alive", + "Vary", + "Accept-Encoding", + "X-Application-Context", + "cex_transaction:prod:8050", + "X-Frame-Options", + "SAMEORIGIN", + "CF-Cache-Status", + "DYNAMIC", + "cf-request-id", + "03d470ddd1000006721a0bc200000001", + "Expect-CT", + "max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"", + "Server", + "cloudflare" + ], + "responseIsBinary": false + } +] \ No newline at end of file