8000 Include XRB/BTC as a trading symbol in Coinex · Issue #3301 · ccxt/ccxt · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Include XRB/BTC as a trading symbol in Coinex #3301

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
claudiocabral opened this issue Jul 1, 2018 · 2 comments
Closed

Include XRB/BTC as a trading symbol in Coinex #3301

claudiocabral opened this issue Jul 1, 2018 · 2 comments
Assignees

Comments

@claudiocabral
Copy link

Coinex recently added the trading pair XRB/BTC, but that's not yet accessible in ccxt.

  • OS: Arch Linux
  • Programming Language version: nodejs v10.0.4
  • CCXT version: 1.14.305
  • Exchange: Coinex
  • Method: fetchOpenOrders, fetchBalance
@kroitor
Copy link
Member
kroitor commented Jul 1, 2018

We don't hardcode their markets, instead we use their web endpoint to fetch market info from their website on demand, because they don't have other means for that in their API.

As you can see from here: https://www.coinex.com/res/market they don't serve any market info on XRB. So, i guess, you should contact Coinex with a question on this issue. Hope this answers your question. Let us know if it does not help.

Last login: Sun Jul  1 20:27:12 on ttys001
mbp:ccxt igorkroitor$ node examples/js/cli coinex symbols --load-markets --verbose
fetch:
 coinex GET https://www.coinex.com/res/market
Request:
 {}
 undefined

handleRestResponse:
 coinex GET https://www.coinex.com/res/market 200 OK
Response:
 { Date: 'Sun, 01 Jul 2018 18:53:25 GMT',
  'Content-Type': 'application/json',
  'Transfer-Encoding': 'chunked',
  Connection: 'close',
  'Set-Cookie': '__cfduid=d24e5d7a1cc78a91e3a170a8567360c921530471205; expires=Mon, 01-Jul-19 18:53:25 GMT; path=/; domain=.coinex.com; HttpOnly; Secure',
  'Expect-Ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
  Server: 'cloudflare',
  'Cf-Ray': '433b1348aadd8f63-DME',
  'Content-Encoding': 'gzip' }
 {
  "code": 0,
  "data": {
    "market_info": {
      "BBNBCH": {
        "buy_asset_type": "BCH",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "BBNBCH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "BBN",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BCH"
      },
      "BBNBTC": {
        "buy_asset_type": "BTC",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "BBNBTC",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "BBN",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BTC"
      },
      "BBNETH": {
        "buy_asset_type": "ETH",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "BBNETH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "BBN",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "ETH"
      },
      "BCHUSDT": {
        "buy_asset_type": "USDT",
        "buy_asset_type_places": 2,
        "default_merge": "0.01",
        "end_time": 0,
        "least_amount": "0.001",
        "maker_fee_rate": "0.001",
        "market": "BCHUSDT",
        "merge": [
          "100",
          "10",
          "1",
          "0.1",
          "0.01"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "BCH",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "USDT"
      },
      "BTCBCH": {
        "buy_asset_type": "BCH",
        "buy_asset_type_places": 8,
        "default_merge": "0.000001",
        "end_time": 0,
        "least_amount": "0.001",
        "maker_fee_rate": "0.001",
        "market": "BTCBCH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "BTC",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BCH"
      },
      "BTCUSDT": {
        "buy_asset_type": "USDT",
        "buy_asset_type_places": 2,
        "default_merge": "0.01",
        "end_time": 0,
        "least_amount": "0.001",
        "maker_fee_rate": "0.001",
        "market": "BTCUSDT",
        "merge": [
          "100",
          "10",
          "1",
          "0.1",
          "0.01"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "BTC",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "USDT"
      },
      "BTMBCH": {
        "buy_asset_type": "BCH",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "0.001",
        "maker_fee_rate": "0.001",
        "market": "BTMBCH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "BTM",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BCH"
      },
      "BTMBTC": {
        "buy_asset_type": "BTC",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "0.001",
        "maker_fee_rate": "0.001",
        "market": "BTMBTC",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "BTM",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BTC"
      },
      "BTMETH": {
        "buy_asset_type": "ETH",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "BTMETH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "BTM",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "ETH"
      },
      "BTVBCH": {
        "buy_asset_type": "BCH",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "BTVBCH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "BTV",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BCH"
      },
      "CDYBCH": {
        "buy_asset_type": "BCH",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "CDYBCH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "CDY",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BCH"
      },
      "CETBCH": {
        "buy_asset_type": "BCH",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "CETBCH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "CET",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BCH"
      },
      "CETBTC": {
        "buy_asset_type": "BTC",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "0.001",
        "maker_fee_rate": "0.001",
        "market": "CETBTC",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "CET",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BTC"
      },
      "CETETH": {
        "buy_asset_type": "ETH",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "CETETH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "CET",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "ETH"
      },
      "CETUSDT": {
        "buy_asset_type": "USDT",
        "buy_asset_type_places": 4,
        "default_merge": "0.0001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "CETUSDT",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "CET",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "USDT"
      },
      "CTXCBCH": {
        "buy_asset_type": "BCH",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0",
        "market": "CTXCBCH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "CTXC",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BCH"
      },
      "CTXCBTC": {
        "buy_asset_type": "BTC",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0",
        "market": "CTXCBTC",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "CTXC",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BTC"
      },
      "CTXCETH": {
        "buy_asset_type": "ETH",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "CTXCETH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "CTXC",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "ETH"
      },
      "DASHBCH": {
        "buy_asset_type": "BCH",
        "buy_asset_type_places": 8,
        "default_merge": "0.000001",
        "end_time": 0,
        "least_amount": "0.001",
        "maker_fee_rate": "0.001",
        "market": "DASHBCH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "DASH",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BCH"
      },
      "DASHBTC": {
        "buy_asset_type": "BTC",
        "buy_asset_type_places": 8,
        "default_merge": "0.000001",
        "end_time": 0,
        "least_amount": "0.001",
        "maker_fee_rate": "0.001",
        "market": "DASHBTC",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "DASH",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BTC"
      },
      "DASHUSDT": {
        "buy_asset_type": "USDT",
        "buy_asset_type_places": 2,
        "default_merge": "0.01",
        "end_time": 0,
        "least_amount": "0.001",
        "maker_fee_rate": "0.001",
        "market": "DASHUSDT",
        "merge": [
          "10",
          "1",
          "0.1",
          "0.01"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "DASH",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "USDT"
      },
      "DCRBCH": {
        "buy_asset_type": "BCH",
        "buy_asset_type_places": 8,
        "default_merge": "0.000001",
        "end_time": 0,
        "least_amount": "0.001",
        "maker_fee_rate": "0.001",
        "market": "DCRBCH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "DCR",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BCH"
      },
      "DCRBTC": {
        "buy_asset_type": "BTC",
        "buy_asset_type_places": 8,
        "default_merge": "0.000001",
        "end_time": 0,
        "least_amount": "0.001",
        "maker_fee_rate": "0.001",
        "market": "DCRBTC",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "DCR",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BTC"
      },
      "DOGEBCH": {
        "buy_asset_type": "BCH",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "DOGEBCH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "DOGE",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BCH"
      },
      "DOGEBTC": {
        "buy_asset_type": "BTC",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "DOGEBTC",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "DOGE",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BTC"
      },
      "EOSBCH": {
        "buy_asset_type": "BCH",
        "buy_asset_type_places": 8,
        "default_merge": "0.000001",
        "end_time": 0,
        "least_amount": "0.001",
        "maker_fee_rate": "0.001",
        "market": "EOSBCH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "EOS",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BCH"
      },
      "EOSBTC": {
        "buy_asset_type": "BTC",
        "buy_asset_type_places": 8,
        "default_merge": "0.000001",
        "end_time": 0,
        "least_amount": "0.001",
        "maker_fee_rate": "0.001",
        "market": "EOSBTC",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "EOS",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BTC"
      },
      "EOSDACBCH": {
        "buy_asset_type": "BCH",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "EOSDACBCH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "EOSDAC",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BCH"
      },
      "EOSDACBTC": {
        "buy_asset_type": "BTC",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "EOSDACBTC",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "EOSDAC",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BTC"
      },
      "EOSETH": {
        "buy_asset_type": "ETH",
        "buy_asset_type_places": 8,
        "default_merge": "0.000001",
        "end_time": 0,
        "least_amount": "0.001",
        "maker_fee_rate": "0.001",
        "market": "EOSETH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "EOS",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "ETH"
      },
      "EOSUSDT": {
        "buy_asset_type": "USDT",
        "buy_asset_type_places": 8,
        "default_merge": "0.0001",
        "end_time": 0,
        "least_amount": "0.01",
        "maker_fee_rate": "0.001",
        "market": "EOSUSDT",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "EOS",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "USDT"
      },
      "ETCBCH": {
        "buy_asset_type": "BCH",
        "buy_asset_type_places": 8,
        "default_merge": "0.000001",
        "end_time": 0,
        "least_amount": "0.001",
        "maker_fee_rate": "0.001",
        "market": "ETCBCH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "ETC",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BCH"
      },
      "ETCBTC": {
        "buy_asset_type": "BTC",
        "buy_asset_type_places": 8,
        "default_merge": "0.000001",
        "end_time": 0,
        "least_amount": "0.001",
        "maker_fee_rate": "0.001",
        "market": "ETCBTC",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "ETC",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BTC"
      },
      "ETHBCH": {
        "buy_asset_type": "BCH",
        "buy_asset_type_places": 8,
        "default_merge": "0.000001",
        "end_time": 0,
        "least_amount": "0.001",
        "maker_fee_rate": "0.001",
        "market": "ETHBCH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "ETH",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BCH"
      },
      "ETHBTC": {
        "buy_asset_type": "BTC",
        "buy_asset_type_places": 8,
        "default_merge": "0.000001",
        "end_time": 0,
        "least_amount": "0.001",
        "maker_fee_rate": "0.001",
        "market": "ETHBTC",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "ETH",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BTC"
      },
      "ETHUSDT": {
        "buy_asset_type": "USDT",
        "buy_asset_type_places": 2,
        "default_merge": "0.01",
        "end_time": 0,
        "least_amount": "0.001",
        "maker_fee_rate": "0.001",
        "market": "ETHUSDT",
        "merge": [
          "100",
          "10",
          "1",
          "0.1",
          "0.01"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "ETH",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "USDT"
      },
      "HSRBCH": {
        "buy_asset_type": "BCH",
        "buy_asset_type_places": 8,
        "default_merge": "0.000001",
        "end_time": 0,
        "least_amount": "0.001",
        "maker_fee_rate": "0.001",
        "market": "HSRBCH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "HSR",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BCH"
      },
      "HSRBTC": {
        "buy_asset_type": "BTC",
        "buy_asset_type_places": 8,
        "default_merge": "0.000001",
        "end_time": 0,
        "least_amount": "0.001",
        "maker_fee_rate": "0.001",
        "market": "HSRBTC",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "HSR",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BTC"
      },
      "HYDROBCH": {
        "buy_asset_type": "BCH",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "HYDROBCH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "HYDRO",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BCH"
      },
      "HYDROBTC": {
        "buy_asset_type": "BTC",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "HYDROBTC",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "HYDRO",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BTC"
      },
      "HYDROETH": {
        "buy_asset_type": "ETH",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "HYDROETH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "HYDRO",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "ETH"
      },
      "ICXBCH": {
        "buy_asset_type": "BCH",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "ICXBCH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "ICX",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "audit",
        "taker_fee_rate": "0.001",
        "trading_area": "BCH"
      },
      "ICXBTC": {
        "buy_asset_type": "BTC",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "ICXBTC",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "ICX",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "audit",
        "taker_fee_rate": "0.001",
        "trading_area": "BTC"
      },
      "ICXETH": {
        "buy_asset_type": "ETH",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "ICXETH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "ICX",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "audit",
        "taker_fee_rate": "0.001",
        "trading_area": "ETH"
      },
      "KANBCH": {
        "buy_asset_type": "BCH",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "KANBCH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "KAN",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BCH"
      },
      "KANBTC": {
        "buy_asset_type": "BTC",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "KANBTC",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "KAN",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BTC"
      },
      "KANETH": {
        "buy_asset_type": "ETH",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "KANETH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "KAN",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "ETH"
      },
      "LOOMBCH": {
        "buy_asset_type": "BCH",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "0.001",
        "maker_fee_rate": "0.001",
        "market": "LOOMBCH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "LOOM",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BCH"
      },
      "LOOMBTC": {
        "buy_asset_type": "BTC",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "0.001",
        "maker_fee_rate": "0.001",
        "market": "LOOMBTC",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "LOOM",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BTC"
      },
      "LOOMETH": {
        "buy_asset_type": "ETH",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "LOOMETH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "LOOM",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "ETH"
      },
      "LTCBCH": {
        "buy_asset_type": "BCH",
        "buy_asset_type_places": 8,
        "default_merge": "0.000001",
        "end_time": 0,
        "least_amount": "0.001",
        "maker_fee_rate": "0.001",
        "market": "LTCBCH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "LTC",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BCH"
      },
      "LTCBTC": {
        "buy_asset_type": "BTC",
        "buy_asset_type_places": 8,
        "default_merge": "0.000001",
        "end_time": 0,
        "least_amount": "0.001",
        "maker_fee_rate": "0.001",
        "market": "LTCBTC",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "LTC",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BTC"
      },
      "LTCUSDT": {
        "buy_asset_type": "USDT",
        "buy_asset_type_places": 2,
        "default_merge": "0.01",
        "end_time": 0,
        "least_amount": "0.001",
        "maker_fee_rate": "0.001",
        "market": "LTCUSDT",
        "merge": [
          "10",
          "1",
          "0.1",
          "0.01"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "LTC",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "USDT"
      },
      "MTBCH": {
        "buy_asset_type": "BCH",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "MTBCH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "MT",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BCH"
      },
      "MTBTC": {
        "buy_asset_type": "BTC",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "MTBTC",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "MT",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BTC"
      },
      "MTETH": {
        "buy_asset_type": "ETH",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "MTETH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "MT",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "ETH"
      },
      "NANOBCH": {
        "buy_asset_type": "BCH",
        "buy_asset_type_places": 8,
        "default_merge": "0.000001",
        "end_time": 0,
        "least_amount": "0.001",
        "maker_fee_rate": "0.001",
        "market": "NANOBCH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "NANO",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BCH"
      },
      "NANOBTC": {
        "buy_asset_type": "BTC",
        "buy_asset_type_places": 8,
        "default_merge": "0.000001",
        "end_time": 0,
        "least_amount": "0.001",
        "maker_fee_rate": "0.001",
        "market": "NANOBTC",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "NANO",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BTC"
      },
      "NEOBCH": {
        "buy_asset_type": "BCH",
        "buy_asset_type_places": 8,
        "default_merge": "0.000001",
        "end_time": 0,
        "least_amount": "0.001",
        "maker_fee_rate": "0.001",
        "market": "NEOBCH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "NEO",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BCH"
      },
      "NEOBTC": {
        "buy_asset_type": "BTC",
        "buy_asset_type_places": 8,
        "default_merge": "0.000001",
        "end_time": 0,
        "least_amount": "0.001",
        "maker_fee_rate": "0.001",
        "market": "NEOBTC",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "NEO",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BTC"
      },
      "OMGBCH": {
        "buy_asset_type": "BCH",
        "buy_asset_type_places": 8,
        "default_merge": "0.000001",
        "end_time": 0,
        "least_amount": "0.001",
        "maker_fee_rate": "0.001",
        "market": "OMGBCH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "OMG",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BCH"
      },
      "OMGBTC": {
        "buy_asset_type": "BTC",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "0.001",
        "maker_fee_rate": "0.001",
        "market": "OMGBTC",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "OMG",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BTC"
      },
      "OMGETH": {
        "buy_asset_type": "ETH",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "OMGETH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "OMG",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "ETH"
      },
      "QTUMBCH": {
        "buy_asset_type": "BCH",
        "buy_asset_type_places": 8,
        "default_merge": "0.000001",
        "end_time": 0,
        "least_amount": "0.001",
        "maker_fee_rate": "0.001",
        "market": "QTUMBCH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "QTUM",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BCH"
      },
      "QTUMBTC": {
        "buy_asset_type": "BTC",
        "buy_asset_type_places": 8,
        "default_merge": "0.000001",
        "end_time": 0,
        "least_amount": "0.001",
        "maker_fee_rate": "0.001",
        "market": "QTUMBTC",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "QTUM",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BTC"
      },
      "RHOCBCH": {
        "buy_asset_type": "BCH",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "RHOCBCH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "RHOC",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BCH"
      },
      "RHOCBTC": {
        "buy_asset_type": "BTC",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "RHOCBTC",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "RHOC",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BTC"
      },
      "SCBCH": {
        "buy_asset_type": "BCH",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "SCBCH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "SC",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BCH"
      },
      "SCBTC": {
        "buy_asset_type": "BTC",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "SCBTC",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "SC",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BTC"
      },
      "SCUSDT": {
        "buy_asset_type": "USDT",
        "buy_asset_type_places": 8,
        "default_merge": "0.0001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "SCUSDT",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "SC",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "USDT"
      },
      "SEERBCH": {
        "buy_asset_type": "BCH",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "SEERBCH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "SEER",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BCH"
      },
      "SEERBTC": {
        "buy_asset_type": "BTC",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "SEERBTC",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "SEER",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BTC"
      },
      "SEERETH": {
        "buy_asset_type": "ETH",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "SEERETH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "SEER",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "ETH"
      },
      "TRXBCH": {
        "buy_asset_type": "BCH",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "TRXBCH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "TRX",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BCH"
      },
      "TRXBTC": {
        "buy_asset_type": "BTC",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "TRXBTC",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "TRX",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BTC"
      },
      "TRXETH": {
        "buy_asset_type": "ETH",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "TRXETH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "TRX",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "ETH"
      },
      "USCABTC": {
        "buy_asset_type": "BTC",
        "buy_asset_type_places": 8,
        "default_merge": "0.000001",
        "end_time": 0,
        "least_amount": "0.001",
        "maker_fee_rate": "0",
        "market": "USCABTC",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "USCA",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "audit",
        "taker_fee_rate": "0",
        "trading_area": "BTC"
      },
      "USCBBTC": {
        "buy_asset_type": "BTC",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "0.001",
        "maker_fee_rate": "0",
        "market": "USCBBTC",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "USCB",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "audit",
        "taker_fee_rate": "0",
        "trading_area": "BTC"
      },
      "USHABCH": {
        "buy_asset_type": "BCH",
        "buy_asset_type_places": 8,
        "default_merge": "0.000001",
        "end_time": 0,
        "least_amount": "0.001",
        "maker_fee_rate": "0",
        "market": "USHABCH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "USHA",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "audit",
        "taker_fee_rate": "0",
        "trading_area": "BCH"
      },
      "USHBBCH": {
        "buy_asset_type": "BCH",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "0.001",
        "maker_fee_rate": "0",
        "market": "USHBBCH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "USHB",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "audit",
        "taker_fee_rate": "0",
        "trading_area": "BCH"
      },
      "VENBCH": {
        "buy_asset_type": "BCH",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "0.001",
        "maker_fee_rate": "0.001",
        "market": "VENBCH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "VEN",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "audit",
        "taker_fee_rate": "0.001",
        "trading_area": "BCH"
      },
      "VENBTC": {
        "buy_asset_type": "BTC",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "0.001",
        "maker_fee_rate": "0.001",
        "market": "VENBTC",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "VEN",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "audit",
        "taker_fee_rate": "0.001",
        "trading_area": "BTC"
      },
      "VETBCH": {
        "buy_asset_type": "BCH",
        "buy_asset_type_places": 8,
        "default_merge": "0.000001",
        "end_time": 0,
        "least_amount": "0.001",
        "maker_fee_rate": "0.001",
        "market": "VETBCH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "VET",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BCH"
      },
      "VETBTC": {
        "buy_asset_type": "BTC",
        "buy_asset_type_places": 8,
        "default_merge": "0.000001",
        "end_time": 0,
        "least_amount": "0.001",
        "maker_fee_rate": "0.001",
        "market": "VETBTC",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "VET",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BTC"
      },
      "VETETH": {
        "buy_asset_type": "ETH",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "VETETH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "VET",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "ETH"
      },
      "WINGSBCH": {
        "buy_asset_type": "BCH",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "WINGSBCH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "WINGS",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BCH"
      },
      "WINGSBTC": {
        "buy_asset_type": "BTC",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "WINGSBTC",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "WINGS",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BTC"
      },
      "WINGSETH": {
        "buy_asset_type": "ETH",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "WINGSETH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001
8000
"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "WINGS",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "ETH"
      },
      "XMCBCH": {
        "buy_asset_type": "BCH",
        "buy_asset_type_places": 8,
        "default_merge": "0.000001",
        "end_time": 0,
        "least_amount": "0.001",
        "maker_fee_rate": "0.001",
        "market": "XMCBCH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "XMC",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BCH"
      },
      "XMCBTC": {
        "buy_asset_type": "BTC",
        "buy_asset_type_places": 8,
        "default_merge": "0.000001",
        "end_time": 0,
        "least_amount": "0.001",
        "maker_fee_rate": "0.001",
        "market": "XMCBTC",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "XMC",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BTC"
      },
      "XMRBCH": {
        "buy_asset_type": "BCH",
        "buy_asset_type_places": 8,
        "default_merge": "0.000001",
        "end_time": 0,
        "least_amount": "0.001",
        "maker_fee_rate": "0.001",
        "market": "XMRBCH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "XMR",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BCH"
      },
      "XMRBTC": {
        "buy_asset_type": "BTC",
        "buy_asset_type_places": 8,
        "default_merge": "0.000001",
        "end_time": 0,
        "least_amount": "0.001",
        "maker_fee_rate": "0.001",
        "market": "XMRBTC",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "XMR",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BTC"
      },
      "XMRUSDT": {
        "buy_asset_type": "USDT",
        "buy_asset_type_places": 2,
        "default_merge": "0.01",
        "end_time": 0,
        "least_amount": "0.001",
        "maker_fee_rate": "0.001",
        "market": "XMRUSDT",
        "merge": [
          "10",
          "1",
          "0.1",
          "0.01"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "XMR",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "USDT"
      },
      "XMVBCH": {
        "buy_asset_type": "BCH",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "XMVBCH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "XMV",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BCH"
      },
      "XMVBTC": {
        "buy_asset_type": "BTC",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "XMVBTC",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "XMV",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BTC"
      },
      "XRPBCH": {
        "buy_asset_type": "BCH",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "XRPBCH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "XRP",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BCH"
      },
      "XRPBTC": {
        "buy_asset_type": "BTC",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "XRPBTC",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "XRP",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BTC"
      },
      "XRPUSDT": {
        "buy_asset_type": "USDT",
        "buy_asset_type_places": 8,
        "default_merge": "0.0001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "XRPUSDT",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "XRP",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "USDT"
      },
      "ZECBCH": {
        "buy_asset_type": "BCH",
        "buy_asset_type_places": 8,
        "default_merge": "0.000001",
        "end_time": 0,
        "least_amount": "0.001",
        "maker_fee_rate": "0.001",
        "market": "ZECBCH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "ZEC",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BCH"
      },
      "ZECBTC": {
        "buy_asset_type": "BTC",
        "buy_asset_type_places": 8,
        "default_merge": "0.000001",
        "end_time": 0,
        "least_amount": "0.001",
        "maker_fee_rate": "0.001",
        "market": "ZECBTC",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "ZEC",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BTC"
      },
      "ZECUSDT": {
        "buy_asset_type": "USDT",
        "buy_asset_type_places": 2,
        "default_merge": "0.01",
        "end_time": 0,
        "least_amount": "0.001",
        "maker_fee_rate": "0.001",
        "market": "ZECUSDT",
        "merge": [
          "10",
          "1",
          "0.1",
          "0.01"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "ZEC",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "USDT"
      },
      "ZILBCH": {
        "buy_asset_type": "BCH",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "ZILBCH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "ZIL",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BCH"
      },
      "ZILBTC": {
        "buy_asset_type": "BTC",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "ZILBTC",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "ZIL",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BTC"
      },
      "ZILETH": {
        "buy_asset_type": "ETH",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "ZILETH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "ZIL",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "ETH"
      },
      "ZRXBCH": {
        "buy_asset_type": "BCH",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "ZRXBCH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "ZRX",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BCH"
      },
      "ZRXBTC": {
        "buy_asset_type": "BTC",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "ZRXBTC",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "ZRX",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "BTC"
      },
      "ZRXETH": {
        "buy_asset_type": "ETH",
        "buy_asset_type_places": 8,
        "default_merge": "0.00000001",
        "end_time": 0,
        "least_amount": "1",
        "maker_fee_rate": "0.001",
        "market": "ZRXETH",
        "merge": [
          "0.1",
          "0.01",
          "0.001",
          "0.0001",
          "0.00001",
          "0.000001",
          "0.0000001",
          "0.00000001"
        ],
        "price_rate": "0.05",
        "sell_asset_type": "ZRX",
        "sell_asset_type_places": 8,
        "start_time": 0,
        "status": "pass",
        "taker_fee_rate": "0.001",
        "trading_area": "ETH"
      }
    },
    "markets": [
      "CETBCH",
      "BTCBCH",
      "LTCBCH",
      "ETHBCH",
      "ETCBCH",
      "EOSBCH",
      "XMRBCH",
      "XMCBCH",
      "ZECBCH",
      "DASHBCH",
      "DOGEBCH",
      "BTMBCH",
      "SCBCH",
      "OMGBCH",
      "NEOBCH",
      "QTUMBCH",
      "CDYBCH",
      "BTVBCH",
      "MTBCH",
      "WINGSBCH",
      "SEERBCH",
      "HYDROBCH",
      "CTXCBCH",
      "DCRBCH",
      "XMVBCH",
      "EOSDACBCH",
      "LOOMBCH",
      "XRPBCH",
      "ZRXBCH",
      "KANBCH",
      "RHOCBCH",
      "HSRBCH",
      "TRXBCH",
      "ZILBCH",
      "VETBCH",
      "BBNBCH",
      "NANOBCH",
      "CETBTC",
      "LTCBTC",
      "ETHBTC",
      "ETCBTC",
      "EOSBTC",
      "XMRBTC",
      "XMCBTC",
      "ZECBTC",
      "DASHBTC",
      "DOGEBTC",
      "BTMBTC",
      "SCBTC",
      "OMGBTC",
      "NEOBTC",
      "QTUMBTC",
      "MTBTC",
      "WINGSBTC",
      "SEERBTC",
      "HYDROBTC",
      "CTXCBTC",
      "DCRBTC",
      "XMVBTC",
      "EOSDACBTC",
      "LOOMBTC",
      "XRPBTC",
      "ZRXBTC",
      "KANBTC",
      "RHOCBTC",
      "HSRBTC",
      "TRXBTC",
      "ZILBTC",
      "VETBTC",
      "BBNBTC",
      "NANOBTC",
      "CETUSDT",
      "BCHUSDT",
      "BTCUSDT",
      "LTCUSDT",
      "ETHUSDT",
      "XRPUSDT",
      "EOSUSDT",
      "DASHUSDT",
      "ZECUSDT",
      "XMRUSDT",
      "SCUSDT",
      "CETETH",
      "BBNETH",
      "KANETH",
      "EOSETH",
      "OMGETH",
      "HYDROETH",
      "BTMETH",
      "VETETH",
      "ZRXETH",
      "LOOMETH",
      "TRXETH",
      "SEERETH",
      "MTETH",
      "WINGSETH",
      "CTXCETH",
      "ZILETH"
    ],
    "trading_area": [
      "BCH",
      "BTC",
      "ETH",
      "USDT"
    ],
    "trading_area_market": {
      "BCH": [
        "CETBCH",
        "BTCBCH",
        "LTCBCH",
        "ETHBCH",
        "ETCBCH",
        "EOSBCH",
        "XMRBCH",
        "XMCBCH",
        "ZECBCH",
        "DASHBCH",
        "DOGEBCH",
        "BTMBCH",
        "SCBCH",
        "OMGBCH",
        "NEOBCH",
        "QTUMBCH",
        "CDYBCH",
        "BTVBCH",
        "MTBCH",
        "WINGSBCH",
        "SEERBCH",
        "HYDROBCH",
        "CTXCBCH",
        "DCRBCH",
        "XMVBCH",
        "EOSDACBCH",
        "LOOMBCH",
        "XRPBCH",
        "ZRXBCH",
        "KANBCH",
        "RHOCBCH",
        "HSRBCH",
        "TRXBCH",
        "ZILBCH",
        "VETBCH",
        "BBNBCH",
        "NANOBCH"
      ],
      "BTC": [
        "CETBTC",
        "LTCBTC",
        "ETHBTC",
        "ETCBTC",
        "EOSBTC",
        "XMRBTC",
        "XMCBTC",
        "ZECBTC",
        "DASHBTC",
        "DOGEBTC",
        "BTMBTC",
        "SCBTC",
        "OMGBTC",
        "NEOBTC",
        "QTUMBTC",
        "MTBTC",
        "WINGSBTC",
        "SEERBTC",
        "HYDROBTC",
        "CTXCBTC",
        "DCRBTC",
        "XMVBTC",
        "EOSDACBTC",
        "LOOMBTC",
        "XRPBTC",
        "ZRXBTC",
        "KANBTC",
        "RHOCBTC",
        "HSRBTC",
        "TRXBTC",
        "ZILBTC",
        "VETBTC",
        "BBNBTC",
        "NANOBTC"
      ],
      "ETH": [
        "CETETH",
        "BBNETH",
        "KANETH",
        "EOSETH",
        "OMGETH",
        "HYDROETH",
        "BTMETH",
        "VETETH",
        "ZRXETH",
        "LOOMETH",
        "TRXETH",
        "SEERETH",
        "MTETH",
        "WINGSETH",
        "CTXCETH",
        "ZILETH"
      ],
      "USDT": [
        "CETUSDT",
        "BCHUSDT",
        "BTCUSDT",
        "LTCUSDT",
        "ETHUSDT",
        "XRPUSDT",
        "EOSUSDT",
        "DASHUSDT",
        "ZECUSDT",
        "XMRUSDT",
        "SCUSDT"
      ]
    }
  },
  "message": "\u6210\u529f"
}


BBN/BCH
BBN/BTC
BBN/ETH
BCH/USDT
BTC/BCH
BTC/USDT
BTM/BCH
BTM/BTC
BTM/ETH
BTV/BCH
CDY/BCH
CET/BCH
CET/BTC
CET/ETH
CET/USDT
CTXC/BCH
CTXC/BTC
CTXC/ETH
DASH/BCH
DASH/BTC
DASH/USDT
DCR/BCH
DCR/BTC
DOGE/BCH
DOGE/BTC
EOS/BCH
EOS/BTC
EOS/ETH
EOS/USDT
EOSDAC/BCH
EOSDAC/BTC
ETC/BCH
ETC/BTC
ETH/BCH
ETH/BTC
ETH/USDT
HSR/BCH
HSR/BTC
HYDRO/BCH
HYDRO/BTC
HYDRO/ETH
ICX/BCH
ICX/BTC
ICX/ETH
KAN/BCH
KAN/BTC
KAN/ETH
LOOM/BCH
LOOM/BTC
LOOM/ETH
LTC/BCH
LTC/BTC
LTC/USDT
MT/BCH
MT/BTC
MT/ETH
NANO/BCH
NANO/BTC
NEO/BCH
NEO/BTC
OMG/BCH
OMG/BTC
OMG/ETH
QTUM/BCH
QTUM/BTC
RHOC/BCH
RHOC/BTC
SC/BCH
SC/BTC
SC/USDT
SEER/BCH
SEER/BTC
SEER/ETH
TRX/BCH
TRX/BTC
TRX/ETH
USCA/BTC
USCB/BTC
USHA/BCH
USHB/BCH
VEN/BCH
VEN/BTC
VET/BCH
VET/BTC
VET/ETH
WINGS/BCH
WINGS/BTC
WINGS/ETH
XMC/BCH
XMC/BTC
XMR/BCH
XMR/BTC
XMR/USDT
XMV/BCH
XMV/BTC
XRP/BCH
XRP/BTC
XRP/USDT
ZEC/BCH
ZEC/BTC
ZEC/USDT
ZIL/BCH
ZIL/BTC
ZIL/ETH
ZRX/BCH
ZRX/BTC
ZRX/ETH
mbp:ccxt igorkroitor$
mbp:ccxt igorkroitor$ node examples/js/symbols coinex
Instantiating coinex exchange

Symbols:

tierBased | percentage | taker | maker | id        | symbol     | base   | quote | baseId | quoteId | active
------------------------------------------------------------------------------------------------------------
          |            | 0.001 | 0.001 | BBNBCH    | BBN/BCH    | BBN    | BCH   | BBN    | BCH     | true
          |            | 0.001 | 0.001 | BBNBTC    | BBN/BTC    | BBN    | BTC   | BBN    | BTC     | true
          |            | 0.001 | 0.001 | BBNETH    | BBN/ETH    | BBN    | ETH   | BBN    | ETH     | true
          |            | 0.001 | 0.001 | BCHUSDT   | BCH/USDT   | BCH    | USDT  | BCH    | USDT    | true
          |            | 0.001 | 0.001 | BTCBCH    | BTC/BCH    | BTC    | BCH   | BTC    | BCH     | true
          |            | 0.001 | 0.001 | BTCUSDT   | BTC/USDT   | BTC    | USDT  | BTC    | USDT    | true
          |            | 0.001 | 0.001 | BTMBCH    | BTM/BCH    | BTM    | BCH   | BTM    | BCH     | true
          |            | 0.001 | 0.001 | BTMBTC    | BTM/BTC    | BTM    | BTC   | BTM    | BTC     | true
          |            | 0.001 | 0.001 | BTMETH    | BTM/ETH    | BTM    | ETH   | BTM    | ETH     | true
          |            | 0.001 | 0.001 | BTVBCH    | BTV/BCH    | BTV    | BCH   | BTV    | BCH     | true
          |            | 0.001 | 0.001 | CDYBCH    | CDY/BCH    | CDY    | BCH   | CDY    | BCH     | true
          |            | 0.001 | 0.001 | CETBCH    | CET/BCH    | CET    | BCH   | CET    | BCH     | true
          |            | 0.001 | 0.001 | CETBTC    | CET/BTC    | CET    | BTC   | CET    | BTC     | true
          |            | 0.001 | 0.001 | CETETH    | CET/ETH    | CET    | ETH   | CET    | ETH     | true
          |            | 0.001 | 0.001 | CETUSDT   | CET/USDT   | CET    | USDT  | CET    | USDT    | true
          |            | 0.001 | 0     |
8000
 CTXCBCH   | CTXC/BCH   | CTXC   | BCH   | CTXC   | BCH     | true
          |            | 0.001 | 0     | CTXCBTC   | CTXC/BTC   | CTXC   | BTC   | CTXC   | BTC     | true
          |            | 0.001 | 0.001 | CTXCETH   | CTXC/ETH   | CTXC   | ETH   | CTXC   | ETH     | true
          |            | 0.001 | 0.001 | DASHBCH   | DASH/BCH   | DASH   | BCH   | DASH   | BCH     | true
          |            | 0.001 | 0.001 | DASHBTC   | DASH/BTC   | DASH   | BTC   | DASH   | BTC     | true
          |            | 0.001 | 0.001 | DASHUSDT  | DASH/USDT  | DASH   | USDT  | DASH   | USDT    | true
          |            | 0.001 | 0.001 | DCRBCH    | DCR/BCH    | DCR    | BCH   | DCR    | BCH     | true
          |            | 0.001 | 0.001 | DCRBTC    | DCR/BTC    | DCR    | BTC   | DCR    | BTC     | true
          |            | 0.001 | 0.001 | DOGEBCH   | DOGE/BCH   | DOGE   | BCH   | DOGE   | BCH     | true
          |            | 0.001 | 0.001 | DOGEBTC   | DOGE/BTC   | DOGE   | BTC   | DOGE   | BTC     | true
          |            | 0.001 | 0.001 | EOSBCH    | EOS/BCH    | EOS    | BCH   | EOS    | BCH     | true
          |            | 0.001 | 0.001 | EOSBTC    | EOS/BTC    | EOS    | BTC   | EOS    | BTC     | true
          |            | 0.001 | 0.001 | EOSETH    | EOS/ETH    | EOS    | ETH   | EOS    | ETH     | true
          |            | 0.001 | 0.001 | EOSUSDT   | EOS/USDT   | EOS    | USDT  | EOS    | USDT    | true
          |            | 0.001 | 0.001 | EOSDACBCH | EOSDAC/BCH | EOSDAC | BCH   | EOSDAC | BCH     | true
          |            | 0.001 | 0.001 | EOSDACBTC | EOSDAC/BTC | EOSDAC | BTC   | EOSDAC | BTC     | true
          |            | 0.001 | 0.001 | ETCBCH    | ETC/BCH    | ETC    | BCH   | ETC    | BCH     | true
          |            | 0.001 | 0.001 | ETCBTC    | ETC/BTC    | ETC    | BTC   | ETC    | BTC     | true
          |            | 0.001 | 0.001 | ETHBCH    | ETH/BCH    | ETH    | BCH   | ETH    | BCH     | true
          |            | 0.001 | 0.001 | ETHBTC    | ETH/BTC    | ETH    | BTC   | ETH    | BTC     | true
          |            | 0.001 | 0.001 | ETHUSDT   | ETH/USDT   | ETH    | USDT  | ETH    | USDT    | true
          |            | 0.001 | 0.001 | HSRBCH    | HSR/BCH    | HSR    | BCH   | HSR    | BCH     | true
          |            | 0.001 | 0.001 | HSRBTC    | HSR/BTC    | HSR    | BTC   | HSR    | BTC     | true
          |            | 0.001 | 0.001 | HYDROBCH  | HYDRO/BCH  | HYDRO  | BCH   | HYDRO  | BCH     | true
          |            | 0.001 | 0.001 | HYDROBTC  | HYDRO/BTC  | HYDRO  | BTC   | HYDRO  | BTC     | true
          |            | 0.001 | 0.001 | HYDROETH  | HYDRO/ETH  | HYDRO  | ETH   | HYDRO  | ETH     | true
          |            | 0.001 | 0.001 | ICXBCH    | ICX/BCH    | ICX    | BCH   | ICX    | BCH     | true
          |            | 0.001 | 0.001 | ICXBTC    | ICX/BTC    | ICX    | BTC   | ICX    | BTC     | true
          |            | 0.001 | 0.001 | ICXETH    | ICX/ETH    | ICX    | ETH   | ICX    | ETH     | true
          |            | 0.001 | 0.001 | KANBCH    | KAN/BCH    | KAN    | BCH   | KAN    | BCH     | true
          |            | 0.001 | 0.001 | KANBTC    | KAN/BTC    | KAN    | BTC   | KAN    | BTC     | true
          |            | 0.001 | 0.001 | KANETH    | KAN/ETH    | KAN    | ETH   | KAN    | ETH     | true
          |            | 0.001 | 0.001 | LOOMBCH   | LOOM/BCH   | LOOM   | BCH   | LOOM   | BCH     | true
          |            | 0.001 | 0.001 | LOOMBTC   | LOOM/BTC   | LOOM   | BTC   | LOOM   | BTC     | true
          |            | 0.001 | 0.001 | LOOMETH   | LOOM/ETH   | LOOM   | ETH   | LOOM   | ETH     | true
          |            | 0.001 | 0.001 | LTCBCH    | LTC/BCH    | LTC    | BCH   | LTC    | BCH     | true
          |            | 0.001 | 0.001 | LTCBTC    | LTC/BTC    | LTC    | BTC   | LTC    | BTC     | true
          |            | 0.001 | 0.001 | LTCUSDT   | LTC/USDT   | LTC    | USDT  | LTC    | USDT    | true
          |            | 0.001 | 0.001 | MTBCH     | MT/BCH     | MT     | BCH   | MT     | BCH     | true
          |            | 0.001 | 0.001 | MTBTC     | MT/BTC     | MT     | BTC   | MT     | BTC     | true
          |            | 0.001 | 0.001 | MTETH     | MT/ETH     | MT     | ETH   | MT     | ETH     | true
          |            | 0.001 | 0.001 | NANOBCH   | NANO/BCH   | NANO   | BCH   | NANO   | BCH     | true
          |            | 0.001 | 0.001 | NANOBTC   | NANO/BTC   | NANO   | BTC   | NANO   | BTC     | true
          |            | 0.001 | 0.001 | NEOBCH    | NEO/BCH    | NEO    | BCH   | NEO    | BCH     | true
          |            | 0.001 | 0.001 | NEOBTC    | NEO/BTC    | NEO    | BTC   | NEO    | BTC     | true
          |            | 0.001 | 0.001 | OMGBCH    | OMG/BCH    | OMG    | BCH   | OMG    | BCH     | true
          |            | 0.001 | 0.001 | OMGBTC    | OMG/BTC    | OMG    | BTC   | OMG    | BTC     | true
          |            | 0.001 | 0.001 | OMGETH    | OMG/ETH    | OMG    | ETH   | OMG    | ETH     | true
          |            | 0.001 | 0.001 | QTUMBCH   | QTUM/BCH   | QTUM   | BCH   | QTUM   | BCH     | true
          |            | 0.001 | 0.001 | QTUMBTC   | QTUM/BTC   | QTUM   | BTC   | QTUM   | BTC     | true
          |            | 0.001 | 0.001 | RHOCBCH   | RHOC/BCH   | RHOC   | BCH   | RHOC   | BCH     | true
          |            | 0.001 | 0.001 | RHOCBTC   | RHOC/BTC   | RHOC   | BTC   | RHOC   | BTC     | true
          |            | 0.001 | 0.001 | SCBCH     | SC/BCH     | SC     | BCH   | SC     | BCH     | true
          |            | 0.001 | 0.001 | SCBTC     | SC/BTC     | SC     | BTC   | SC     | BTC     | true
          |            | 0.001 | 0.001 | SCUSDT    | SC/USDT    | SC     | USDT  | SC     | USDT    | true
          |            | 0.001 | 0.001 | SEERBCH   | SEER/BCH   | SEER   | BCH   | SEER   | BCH     | true
          |            | 0.001 | 0.001 | SEERBTC   | SEER/BTC   | SEER   | BTC   | SEER   | BTC     | true
          |            | 0.001 | 0.001 | SEERETH   | SEER/ETH   | SEER   | ETH   | SEER   | ETH     | true
          |            | 0.001 | 0.001 | TRXBCH    | TRX/BCH    | TRX    | BCH   | TRX    | BCH     | true
          |            | 0.001 | 0.001 | TRXBTC    | TRX/BTC    | TRX    | BTC   | TRX    | BTC     | true
          |            | 0.001 | 0.001 | TRXETH    | TRX/ETH    | TRX    | ETH   | TRX    | ETH     | true
          |            | 0     | 0     | USCABTC   | USCA/BTC   | USCA   | BTC   | USCA   | BTC     | true
          |            | 0     | 0     | USCBBTC   | USCB/BTC   | USCB   | BTC   | USCB   | BTC     | true
          |            | 0     | 0     | USHABCH   | USHA/BCH   | USHA   | BCH   | USHA   | BCH     | true
          |            | 0     | 0     | USHBBCH   | USHB/BCH   | USHB   | BCH   | USHB   | BCH     | true
          |            | 0.001 | 0.001 | VENBCH    | VEN/BCH    | VEN    | BCH   | VEN    | BCH     | true
          |            | 0.001 | 0.001 | VENBTC    | VEN/BTC    | VEN    | BTC   | VEN    | BTC     | true
          |            | 0.001 | 0.001 | VETBCH    | VET/BCH    | VET    | BCH   | VET    | BCH     | true
          |            | 0.001 | 0.001 | VETBTC    | VET/BTC    | VET    | BTC   | VET    | BTC     | true
          |            | 0.001 | 0.001 | VETETH    | VET/ETH    | VET    | ETH   | VET    | ETH     | true
          |            | 0.001 | 0.001 | WINGSBCH  | WINGS/BCH  | WINGS  | BCH   | WINGS  | BCH     | true
          |            | 0.001 | 0.001 | WINGSBTC  | WINGS/BTC  | WINGS  | BTC   | WINGS  | BTC     | true
          |            | 0.001 | 0.001 | WINGSETH  | WINGS/ETH  | WINGS  | ETH   | WINGS  | ETH     | true
          |            | 0.001 | 0.001 | XMCBCH    | XMC/BCH    | XMC    | BCH   | XMC    | BCH     | true
          |            | 0.001 | 0.001 | XMCBTC    | XMC/BTC    | XMC    | BTC   | XMC    | BTC     | true
          |            | 0.001 | 0.001 | XMRBCH    | XMR/BCH    | XMR    | BCH   | XMR    | BCH     | true
          |            | 0.001 | 0.001 | XMRBTC    | XMR/BTC    | XMR    | BTC   | XMR    | BTC     | true
          |            | 0.001 | 0.001 | XMRUSDT   | XMR/USDT   | XMR    | USDT  | XMR    | USDT    | true
          |            | 0.001 | 0.001 | XMVBCH    | XMV/BCH    | XMV    | BCH   | XMV    | BCH     | true
          |            | 0.001 | 0.001 | XMVBTC    | XMV/BTC    | XMV    | BTC   | XMV    | BTC     | true
          |            | 0.001 | 0.001 | XRPBCH    | XRP/BCH    | XRP    | BCH   | XRP    | BCH     | true
          |            | 0.001 | 0.001 | XRPBTC    | XRP/BTC    | XRP    | BTC   | XRP    | BTC     | true
          |            | 0.001 | 0.001 | XRPUSDT   | XRP/USDT   | XRP    | USDT  | XRP    | USDT    | true
          |            | 0.001 | 0.001 | ZECBCH    | ZEC/BCH    | ZEC    | BCH   | ZEC    | BCH     | true
          |            | 0.001 | 0.001 | ZECBTC    | ZEC/BTC    | ZEC    | BTC   | ZEC    | BTC     | true
          |            | 0.001 | 0.001 | ZECUSDT   | ZEC/USDT   | ZEC    | USDT  | ZEC    | USDT    | true
          |            | 0.001 | 0.001 | ZILBCH    | ZIL/BCH    | ZIL    | BCH   | ZIL    | BCH     | true
          |            | 0.001 | 0.001 | ZILBTC    | ZIL/BTC    | ZIL    | BTC   | ZIL    | BTC     | true
          |            | 0.001 | 0.001 | ZILETH    | ZIL/ETH    | ZIL    | ETH   | ZIL    | ETH     | true
          |            | 0.001 | 0.001 | ZRXBCH    | ZRX/BCH    | ZRX    | BCH   | ZRX    | BCH     | true
          |            | 0.001 | 0.001 | ZRXBTC    | ZRX/BTC    | ZRX    | BTC   | ZRX    | BTC     | true
          |            | 0.001 | 0.001 | ZRXETH    | ZRX/ETH    | ZRX    | ETH   | ZRX    | ETH     | true

---------------------------------------------------------------

Currencies:

id     | numericId | code   | precision
---------------------------------------
BBN    |           | BBN    | 8
BCH    |           | BCH    | 8
BTC    |           | BTC    | 8
BTM    |           | BTM    | 8
BTV    |           | BTV    | 8
CDY    |           | CDY    | 8
CET    |           | CET    | 8
CTXC   |           | CTXC   | 8
DASH   |           | DASH   | 8
DCR    |           | DCR    | 8
DOGE   |           | DOGE   | 8
EOS    |           | EOS    | 8
EOSDAC |           | EOSDAC | 8
ETC    |           | ETC    | 8
ETH    |           | ETH    | 8
HSR    |           | HSR    | 8
HYDRO  |           | HYDRO  | 8
ICX    |           | ICX    | 8
KAN    |           | KAN    | 8
LOOM   |           | LOOM   | 8
LTC    |           | LTC    | 8
MT     |           | MT     | 8
NANO   |           | NANO   | 8
NEO    |           | NEO    | 8
OMG    |           | OMG    | 8
QTUM   |           | QTUM   | 8
RHOC   |           | RHOC   | 8
SC     |           | SC     | 8
SEER   |           | SEER   | 8
TRX    |           | TRX    | 8
USCA   |           | USCA   | 8
USCB   |           | USCB   | 8
USDT   |           | USDT   | 8
USHA   |           | USHA   | 8
USHB   |           | USHB   | 8
VEN    |           | VEN    | 8
VET    |           | VET    | 8
WINGS  |           | WINGS  | 8
XMC    |           | XMC    | 8
XMR    |           | XMR    | 8
XMV    |           | XMV    | 8
XRP    |           | XRP    | 8
ZEC    |           | ZEC    | 8
ZIL    |           | ZIL    | 8
ZRX    |           | ZRX    | 8

---------------------------------------------------------------
coinex has 107 symbols and 45 currencies

mbp:ccxt igorkroitor$

@kroitor kroitor closed this as completed Jul 1, 2018
@kroitor
Copy link
Member
kroitor commented Jul 1, 2018

P.S. XRB often stands for NANO:

Coinex has NANO. We are going to fix this upon merging #3131.

kroitor added a commit that referenced this issue Jul 1, 2018
kroitor added a commit that referenced this issue Jul 1, 2018
kroitor added a commit that referenced this issue Jul 1, 2018
kroitor added a commit that referenced this issue Jul 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants
0