On this page

latest contributor to this doc

Last Edit:

@gcharang

best_orders

best_orders coin action volume

The best_orders method returns the best price orders that can fill the volume for all existing pairs with selected coin.

The response of this method can contain coins that are not activated on the Komodo DeFi Framework API instance. Activation will be required to proceed with the trade.

Parameter* = requiredTypeDescription
action*
string
Use "buy" to request liquidity to acquire the coin, or "sell" to offer the coin
coin*
string
Ticker of the coin to price orders for
volume*
string (decimal)
Amount of coin that must be filled by the returned orders
exclude_mine
bool
Optional. Defaults to false. If true, exclude the node's own orders from the response

Parameter* = requiredTypeDescription
result*
object (map)
Map of ticker -> array of standard OrderDataV1 objects representing the best priced counterparties (see /komodo-defi-framework/api/common_structures/orders/#order-data-v1)
result.original_tickers
object (map)
Optional. Present when orderbook_ticker remaps a coin. Each key is the canonical ticker and the value is a list of original tickers that appear in the response

Each value inside the result map is an array of standard OrderDataV1 objects.

POST
best_orders
{
  "action": "buy",
  "coin": "BTC",
  "method": "best_orders",
  "userpass": "RPC_UserP@SSW0RD",
  "volume": "1"
}

Response (Success)

SUCCESS
{
  "original_tickers": {
    "BTC": [
      "BTC-segwit"
    ],
    "BTE": [
      "BTE-segwit"
    ],
    "BTX": [
      "BTX-segwit"
    ],
    "CDN": [
      "CDN-segwit"
    ],
    "CY": [
      "CY-segwit"
    ],
    "DGB": [
      "DGB-segwit"
    ],
    "FJC": [
      "FJC-segwit"
    ],
    "FTC": [
      "FTC-segwit"
    ],
    "KCN": [
      "KCN-segwit"
    ],
    "LBC": [
      "LBC-segwit"
    ],
    "LCC": [
      "LCC-segwit"
    ],
    "LCN": [
      "LCN-segwit"
    ],
    "LTC": [
      "LTC-segwit"
    ],
    "MONA": [
      "MONA-segwit"
    ],
    "NITO": [
      "NITO-segwit"
    ],
    "NMC": [
      "NMC-segwit"
    ],
    "RIC": [
      "RIC-segwit"
    ],
    "SYS": [
      "SYS-segwit"
    ],
    "VIA": [
      "VIA-segwit"
    ],
    "VTC": [
      "VTC-segwit"
    ],
    "WHIVE": [
      "WHIVE-segwit"
    ],
    "XEP": [
      "XEP-segwit"
    ],
    "XMY": [
      "XMY-segwit"
    ],
    "tBTC": [
      "TESTBTC-segwit"
    ]
  },
  "result": {
    "AVAX": [
      {
        "address": "0x71e7be068c6fe801d01fe5eaaed02edf9c554432",
        "age": 322,
        "base_confs": 1,
        "base_max_volume": "0.012586053205652",
        "base_max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "base_min_volume": "0.000884959177142857",
        "base_min_volume_fraction": {
          "denom": "1000000000000000000",
          "numer": "884959177142857"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              206045,
              2640638537
            ]
          ],
          [
            1,
            [
              232830643,
              2808348672
            ]
          ]
        ],
        "base_nota": false,
        "coin": "AVAX",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "maxvolume": "0.012586053205652",
        "min_volume": "0.000884959177142857",
        "min_volume_fraction": {
          "denom": "1000000000000000000",
          "numer": "884959177142857"
        },
        "min_volume_rat": [
          [
            1,
            [
              206045,
              2640638537
            ]
          ],
          [
            1,
            [
              232830643,
              2808348672
            ]
          ]
        ],
        "price": "6512.705723328",
        "price_fraction": {
          "denom": "15625000",
          "numer": "101761026927"
        },
        "price_rat": [
          [
            1,
            [
              23,
              2976779119
            ]
          ],
          [
            1,
            [
              15625000
            ]
          ]
        ],
        "pubkey": "030cc432020d0bc06b4058b53bc223ed37d25a0c9b105fd2d10cf20210a5b821bf",
        "rel_confs": 3,
        "rel_max_volume": "81.969260746560501797849856",
        "rel_max_volume_fraction": {
          "denom": "3906250000000000000000",
          "numer": "320192424791251960147851"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              17357,
              1875324811,
              2861000568
            ]
          ],
          [
            1,
            [
              211,
              3256602316,
              3986751488
            ]
          ]
        ],
        "rel_min_volume": "5.763478697889922182573468096",
        "rel_min_volume_fraction": {
          "denom": "15625000000000000000000000",
          "numer": "90054354654530034102710439"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              4881856,
              697053351,
              1494266702
            ]
          ],
          [
            1,
            [
              847032,
              4068426240,
              4087349248
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "0f5ac0b3-b84c-480c-a3b1-75568a1131f8"
      }
    ],
    "BCH": [
      {
        "address": "bitcoincash:qp42lwm4xvgg2sjhy7nc49qwjv60dqdnu5u2h2zaya",
        "age": 175,
        "base_confs": 1,
        "base_max_volume": "0.0157068062827225",
        "base_max_volume_fraction": {
          "denom": "400000000000000",
          "numer": "6282722513089"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              1462,
              3480326337
            ]
          ],
          [
            1,
            [
              93132,
              1105788928
            ]
          ]
        ],
        "base_min_volume": "0.000890208811965189",
        "base_min_volume_fraction": {
          "denom": "1000000000000000000",
          "numer": "890208811965189"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              207267,
              3825425157
            ]
          ],
          [
            1,
            [
              232830643,
              2808348672
            ]
          ]
        ],
        "base_nota": false,
        "coin": "BCH",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "400000000000000",
          "numer": "6282722513089"
        },
        "max_volume_rat": [
          [
            1,
            [
              1462,
              3480326337
            ]
          ],
          [
            1,
            [
              93132,
              1105788928
            ]
          ]
        ],
        "maxvolume": "0.0157068062827225",
        "min_volume": "0.000890208811965189",
        "min_volume_fraction": {
          "denom": "1000000000000000000",
          "numer": "890208811965189"
        },
        "min_volume_rat": [
          [
            1,
            [
              207267,
              3825425157
            ]
          ],
          [
            1,
            [
              232830643,
              2808348672
            ]
          ]
        ],
        "price": "205.3581667373",
        "price_fraction": {
          "denom": "10000000000",
          "numer": "2053581667373"
        },
        "price_rat": [
          [
            1,
            [
              478,
              587299885
            ]
          ],
          [
            1,
            [
              2,
              1410065408
            ]
          ]
        ],
        "pubkey": "03de96cb66dcfaceaa8b3d4993ce8914cd5fe84e3fd53cefdae45add8032792a12",
        "rel_confs": 1,
        "rel_max_volume": "3.22552094351779835918629925",
        "rel_max_volume_fraction": {
          "denom": "4000000000000000000000000",
          "numer": "12902083774071193436745197"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              699423,
              1558522935,
              1825893869
            ]
          ],
          [
            1,
            [
              216840,
              1866150838,
              2214592512
            ]
          ]
        ],
        "rel_min_volume": "0.1828116496385610259453078497",
        "rel_min_volume_fraction": {
          "denom": "10000000000000000000000000000",
          "numer": "1828116496385610259453078497"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              99102393,
              3199364065,
              3637379339
            ]
          ],
          [
            1,
            [
              268435456,
              542101086,
              1042612833
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "0a66a8d2-481b-44a2-8aef-75432f6f06f9"
      },
      {
        "address": "bitcoincash:qp6xj4alqsd3cr9r0gf9p2sr2a2eh3scdvkant527s",
        "age": 1404,
        "base_confs": 1,
        "base_max_volume": "0.03432345",
        "base_max_volume_fraction": {
          "denom": "20000000",
          "numer": "686469"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              686469
            ]
          ],
          [
            1,
            [
              20000000
            ]
          ]
        ],
        "base_min_volume": "0.03",
        "base_min_volume_fraction": {
          "denom": "100",
          "numer": "3"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              3
            ]
          ],
          [
            1,
            [
              100
            ]
          ]
        ],
        "base_nota": false,
        "coin": "BCH",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "20000000",
          "numer": "686469"
        },
        "max_volume_rat": [
          [
            1,
            [
              686469
            ]
          ],
          [
            1,
            [
              20000000
            ]
          ]
        ],
        "maxvolume": "0.03432345",
        "min_volume": "0.03",
        "min_volume_fraction": {
          "denom": "100",
          "numer": "3"
        },
        "min_volume_rat": [
          [
            1,
            [
              3
            ]
          ],
          [
            1,
            [
              100
            ]
          ]
        ],
        "price": "203.94220277973224",
        "price_fraction": {
          "denom": "12500000000000",
          "numer": "2549277534746653"
        },
        "price_rat": [
          [
            1,
            [
              593549,
              3991173149
            ]
          ],
          [
            1,
            [
              2910,
              1645168640
            ]
          ]
        ],
        "pubkey": "03578749aeeb2691348229e70d3aab4ccd1a893125c4959df39f5c58ebab096f3a",
        "rel_confs": 1,
        "rel_max_volume": "7.000000000000000553028",
        "rel_max_volume_fraction": {
          "denom": "250000000000000000000",
          "numer": "1750000000000000138257"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              94,
              1167727633,
              3726700570
            ]
          ],
          [
            1,
            [
              13,
              2007498752,
              2373086065
            ]
          ]
        ],
        "rel_min_volume": "6.1182660833919672",
        "rel_min_volume_fraction": {
          "denom": "1250000000000000",
          "numer": "7647832604239959"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              1780649,
              3383584855
            ]
          ],
          [
            1,
            [
              291038,
              1308106752
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "9525d205-2a85-47d2-abc4-c35076f3ed0f"
      },
      {
        "address": "bitcoincash:qqhwx7j8fegrt52u9r5l3l939e9u98xtcqrak24qjy",
        "age": 319,
        "base_confs": 1,
        "base_max_volume": "0.012586053205652",
        "base_max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "base_min_volume": "0.000885596511965189",
        "base_min_volume_fraction": {
          "denom": "1000000000000000000",
          "numer": "885596511965189"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              206194,
              25333765
            ]
          ],
          [
            1,
            [
              232830643,
              2808348672
            ]
          ]
        ],
        "base_nota": false,
        "coin": "BCH",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "maxvolume": "0.012586053205652",
        "min_volume": "0.000885596511965189",
        "min_volume_fraction": {
          "denom": "1000000000000000000",
          "numer": "885596511965189"
        },
        "min_volume_rat": [
          [
            1,
            [
              206194,
              25333765
            ]
          ],
          [
            1,
            [
              232830643,
              2808348672
            ]
          ]
        ],
        "price": "206.5135496067",
        "price_fraction": {
          "denom": "10000000000",
          "numer": "2065135496067"
        },
        "price_rat": [
          [
            1,
            [
              480,
              3551193987
            ]
          ],
          [
            1,
            [
              2,
              1410065408
            ]
          ]
        ],
        "pubkey": "030cc432020d0bc06b4058b53bc223ed37d25a0c9b105fd2d10cf20210a5b821bf",
        "rel_confs": 1,
        "rel_max_volume": "2.5991905230379798588170684",
        "rel_max_volume_fraction": {
          "denom": "2500000000000000000000000",
          "numer": "6497976307594949647042671"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              352256,
              6325151,
              1145735279
            ]
          ],
          [
            1,
            [
              135525,
              310378496,
              1166344274
            ]
          ]
        ],
        "rel_min_volume": "0.1828876792052435486550411663",
        "rel_min_volume_fraction": {
          "denom": "10000000000000000000000000000",
          "numer": "1828876792052435486550411663"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              99143609,
              1649822095,
              2394781569
            ]
          ],
          [
            1,
            [
              268435456,
              542101086,
              1042612833
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "659c7ba1-4fc9-4877-942e-aad31945cafd"
      },
      {
        "address": "bitcoincash:qrk4duh7hyze8z696tsqnmq54hgw05q4wg6xq0ssee",
        "age": 357,
        "base_confs": 1,
        "base_max_volume": "0.00419520278561465",
        "base_max_volume_fraction": {
          "denom": "20000000000000000",
          "numer": "83904055712293"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              19535,
              1869584933
            ]
          ],
          [
            1,
            [
              4656612,
              3749838848
            ]
          ]
        ],
        "base_min_volume": "0.000907735551965189",
        "base_min_volume_fraction": {
          "denom": "1000000000000000000",
          "numer": "907735551965189"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              211348,
              2803890181
            ]
          ],
          [
            1,
            [
              232830643,
              2808348672
            ]
          ]
        ],
        "base_nota": false,
        "coin": "BCH",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "20000000000000000",
          "numer": "83904055712293"
        },
        "max_volume_rat": [
          [
            1,
            [
              19535,
              1869584933
            ]
          ],
          [
            1,
            [
              4656612,
              3749838848
            ]
          ]
        ],
        "maxvolume": "0.00419520278561465",
        "min_volume": "0.000907735551965189",
        "min_volume_fraction": {
          "denom": "1000000000000000000",
          "numer": "907735551965189"
        },
        "min_volume_rat": [
          [
            1,
            [
              211348,
              2803890181
            ]
          ],
          [
            1,
            [
              232830643,
              2808348672
            ]
          ]
        ],
        "price": "201.3488743322",
        "price_fraction": {
          "denom": "5000000000",
          "numer": "1006744371661"
        },
        "price_rat": [
          [
            1,
            [
              234,
              1722024397
            ]
          ],
          [
            1,
            [
              1,
              705032704
            ]
          ]
        ],
        "pubkey": "026da2fc632afabbb1b86d04a9a012db25eca74db38ba2eccd88552f27f4c0b245",
        "rel_confs": 1,
        "rel_max_volume": "0.84469935847881954078528673",
        "rel_max_volume_fraction": {
          "denom": "100000000000000000000000000",
          "numer": "84469935847881954078528673"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              4579124,
              699176097,
              1708534727
            ]
          ],
          [
            1,
            [
              5421010,
              3704098002,
              3825205248
            ]
          ]
        ],
        "rel_min_volume": "0.1827715315795090427100217858",
        "rel_min_volume_fraction": {
          "denom": "5000000000000000000000000000",
          "numer": "913857657897545213550108929"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              49540322,
              3586498817,
              3872993935
            ]
          ],
          [
            1,
            [
              271050543,
              521306416,
              2281701376
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "a6b053c7-2517-4263-9a82-d592c9e08025"
      }
    ],
    "BNB": [
      {
        "address": "0x71e7be068c6fe801d01fe5eaaed02edf9c554432",
        "age": 316,
        "base_confs": 1,
        "base_max_volume": "0.012586053205652",
        "base_max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "base_min_volume": "0.000885992770101323",
        "base_min_volume_fraction": {
          "denom": "1000000000000000000",
          "numer": "885992770101323"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              206286,
              1146478667
            ]
          ],
          [
            1,
            [
              232830643,
              2808348672
            ]
          ]
        ],
        "base_nota": false,
        "coin": "BNB",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "maxvolume": "0.012586053205652",
        "min_volume": "0.000885992770101323",
        "min_volume_fraction": {
          "denom": "1000000000000000000",
          "numer": "885992770101323"
        },
        "min_volume_rat": [
          [
            1,
            [
              206286,
              1146478667
            ]
          ],
          [
            1,
            [
              232830643,
              2808348672
            ]
          ]
        ],
        "price": "109.265766416",
        "price_fraction": {
          "denom": "62500000",
          "numer": "6829110401"
        },
        "price_rat": [
          [
            1,
            [
              1,
              2534143105
            ]
          ],
          [
            1,
            [
              62500000
            ]
          ]
        ],
        "pubkey": "030cc432020d0bc06b4058b53bc223ed37d25a0c9b105fd2d10cf20210a5b821bf",
        "rel_confs": 3,
        "rel_max_volume": "1.375224749668119442983232",
        "rel_max_volume_fraction": {
          "denom": "15625000000000000000000",
          "numer": "21487886713564366296613"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              1164,
              2683229733,
              3696561736
            ]
          ],
          [
            1,
            [
              847,
              141507379,
              3062104064
            ]
          ]
        ],
        "rel_min_volume": "0.096808679064155947570568368",
        "rel_min_volume_fraction": {
          "denom": "62500000000000000000000000",
          "numer": "6050542441509746723160523"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              328000,
              692486603,
              2418023770
            ]
          ],
          [
            1,
            [
              3388131,
              3388803075,
              3464495104
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "bd6d3834-1531-4f6f-9a55-cbf5eaf52043"
      },
      {
        "address": "0x87583ff71cceae94380f305891995392b770e056",
        "age": 440,
        "base_confs": 1,
        "base_max_volume": "0.037048752",
        "base_max_volume_fraction": {
          "denom": "62500000",
          "numer": "2315547"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              2315547
            ]
          ],
          [
            1,
            [
              62500000
            ]
          ]
        ],
        "base_min_volume": "0.03",
        "base_min_volume_fraction": {
          "denom": "100",
          "numer": "3"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              3
            ]
          ],
          [
            1,
            [
              100
            ]
          ]
        ],
        "base_nota": false,
        "coin": "BNB",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "62500000",
          "numer": "2315547"
        },
        "max_volume_rat": [
          [
            1,
            [
              2315547
            ]
          ],
          [
            1,
            [
              62500000
            ]
          ]
        ],
        "maxvolume": "0.037048752",
        "min_volume": "0.03",
        "min_volume_fraction": {
          "denom": "100",
          "numer": "3"
        },
        "min_volume_rat": [
          [
            1,
            [
              3
            ]
          ],
          [
            1,
            [
              100
            ]
          ]
        ],
        "price": "107.96584996979117",
        "price_fraction": {
          "denom": "100000000000000",
          "numer": "10796584996979117"
        },
        "price_rat": [
          [
            1,
            [
              2513775,
              3582476717
            ]
          ],
          [
            1,
            [
              23283,
              276447232
            ]
          ]
        ],
        "pubkey": "03578749aeeb2691348229e70d3aab4ccd1a893125c4959df39f5c58ebab096f3a",
        "rel_confs": 3,
        "rel_max_volume": "4.00000000000000054911984",
        "rel_max_volume_fraction": {
          "denom": "6250000000000000000000",
          "numer": "25000000000000003431999"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              1355,
              1085405266,
              3184811583
            ]
          ],
          [
            1,
            [
              338,
              2942828544,
              3492576788
            ]
          ]
        ],
        "rel_min_volume": "3.2389754990937351",
        "rel_min_volume_fraction": {
          "denom": "10000000000000000",
          "numer": "32389754990937351"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              7541327,
              2157495559
            ]
          ],
          [
            1,
            [
              2328306,
              1874919424
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "2a230923-05ed-444c-84fa-5491f2183537"
      }
    ],
    "BTC-BEP20": [
      {
        "address": "0x71e7be068c6fe801d01fe5eaaed02edf9c554432",
        "age": 313,
        "base_confs": 1,
        "base_max_volume": "0.012586053205652",
        "base_max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "base_min_volume": "0.000886848480878564",
        "base_min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "221712120219641"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              51621,
              1613432825
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "base_nota": false,
        "coin": "BTC-BEP20",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "maxvolume": "0.012586053205652",
        "min_volume": "0.000886848480878564",
        "min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "221712120219641"
        },
        "min_volume_rat": [
          [
            1,
            [
              51621,
              1613432825
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "price": "1.0403246954",
        "price_fraction": {
          "denom": "5000000000",
          "numer": "5201623477"
        },
        "price_rat": [
          [
            1,
            [
              1,
              906656181
            ]
          ],
          [
            1,
            [
              1,
              705032704
            ]
          ]
        ],
        "pubkey": "030cc432020d0bc06b4058b53bc223ed37d25a0c9b105fd2d10cf20210a5b821bf",
        "rel_confs": 3,
        "rel_max_volume": "0.0130935819674581104584008",
        "rel_max_volume_fraction": {
          "denom": "1250000000000000000000000",
          "numer": "16366977459322638073001"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              887,
              1097904970,
              1999928489
            ]
          ],
          [
            1,
            [
              67762,
              155189248,
              2730655785
            ]
          ]
        ],
        "rel_min_volume": "0.0009226103757359448176894056",
        "rel_min_volume_fraction": {
          "denom": "1250000000000000000000000000",
          "numer": "1153262969669931022111757"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              62518,
              720065549,
              2194119095
            ]
          ],
          [
            1,
            [
              67762635,
              570425344,
              3351552076
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "492b75b6-4441-4a8b-9a02-f16c2383d923"
      }
    ],
    "DAI-BEP20": [
      {
        "address": "0x71e7be068c6fe801d01fe5eaaed02edf9c554432",
        "age": 310,
        "base_confs": 1,
        "base_max_volume": "0.012586053205652",
        "base_max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "base_min_volume": "0.000886848480878564",
        "base_min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "221712120219641"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              51621,
              1613432825
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "base_nota": false,
        "coin": "DAI-BEP20",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "maxvolume": "0.012586053205652",
        "min_volume": "0.000886848480878564",
        "min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "221712120219641"
        },
        "min_volume_rat": [
          [
            1,
            [
              51621,
              1613432825
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "price": "99172.166188604",
        "price_fraction": {
          "denom": "250000000",
          "numer": "24793041547151"
        },
        "price_rat": [
          [
            1,
            [
              5772,
              2490314639
            ]
          ],
          [
            1,
            [
              250000000
            ]
          ]
        ],
        "pubkey": "030cc432020d0bc06b4058b53bc223ed37d25a0c9b105fd2d10cf20210a5b821bf",
        "rel_confs": 3,
        "rel_max_volume": "1248.186160169532261030789808",
        "rel_max_volume_fraction": {
          "denom": "62500000000000000000000",
          "numer": "78011635010595766314424363"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              4229019,
              892845138,
              3946272811
            ]
          ],
          [
            1,
            [
              3388,
              566029518,
              3658481664
            ]
          ]
        ],
        "rel_min_volume": "87.950684929799945737244684656",
        "rel_min_volume_fraction": {
          "denom": "62500000000000000000000000",
          "numer": "5496917808112496608577792791"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              125250327,
              297988511,
              2046514553
            ]
          ],
          [
            1,
            [
              3388131,
              3388803075,
              3464495104
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "a6e8f392-e16d-4023-beb0-a89d0ff7e959"
      }
    ],
    "DAI-ERC20": [
      {
        "address": "0x71e7be068c6fe801d01fe5eaaed02edf9c554432",
        "age": 307,
        "base_confs": 1,
        "base_max_volume": "0.0178302420413404",
        "base_max_volume_fraction": {
          "denom": "2500000000000000",
          "numer": "44575605103351"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              10378,
              2434505463
            ]
          ],
          [
            1,
            [
              582076,
              2616213504
            ]
          ]
        ],
        "base_min_volume": "0.0015266737656454",
        "base_min_volume_fraction": {
          "denom": "5000000000000000",
          "numer": "7633368828227"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              1777,
              1211943235
            ]
          ],
          [
            1,
            [
              1164153,
              937459712
            ]
          ]
        ],
        "base_nota": false,
        "coin": "DAI-ERC20",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "2500000000000000",
          "numer": "44575605103351"
        },
        "max_volume_rat": [
          [
            1,
            [
              10378,
              2434505463
            ]
          ],
          [
            1,
            [
              582076,
              2616213504
            ]
          ]
        ],
        "maxvolume": "0.0178302420413404",
        "min_volume": "0.0015266737656454",
        "min_volume_fraction": {
          "denom": "5000000000000000",
          "numer": "7633368828227"
        },
        "min_volume_rat": [
          [
            1,
            [
              1777,
              1211943235
            ]
          ],
          [
            1,
            [
              1164153,
              937459712
            ]
          ]
        ],
        "price": "99172.166188604",
        "price_fraction": {
          "denom": "250000000",
          "numer": "24793041547151"
        },
        "price_rat": [
          [
            1,
            [
              5772,
              2490314639
            ]
          ],
          [
            1,
            [
              250000000
            ]
          ]
        ],
        "pubkey": "030cc432020d0bc06b4058b53bc223ed37d25a0c9b105fd2d10cf20210a5b821bf",
        "rel_confs": 3,
        "rel_max_volume": "1768.2637269068439812713648016",
        "rel_max_volume_fraction": {
          "denom": "625000000000000000000000",
          "numer": "1105164829316777488294603001"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              59911105,
              486009081,
              1911222190
            ]
          ],
          [
            1,
            [
              33881,
              1365327892,
              2225078272
            ]
          ]
        ],
        "rel_min_volume": "151.4035444023674848321850216",
        "rel_min_volume_fraction": {
          "denom": "1250000000000000000000000",
          "numer": "189254430502959356040231277"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              10259503,
              1010136676,
              2197076333
            ]
          ],
          [
            1,
            [
              67762,
              155189248,
              2730655785
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "40e979b3-fa7f-4885-9933-bc9e3ae138fe"
      }
    ],
    "DAI-PLG20": [
      {
        "address": "0x71e7be068c6fe801d01fe5eaaed02edf9c554432",
        "age": 304,
        "base_confs": 1,
        "base_max_volume": "0.012586053205652",
        "base_max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "base_min_volume": "0.000886848480878564",
        "base_min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "221712120219641"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              51621,
              1613432825
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "base_nota": false,
        "coin": "DAI-PLG20",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "maxvolume": "0.012586053205652",
        "min_volume": "0.000886848480878564",
        "min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "221712120219641"
        },
        "min_volume_rat": [
          [
            1,
            [
              51621,
              1613432825
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "price": "99172.166188604",
        "price_fraction": {
          "denom": "250000000",
          "numer": "24793041547151"
        },
        "price_rat": [
          [
            1,
            [
              5772,
              2490314639
            ]
          ],
          [
            1,
            [
              250000000
            ]
          ]
        ],
        "pubkey": "030cc432020d0bc06b4058b53bc223ed37d25a0c9b105fd2d10cf20210a5b821bf",
        "rel_confs": 20,
        "rel_max_volume": "1248.186160169532261030789808",
        "rel_max_volume_fraction": {
          "denom": "62500000000000000000000",
          "numer": "78011635010595766314424363"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              4229019,
              892845138,
              3946272811
            ]
          ],
          [
            1,
            [
              3388,
              566029518,
              3658481664
            ]
          ]
        ],
        "rel_min_volume": "87.950684929799945737244684656",
        "rel_min_volume_fraction": {
          "denom": "62500000000000000000000000",
          "numer": "5496917808112496608577792791"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              125250327,
              297988511,
              2046514553
            ]
          ],
          [
            1,
            [
              3388131,
              3388803075,
              3464495104
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "9d5815d6-3986-40c7-8ba0-78f4e97c9d9d"
      }
    ],
    "DASH": [
      {
        "address": "XcMZt3UHHefy7RGoDFSkTiuQFN8kETKwFv",
        "age": 728,
        "base_confs": 1,
        "base_max_volume": "0.00522433339856784",
        "base_max_volume_fraction": {
          "denom": "6250000000000000",
          "numer": "32652083741049"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              7602,
              1742356857
            ]
          ],
          [
            1,
            [
              1455191,
              2245566464
            ]
          ]
        ],
        "base_min_volume": "0.000889730989592002",
        "base_min_volume_fraction": {
          "denom": "500000000000000000",
          "numer": "444865494796001"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              103578,
              1372210913
            ]
          ],
          [
            1,
            [
              116415321,
              3551657984
            ]
          ]
        ],
        "base_nota": false,
        "coin": "DASH",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "6250000000000000",
          "numer": "32652083741049"
        },
        "max_volume_rat": [
          [
            1,
            [
              7602,
              1742356857
            ]
          ],
          [
            1,
            [
              1455191,
              2245566464
            ]
          ]
        ],
        "maxvolume": "0.00522433339856784",
        "min_volume": "0.000889730989592002",
        "min_volume_fraction": {
          "denom": "500000000000000000",
          "numer": "444865494796001"
        },
        "min_volume_rat": [
          [
            1,
            [
              103578,
              1372210913
            ]
          ],
          [
            1,
            [
              116415321,
              3551657984
            ]
          ]
        ],
        "price": "1461.0298094079",
        "price_fraction": {
          "denom": "10000000000",
          "numer": "14610298094079"
        },
        "price_rat": [
          [
            1,
            [
              3401,
              3114320383
            ]
          ],
          [
            1,
            [
              2,
              1410065408
            ]
          ]
        ],
        "pubkey": "02dbd8c73e2e80e4f3cf88d2f04a9d2d0df4269496608b14a3e17556fdcb01e0c1",
        "rel_confs": 2,
        "rel_max_volume": "7.632906829592897742018381936",
        "rel_max_volume_fraction": {
          "denom": "62500000000000000000000000",
          "numer": "477056676849556108876148871"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              25861294,
              1168017211,
              1516466311
            ]
          ],
          [
            1,
            [
              3388131,
              3388803075,
              3464495104
            ]
          ]
        ],
        "rel_min_volume": "1.2999234981479049406421956158",
        "rel_min_volume_fraction": {
          "denom": "5000000000000000000000000000",
          "numer": "6499617490739524703210978079"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              352344970,
              812731438,
              3716954911
            ]
          ],
          [
            1,
            [
              271050543,
              521306416,
              2281701376
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "719f31ee-8e5c-4162-bb83-1f89b753dfe8"
      },
      {
        "address": "XexmRW4ftFei9xbgrMurbqD3jvYB5z3tta",
        "age": 301,
        "base_confs": 1,
        "base_max_volume": "0.012586053205652",
        "base_max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "base_min_volume": "0.000870359329592002",
        "base_min_volume_fraction": {
          "denom": "500000000000000000",
          "numer": "435179664796001"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              101323,
              693463393
            ]
          ],
          [
            1,
            [
              116415321,
              3551657984
            ]
          ]
        ],
        "base_nota": false,
        "coin": "DASH",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "maxvolume": "0.012586053205652",
        "min_volume": "0.000870359329592002",
        "min_volume_fraction": {
          "denom": "500000000000000000",
          "numer": "435179664796001"
        },
        "min_volume_rat": [
          [
            1,
            [
              101323,
              693463393
            ]
          ],
          [
            1,
            [
              116415321,
              3551657984
            ]
          ]
        ],
        "price": "1461.119215702",
        "price_fraction": {
          "denom": "500000000",
          "numer": "730559607851"
        },
        "price_rat": [
          [
            1,
            [
              170,
              415167531
            ]
          ],
          [
            1,
            [
              500000000
            ]
          ]
        ],
        "pubkey": "030cc432020d0bc06b4058b53bc223ed37d25a0c9b105fd2d10cf20210a5b821bf",
        "rel_confs": 2,
        "rel_max_volume": "18.389724188625893153547704",
        "rel_max_volume_fraction": {
          "denom": "125000000000000000000000",
          "numer": "2298715523578236644193463"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              124613,
              2655275414,
              3285808311
            ]
          ],
          [
            1,
            [
              6776,
              1132059037,
              3021996032
            ]
          ]
        ],
        "rel_min_volume": "1.271698741032384481892015404",
        "rel_min_volume_fraction": {
          "denom": "250000000000000000000000000",
          "numer": "317924685258096120473003851"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              17234731,
              2814846795,
              3101739060
            ]
          ],
          [
            1,
            [
              13552527,
              670310415,
              973078528
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "b3c61702-d3e2-40cd-b39c-3451b082a5db"
      }
    ],
    "DGB": [
      {
        "address": "dgb1q9m3h536w2q6azhpga8u0evfwf0pfej7qpy965c",
        "age": 296,
        "base_confs": 1,
        "base_max_volume": "0.012586053205652",
        "base_max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "base_min_volume": "0.000882412135976331",
        "base_min_volume_fraction": {
          "denom": "1000000000000000000",
          "numer": "882412135976331"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              205452,
              2515078539
            ]
          ],
          [
            1,
            [
              232830643,
              2808348672
            ]
          ]
        ],
        "base_nota": false,
        "coin": "DGB",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "maxvolume": "0.012586053205652",
        "min_volume": "0.000882412135976331",
        "min_volume_fraction": {
          "denom": "1000000000000000000",
          "numer": "882412135976331"
        },
        "min_volume_rat": [
          [
            1,
            [
              205452,
              2515078539
            ]
          ],
          [
            1,
            [
              232830643,
              2808348672
            ]
          ]
        ],
        "price": "12081303.789645463",
        "price_fraction": {
          "denom": "1000000000",
          "numer": "12081303789645463"
        },
        "price_rat": [
          [
            1,
            [
              2812897,
              3167628951
            ]
          ],
          [
            1,
            [
              1000000000
            ]
          ]
        ],
        "pubkey": "030cc432020d0bc06b4058b53bc223ed37d25a0c9b105fd2d10cf20210a5b821bf",
        "rel_confs": 7,
        "rel_max_volume": "152055.932290122935475707756876",
        "rel_max_volume_fraction": {
          "denom": "250000000000000000000000",
          "numer": "38013983072530733868926939219"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              2060742151,
              2590941712,
              3643322451
            ]
          ],
          [
            1,
            [
              13552,
              1749024768,
              2264118075
            ]
          ]
        ],
        "rel_min_volume": "10660.689082399995309141849536253",
        "rel_min_volume_fraction": {
          "denom": "1000000000000000000000000000",
          "numer": "10660689082399995309141849536253"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              134,
              1186985725,
              2270686082,
              2391495502
            ]
          ],
          [
            1,
            [
              54210108,
              2681241660,
              3892314112
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "4511754d-998f-40d0-b5d0-fe34dc9665fb"
      },
      {
        "address": "dgb1qc0m3ph4hxg9sa7nwmv2w86lwhy24l2gd6584c5",
        "age": 500,
        "base_confs": 1,
        "base_max_volume": "0.0073309383506834",
        "base_max_volume_fraction": {
          "denom": "5000000000000000",
          "numer": "36654691753417"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              8534,
              1440849353
            ]
          ],
          [
            1,
            [
              1164153,
              937459712
            ]
          ]
        ],
        "base_min_volume": "0.000899016415976331",
        "base_min_volume_fraction": {
          "denom": "1000000000000000000",
          "numer": "899016415976331"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              209318,
              2451512203
            ]
          ],
          [
            1,
            [
              232830643,
              2808348672
            ]
          ]
        ],
        "base_nota": false,
        "coin": "DGB",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "5000000000000000",
          "numer": "36654691753417"
        },
        "max_volume_rat": [
          [
            1,
            [
              8534,
              1440849353
            ]
          ],
          [
            1,
            [
              1164153,
              937459712
            ]
          ]
        ],
        "maxvolume": "0.0073309383506834",
        "min_volume": "0.000899016415976331",
        "min_volume_fraction": {
          "denom": "1000000000000000000",
          "numer": "899016415976331"
        },
        "min_volume_rat": [
          [
            1,
            [
              209318,
              2451512203
            ]
          ],
          [
            1,
            [
              232830643,
              2808348672
            ]
          ]
        ],
        "price": "11825171.926614355",
        "price_fraction": {
          "denom": "200000000",
          "numer": "2365034385322871"
        },
        "price_rat": [
          [
            1,
            [
              550652,
              2053845879
            ]
          ],
          [
            1,
            [
              200000000
            ]
          ]
        ],
        "pubkey": "031bb83b58ec130e28e0a6d5d2acf2eb01b0d3f1670e021d47d31db8a858219da8",
        "rel_confs": 7,
        "rel_max_volume": "86689.606380241883224662500207",
        "rel_max_volume_fraction": {
          "denom": "1000000000000000000000000",
          "numer": "86689606380241883224662500207"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              1,
              404485682,
              2012513432,
              2605867887
            ]
          ],
          [
            1,
            [
              54210,
              466537709,
              2701131776
            ]
          ]
        ],
        "rel_min_volume": "10631.023683768762451920644831505",
        "rel_min_volume_fraction": {
          "denom": "200000000000000000000000000",
          "numer": "2126204736753752490384128966301"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              26,
              3592640040,
              3734153342,
              3758849693
            ]
          ],
          [
            1,
            [
              10842021,
              3113228709,
              3355443200
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "5aed9a00-0865-4095-8cd8-739f244a2cbf"
      }
    ],
    "DGB-segwit": [
      {
        "address": "dgb1q9m3h536w2q6azhpga8u0evfwf0pfej7qpy965c",
        "age": 296,
        "base_confs": 1,
        "base_max_volume": "0.012586053205652",
        "base_max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "base_min_volume": "0.000882412135976331",
        "base_min_volume_fraction": {
          "denom": "1000000000000000000",
          "numer": "882412135976331"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              205452,
              2515078539
            ]
          ],
          [
            1,
            [
              232830643,
              2808348672
            ]
          ]
        ],
        "base_nota": false,
        "coin": "DGB-segwit",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "maxvolume": "0.012586053205652",
        "min_volume": "0.000882412135976331",
        "min_volume_fraction": {
          "denom": "1000000000000000000",
          "numer": "882412135976331"
        },
        "min_volume_rat": [
          [
            1,
            [
              205452,
              2515078539
            ]
          ],
          [
            1,
            [
              232830643,
              2808348672
            ]
          ]
        ],
        "price": "12081303.789645463",
        "price_fraction": {
          "denom": "1000000000",
          "numer": "12081303789645463"
        },
        "price_rat": [
          [
            1,
            [
              2812897,
              3167628951
            ]
          ],
          [
            1,
            [
              1000000000
            ]
          ]
        ],
        "pubkey": "030cc432020d0bc06b4058b53bc223ed37d25a0c9b105fd2d10cf20210a5b821bf",
        "rel_confs": 7,
        "rel_max_volume": "152055.932290122935475707756876",
        "rel_max_volume_fraction": {
          "denom": "250000000000000000000000",
          "numer": "38013983072530733868926939219"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              2060742151,
              2590941712,
              3643322451
            ]
          ],
          [
            1,
            [
              13552,
              1749024768,
              2264118075
            ]
          ]
        ],
        "rel_min_volume": "10660.689082399995309141849536253",
        "rel_min_volume_fraction": {
          "denom": "1000000000000000000000000000",
          "numer": "10660689082399995309141849536253"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              134,
              1186985725,
              2270686082,
              2391495502
            ]
          ],
          [
            1,
            [
              54210108,
              2681241660,
              3892314112
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "4511754d-998f-40d0-b5d0-fe34dc9665fb"
      },
      {
        "address": "dgb1qc0m3ph4hxg9sa7nwmv2w86lwhy24l2gd6584c5",
        "age": 500,
        "base_confs": 1,
        "base_max_volume": "0.0073309383506834",
        "base_max_volume_fraction": {
          "denom": "5000000000000000",
          "numer": "36654691753417"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              8534,
              1440849353
            ]
          ],
          [
            1,
            [
              1164153,
              937459712
            ]
          ]
        ],
        "base_min_volume": "0.000899016415976331",
        "base_min_volume_fraction": {
          "denom": "1000000000000000000",
          "numer": "899016415976331"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              209318,
              2451512203
            ]
          ],
          [
            1,
            [
              232830643,
              2808348672
            ]
          ]
        ],
        "base_nota": false,
        "coin": "DGB-segwit",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "5000000000000000",
          "numer": "36654691753417"
        },
        "max_volume_rat": [
          [
            1,
            [
              8534,
              1440849353
            ]
          ],
          [
            1,
            [
              1164153,
              937459712
            ]
          ]
        ],
        "maxvolume": "0.0073309383506834",
        "min_volume": "0.000899016415976331",
        "min_volume_fraction": {
          "denom": "1000000000000000000",
          "numer": "899016415976331"
        },
        "min_volume_rat": [
          [
            1,
            [
              209318,
              2451512203
            ]
          ],
          [
            1,
            [
              232830643,
              2808348672
            ]
          ]
        ],
        "price": "11825171.926614355",
        "price_fraction": {
          "denom": "200000000",
          "numer": "2365034385322871"
        },
        "price_rat": [
          [
            1,
            [
              550652,
              2053845879
            ]
          ],
          [
            1,
            [
              200000000
            ]
          ]
        ],
        "pubkey": "031bb83b58ec130e28e0a6d5d2acf2eb01b0d3f1670e021d47d31db8a858219da8",
        "rel_confs": 7,
        "rel_max_volume": "86689.606380241883224662500207",
        "rel_max_volume_fraction": {
          "denom": "1000000000000000000000000",
          "numer": "86689606380241883224662500207"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              1,
              404485682,
              2012513432,
              2605867887
            ]
          ],
          [
            1,
            [
              54210,
              466537709,
              2701131776
            ]
          ]
        ],
        "rel_min_volume": "10631.023683768762451920644831505",
        "rel_min_volume_fraction": {
          "denom": "200000000000000000000000000",
          "numer": "2126204736753752490384128966301"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              26,
              3592640040,
              3734153342,
              3758849693
            ]
          ],
          [
            1,
            [
              10842021,
              3113228709,
              3355443200
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "5aed9a00-0865-4095-8cd8-739f244a2cbf"
      }
    ],
    "DOGE": [
      {
        "address": "D6ztNQyQF3mMTYcMFVq1q2cd6eXzqPKGc8",
        "age": 10,
        "base_confs": 1,
        "base_max_volume": "0.0026132583558152",
        "base_max_volume_fraction": {
          "denom": "1250000000000000",
          "numer": "3266572944769"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              760,
              2397799809
            ]
          ],
          [
            1,
            [
              291038,
              1308106752
            ]
          ]
        ],
        "base_min_volume": "0.000911497933607896",
        "base_min_volume_fraction": {
          "denom": "125000000000000000",
          "numer": "113937241700987"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              26528,
              349272699
            ]
          ],
          [
            1,
            [
              29103830,
              1961656320
            ]
          ]
        ],
        "base_nota": false,
        "coin": "DOGE",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "1250000000000000",
          "numer": "3266572944769"
        },
        "max_volume_rat": [
          [
            1,
            [
              760,
              2397799809
            ]
          ],
          [
            1,
            [
              291038,
              1308106752
            ]
          ]
        ],
        "maxvolume": "0.0026132583558152",
        "min_volume": "0.000911497933607896",
        "min_volume_fraction": {
          "denom": "125000000000000000",
          "numer": "113937241700987"
        },
        "min_volume_rat": [
          [
            1,
            [
              26528,
              349272699
            ]
          ],
          [
            1,
            [
              29103830,
              1961656320
            ]
          ]
        ],
        "price": "605055.6808311547",
        "price_fraction": {
          "denom": "10000000000",
          "numer": "6050556808311547"
        },
        "price_rat": [
          [
            1,
            [
              1408755,
              155235067
            ]
          ],
          [
            1,
            [
              2,
              1410065408
            ]
          ]
        ],
        "pubkey": "0315d9c51c657ab1be4ae9d3ab6e76a619d3bccfe830d5363fa168424c0d044732",
        "rel_confs": 2,
        "rel_max_volume": "1581.16681366546975508607581144",
        "rel_max_volume_fraction": {
          "denom": "12500000000000000000000000",
          "numer": "19764585170818371938575947643"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              102233881,
              1071440309,
              3439302523
            ]
          ],
          [
            1,
            [
              677626,
              1536754074,
              1551892480
            ]
          ]
        ],
        "rel_min_volume": "551.5070027953161592077707175112",
        "rel_min_volume_fraction": {
          "denom": "1250000000000000000000000000",
          "numer": "689383753494145199009713396889"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              8,
              38575257,
              3011829792,
              3127527132
            ]
          ],
          [
            1,
            [
              67762635,
              570425344,
              3351552076
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "afe6a538-9623-4391-9d43-a98ef60d9b52"
      },
      {
        "address": "D9R28WMRDxLQY2Bhj4bCJ4grnignLn1fKp",
        "age": 293,
        "base_confs": 1,
        "base_max_volume": "0.012586053205652",
        "base_max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "base_min_volume": "0.000884746593607896",
        "base_min_volume_fraction": {
          "denom": "125000000000000000",
          "numer": "110593324200987"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              25749,
              2211296283
            ]
          ],
          [
            1,
            [
              29103830,
              1961656320
            ]
          ]
        ],
        "base_nota": false,
        "coin": "DOGE",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "maxvolume": "0.012586053205652",
        "min_volume": "0.000884746593607896",
        "min_volume_fraction": {
          "denom": "125000000000000000",
          "numer": "110593324200987"
        },
        "min_volume_rat": [
          [
            1,
            [
              25749,
              2211296283
            ]
          ],
          [
            1,
            [
              29103830,
              1961656320
            ]
          ]
        ],
        "price": "622894.7234765715",
        "price_fraction": {
          "denom": "2000000000",
          "numer": "1245789446953143"
        },
        "price_rat": [
          [
            1,
            [
              290057,
              4117977271
            ]
          ],
          [
            1,
            [
              2000000000
            ]
          ]
        ],
        "pubkey": "030cc432020d0bc06b4058b53bc223ed37d25a0c9b105fd2d10cf20210a5b821bf",
        "rel_confs": 2,
        "rel_max_volume": "7839.786131196018829693382118",
        "rel_max_volume_fraction": {
          "denom": "500000000000000000000000",
          "numer": "3919893065598009414846691059"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              212497828,
              3150624499,
              3786491647
            ]
          ],
          [
            1,
            [
              27105,
              233268854,
              3498049536
            ]
          ]
        ],
        "rel_min_volume": "551.103984772228960768413408564",
        "rel_min_volume_fraction": {
          "denom": "250000000000000000000000000",
          "numer": "137775996193057240192103352141"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              1,
              1904227048,
              2903902029,
              3173884423
            ]
          ],
          [
            1,
            [
              13552527,
              670310415,
              973078528
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "b433f3fd-6b94-4a5f-beb1-d3c60d6cc7aa"
      },
      {
        "address": "DFkd7rUud4oN8Ld2NbpvzSyPHCHRBtKMbg",
        "age": 143,
        "base_confs": 1,
        "base_max_volume": "0.03881748",
        "base_max_volume_fraction": {
          "denom": "25000000",
          "numer": "970437"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              970437
            ]
          ],
          [
            1,
            [
              25000000
            ]
          ]
        ],
        "base_min_volume": "0.03",
        "base_min_volume_fraction": {
          "denom": "100",
          "numer": "3"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              3
            ]
          ],
          [
            1,
            [
              100
            ]
          ]
        ],
        "base_nota": false,
        "coin": "DOGE",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "25000000",
          "numer": "970437"
        },
        "max_volume_rat": [
          [
            1,
            [
              970437
            ]
          ],
          [
            1,
            [
              25000000
            ]
          ]
        ],
        "maxvolume": "0.03881748",
        "min_volume": "0.03",
        "min_volume_fraction": {
          "denom": "100",
          "numer": "3"
        },
        "min_volume_rat": [
          [
            1,
            [
              3
            ]
          ],
          [
            1,
            [
              100
            ]
          ]
        ],
        "price": "614156.3027790573",
        "price_fraction": {
          "denom": "10000000000",
          "numer": "6141563027790573"
        },
        "price_rat": [
          [
            1,
            [
              1429944,
              312679149
            ]
          ],
          [
            1,
            [
              2,
              1410065408
            ]
          ]
        ],
        "pubkey": "03578749aeeb2691348229e70d3aab4ccd1a893125c4959df39f5c58ebab096f3a",
        "rel_confs": 2,
        "rel_max_volume": "23840.000000000001161604",
        "rel_max_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "5960000000000000290401"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              323,
              270823009,
              396199569
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "rel_min_volume": "18424.689083371719",
        "rel_min_volume_fraction": {
          "denom": "1000000000000",
          "numer": "18424689083371719"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              4289832,
              938037447
            ]
          ],
          [
            1,
            [
              232,
              3567587328
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "54d57b45-363e-4bfe-81aa-94e9d581a4c5"
      },
      {
        "address": "DGC1EoeKsW7R3oa1W31qvUPBqqvWT3GkCZ",
        "age": 111,
        "base_confs": 1,
        "base_max_volume": "0.00940811657032755",
        "base_max_volume_fraction": {
          "denom": "20000000000000000",
          "numer": "188162331406551"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              43809,
              4109136087
            ]
          ],
          [
            1,
            [
              4656612,
              3749838848
            ]
          ]
        ],
        "base_min_volume": "0.000897661033607896",
        "base_min_volume_fraction": {
          "denom": "125000000000000000",
          "numer": "112207629200987"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              26125,
              1608592987
            ]
          ],
          [
            1,
            [
              29103830,
              1961656320
            ]
          ]
        ],
        "base_nota": false,
        "coin": "DOGE",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "20000000000000000",
          "numer": "188162331406551"
        },
        "max_volume_rat": [
          [
            1,
            [
              43809,
              4109136087
            ]
          ],
          [
            1,
            [
              4656612,
              3749838848
            ]
          ]
        ],
        "maxvolume": "0.00940811657032755",
        "min_volume": "0.000897661033607896",
        "min_volume_fraction": {
          "denom": "125000000000000000",
          "numer": "112207629200987"
        },
        "min_volume_rat": [
          [
            1,
            [
              26125,
              1608592987
            ]
          ],
          [
            1,
            [
              29103830,
              1961656320
            ]
          ]
        ],
        "price": "614153.2533539614",
        "price_fraction": {
          "denom": "5000000000",
          "numer": "3070766266769807"
        },
        "price_rat": [
          [
            1,
            [
              714968,
              2089083279
            ]
          ],
          [
            1,
            [
              1,
              705032704
            ]
          ]
        ],
        "pubkey": "025d81c96aa4269c5946c0bd8dad7785ae0f4f595e7aea2ec4f8fe71f77ebf74a9",
        "rel_confs": 2,
        "rel_max_volume": "5778.02539959997822061648805657",
        "rel_max_volume_fraction": {
          "denom": "100000000000000000000000000",
          "numer": "577802539959997822061648805657"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              7,
              1257967382,
              2635419189,
              4061921049
            ]
          ],
          [
            1,
            [
              5421010,
              3704098002,
              3825205248
            ]
          ]
        ],
        "rel_min_volume": "551.3014441993690110669859192144",
        "rel_min_volume_fraction": {
          "denom": "625000000000000000000000000",
          "numer": "344563402624605631916866199509"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              4,
              986765845,
              1498950300,
              1936908245
            ]
          ],
          [
            1,
            [
              33881317,
              285212672,
              3823259686
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "aa768c7f-6c24-4148-86bf-e626adb545bd"
      }
    ],
    "ETC": [
      {
        "address": "0x71e7be068c6fe801d01fe5eaaed02edf9c554432",
        "age": 287,
        "base_confs": 1,
        "base_max_volume": "0.012586053205652",
        "base_max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "base_min_volume": "0.00088363282",
        "base_min_volume_fraction": {
          "denom": "50000000000",
          "numer": "44181641"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              44181641
            ]
          ],
          [
            1,
            [
              11,
              2755359744
            ]
          ]
        ],
        "base_nota": false,
        "coin": "ETC",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "maxvolume": "0.012586053205652",
        "min_volume": "0.00088363282",
        "min_volume_fraction": {
          "denom": "50000000000",
          "numer": "44181641"
        },
        "min_volume_rat": [
          [
            1,
            [
              44181641
            ]
          ],
          [
            1,
            [
              11,
              2755359744
            ]
          ]
        ],
        "price": "6725.2072491016",
        "price_fraction": {
          "denom": "1250000000",
          "numer": "8406509061377"
        },
        "price_rat": [
          [
            1,
            [
              1957,
              1258063105
            ]
          ],
          [
            1,
            [
              1250000000
            ]
          ]
        ],
        "pubkey": "030cc432020d0bc06b4058b53bc223ed37d25a0c9b105fd2d10cf20210a5b821bf",
        "rel_confs": 3,
        "rel_max_volume": "84.6438162562292611770422432",
        "rel_max_volume_fraction": {
          "denom": "312500000000000000000000",
          "numer": "26451192580071644117825701"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              1433922,
              98815629,
              1556838565
            ]
          ],
          [
            1,
            [
              16940,
              1112539136,
              2830147594
            ]
          ]
        ],
        "rel_min_volume": "5.942613846608089274512",
        "rel_min_volume_fraction": {
          "denom": "62500000000000000000",
          "numer": "371413365413005579657"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              20,
              577067010,
              3264042377
            ]
          ],
          [
            1,
            [
              3,
              1575616512,
              1667013340
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "4d9867ef-35b2-4e09-90e2-d1087c4eaee6"
      }
    ],
    "ETH": [
      {
        "address": "0x71e7be068c6fe801d01fe5eaaed02edf9c554432",
        "age": 282,
        "base_confs": 1,
        "base_max_volume": "0.018879079808478",
        "base_max_volume_fraction": {
          "denom": "500000000000000",
          "numer": "9439539904239"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              2197,
              3496754927
            ]
          ],
          [
            1,
            [
              116415,
              1382236160
            ]
          ]
        ],
        "base_min_volume": "0.00152298747090944",
        "base_min_volume_fraction": {
          "denom": "48828125000000",
          "numer": "74364622603"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              17,
              1350178571
            ]
          ],
          [
            1,
            [
              11368,
              2936779072
            ]
          ]
        ],
        "base_nota": false,
        "coin": "ETH",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "500000000000000",
          "numer": "9439539904239"
        },
        "max_volume_rat": [
          [
            1,
            [
              2197,
              3496754927
            ]
          ],
          [
            1,
            [
              116415,
              1382236160
            ]
          ]
        ],
        "maxvolume": "0.018879079808478",
        "min_volume": "0.00152298747090944",
        "min_volume_fraction": {
          "denom": "48828125000000",
          "numer": "74364622603"
        },
        "min_volume_rat": [
          [
            1,
            [
              17,
              1350178571
            ]
          ],
          [
            1,
            [
              11368,
              2936779072
            ]
          ]
        ],
        "price": "31.7072972488",
        "price_fraction": {
          "denom": "1250000000",
          "numer": "39634121561"
        },
        "price_rat": [
          [
            1,
            [
              9,
              979415897
            ]
          ],
          [
            1,
            [
              1250000000
            ]
          ]
        ],
        "pubkey": "030cc432020d0bc06b4058b53bc223ed37d25a0c9b105fd2d10cf20210a5b821bf",
        "rel_confs": 3,
        "rel_max_volume": "0.5986045952712301203153264",
        "rel_max_volume_fraction": {
          "denom": "625000000000000000000000",
          "numer": "374127872044518825197079"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              20281,
              2201526801,
              3846372887
            ]
          ],
          [
            1,
            [
              33881,
              1365327892,
              2225078272
            ]
          ]
        ],
        "rel_min_volume": "0.048289816446323756945948672",
        "rel_min_volume_fraction": {
          "denom": "61035156250000000000000",
          "numer": "2947376492085190243283"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              159,
              2058269651,
              3339765678
            ]
          ],
          [
            1,
            [
              3308,
              15966208,
              3102900034
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "8f2101a5-bb87-4395-aa70-bf01dc674dcd"
      }
    ],
    "ETH-ARB20": [
      {
        "address": "0x71e7be068c6fe801d01fe5eaaed02edf9c554432",
        "age": 279,
        "base_confs": 1,
        "base_max_volume": "0.012586053205652",
        "base_max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "base_min_volume": "0.000884707103355596",
        "base_min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "221176775838899"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              51496,
              3139964083
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "base_nota": false,
        "coin": "ETH-ARB20",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "maxvolume": "0.012586053205652",
        "min_volume": "0.000884707103355596",
        "min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "221176775838899"
        },
        "min_volume_rat": [
          [
            1,
            [
              51496,
              3139964083
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "price": "31.7083085781",
        "price_fraction": {
          "denom": "10000000000",
          "numer": "317083085781"
        },
        "price_rat": [
          [
            1,
            [
              73,
              3550473173
            ]
          ],
          [
            1,
            [
              2,
              1410065408
            ]
          ]
        ],
        "pubkey": "030cc432020d0bc06b4058b53bc223ed37d25a0c9b105fd2d10cf20210a5b821bf",
        "rel_confs": 10,
        "rel_max_volume": "0.3990824588251983150034212",
        "rel_max_volume_fraction": {
          "denom": "2500000000000000000000000",
          "numer": "997706147062995787508553"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              54085,
              2657938249,
              3258193939
            ]
          ],
          [
            1,
            [
              135525,
              310378496,
              1166344274
            ]
          ]
        ],
        "rel_min_volume": "0.0280525658344362479414380476",
        "rel_min_volume_fraction": {
          "denom": "2500000000000000000000000000",
          "numer": "70131414586090619853595119"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              3801831,
              2588516883,
              3894927855
            ]
          ],
          [
            1,
            [
              135525271,
              1140850688,
              2408136856
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "73293429-c28d-42d1-8fd1-8cd4a840932c"
      }
    ],
    "ETH-BEP20": [
      {
        "address": "0x71e7be068c6fe801d01fe5eaaed02edf9c554432",
        "age": 273,
        "base_confs": 1,
        "base_max_volume": "0.012586053205652",
        "base_max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "base_min_volume": "0.000884707103355596",
        "base_min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "221176775838899"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              51496,
              3139964083
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "base_nota": false,
        "coin": "ETH-BEP20",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "maxvolume": "0.012586053205652",
        "min_volume": "0.000884707103355596",
        "min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "221176775838899"
        },
        "min_volume_rat": [
          [
            1,
            [
              51496,
              3139964083
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "price": "31.7084097146",
        "price_fraction": {
          "denom": "5000000000",
          "numer": "158542048573"
        },
        "price_rat": [
          [
            1,
            [
              36,
              3923225917
            ]
          ],
          [
            1,
            [
              1,
              705032704
            ]
          ]
        ],
        "pubkey": "030cc432020d0bc06b4058b53bc223ed37d25a0c9b105fd2d10cf20210a5b821bf",
        "rel_confs": 3,
        "rel_max_volume": "0.3990837317345683484269192",
        "rel_max_volume_fraction": {
          "denom": "1250000000000000000000000",
          "numer": "498854664668210435533649"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              27042,
              3143183185,
              4147046002
            ]
          ],
          [
            1,
            [
              67762,
              155189248,
              2730655785
            ]
          ]
        ],
        "rel_min_volume": "0.0280526553106162064646729016",
        "rel_min_volume_fraction": {
          "denom": "1250000000000000000000000000",
          "numer": "35065819138270258080841127"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              1900921,
              1047854503,
              3712934028
            ]
          ],
          [
            1,
            [
              67762635,
              570425344,
              3351552076
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "c3e6fa46-bc57-4b6c-8e01-2262ae01031e"
      }
    ],
    "ETH-PLG20": [
      {
        "address": "0x71e7be068c6fe801d01fe5eaaed02edf9c554432",
        "age": 270,
        "base_confs": 1,
        "base_max_volume": "0.012586053205652",
        "base_max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "base_min_volume": "0.000884707103355596",
        "base_min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "221176775838899"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              51496,
              3139964083
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "base_nota": false,
        "coin": "ETH-PLG20",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "maxvolume": "0.012586053205652",
        "min_volume": "0.000884707103355596",
        "min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "221176775838899"
        },
        "min_volume_rat": [
          [
            1,
            [
              51496,
              3139964083
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "price": "31.7232837983",
        "price_fraction": {
          "denom": "10000000000",
          "numer": "317232837983"
        },
        "price_rat": [
          [
            1,
            [
              73,
              3700225375
            ]
          ],
          [
            1,
            [
              2,
              1410065408
            ]
          ]
        ],
        "pubkey": "030cc432020d0bc06b4058b53bc223ed37d25a0c9b105fd2d10cf20210a5b821bf",
        "rel_confs": 20,
        "rel_max_volume": "0.3992709377434018695879916",
        "rel_max_volume_fraction": {
          "denom": "2500000000000000000000000",
          "numer": "998177344358504673969979"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              54111,
              1298213844,
              3932030779
            ]
          ],
          [
            1,
            [
              135525,
              310378496,
              1166344274
            ]
          ]
        ],
        "rel_min_volume": "0.0280658145181215021504402868",
        "rel_min_volume_fraction": {
          "denom": "2500000000000000000000000000",
          "numer": "70164536295303755376100717"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              3803627,
              576128278,
              2380793197
            ]
          ],
          [
            1,
            [
              135525271,
              1140850688,
              2408136856
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "be9e5f2e-830d-4a8a-8866-64bbc43125e5"
      }
    ],
    "EURE-PLG20": [
      {
        "address": "0x229e3418c6477073a7cb3cc8b0faf4c4a8843bcb",
        "age": 313,
        "base_confs": 1,
        "base_max_volume": "0.00314702623329598",
        "base_max_volume_fraction": {
          "denom": "50000000000000000",
          "numer": "157351311664799"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              36636,
              889808543
            ]
          ],
          [
            1,
            [
              11641532,
              784662528
            ]
          ]
        ],
        "base_min_volume": "0.000911754900878564",
        "base_min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "227938725219641"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              53071,
              515853625
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "base_nota": false,
        "coin": "EURE-PLG20",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "50000000000000000",
          "numer": "157351311664799"
        },
        "max_volume_rat": [
          [
            1,
            [
              36636,
              889808543
            ]
          ],
          [
            1,
            [
              11641532,
              784662528
            ]
          ]
        ],
        "maxvolume": "0.00314702623329598",
        "min_volume": "0.000911754900878564",
        "min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "227938725219641"
        },
        "min_volume_rat": [
          [
            1,
            [
              53071,
              515853625
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "price": "82833.8736823714",
        "price_fraction": {
          "denom": "5000000000",
          "numer": "414169368411857"
        },
        "price_rat": [
          [
            1,
            [
              96431,
              1377091281
            ]
          ],
          [
            1,
            [
              1,
              705032704
            ]
          ]
        ],
        "pubkey": "02f4928b419e512fae82cb4e52c4715a0f321a6c0f290e7504ab3b6e76b5374fe3",
        "rel_confs": 20,
        "rel_max_volume": "260.680373483948275381444486972",
        "rel_max_volume_fraction": {
          "denom": "250000000000000000000000000",
          "numer": "65170093370987068845361121743"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              960678351,
              2986580912,
              3532877840
            ]
          ],
          [
            1,
            [
              13552527,
              670310415,
              973078528
            ]
          ]
        ],
        "rel_min_volume": "75.5241902886580269677389466696",
        "rel_min_volume_fraction": {
          "denom": "1250000000000000000000000000",
          "numer": "94405237860822533709673683337"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              1,
              582952975,
              822750903,
              1609718153
            ]
          ],
          [
            1,
            [
              67762635,
              570425344,
              3351552076
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "4fce37b8-adf1-4562-ad92-978a9876bceb"
      },
      {
        "address": "0x5535280d956b00f22a30a51f2e43e3cfdf5099ce",
        "age": 350,
        "base_confs": 1,
        "base_max_volume": "0.00944064493451182",
        "base_max_volume_fraction": {
          "denom": "50000000000000000",
          "numer": "472032246725591"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              109903,
              2455993303
            ]
          ],
          [
            1,
            [
              11641532,
              784662528
            ]
          ]
        ],
        "base_min_volume": "0.000899762920878564",
        "base_min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "224940730219641"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              52373,
              408026233
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "base_nota": false,
        "coin": "EURE-PLG20",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "50000000000000000",
          "numer": "472032246725591"
        },
        "max_volume_rat": [
          [
            1,
            [
              109903,
              2455993303
            ]
          ],
          [
            1,
            [
              11641532,
              784662528
            ]
          ]
        ],
        "maxvolume": "0.00944064493451182",
        "min_volume": "0.000899762920878564",
        "min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "224940730219641"
        },
        "min_volume_rat": [
          [
            1,
            [
              52373,
              408026233
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "price": "83902.2155678596",
        "price_fraction": {
          "denom": "2500000000",
          "numer": "209755538919649"
        },
        "price_rat": [
          [
            1,
            [
              48837,
              2221084897
            ]
          ],
          [
            1,
            [
              2500000000
            ]
          ]
        ],
        "pubkey": "025d81c96aa4269c5946c0bd8dad7785ae0f4f595e7aea2ec4f8fe71f77ebf74a9",
        "rel_confs": 20,
        "rel_max_volume": "792.091026395032497935208300472",
        "rel_max_volume_fraction": {
          "denom": "125000000000000000000000000",
          "numer": "99011378299379062241901037559"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              1,
              1072450276,
              2706524151,
              2785481436
            ]
          ],
          [
            1,
            [
              6776263,
              2482638855,
              2634022912
            ]
          ]
        ],
        "rel_min_volume": "75.4921025475202779641930016144",
        "rel_min_volume_fraction": {
          "denom": "625000000000000000000000000",
          "numer": "47182564092200173727620626009"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              2258728537,
              2557771924,
              2619925903
            ]
          ],
          [
            1,
            [
              33881317,
              285212672,
              3823259686
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "44dd8c07-5b26-4a76-9c80-2cd538fc7e3f"
      },
      {
        "address": "0x71e7be068c6fe801d01fe5eaaed02edf9c554432",
        "age": 258,
        "base_confs": 1,
        "base_max_volume": "0.012586053205652",
        "base_max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "base_min_volume": "0.000886848480878564",
        "base_min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "221712120219641"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              51621,
              1613432825
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "base_nota": false,
        "coin": "EURE-PLG20",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "maxvolume": "0.012586053205652",
        "min_volume": "0.000886848480878564",
        "min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "221712120219641"
        },
        "min_volume_rat": [
          [
            1,
            [
              51621,
              1613432825
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "price": "85185.5506305707",
        "price_fraction": {
          "denom": "10000000000",
          "numer": "851855506305707"
        },
        "price_rat": [
          [
            1,
            [
              198338,
              282751659
            ]
          ],
          [
            1,
            [
              2,
              1410065408
            ]
          ]
        ],
        "pubkey": "030cc432020d0bc06b4058b53bc223ed37d25a0c9b105fd2d10cf20210a5b821bf",
        "rel_confs": 20,
        "rel_max_volume": "1072.1498725891251087252255964",
        "rel_max_volume_fraction": {
          "denom": "2500000000000000000000000",
          "numer": "2680374681472812771813063991"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              145303402,
              2733309790,
              4227038519
            ]
          ],
          [
            1,
            [
              135525,
              310378496,
              1166344274
            ]
          ]
        ],
        "rel_min_volume": "75.5466761695256249317327164748",
        "rel_min_volume_fraction": {
          "denom": "2500000000000000000000000000",
          "numer": "188866690423814062329331791187"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              2,
              1642056736,
              1648549211,
              3226809683
            ]
          ],
          [
            1,
            [
              135525271,
              1140850688,
              2408136856
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "25994267-b5e4-42d2-8364-a9672731d3a5"
      }
    ],
    "FIRO": [
      {
        "address": "a4zPL9rQ9LRy4ZSCzsumWaqmWx5qMySDGW",
        "age": 255,
        "base_confs": 1,
        "base_max_volume": "0.00943953990423901",
        "base_max_volume_fraction": {
          "denom": "100000000000000000",
          "numer": "943953990423901"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              219781,
              1783141725
            ]
          ],
          [
            1,
            [
              23283064,
              1569325056
            ]
          ]
        ],
        "base_min_volume": "0.000790093008777511",
        "base_min_volume_fraction": {
          "denom": "1000000000000000000",
          "numer": "790093008777511"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              183957,
              3709907239
            ]
          ],
          [
            1,
            [
              232830643,
              2808348672
            ]
          ]
        ],
        "base_nota": false,
        "coin": "FIRO",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "100000000000000000",
          "numer": "943953990423901"
        },
        "max_volume_rat": [
          [
            1,
            [
              219781,
              1783141725
            ]
          ],
          [
            1,
            [
              23283064,
              1569325056
            ]
          ]
        ],
        "maxvolume": "0.00943953990423901",
        "min_volume": "0.000790093008777511",
        "min_volume_fraction": {
          "denom": "1000000000000000000",
          "numer": "790093008777511"
        },
        "min_volume_rat": [
          [
            1,
            [
              183957,
              3709907239
            ]
          ],
          [
            1,
            [
              232830643,
              2808348672
            ]
          ]
        ],
        "price": "37329.1854423712",
        "price_fraction": {
          "denom": "312500000",
          "numer": "11665370450741"
        },
        "price_rat": [
          [
            1,
            [
              2716,
              239274805
            ]
          ],
          [
            1,
            [
              312500000
            ]
          ]
        ],
        "pubkey": "030cc432020d0bc06b4058b53bc223ed37d25a0c9b105fd2d10cf20210a5b821bf",
        "rel_confs": 1,
        "rel_max_volume": "352.370335576000883392945940512",
        "rel_max_volume_fraction": {
          "denom": "31250000000000000000000000",
          "numer": "11011572986750027606029560641"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              596938567,
              1288235841,
              3160467718
            ]
          ],
          [
            1,
            [
              1694065,
              3841885185,
              3879731200
            ]
          ]
        ],
        "rel_min_volume": "29.4935284413767243630530740832",
        "rel_min_volume_fraction": {
          "denom": "312500000000000000000000000",
          "numer": "9216727637930226363454085651"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              499639806,
              1771919497,
              2929089043
            ]
          ],
          [
            1,
            [
              16940658,
              142606336,
              4059113491
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "fea5f78d-0d56-4d61-afbb-d9bf1a61e170"
      }
    ],
    "KMD": [
      {
        "address": "RAwv8JhfvmFx2V3QpY7ehiYpBJ1eqxxdxR",
        "age": 73,
        "base_confs": 1,
        "base_max_volume": "0.00522714178737095",
        "base_max_volume_fraction": {
          "denom": "20000000000000000",
          "numer": "104542835747419"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              24340,
              3331762779
            ]
          ],
          [
            1,
            [
              4656612,
              3749838848
            ]
          ]
        ],
        "base_min_volume": "0.000903952584068634",
        "base_min_volume_fraction": {
          "denom": "500000000000000000",
          "numer": "451976292034317"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              105233,
              3998574349
            ]
          ],
          [
            1,
            [
              116415321,
              3551657984
            ]
          ]
        ],
        "base_nota": false,
        "coin": "KMD",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "20000000000000000",
          "numer": "104542835747419"
        },
        "max_volume_rat": [
          [
            1,
            [
              24340,
              3331762779
            ]
          ],
          [
            1,
            [
              4656612,
              3749838848
            ]
          ]
        ],
        "maxvolume": "0.00522714178737095",
        "min_volume": "0.000903952584068634",
        "min_volume_fraction": {
          "denom": "500000000000000000",
          "numer": "451976292034317"
        },
        "min_volume_rat": [
          [
            1,
            [
              105233,
              3998574349
            ]
          ],
          [
            1,
            [
              116415321,
              3551657984
            ]
          ]
        ],
        "price": "2127642.784694085",
        "price_fraction": {
          "denom": "200000000",
          "numer": "425528556938817"
        },
        "price_rat": [
          [
            1,
            [
              99076,
              377120321
            ]
          ],
          [
            1,
            [
              200000000
            ]
          ]
        ],
        "pubkey": "02dbd8c73e2e80e4f3cf88d2f04a9d2d0df4269496608b14a3e17556fdcb01e0c1",
        "rel_confs": 3,
        "rel_max_volume": "11121.49050847274480621216583075",
        "rel_max_volume_fraction": {
          "denom": "4000000000000000000000000",
          "numer": "44485962033890979224848663323"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              483671107,
              1971290907,
              2411588834
            ]
          ],
          [
            1,
            [
              216840,
              1866150838,
              2214592512
            ]
          ]
        ],
        "rel_min_volume": "1923.28819319920242015033382989",
        "rel_min_volume_fraction": {
          "denom": "100000000000000000000000000",
          "numer": "192328819319920242015033382989"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              2,
              1836231594,
              3304085581,
              3914773317
            ]
          ],
          [
            1,
            [
              5421010,
              3704098002,
              3825205248
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "a5551551-f56e-4b30-830a-bebd56da9ecb"
      },
      {
        "address": "RB8yufv3YTfdzYnwz5paNnnDynGJG6WsqD",
        "age": 357,
        "base_confs": 1,
        "base_max_volume": "0.00262175674271264",
        "base_max_volume_fraction": {
          "denom": "3125000000000000",
          "numer": "8192989820977"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              1907,
              2487187505
            ]
          ],
          [
            1,
            [
              727595,
              3270266880
            ]
          ]
        ],
        "base_min_volume": "0.000910963280068634",
        "base_min_volume_fraction": {
          "denom": "500000000000000000",
          "numer": "455481640034317"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              106050,
              358293517
            ]
          ],
          [
            1,
            [
              116415321,
              3551657984
            ]
          ]
        ],
        "base_nota": false,
        "coin": "KMD",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "3125000000000000",
          "numer": "8192989820977"
        },
        "max_volume_rat": [
          [
            1,
            [
              1907,
              2487187505
            ]
          ],
          [
            1,
            [
              727595,
              3270266880
            ]
          ]
        ],
        "maxvolume": "0.00262175674271264",
        "min_volume": "0.000910963280068634",
        "min_volume_fraction": {
          "denom": "500000000000000000",
          "numer": "455481640034317"
        },
        "min_volume_rat": [
          [
            1,
            [
              106050,
              358293517
            ]
          ],
          [
            1,
            [
              116415321,
              3551657984
            ]
          ]
        ],
        "price": "2109428.8835388534",
        "price_fraction": {
          "denom": "5000000000",
          "numer": "10547144417694267"
        },
        "price_rat": [
          [
            1,
            [
              2455698,
              1818841659
            ]
          ],
          [
            1,
            [
              1,
              705032704
            ]
          ]
        ],
        "pubkey": "0315d9c51c657ab1be4ae9d3ab6e76a619d3bccfe830d5363fa168424c0d044732",
        "rel_confs": 3,
        "rel_max_volume": "5530.409398690785119964751286976",
        "rel_max_volume_fraction": {
          "denom": "15625000000000000000000000",
          "numer": "86412646854543517499449238859"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              1,
              389471676,
              2000250187,
              2130040270
            ]
          ],
          [
            1,
            [
              847032,
              4068426240,
              4087349248
            ]
          ]
        ],
        "rel_min_volume": "1921.6122548200704426959576642556",
        "rel_min_volume_fraction": {
          "denom": "2500000000000000000000000000",
          "numer": "4804030637050176106739894160639"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              60,
              2728984908,
              3180956927,
              3591190369
            ]
          ],
          [
            1,
            [
              135525271,
              1140850688,
              2408136856
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "171f917e-dbb2-482c-aa9a-95547939b060"
      },
      {
        "address": "RDZ7fmJ4XNEh52NJTeakqprTfrR5fFWX8i",
        "age": 75,
        "base_confs": 1,
        "base_max_volume": "0.0177768464104521",
        "base_max_volume_fraction": {
          "denom": "10000000000000000",
          "numer": "177768464104521"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              41389,
              4062690377
            ]
          ],
          [
            1,
            [
              2328306,
              1874919424
            ]
          ]
        ],
        "base_min_volume": "0.000885549507068634",
        "base_min_volume_fraction": {
          "denom": "500000000000000000",
          "numer": "442774753534317"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              103091,
              2280022381
            ]
          ],
          [
            1,
            [
              116415321,
              3551657984
            ]
          ]
        ],
        "base_nota": false,
        "coin": "KMD",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "10000000000000000",
          "numer": "177768464104521"
        },
        "max_volume_rat": [
          [
            1,
            [
              41389,
              4062690377
            ]
          ],
          [
            1,
            [
              2328306,
              1874919424
            ]
          ]
        ],
        "maxvolume": "0.0177768464104521",
        "min_volume": "0.000885549507068634",
        "min_volume_fraction": {
          "denom": "500000000000000000",
          "numer": "442774753534317"
        },
        "min_volume_rat": [
          [
            1,
            [
              103091,
              2280022381
            ]
          ],
          [
            1,
            [
              116415321,
              3551657984
            ]
          ]
        ],
        "price": "2168697.4281640416",
        "price_fraction": {
          "denom": "312500000",
          "numer": "677717946301263"
        },
        "price_rat": [
          [
            1,
            [
              157793,
              2171763535
            ]
          ],
          [
            1,
            [
              312500000
            ]
          ]
        ],
        "pubkey": "030cc432020d0bc06b4058b53bc223ed37d25a0c9b105fd2d10cf20210a5b821bf",
        "rel_confs": 3,
        "rel_max_volume": "38552.60109121464391532361920736",
        "rel_max_volume_fraction": {
          "denom": "3125000000000000000000000",
          "numer": "120476878410045762235386310023"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              1,
              1383748418,
              1933323655,
              2236097369
            ]
          ],
          [
            1,
            [
              169406,
              2531672166,
              2535456768
            ]
          ]
        ],
        "rel_min_volume": "1920.4889384916813332921020311744",
        "rel_min_volume_fraction": {
          "denom": "156250000000000000000000000",
          "numer": "300076396639325208326890942371"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              3,
              1713329582,
              3382272169,
              4033965987
            ]
          ],
          [
            1,
            [
              8470329,
              2029556745,
              2218786816
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "6514d007-0af5-4910-8349-df1bed2015c9"
      },
      {
        "address": "RK1JDwZ1LvH47Tvqm6pQM7aSqC2Zo6JwRF",
        "age": 534,
        "base_confs": 1,
        "base_max_volume": "0.0157174958256951",
        "base_max_volume_fraction": {
          "denom": "10000000000000000",
          "numer": "157174958256951"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              36595,
              630059831
            ]
          ],
          [
            1,
            [
              2328306,
              1874919424
            ]
          ]
        ],
        "base_min_volume": "0.000889931192068634",
        "base_min_volume_fraction": {
          "denom": "500000000000000000",
          "numer": "444965596034317"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              103601,
              2689201421
            ]
          ],
          [
            1,
            [
              116415321,
              3551657984
            ]
          ]
        ],
        "base_nota": false,
        "coin": "KMD",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "10000000000000000",
          "numer": "157174958256951"
        },
        "max_volume_rat": [
          [
            1,
            [
              36595,
              630059831
            ]
          ],
          [
            1,
            [
              2328306,
              1874919424
            ]
          ]
        ],
        "maxvolume": "0.0157174958256951",
        "min_volume": "0.000889931192068634",
        "min_volume_fraction": {
          "denom": "500000000000000000",
          "numer": "444965596034317"
        },
        "min_volume_rat": [
          [
            1,
            [
              103601,
              2689201421
            ]
          ],
          [
            1,
            [
              116415321,
              3551657984
            ]
          ]
        ],
        "price": "2143593.9036316653",
        "price_fraction": {
          "denom": "10000000000",
          "numer": "21435939036316653"
        },
        "price_rat": [
          [
            1,
            [
              4990943,
              2075116525
            ]
          ],
          [
            1,
            [
              2,
              1410065408
            ]
          ]
        ],
        "pubkey": "03de96cb66dcfaceaa8b3d4993ce8914cd5fe84e3fd53cefdae45add8032792a12",
        "rel_confs": 3,
        "rel_max_volume": "33691.92823231616381296174305003",
        "rel_max_volume_fraction": {
          "denom": "100000000000000000000000000",
          "numer": "3369192823231616381296174305003"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              42,
              2209458818,
              2255682491,
              2487619307
            ]
          ],
          [
            1,
            [
              5421010,
              3704098002,
              3825205248
            ]
          ]
        ],
        "rel_min_volume": "1907.6510779699844533558933162002",
        "rel_min_volume_fraction": {
          "denom": "5000000000000000000000000000",
          "numer": "9538255389849922266779466581001"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              120,
              1673785249,
              2097398793,
              3620176424
            ]
          ],
          [
            1,
            [
              271050543,
              521306416,
              2281701376
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "9bea9aa0-6984-4873-8f94-f15d323b3b33"
      },
      {
        "address": "RLL6n4ayAv1haokcEd1QUEYniyeoiYkn7W",
        "age": 390,
        "base_confs": 1,
        "base_max_volume": "0.00943248510138978",
        "base_max_volume_fraction": {
          "denom": "50000000000000000",
          "numer": "471624255069489"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              109808,
              2486230321
            ]
          ],
          [
            1,
            [
              11641532,
              784662528
            ]
          ]
        ],
        "base_min_volume": "0.000897818225068634",
        "base_min_volume_fraction": {
          "denom": "500000000000000000",
          "numer": "448909112534317"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              104519,
              3425723693
            ]
          ],
          [
            1,
            [
              116415321,
              3551657984
            ]
          ]
        ],
        "base_nota": false,
        "coin": "KMD",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "50000000000000000",
          "numer": "471624255069489"
        },
        "max_volume_rat": [
          [
            1,
            [
              109808,
              2486230321
            ]
          ],
          [
            1,
            [
              11641532,
              784662528
            ]
          ]
        ],
        "maxvolume": "0.00943248510138978",
        "min_volume": "0.000897818225068634",
        "min_volume_fraction": {
          "denom": "500000000000000000",
          "numer": "448909112534317"
        },
        "min_volume_rat": [
          [
            1,
            [
              104519,
              3425723693
            ]
          ],
          [
            1,
            [
              116415321,
              3551657984
            ]
          ]
        ],
        "price": "2140442.443064069",
        "price_fraction": {
          "denom": "1000000000",
          "numer": "2140442443064069"
        },
        "price_rat": [
          [
            1,
            [
              498360,
              2541429509
            ]
          ],
          [
            1,
            [
              1000000000
            ]
          ]
        ],
        "pubkey": "025d81c96aa4269c5946c0bd8dad7785ae0f4f595e7aea2ec4f8fe71f77ebf74a9",
        "rel_confs": 3,
        "rel_max_volume": "20189.69145458417328639348181482",
        "rel_max_volume_fraction": {
          "denom": "50000000000000000000000000",
          "numer": "1009484572729208664319674090741"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              12,
              775077919,
              3184660790,
              3233613045
            ]
          ],
          [
            1,
            [
              2710505,
              1852049001,
              1912602624
            ]
          ]
        ],
        "rel_min_volume": "1921.728235093353117494784311746",
        "rel_min_volume_fraction": {
          "denom": "500000000000000000000000000",
          "numer": "960864117546676558747392155873"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              12,
              548940633,
              1604991895,
              3261472993
            ]
          ],
          [
            1,
            [
              27105054,
              1340620830,
              1946157056
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "dc77755e-cabe-4a8e-8154-4b679c106e30"
      },
      {
        "address": "RT9MpMyucqXiX8bZLimXBnrrn2ofmdGNKd",
        "age": 492,
        "base_confs": 1,
        "base_max_volume": "0.00733739930074585",
        "base_max_volume_fraction": {
          "denom": "20000000000000000",
          "numer": "146747986014917"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              34167,
              1838412485
            ]
          ],
          [
            1,
            [
              4656612,
              3749838848
            ]
          ]
        ],
        "base_min_volume": "0.000901323573068634",
        "base_min_volume_fraction": {
          "denom": "500000000000000000",
          "numer": "450661786534317"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              104927,
              3753066925
            ]
          ],
          [
            1,
            [
              116415321,
              3551657984
            ]
          ]
        ],
        "base_nota": false,
        "coin": "KMD",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "20000000000000000",
          "numer": "146747986014917"
        },
        "max_volume_rat": [
          [
            1,
            [
              34167,
              1838412485
            ]
          ],
          [
            1,
            [
              4656612,
              3749838848
            ]
          ]
        ],
        "maxvolume": "0.00733739930074585",
        "min_volume": "0.000901323573068634",
        "min_volume_fraction": {
          "denom": "500000000000000000",
          "numer": "450661786534317"
        },
        "min_volume_rat": [
          [
            1,
            [
              104927,
              3753066925
            ]
          ],
          [
            1,
            [
              116415321,
              3551657984
            ]
          ]
        ],
        "price": "2133295.408174268",
        "price_fraction": {
          "denom": "250000000",
          "numer": "533323852043567"
        },
        "price_rat": [
          [
            1,
            [
              124174,
              583030063
            ]
          ],
          [
            1,
            [
              250000000
            ]
          ]
        ],
        "pubkey": "031bb83b58ec130e28e0a6d5d2acf2eb01b0d3f1670e021d47d31db8a858219da8",
        "rel_confs": 3,
        "rel_max_volume": "15652.8402362222066813991777878",
        "rel_max_volume_fraction": {
          "denom": "5000000000000000000000000",
          "numer": "78264201181111033406995888939"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              1804565833,
              2072312619,
              4242710847
            ]
          ],
          [
            1,
            [
              271050,
              620756992,
              2332688548
            ]
          ]
        ],
        "rel_min_volume": "1922.789439706541237464196709912",
        "rel_min_volume_fraction": {
          "denom": "125000000000000000000000000",
          "numer": "240348679963317654683024588739"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              3,
              144426160,
              2201649920,
              3531046851
            ]
          ],
          [
            1,
            [
              6776263,
              2482638855,
              2634022912
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "a2b0d72e-502a-4330-b457-c1bcf0763683"
      },
      {
        "address": "RUiC8zecjungF9EPJNJV1qG967vVfrMyxe",
        "age": 270,
        "base_confs": 1,
        "base_max_volume": "0.00314729299755634",
        "base_max_volume_fraction": {
          "denom": "50000000000000000",
          "numer": "157364649877817"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              36639,
              1343119673
            ]
          ],
          [
            1,
            [
              11641532,
              784662528
            ]
          ]
        ],
        "base_min_volume": "0.000909210606068634",
        "base_min_volume_fraction": {
          "denom": "500000000000000000",
          "numer": "454605303034317"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              105846,
              194621901
            ]
          ],
          [
            1,
            [
              116415321,
              3551657984
            ]
          ]
        ],
        "base_nota": false,
        "coin": "KMD",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "50000000000000000",
          "numer": "157364649877817"
        },
        "max_volume_rat": [
          [
            1,
            [
              36639,
              1343119673
            ]
          ],
          [
            1,
            [
              11641532,
              784662528
            ]
          ]
        ],
        "maxvolume": "0.00314729299755634",
        "min_volume": "0.000909210606068634",
        "min_volume_fraction": {
          "denom": "500000000000000000",
          "numer": "454605303034317"
        },
        "min_volume_rat": [
          [
            1,
            [
              105846,
              194621901
            ]
          ],
          [
            1,
            [
              116415321,
              3551657984
            ]
          ]
        ],
        "price": "2111300.151436314",
        "price_fraction": {
          "denom": "500000000",
          "numer": "1055650075718157"
        },
        "price_rat": [
          [
            1,
            [
              245787,
              2948936205
            ]
          ],
          [
            1,
            [
              500000000
            ]
          ]
        ],
        "pubkey": "02f4928b419e512fae82cb4e52c4715a0f321a6c0f290e7504ab3b6e76b5374fe3",
        "rel_confs": 3,
        "rel_max_volume": "6644.88018235515126994313693076",
        "rel_max_volume_fraction": {
          "denom": "25000000000000000000000000",
          "numer": "166122004558878781748578423269"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              2,
              82301635,
              415557320,
              2811564517
            ]
          ],
          [
            1,
            [
              1355252,
              3073508148,
              3103784960
            ]
          ]
        ],
        "rel_min_volume": "1919.616490280209796939963975076",
        "rel_min_volume_fraction": {
          "denom": "250000000000000000000000000",
          "numer": "479904122570052449234990993769"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              6,
              245850837,
              2437484905,
              3264318386
            ]
          ],
          [
            1,
            [
              13552527,
              670310415,
              973078528
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "40b7c940-0be6-4420-9946-84cbb5a11e77"
      },
      {
        "address": "RWv8PKHmwnXepCeinnZU43BPju6CN8rkcM",
        "age": 189,
        "base_confs": 1,
        "base_max_volume": "0.00418461255195458",
        "base_max_volume_fraction": {
          "denom": "50000000000000000",
          "numer": "209230627597729"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              48715,
              1295773089
            ]
          ],
          [
            1,
            [
              11641532,
              784662528
            ]
          ]
        ],
        "base_min_volume": "0.000906581595068634",
        "base_min_volume_fraction": {
          "denom": "500000000000000000",
          "numer": "453290797534317"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              105539,
              4244081773
            ]
          ],
          [
            1,
            [
              116415321,
              3551657984
            ]
          ]
        ],
        "base_nota": false,
        "coin": "KMD",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "50000000000000000",
          "numer": "209230627597729"
        },
        "max_volume_rat": [
          [
            1,
            [
              48715,
              1295773089
            ]
          ],
          [
            1,
            [
              11641532,
              784662528
            ]
          ]
        ],
        "maxvolume": "0.00418461255195458",
        "min_volume": "0.000906581595068634",
        "min_volume_fraction": {
          "denom": "500000000000000000",
          "numer": "453290797534317"
        },
        "min_volume_rat": [
          [
            1,
            [
              105539,
              4244081773
            ]
          ],
          [
            1,
            [
              116415321,
              3551657984
            ]
          ]
        ],
        "price": "2120228.344282781",
        "price_fraction": {
          "denom": "1000000000",
          "numer": "2120228344282781"
        },
        "price_rat": [
          [
            1,
            [
              493654,
              558743197
            ]
          ],
          [
            1,
            [
              1000000000
            ]
          ]
        ],
        "pubkey": "026da2fc632afabbb1b86d04a9a012db25eca74db38ba2eccd88552f27f4c0b245",
        "rel_confs": 3,
        "rel_max_volume": "8872.33414249560203866978808698",
        "rel_max_volume_fraction": {
          "denom": "50000000000000000000000000",
          "numer": "443616707124780101933489404349"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              5,
              311114173,
              2573673400,
              3339839551
            ]
          ],
          [
            1,
            [
              2710505,
              1852049001,
              1912602624
            ]
          ]
        ],
        "rel_min_volume": "1922.159994269612482197199391154",
        "rel_min_volume_fraction": {
          "denom": "500000000000000000000000000",
          "numer": "961079997134806241098599695577"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              12,
              560643489,
              668140761,
              1271160735
            ]
          ],
          [
            1,
            [
              27105054,
              1340620830,
              1946157056
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "5ef408b1-3f17-4f58-b938-b9ff07383f75"
      },
      {
        "address": "RWvDxUMC7xutaH4LAyMARp9sxG2csAKsdk",
        "age": 251,
        "base_confs": 1,
        "base_max_volume": "0.004414099",
        "base_max_volume_fraction": {
          "denom": "1000000000",
          "numer": "4414099"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              4414099
            ]
          ],
          [
            1,
            [
              1000000000
            ]
          ]
        ],
        "base_min_volume": "0.000894312877068634",
        "base_min_volume_fraction": {
          "denom": "500000000000000000",
          "numer": "447156438534317"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              104111,
              3098380461
            ]
          ],
          [
            1,
            [
              116415321,
              3551657984
            ]
          ]
        ],
        "base_nota": false,
        "coin": "KMD",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "1000000000",
          "numer": "4414099"
        },
        "max_volume_rat": [
          [
            1,
            [
              4414099
            ]
          ],
          [
            1,
            [
              1000000000
            ]
          ]
        ],
        "maxvolume": "0.004414099",
        "min_volume": "0.000894312877068634",
        "min_volume_fraction": {
          "denom": "500000000000000000",
          "numer": "447156438534317"
        },
        "min_volume_rat": [
          [
            1,
            [
              104111,
              3098380461
            ]
          ],
          [
            1,
            [
              116415321,
              3551657984
            ]
          ]
        ],
        "price": "2145111.957190936",
        "price_fraction": {
          "denom": "125000000",
          "numer": "268138994648867"
        },
        "price_rat": [
          [
            1,
            [
              62430,
              4186359587
            ]
          ],
          [
            1,
            [
              125000000
            ]
          ]
        ],
        "pubkey": "033d555fb13c869cb2a1683b5486ba79c674851e896fdbe1214a033380522e892f",
        "rel_confs": 3,
        "rel_max_volume": "9468.736545124553406664",
        "rel_max_volume_fraction": {
          "denom": "125000000000000000",
          "numer": "1183592068140569175833"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              64,
              698596104,
              3364857625
            ]
          ],
          [
            1,
            [
              29103830,
              1961656320
            ]
          ]
        ],
        "rel_min_volume": "1918.401246069754426552714701424",
        "rel_min_volume_fraction": {
          "denom": "62500000000000000000000000",
          "numer": "119900077879359651659544668839"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              1,
              2204828949,
              3861800032,
              4102433447
            ]
          ],
          [
            1,
            [
              3388131,
              3388803075,
              3464495104
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "3f25b193-cbd4-4f81-9810-46aac00fa136"
      }
    ],
    "LTC": [
      {
        "address": "ltc1q65jddj8f725v685syahf38326u7ly3v5js6p9s",
        "age": 171,
        "base_confs": 1,
        "base_max_volume": "0.0031411826531748",
        "base_max_volume_fraction": {
          "denom": "2500000000000000",
          "numer": "7852956632937"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              1828,
              1756415849
            ]
          ],
          [
            1,
            [
              582076,
              2616213504
            ]
          ]
        ],
        "base_min_volume": "0.000911754900878564",
        "base_min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "227938725219641"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              53071,
              515853625
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "base_nota": false,
        "coin": "LTC",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "2500000000000000",
          "numer": "7852956632937"
        },
        "max_volume_rat": [
          [
            1,
            [
              1828,
              1756415849
            ]
          ],
          [
            1,
            [
              582076,
              2616213504
            ]
          ]
        ],
        "maxvolume": "0.0031411826531748",
        "min_volume": "0.000911754900878564",
        "min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "227938725219641"
        },
        "min_volume_rat": [
          [
            1,
            [
              53071,
              515853625
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "price": "1013.5728642837",
        "price_fraction": {
          "denom": "10000000000",
          "numer": "10135728642837"
        },
        "price_rat": [
          [
            1,
            [
              2359,
              3900791573
            ]
          ],
          [
            1,
            [
              2,
              1410065408
            ]
          ]
        ],
        "pubkey": "02f4928b419e512fae82cb4e52c4715a0f321a6c0f290e7504ab3b6e76b5374fe3",
        "rel_confs": 2,
        "rel_max_volume": "3.18381749901665424733289076",
        "rel_max_volume_fraction": {
          "denom": "25000000000000000000000000",
          "numer": "79595437475416356183322269"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              4314877,
              290172573,
              1338049934
            ]
          ],
          [
            1,
            [
              1355252,
              3073508148,
              3103784960
            ]
          ]
        ],
        "rel_min_volume": "0.9241300264081870950665446068",
        "rel_min_volume_fraction": {
          "denom": "2500000000000000000000000000",
          "numer": "2310325066020467737666361517"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              125242972,
              400398509,
              3377370636
            ]
          ],
          [
            1,
            [
              135525271,
              1140850688,
              2408136856
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "36473fb6-ae8d-4a69-8a0e-15dda8280db3"
      },
      {
        "address": "ltc1q9m3h536w2q6azhpga8u0evfwf0pfej7qjrmx5x",
        "age": 8,
        "base_confs": 1,
        "base_max_volume": "0.0177712899792609",
        "base_max_volume_fraction": {
          "denom": "10000000000000000",
          "numer": "177712899792609"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              41377,
              37986017
            ]
          ],
          [
            1,
            [
              2328306,
              1874919424
            ]
          ]
        ],
        "base_min_volume": "0.000886848480878564",
        "base_min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "221712120219641"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              51621,
              1613432825
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "base_nota": false,
        "coin": "LTC",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "10000000000000000",
          "numer": "177712899792609"
        },
        "max_volume_rat": [
          [
            1,
            [
              41377,
              37986017
            ]
          ],
          [
            1,
            [
              2328306,
              1874919424
            ]
          ]
        ],
        "maxvolume": "0.0177712899792609",
        "min_volume": "0.000886848480878564",
        "min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "221712120219641"
        },
        "min_volume_rat": [
          [
            1,
            [
              51621,
              1613432825
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "price": "1035.8967336637",
        "price_fraction": {
          "denom": "10000000000",
          "numer": "10358967336637"
        },
        "price_rat": [
          [
            1,
            [
              2411,
              3801185981
            ]
          ],
          [
            1,
            [
              2,
              1410065408
            ]
          ]
        ],
        "pubkey": "030cc432020d0bc06b4058b53bc223ed37d25a0c9b105fd2d10cf20210a5b821bf",
        "rel_confs": 2,
        "rel_max_volume": "18.40922124250680922387515933",
        "rel_max_volume_fraction": {
          "denom": "100000000000000000000000000",
          "numer": "1840922124250680922387515933"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              99796588,
              1393548950,
              2475690525
            ]
          ],
          [
            1,
            [
              5421010,
              3704098002,
              3825205248
            ]
          ]
        ],
        "rel_min_volume": "0.9186834445967187540905149268",
        "rel_min_volume_fraction": {
          "denom": "2500000000000000000000000000",
          "numer": "2296708611491796885226287317"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              124504823,
              1319751657,
              2210033877
            ]
          ],
          [
            1,
            [
              135525271,
              1140850688,
              2408136856
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "19ff505c-ed62-43e4-a4e1-b2386ec064f6"
      },
      {
        "address": "ltc1qa4denfwpsxpel6rs8zc8vfglz8cec93f55w7xs",
        "age": 353,
        "base_confs": 1,
        "base_max_volume": "0.004414099",
        "base_max_volume_fraction": {
          "denom": "1000000000",
          "numer": "4414099"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              4414099
            ]
          ],
          [
            1,
            [
              1000000000
            ]
          ]
        ],
        "base_min_volume": "0.000896073080878564",
        "base_min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "224018270219641"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              52158,
              1365994873
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "base_nota": false,
        "coin": "LTC",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "1000000000",
          "numer": "4414099"
        },
        "max_volume_rat": [
          [
            1,
            [
              4414099
            ]
          ],
          [
            1,
            [
              1000000000
            ]
          ]
        ],
        "maxvolume": "0.004414099",
        "min_volume": "0.000896073080878564",
        "min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "224018270219641"
        },
        "min_volume_rat": [
          [
            1,
            [
              52158,
              1365994873
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "price": "1031.0109370408",
        "price_fraction": {
          "denom": "1250000000",
          "numer": "1288763671301"
        },
        "price_rat": [
          [
            1,
            [
              300,
              273482501
            ]
          ],
          [
            1,
            [
              1250000000
            ]
          ]
        ],
        "pubkey": "033d555fb13c869cb2a1683b5486ba79c674851e896fdbe1214a033380522e892f",
        "rel_confs": 2,
        "rel_max_volume": "4.5509843461808582392",
        "rel_max_volume_fraction": {
          "denom": "1250000000000000000",
          "numer": "5688730432726072799"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              966229471,
              1324510768
            ]
          ],
          [
            1,
            [
              291038304,
              2436694016
            ]
          ]
        ],
        "rel_min_volume": "0.9238611467736448345543134112",
        "rel_min_volume_fraction": {
          "denom": "312500000000000000000000000",
          "numer": "288706608366764010798222941"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              15650816,
              1455853149,
              2577445791
            ]
          ],
          [
            1,
            [
              16940658,
              142606336,
              4059113491
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "6008096d-ee96-44a3-9212-1d76f50b258f"
      },
      {
        "address": "ltc1qc0m3ph4hxg9sa7nwmv2w86lwhy24l2gdfnefc2",
        "age": 202,
        "base_confs": 1,
        "base_max_volume": "0.00732670203998412",
        "base_max_volume_fraction": {
          "denom": "25000000000000000",
          "numer": "183167550999603"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              42647,
              80727091
            ]
          ],
          [
            1,
            [
              5820766,
              392331264
            ]
          ]
        ],
        "base_min_volume": "0.000903452760878564",
        "base_min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "225863190219641"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              52587,
              3745024889
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "base_nota": false,
        "coin": "LTC",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "25000000000000000",
          "numer": "183167550999603"
        },
        "max_volume_rat": [
          [
            1,
            [
              42647,
              80727091
            ]
          ],
          [
            1,
            [
              5820766,
              392331264
            ]
          ]
        ],
        "maxvolume": "0.00732670203998412",
        "min_volume": "0.000903452760878564",
        "min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "225863190219641"
        },
        "min_volume_rat": [
          [
            1,
            [
              52587,
              3745024889
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "price": "1023.4000417211",
        "price_fraction": {
          "denom": "10000000000",
          "numer": "10234000417211"
        },
        "price_rat": [
          [
            1,
            [
              2382,
              3388318139
            ]
          ],
          [
            1,
            [
              2,
              1410065408
            ]
          ]
        ],
        "pubkey": "031bb83b58ec130e28e0a6d5d2acf2eb01b0d3f1670e021d47d31db8a858219da8",
        "rel_confs": 2,
        "rel_max_volume": "7.498147173397816888381468932",
        "rel_max_volume_fraction": {
          "denom": "250000000000000000000000000",
          "numer": "1874536793349454222095367233"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              101618843,
              806055699,
              2869247041
            ]
          ],
          [
            1,
            [
              13552527,
              670310415,
              973078528
            ]
          ]
        ],
        "rel_min_volume": "0.9245935931761653794906565004",
        "rel_min_volume_fraction": {
          "denom": "2500000000000000000000000000",
          "numer": "2311483982940413448726641251"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              125305797,
              433191523,
              3429411756
            ]
          ],
          [
            1,
            [
              135525271,
              1140850688,
              2408136856
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "65514dd9-8478-4c15-86d5-4e5e0d9ff794"
      },
      {
        "address": "ltc1qw35400cyrvwqegm6zfg25q6h2kduvxrtfl9tfs",
        "age": 1603,
        "base_confs": 1,
        "base_max_volume": "0.038683600000000005",
        "base_max_volume_fraction": {
          "denom": "200000000000000000",
          "numer": "7736720000000001"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              1801345,
              2136186881
            ]
          ],
          [
            1,
            [
              46566128,
              3138650112
            ]
          ]
        ],
        "base_min_volume": "0.03",
        "base_min_volume_fraction": {
          "denom": "100",
          "numer": "3"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              3
            ]
          ],
          [
            1,
            [
              100
            ]
          ]
        ],
        "base_nota": false,
        "coin": "LTC",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "200000000000000000",
          "numer": "7736720000000001"
        },
        "max_volume_rat": [
          [
            1,
            [
              1801345,
              2136186881
            ]
          ],
          [
            1,
            [
              46566128,
              3138650112
            ]
          ]
        ],
        "maxvolume": "0.038683600000000005",
        "min_volume": "0.03",
        "min_volume_fraction": {
          "denom": "100",
          "numer": "3"
        },
        "min_volume_rat": [
          [
            1,
            [
              3
            ]
          ],
          [
            1,
            [
              100
            ]
          ]
        ],
        "price": "1034.0299248260244",
        "price_fraction": {
          "denom": "2500000000000",
          "numer": "2585074812065061"
        },
        "price_rat": [
          [
            1,
            [
              601884,
              2716079397
            ]
          ],
          [
            1,
            [
              582,
              329033728
            ]
          ]
        ],
        "pubkey": "03578749aeeb2691348229e70d3aab4ccd1a893125c4959df39f5c58ebab096f3a",
        "rel_confs": 2,
        "rel_max_volume": "40.000000000000002649989624130122",
        "rel_max_volume_fraction": {
          "denom": "500000000000000000000000000000",
          "numer": "20000000000000001324994812065061"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              252,
              1696216357,
              1870413893,
              2166836064
            ]
          ],
          [
            1,
            [
              6,
              536870912,
              591034101,
              1335250536
            ]
          ]
        ],
        "rel_min_volume": "31.020897744780732",
        "rel_min_volume_fraction": {
          "denom": "250000000000000",
          "numer": "7755224436195183"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              1805653,
              3853270895
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "d67dda3a-0756-4cff-bc43-e0fd30c591e9"
      }
    ],
    "LTC-segwit": [
      {
        "address": "ltc1q65jddj8f725v685syahf38326u7ly3v5js6p9s",
        "age": 171,
        "base_confs": 1,
        "base_max_volume": "0.0031411826531748",
        "base_max_volume_fraction": {
          "denom": "2500000000000000",
          "numer": "7852956632937"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              1828,
              1756415849
            ]
          ],
          [
            1,
            [
              582076,
              2616213504
            ]
          ]
        ],
        "base_min_volume": "0.000911754900878564",
        "base_min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "227938725219641"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              53071,
              515853625
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "base_nota": false,
        "coin": "LTC-segwit",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "2500000000000000",
          "numer": "7852956632937"
        },
        "max_volume_rat": [
          [
            1,
            [
              1828,
              1756415849
            ]
          ],
          [
            1,
            [
              582076,
              2616213504
            ]
          ]
        ],
        "maxvolume": "0.0031411826531748",
        "min_volume": "0.000911754900878564",
        "min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "227938725219641"
        },
        "min_volume_rat": [
          [
            1,
            [
              53071,
              515853625
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "price": "1013.5728642837",
        "price_fraction": {
          "denom": "10000000000",
          "numer": "10135728642837"
        },
        "price_rat": [
          [
            1,
            [
              2359,
              3900791573
            ]
          ],
          [
            1,
            [
              2,
              1410065408
            ]
          ]
        ],
        "pubkey": "02f4928b419e512fae82cb4e52c4715a0f321a6c0f290e7504ab3b6e76b5374fe3",
        "rel_confs": 2,
        "rel_max_volume": "3.18381749901665424733289076",
        "rel_max_volume_fraction": {
          "denom": "25000000000000000000000000",
          "numer": "79595437475416356183322269"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              4314877,
              290172573,
              1338049934
            ]
          ],
          [
            1,
            [
              1355252,
              3073508148,
              3103784960
            ]
          ]
        ],
        "rel_min_volume": "0.9241300264081870950665446068",
        "rel_min_volume_fraction": {
          "denom": "2500000000000000000000000000",
          "numer": "2310325066020467737666361517"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              125242972,
              400398509,
              3377370636
            ]
          ],
          [
            1,
            [
              135525271,
              1140850688,
              2408136856
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "36473fb6-ae8d-4a69-8a0e-15dda8280db3"
      },
      {
        "address": "ltc1q9m3h536w2q6azhpga8u0evfwf0pfej7qjrmx5x",
        "age": 8,
        "base_confs": 1,
        "base_max_volume": "0.0177712899792609",
        "base_max_volume_fraction": {
          "denom": "10000000000000000",
          "numer": "177712899792609"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              41377,
              37986017
            ]
          ],
          [
            1,
            [
              2328306,
              1874919424
            ]
          ]
        ],
        "base_min_volume": "0.000886848480878564",
        "base_min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "221712120219641"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              51621,
              1613432825
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "base_nota": false,
        "coin": "LTC-segwit",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "10000000000000000",
          "numer": "177712899792609"
        },
        "max_volume_rat": [
          [
            1,
            [
              41377,
              37986017
            ]
          ],
          [
            1,
            [
              2328306,
              1874919424
            ]
          ]
        ],
        "maxvolume": "0.0177712899792609",
        "min_volume": "0.000886848480878564",
        "min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "221712120219641"
        },
        "min_volume_rat": [
          [
            1,
            [
              51621,
              1613432825
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "price": "1035.8967336637",
        "price_fraction": {
          "denom": "10000000000",
          "numer": "10358967336637"
        },
        "price_rat": [
          [
            1,
            [
              2411,
              3801185981
            ]
          ],
          [
            1,
            [
              2,
              1410065408
            ]
          ]
        ],
        "pubkey": "030cc432020d0bc06b4058b53bc223ed37d25a0c9b105fd2d10cf20210a5b821bf",
        "rel_confs": 2,
        "rel_max_volume": "18.40922124250680922387515933",
        "rel_max_volume_fraction": {
          "denom": "100000000000000000000000000",
          "numer": "1840922124250680922387515933"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              99796588,
              1393548950,
              2475690525
            ]
          ],
          [
            1,
            [
              5421010,
              3704098002,
              3825205248
            ]
          ]
        ],
        "rel_min_volume": "0.9186834445967187540905149268",
        "rel_min_volume_fraction": {
          "denom": "2500000000000000000000000000",
          "numer": "2296708611491796885226287317"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              124504823,
              1319751657,
              2210033877
            ]
          ],
          [
            1,
            [
              135525271,
              1140850688,
              2408136856
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "19ff505c-ed62-43e4-a4e1-b2386ec064f6"
      },
      {
        "address": "ltc1qa4denfwpsxpel6rs8zc8vfglz8cec93f55w7xs",
        "age": 353,
        "base_confs": 1,
        "base_max_volume": "0.004414099",
        "base_max_volume_fraction": {
          "denom": "1000000000",
          "numer": "4414099"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              4414099
            ]
          ],
          [
            1,
            [
              1000000000
            ]
          ]
        ],
        "base_min_volume": "0.000896073080878564",
        "base_min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "224018270219641"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              52158,
              1365994873
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "base_nota": false,
        "coin": "LTC-segwit",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "1000000000",
          "numer": "4414099"
        },
        "max_volume_rat": [
          [
            1,
            [
              4414099
            ]
          ],
          [
            1,
            [
              1000000000
            ]
          ]
        ],
        "maxvolume": "0.004414099",
        "min_volume": "0.000896073080878564",
        "min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "224018270219641"
        },
        "min_volume_rat": [
          [
            1,
            [
              52158,
              1365994873
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "price": "1031.0109370408",
        "price_fraction": {
          "denom": "1250000000",
          "numer": "1288763671301"
        },
        "price_rat": [
          [
            1,
            [
              300,
              273482501
            ]
          ],
          [
            1,
            [
              1250000000
            ]
          ]
        ],
        "pubkey": "033d555fb13c869cb2a1683b5486ba79c674851e896fdbe1214a033380522e892f",
        "rel_confs": 2,
        "rel_max_volume": "4.5509843461808582392",
        "rel_max_volume_fraction": {
          "denom": "1250000000000000000",
          "numer": "5688730432726072799"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              966229471,
              1324510768
            ]
          ],
          [
            1,
            [
              291038304,
              2436694016
            ]
          ]
        ],
        "rel_min_volume": "0.9238611467736448345543134112",
        "rel_min_volume_fraction": {
          "denom": "312500000000000000000000000",
          "numer": "288706608366764010798222941"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              15650816,
              1455853149,
              2577445791
            ]
          ],
          [
            1,
            [
              16940658,
              142606336,
              4059113491
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "6008096d-ee96-44a3-9212-1d76f50b258f"
      },
      {
        "address": "ltc1qc0m3ph4hxg9sa7nwmv2w86lwhy24l2gdfnefc2",
        "age": 202,
        "base_confs": 1,
        "base_max_volume": "0.00732670203998412",
        "base_max_volume_fraction": {
          "denom": "25000000000000000",
          "numer": "183167550999603"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              42647,
              80727091
            ]
          ],
          [
            1,
            [
              5820766,
              392331264
            ]
          ]
        ],
        "base_min_volume": "0.000903452760878564",
        "base_min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "225863190219641"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              52587,
              3745024889
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "base_nota": false,
        "coin": "LTC-segwit",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "25000000000000000",
          "numer": "183167550999603"
        },
        "max_volume_rat": [
          [
            1,
            [
              42647,
              80727091
            ]
          ],
          [
            1,
            [
              5820766,
              392331264
            ]
          ]
        ],
        "maxvolume": "0.00732670203998412",
        "min_volume": "0.000903452760878564",
        "min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "225863190219641"
        },
        "min_volume_rat": [
          [
            1,
            [
              52587,
              3745024889
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "price": "1023.4000417211",
        "price_fraction": {
          "denom": "10000000000",
          "numer": "10234000417211"
        },
        "price_rat": [
          [
            1,
            [
              2382,
              3388318139
            ]
          ],
          [
            1,
            [
              2,
              1410065408
            ]
          ]
        ],
        "pubkey": "031bb83b58ec130e28e0a6d5d2acf2eb01b0d3f1670e021d47d31db8a858219da8",
        "rel_confs": 2,
        "rel_max_volume": "7.498147173397816888381468932",
        "rel_max_volume_fraction": {
          "denom": "250000000000000000000000000",
          "numer": "1874536793349454222095367233"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              101618843,
              806055699,
              2869247041
            ]
          ],
          [
            1,
            [
              13552527,
              670310415,
              973078528
            ]
          ]
        ],
        "rel_min_volume": "0.9245935931761653794906565004",
        "rel_min_volume_fraction": {
          "denom": "2500000000000000000000000000",
          "numer": "2311483982940413448726641251"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              125305797,
              433191523,
              3429411756
            ]
          ],
          [
            1,
            [
              135525271,
              1140850688,
              2408136856
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "65514dd9-8478-4c15-86d5-4e5e0d9ff794"
      },
      {
        "address": "ltc1qw35400cyrvwqegm6zfg25q6h2kduvxrtfl9tfs",
        "age": 1603,
        "base_confs": 1,
        "base_max_volume": "0.038683600000000005",
        "base_max_volume_fraction": {
          "denom": "200000000000000000",
          "numer": "7736720000000001"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              1801345,
              2136186881
            ]
          ],
          [
            1,
            [
              46566128,
              3138650112
            ]
          ]
        ],
        "base_min_volume": "0.03",
        "base_min_volume_fraction": {
          "denom": "100",
          "numer": "3"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              3
            ]
          ],
          [
            1,
            [
              100
            ]
          ]
        ],
        "base_nota": false,
        "coin": "LTC-segwit",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "200000000000000000",
          "numer": "7736720000000001"
        },
        "max_volume_rat": [
          [
            1,
            [
              1801345,
              2136186881
            ]
          ],
          [
            1,
            [
              46566128,
              3138650112
            ]
          ]
        ],
        "maxvolume": "0.038683600000000005",
        "min_volume": "0.03",
        "min_volume_fraction": {
          "denom": "100",
          "numer": "3"
        },
        "min_volume_rat": [
          [
            1,
            [
              3
            ]
          ],
          [
            1,
            [
              100
            ]
          ]
        ],
        "price": "1034.0299248260244",
        "price_fraction": {
          "denom": "2500000000000",
          "numer": "2585074812065061"
        },
        "price_rat": [
          [
            1,
            [
              601884,
              2716079397
            ]
          ],
          [
            1,
            [
              582,
              329033728
            ]
          ]
        ],
        "pubkey": "03578749aeeb2691348229e70d3aab4ccd1a893125c4959df39f5c58ebab096f3a",
        "rel_confs": 2,
        "rel_max_volume": "40.000000000000002649989624130122",
        "rel_max_volume_fraction": {
          "denom": "500000000000000000000000000000",
          "numer": "20000000000000001324994812065061"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              252,
              1696216357,
              1870413893,
              2166836064
            ]
          ],
          [
            1,
            [
              6,
              536870912,
              591034101,
              1335250536
            ]
          ]
        ],
        "rel_min_volume": "31.020897744780732",
        "rel_min_volume_fraction": {
          "denom": "250000000000000",
          "numer": "7755224436195183"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              1805653,
              3853270895
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "d67dda3a-0756-4cff-bc43-e0fd30c591e9"
      }
    ],
    "PAXG-PLG20": [
      {
        "address": "0x71e7be068c6fe801d01fe5eaaed02edf9c554432",
        "age": 247,
        "base_confs": 1,
        "base_max_volume": "0.00943953990423901",
        "base_max_volume_fraction": {
          "denom": "100000000000000000",
          "numer": "943953990423901"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              219781,
              1783141725
            ]
          ],
          [
            1,
            [
              23283064,
              1569325056
            ]
          ]
        ],
        "base_min_volume": "0.000861149127944941",
        "base_min_volume_fraction": {
          "denom": "1000000000000000000",
          "numer": "861149127944941"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              200501,
              3890129645
            ]
          ],
          [
            1,
            [
              232830643,
              2808348672
            ]
          ]
        ],
        "base_nota": false,
        "coin": "PAXG-PLG20",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "100000000000000000",
          "numer": "943953990423901"
        },
        "max_volume_rat": [
          [
            1,
            [
              219781,
              1783141725
            ]
          ],
          [
            1,
            [
              23283064,
              1569325056
            ]
          ]
        ],
        "maxvolume": "0.00943953990423901",
        "min_volume": "0.000861149127944941",
        "min_volume_fraction": {
          "denom": "1000000000000000000",
          "numer": "861149127944941"
        },
        "min_volume_rat": [
          [
            1,
            [
              200501,
              3890129645
            ]
          ],
          [
            1,
            [
              232830643,
              2808348672
            ]
          ]
        ],
        "price": "25.2701957152",
        "price_fraction": {
          "denom": "312500000",
          "numer": "7896936161"
        },
        "price_rat": [
          [
            1,
            [
              1,
              3601968865
            ]
          ],
          [
            1,
            [
              312500000
            ]
          ]
        ],
        "pubkey": "030cc432020d0bc06b4058b53bc223ed37d25a0c9b105fd2d10cf20210a5b821bf",
        "rel_confs": 20,
        "rel_max_volume": "0.238539020841560048818689952",
        "rel_max_volume_fraction": {
          "denom": "31250000000000000000000000",
          "numer": "7454344401298751525584061"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              404100,
              3265100989,
              3520658407
            ]
          ],
          [
            1,
            [
              1694065,
              3841885185,
              3879731200
            ]
          ]
        ],
        "rel_min_volume": "0.0217614070031424646397168032",
        "rel_min_volume_fraction": {
          "denom": "312500000000000000000000000",
          "numer": "6800439688482020199911501"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              368652,
              1857966157,
              2466193597
            ]
          ],
          [
            1,
            [
              16940658,
              142606336,
              4059113491
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "95905f18-cce7-4f51-9e47-ad4408a91843"
      }
    ],
    "PIVX": [
      {
        "address": "D9R28WMRDxLQY2Bhj4bCJ4grnignLn1fKp",
        "age": 244,
        "base_confs": 1,
        "base_max_volume": "0.012586053205652",
        "base_max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "base_min_volume": "0.000882479233658537",
        "base_min_volume_fraction": {
          "denom": "1000000000000000000",
          "numer": "882479233658537"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              205468,
              893284009
            ]
          ],
          [
            1,
            [
              232830643,
              2808348672
            ]
          ]
        ],
        "base_nota": false,
        "coin": "PIVX",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "maxvolume": "0.012586053205652",
        "min_volume": "0.000882479233658537",
        "min_volume_fraction": {
          "denom": "1000000000000000000",
          "numer": "882479233658537"
        },
        "min_volume_rat": [
          [
            1,
            [
              205468,
              893284009
            ]
          ],
          [
            1,
            [
              232830643,
              2808348672
            ]
          ]
        ],
        "price": "497569.5356081194",
        "price_fraction": {
          "denom": "5000000000",
          "numer": "2487847678040597"
        },
        "price_rat": [
          [
            1,
            [
              579247,
              756734485
            ]
          ],
          [
            1,
            [
              1,
              705032704
            ]
          ]
        ],
        "pubkey": "030cc432020d0bc06b4058b53bc223ed37d25a0c9b105fd2d10cf20210a5b821bf",
        "rel_confs": 5,
        "rel_max_volume": "6262.4366486753481356091708488",
        "rel_max_volume_fraction": {
          "denom": "1250000000000000000000000",
          "numer": "7828045810844185169511463561"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              424359213,
              971651721,
              3099531367
            ]
          ],
          [
            1,
            [
              67762,
              155189248,
              2730655785
            ]
          ]
        ],
        "rel_min_volume": "439.0947824752873459551843253178",
        "rel_min_volume_fraction": {
          "denom": "5000000000000000000000000000",
          "numer": "2195473912376436729775921626589"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              27,
              2055536093,
              2959812985,
              3052762279
            ]
          ],
          [
            1,
            [
              271050543,
              521306416,
              2281701376
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "4a7b9f93-caea-4c89-97ba-7381b01454fe"
      }
    ],
    "QTUM": [
      {
        "address": "QQsuhYhV71JwSA68Qov7saJtQquCJ2Hzh5",
        "age": 238,
        "base_confs": 1,
        "base_max_volume": "0.012586053205652",
        "base_max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "base_min_volume": "0.000886033592908367",
        "base_min_volume_fraction": {
          "denom": "1000000000000000000",
          "numer": "886033592908367"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              206295,
              3314580047
            ]
          ],
          [
            1,
            [
              232830643,
              2808348672
            ]
          ]
        ],
        "base_nota": false,
        "coin": "QTUM",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "maxvolume": "0.012586053205652",
        "min_volume": "0.000886033592908367",
        "min_volume_fraction": {
          "denom": "1000000000000000000",
          "numer": "886033592908367"
        },
        "min_volume_rat": [
          [
            1,
            [
              206295,
              3314580047
            ]
          ],
          [
            1,
            [
              232830643,
              2808348672
            ]
          ]
        ],
        "price": "56884.4556742802",
        "price_fraction": {
          "denom": "5000000000",
          "numer": "284422278371401"
        },
        "price_rat": [
          [
            1,
            [
              66222,
              954095689
            ]
          ],
          [
            1,
            [
              1,
              705032704
            ]
          ]
        ],
        "pubkey": "030cc432020d0bc06b4058b53bc223ed37d25a0c9b105fd2d10cf20210a5b821bf",
        "rel_confs": 3,
        "rel_max_volume": "715.9507856910434123776716904",
        "rel_max_volume_fraction": {
          "denom": "1250000000000000000000000",
          "numer": "894938482113804265472089613"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              48514712,
              1406315387,
              2146131469
            ]
          ],
          [
            1,
            [
              67762,
              155189248,
              2730655785
            ]
          ]
        ],
        "rel_min_volume": "50.4015386417192299679572824334",
        "rel_min_volume_fraction": {
          "denom": "5000000000000000000000000000",
          "numer": "252007693208596149839786412167"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              3,
              776462534,
              1488980103,
              4256408622
            ]
          ],
          [
            1,
            [
              271050543,
              521306416,
              2281701376
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "e00394c1-c3f6-4b2d-80f3-35fc043f8f3b"
      }
    ],
    "RVN": [
      {
        "address": "RAwv8JhfvmFx2V3QpY7ehiYpBJ1eqxxdxR",
        "age": 154,
        "base_confs": 1,
        "base_max_volume": "0.0052315138442074",
        "base_max_volume_fraction": {
          "denom": "5000000000000000",
          "numer": "26157569221037"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              6090,
              1218388397
            ]
          ],
          [
            1,
            [
              1164153,
              937459712
            ]
          ]
        ],
        "base_min_volume": "0.000906220140878564",
        "base_min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "226555035219641"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              52748,
              4100290233
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "base_nota": false,
        "coin": "RVN",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "5000000000000000",
          "numer": "26157569221037"
        },
        "max_volume_rat": [
          [
            1,
            [
              6090,
              1218388397
            ]
          ],
          [
            1,
            [
              1164153,
              937459712
            ]
          ]
        ],
        "maxvolume": "0.0052315138442074",
        "min_volume": "0.000906220140878564",
        "min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "226555035219641"
        },
        "min_volume_rat": [
          [
            1,
            [
              52748,
              4100290233
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "price": "10537076.518508809",
        "price_fraction": {
          "denom": "1000000000",
          "numer": "10537076518508809"
        },
        "price_rat": [
          [
            1,
            [
              2453354,
              1322998025
            ]
          ],
          [
            1,
            [
              1000000000
            ]
          ]
        ],
        "pubkey": "02dbd8c73e2e80e4f3cf88d2f04a9d2d0df4269496608b14a3e17556fdcb01e0c1",
        "rel_confs": 3,
        "rel_max_volume": "55124.8616840515461893905229866",
        "rel_max_volume_fraction": {
          "denom": "5000000000000000000000000",
          "numer": "275624308420257730946952614933"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              3,
              1699501077,
              2056721810,
              4092705378
            ]
          ],
          [
            1,
            [
              271050,
              620756992,
              2332688548
            ]
          ]
        ],
        "rel_min_volume": "9548.910967051261577620433270276",
        "rel_min_volume_fraction": {
          "denom": "250000000000000000000000000",
          "numer": "2387227741762815394405108317569"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              30,
              562856311,
              3424288129,
              3631225854
            ]
          ],
          [
            1,
            [
              13552527,
              670310415,
              973078528
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "8b8982ed-176a-4b1f-b3bd-de0e76d23eb5"
      },
      {
        "address": "RDZ7fmJ4XNEh52NJTeakqprTfrR5fFWX8i",
        "age": 234,
        "base_confs": 1,
        "base_max_volume": "0.012586053205652",
        "base_max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "base_min_volume": "0.000886848480878564",
        "base_min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "221712120219641"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              51621,
              1613432825
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "base_nota": false,
        "coin": "RVN",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "maxvolume": "0.012586053205652",
        "min_volume": "0.000886848480878564",
        "min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "221712120219641"
        },
        "min_volume_rat": [
          [
            1,
            [
              51621,
              1613432825
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "price": "10756200.23737571",
        "price_fraction": {
          "denom": "100000000",
          "numer": "1075620023737571"
        },
        "price_rat": [
          [
            1,
            [
              250437,
              1299029219
            ]
          ],
          [
            1,
            [
              100000000
            ]
          ]
        ],
        "pubkey": "030cc432020d0bc06b4058b53bc223ed37d25a0c9b105fd2d10cf20210a5b821bf",
        "rel_confs": 3,
        "rel_max_volume": "135378.10847825735818941951292",
        "rel_max_volume_fraction": {
          "denom": "25000000000000000000000",
          "numer": "3384452711956433954735487823"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              183471549,
              639439640,
              2086501199
            ]
          ],
          [
            1,
            [
              1355,
              1085405266,
              3181379584
            ]
          ]
        ],
        "rel_min_volume": "9539.11984054229790777055328044",
        "rel_min_volume_fraction": {
          "denom": "25000000000000000000000000",
          "numer": "238477996013557447694263832011"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              3,
              43016180,
              1694031891,
              3372797387
            ]
          ],
          [
            1,
            [
              1355252,
              3073508148,
              3103784960
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "2ba7afb7-238b-4847-838e-07c84fc14461"
      },
      {
        "address": "RWvDxUMC7xutaH4LAyMARp9sxG2csAKsdk",
        "age": 368,
        "base_confs": 1,
        "base_max_volume": "0.004414099",
        "base_max_volume_fraction": {
          "denom": "1000000000",
          "numer": "4414099"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              4414099
            ]
          ],
          [
            1,
            [
              1000000000
            ]
          ]
        ],
        "base_min_volume": "0.000896073080878564",
        "base_min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "224018270219641"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              52158,
              1365994873
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "base_nota": false,
        "coin": "RVN",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "1000000000",
          "numer": "4414099"
        },
        "max_volume_rat": [
          [
            1,
            [
              4414099
            ]
          ],
          [
            1,
            [
              1000000000
            ]
          ]
        ],
        "maxvolume": "0.004414099",
        "min_volume": "0.000896073080878564",
        "min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "224018270219641"
        },
        "min_volume_rat": [
          [
            1,
            [
              52158,
              1365994873
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "price": "10606718.44901246",
        "price_fraction": {
          "denom": "50000000",
          "numer": "530335922450623"
        },
        "price_rat": [
          [
            1,
            [
              123478,
              1950675135
            ]
          ],
          [
            1,
            [
              50000000
            ]
          ]
        ],
        "pubkey": "033d555fb13c869cb2a1683b5486ba79c674851e896fdbe1214a033380522e892f",
        "rel_confs": 3,
        "rel_max_volume": "46819.10529906745067354",
        "rel_max_volume_fraction": {
          "denom": "50000000000000000",
          "numer": "2340955264953372533677"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              126,
              37118893,
              3880241808
            ]
          ],
          [
            1,
            [
              11641532,
              784662528
            ]
          ]
        ],
        "rel_min_volume": "9504.39487861809897801498290744",
        "rel_min_volume_fraction": {
          "denom": "12500000000000000000000000",
          "numer": "118804935982726237225187286343"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              1,
              1575755079,
              2145461188,
              3108066845
            ]
          ],
          [
            1,
            [
              677626,
              1536754074,
              1551892480
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "81ac9b99-33f8-4b64-a893-0b8e560bc98f"
      }
    ],
    "SYS": [
      {
        "address": "sys1q9m3h536w2q6azhpga8u0evfwf0pfej7q70scny",
        "age": 231,
        "base_confs": 1,
        "base_max_volume": "0.012586053205652",
        "base_max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "base_min_volume": "0.000885492476903766",
        "base_min_volume_fraction": {
          "denom": "500000000000000000",
          "numer": "442746238451883"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              103084,
              3829711019
            ]
          ],
          [
            1,
            [
              116415321,
              3551657984
            ]
          ]
        ],
        "base_nota": false,
        "coin": "SYS",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "maxvolume": "0.012586053205652",
        "min_volume": "0.000885492476903766",
        "min_volume_fraction": {
          "denom": "500000000000000000",
          "numer": "442746238451883"
        },
        "min_volume_rat": [
          [
            1,
            [
              103084,
              3829711019
            ]
          ],
          [
            1,
            [
              116415321,
              3551657984
            ]
          ]
        ],
        "price": "3815752.364700442",
        "price_fraction": {
          "denom": "500000000",
          "numer": "1907876182350221"
        },
        "price_rat": [
          [
            1,
            [
              444212,
              169859469
            ]
          ],
          [
            1,
            [
              500000000
            ]
          ]
        ],
        "pubkey": "030cc432020d0bc06b4058b53bc223ed37d25a0c9b105fd2d10cf20210a5b821bf",
        "rel_confs": 5,
        "rel_max_volume": "48025.262281712197440801298184",
        "rel_max_volume_fraction": {
          "denom": "125000000000000000000000",
          "numer": "6003157785214024680100162273"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              325431835,
              726493921,
              2684851652
            ]
          ],
          [
            1,
            [
              6776,
              1132059037,
              3021996032
            ]
          ]
        ],
        "rel_min_volume": "3378.820012669996636510251664572",
        "rel_min_volume_fraction": {
          "denom": "250000000000000000000000000",
          "numer": "844705003167499159127562916143"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              10,
              65278255,
              768260686,
              2841877017
            ]
          ],
          [
            1,
            [
              13552527,
              670310415,
              973078528
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "0038dae8-3512-4d92-8b9b-b6429a228bb0"
      },
      {
        "address": "sys1qa4t09l4eqkfck3wjuqy7c99d6rnaq9tjf34jlu",
        "age": 392,
        "base_confs": 1,
        "base_max_volume": "0.00419177100857993",
        "base_max_volume_fraction": {
          "denom": "100000000000000000",
          "numer": "419177100857993"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              97597,
              1177670281
            ]
          ],
          [
            1,
            [
              23283064,
              1569325056
            ]
          ]
        ],
        "base_min_volume": "0.000907631516903766",
        "base_min_volume_fraction": {
          "denom": "500000000000000000",
          "numer": "453815758451883"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              105662,
              924021931
            ]
          ],
          [
            1,
            [
              116415321,
              3551657984
            ]
          ]
        ],
        "base_nota": false,
        "coin": "SYS",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "100000000000000000",
          "numer": "419177100857993"
        },
        "max_volume_rat": [
          [
            1,
            [
              97597,
              1177670281
            ]
          ],
          [
            1,
            [
              23283064,
              1569325056
            ]
          ]
        ],
        "maxvolume": "0.00419177100857993",
        "min_volume": "0.000907631516903766",
        "min_volume_fraction": {
          "denom": "500000000000000000",
          "numer": "453815758451883"
        },
        "min_volume_rat": [
          [
            1,
            [
              105662,
              924021931
            ]
          ],
          [
            1,
            [
              116415321,
              3551657984
            ]
          ]
        ],
        "price": "3734938.8092260608",
        "price_fraction": {
          "denom": "39062500",
          "numer": "145896047235393"
        },
        "price_rat": [
          [
            1,
            [
              33969,
              303157569
            ]
          ],
          [
            1,
            [
              39062500
            ]
          ]
        ],
        "pubkey": "026da2fc632afabbb1b86d04a9a012db25eca74db38ba2eccd88552f27f4c0b245",
        "rel_confs": 5,
        "rel_max_volume": "15656.008219333847643119755839744",
        "rel_max_volume_fraction": {
          "denom": "3906250000000000000000000",
          "numer": "61156282106772842355936546249"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              279065011,
              480333257,
              3315288696
            ]
          ],
          [
            1,
            [
              211758,
              1017106560,
              1021837312
            ]
          ]
        ],
        "rel_min_volume": "3389.9481769605950584711728649728",
        "rel_min_volume_fraction": {
          "denom": "19531250000000000000000000",
          "numer": "66209925331261622235765095019"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              914158588,
              2743810667,
              3589247244
            ]
          ],
          [
            1,
            [
              1058791,
              790565505,
              814219264
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "29b56494-6fab-4143-90da-dda63d960b5f"
      }
    ],
    "SYS-segwit": [
      {
        "address": "sys1q9m3h536w2q6azhpga8u0evfwf0pfej7q70scny",
        "age": 231,
        "base_confs": 1,
        "base_max_volume": "0.012586053205652",
        "base_max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "base_min_volume": "0.000885492476903766",
        "base_min_volume_fraction": {
          "denom": "500000000000000000",
          "numer": "442746238451883"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              103084,
              3829711019
            ]
          ],
          [
            1,
            [
              116415321,
              3551657984
            ]
          ]
        ],
        "base_nota": false,
        "coin": "SYS-segwit",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "maxvolume": "0.012586053205652",
        "min_volume": "0.000885492476903766",
        "min_volume_fraction": {
          "denom": "500000000000000000",
          "numer": "442746238451883"
        },
        "min_volume_rat": [
          [
            1,
            [
              103084,
              3829711019
            ]
          ],
          [
            1,
            [
              116415321,
              3551657984
            ]
          ]
        ],
        "price": "3815752.364700442",
        "price_fraction": {
          "denom": "500000000",
          "numer": "1907876182350221"
        },
        "price_rat": [
          [
            1,
            [
              444212,
              169859469
            ]
          ],
          [
            1,
            [
              500000000
            ]
          ]
        ],
        "pubkey": "030cc432020d0bc06b4058b53bc223ed37d25a0c9b105fd2d10cf20210a5b821bf",
        "rel_confs": 5,
        "rel_max_volume": "48025.262281712197440801298184",
        "rel_max_volume_fraction": {
          "denom": "125000000000000000000000",
          "numer": "6003157785214024680100162273"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              325431835,
              726493921,
              2684851652
            ]
          ],
          [
            1,
            [
              6776,
              1132059037,
              3021996032
            ]
          ]
        ],
        "rel_min_volume": "3378.820012669996636510251664572",
        "rel_min_volume_fraction": {
          "denom": "250000000000000000000000000",
          "numer": "844705003167499159127562916143"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              10,
              65278255,
              768260686,
              2841877017
            ]
          ],
          [
            1,
            [
              13552527,
              670310415,
              973078528
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "0038dae8-3512-4d92-8b9b-b6429a228bb0"
      },
      {
        "address": "sys1qa4t09l4eqkfck3wjuqy7c99d6rnaq9tjf34jlu",
        "age": 392,
        "base_confs": 1,
        "base_max_volume": "0.00419177100857993",
        "base_max_volume_fraction": {
          "denom": "100000000000000000",
          "numer": "419177100857993"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              97597,
              1177670281
            ]
          ],
          [
            1,
            [
              23283064,
              1569325056
            ]
          ]
        ],
        "base_min_volume": "0.000907631516903766",
        "base_min_volume_fraction": {
          "denom": "500000000000000000",
          "numer": "453815758451883"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              105662,
              924021931
            ]
          ],
          [
            1,
            [
              116415321,
              3551657984
            ]
          ]
        ],
        "base_nota": false,
        "coin": "SYS-segwit",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "100000000000000000",
          "numer": "419177100857993"
        },
        "max_volume_rat": [
          [
            1,
            [
              97597,
              1177670281
            ]
          ],
          [
            1,
            [
              23283064,
              1569325056
            ]
          ]
        ],
        "maxvolume": "0.00419177100857993",
        "min_volume": "0.000907631516903766",
        "min_volume_fraction": {
          "denom": "500000000000000000",
          "numer": "453815758451883"
        },
        "min_volume_rat": [
          [
            1,
            [
              105662,
              924021931
            ]
          ],
          [
            1,
            [
              116415321,
              3551657984
            ]
          ]
        ],
        "price": "3734938.8092260608",
        "price_fraction": {
          "denom": "39062500",
          "numer": "145896047235393"
        },
        "price_rat": [
          [
            1,
            [
              33969,
              303157569
            ]
          ],
          [
            1,
            [
              39062500
            ]
          ]
        ],
        "pubkey": "026da2fc632afabbb1b86d04a9a012db25eca74db38ba2eccd88552f27f4c0b245",
        "rel_confs": 5,
        "rel_max_volume": "15656.008219333847643119755839744",
        "rel_max_volume_fraction": {
          "denom": "3906250000000000000000000",
          "numer": "61156282106772842355936546249"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              279065011,
              480333257,
              3315288696
            ]
          ],
          [
            1,
            [
              211758,
              1017106560,
              1021837312
            ]
          ]
        ],
        "rel_min_volume": "3389.9481769605950584711728649728",
        "rel_min_volume_fraction": {
          "denom": "19531250000000000000000000",
          "numer": "66209925331261622235765095019"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              914158588,
              2743810667,
              3589247244
            ]
          ],
          [
            1,
            [
              1058791,
              790565505,
              814219264
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "29b56494-6fab-4143-90da-dda63d960b5f"
      }
    ],
    "TBTC-ERC20": [
      {
        "address": "0x71e7be068c6fe801d01fe5eaaed02edf9c554432",
        "age": 220,
        "base_confs": 1,
        "base_max_volume": "0.0178302420413404",
        "base_max_volume_fraction": {
          "denom": "2500000000000000",
          "numer": "44575605103351"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              10378,
              2434505463
            ]
          ],
          [
            1,
            [
              582076,
              2616213504
            ]
          ]
        ],
        "base_min_volume": "0.0015266737656454",
        "base_min_volume_fraction": {
          "denom": "5000000000000000",
          "numer": "7633368828227"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              1777,
              1211943235
            ]
          ],
          [
            1,
            [
              1164153,
              937459712
            ]
          ]
        ],
        "base_nota": false,
        "coin": "TBTC-ERC20",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "2500000000000000",
          "numer": "44575605103351"
        },
        "max_volume_rat": [
          [
            1,
            [
              10378,
              2434505463
            ]
          ],
          [
            1,
            [
              582076,
              2616213504
            ]
          ]
        ],
        "maxvolume": "0.0178302420413404",
        "min_volume": "0.0015266737656454",
        "min_volume_fraction": {
          "denom": "5000000000000000",
          "numer": "7633368828227"
        },
        "min_volume_rat": [
          [
            1,
            [
              1777,
              1211943235
            ]
          ],
          [
            1,
            [
              1164153,
              937459712
            ]
          ]
        ],
        "price": "1.0382345707",
        "price_fraction": {
          "denom": "10000000000",
          "numer": "10382345707"
        },
        "price_rat": [
          [
            1,
            [
              2,
              1792411115
            ]
          ],
          [
            1,
            [
              2,
              1410065408
            ]
          ]
        ],
        "pubkey": "030cc432020d0bc06b4058b53bc223ed37d25a0c9b105fd2d10cf20210a5b821bf",
        "rel_confs": 3,
        "rel_max_volume": "0.01851197369126814184656628",
        "rel_max_volume_fraction": {
          "denom": "25000000000000000000000000",
          "numer": "462799342281703546164157"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              25088,
              1729223988,
              2396525501
            ]
          ],
          [
            1,
            [
              1355252,
              3073508148,
              3103784960
            ]
          ]
        ],
        "rel_min_volume": "0.00158504548167380427742978",
        "rel_min_volume_fraction": {
          "denom": "50000000000000000000000000",
          "numer": "79252274083690213871489"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              4296,
              1178482322,
              2075987841
            ]
          ],
          [
            1,
            [
              2710505,
              1852049001,
              1912602624
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "b3c66b96-7cc2-4af8-9162-3e82c9337bd7"
      }
    ],
    "TBTC-PLG20": [
      {
        "address": "0x71e7be068c6fe801d01fe5eaaed02edf9c554432",
        "age": 218,
        "base_confs": 1,
        "base_max_volume": "0.012586053205652",
        "base_max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "base_min_volume": "0.000886848480878564",
        "base_min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "221712120219641"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              51621,
              1613432825
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "base_nota": false,
        "coin": "TBTC-PLG20",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "maxvolume": "0.012586053205652",
        "min_volume": "0.000886848480878564",
        "min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "221712120219641"
        },
        "min_volume_rat": [
          [
            1,
            [
              51621,
              1613432825
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "price": "1.0384949554",
        "price_fraction": {
          "denom": "5000000000",
          "numer": "5192474777"
        },
        "price_rat": [
          [
            1,
            [
              1,
              897507481
            ]
          ],
          [
            1,
            [
              1,
              705032704
            ]
          ]
        ],
        "pubkey": "030cc432020d0bc06b4058b53bc223ed37d25a0c9b105fd2d10cf20210a5b821bf",
        "rel_confs": 20,
        "rel_max_volume": "0.0130705527624656007679208",
        "rel_max_volume_fraction": {
          "denom": "1250000000000000000000000",
          "numer": "16338190953082000959901"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              885,
              2985458785,
              3916884381
            ]
          ],
          [
            1,
            [
              67762,
              155189248,
              2730655785
            ]
          ]
        ],
        "rel_min_volume": "0.0009209876735965420739960456",
        "rel_min_volume_fraction": {
          "denom": "1250000000000000000000000000",
          "numer": "1151234591995677592495057"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              62408,
              2372042185,
              2587861969
            ]
          ],
          [
            1,
            [
              67762635,
              570425344,
              3351552076
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "3d30b7dc-5e3f-4a0a-b507-5af11b0be0f3"
      }
    ],
    "USDC-ARB20": [
      {
        "address": "0x71e7be068c6fe801d01fe5eaaed02edf9c554432",
        "age": 215,
        "base_confs": 1,
        "base_max_volume": "0.012586053205652",
        "base_max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "base_min_volume": "0.000886848480878564",
        "base_min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "221712120219641"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              51621,
              1613432825
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "base_nota": false,
        "coin": "USDC-ARB20",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "maxvolume": "0.012586053205652",
        "min_volume": "0.000886848480878564",
        "min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "221712120219641"
        },
        "min_volume_rat": [
          [
            1,
            [
              51621,
              1613432825
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "price": "99172.166188604",
        "price_fraction": {
          "denom": "250000000",
          "numer": "24793041547151"
        },
        "price_rat": [
          [
            1,
            [
              5772,
              2490314639
            ]
          ],
          [
            1,
            [
              250000000
            ]
          ]
        ],
        "pubkey": "030cc432020d0bc06b4058b53bc223ed37d25a0c9b105fd2d10cf20210a5b821bf",
        "rel_confs": 10,
        "rel_max_volume": "1248.186160169532261030789808",
        "rel_max_volume_fraction": {
          "denom": "62500000000000000000000",
          "numer": "78011635010595766314424363"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              4229019,
              892845138,
              3946272811
            ]
          ],
          [
            1,
            [
              3388,
              566029518,
              3658481664
            ]
          ]
        ],
        "rel_min_volume": "87.950684929799945737244684656",
        "rel_min_volume_fraction": {
          "denom": "62500000000000000000000000",
          "numer": "5496917808112496608577792791"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              125250327,
              297988511,
              2046514553
            ]
          ],
          [
            1,
            [
              3388131,
              3388803075,
              3464495104
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "40cd9a0f-cf5b-436e-b169-ff39b261f7fc"
      },
      {
        "address": "0xdf38dd108bab50da564092ad0cd739c4634d963c",
        "age": 447,
        "base_confs": 1,
        "base_max_volume": "0.00419091811281281",
        "base_max_volume_fraction": {
          "denom": "100000000000000000",
          "numer": "419091811281281"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              97577,
              1787439489
            ]
          ],
          [
            1,
            [
              23283064,
              1569325056
            ]
          ]
        ],
        "base_min_volume": "0.000908987520878564",
        "base_min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "227246880219641"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              52910,
              160588281
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "base_nota": false,
        "coin": "USDC-ARB20",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "100000000000000000",
          "numer": "419091811281281"
        },
        "max_volume_rat": [
          [
            1,
            [
              97577,
              1787439489
            ]
          ],
          [
            1,
            [
              23283064,
              1569325056
            ]
          ]
        ],
        "maxvolume": "0.00419091811281281",
        "min_volume": "0.000908987520878564",
        "min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "227246880219641"
        },
        "min_volume_rat": [
          [
            1,
            [
              52910,
              160588281
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "price": "96838.4415420249",
        "price_fraction": {
          "denom": "10000000000",
          "numer": "968384415420249"
        },
        "price_rat": [
          [
            1,
            [
              225469,
              2434158425
            ]
          ],
          [
            1,
            [
              2,
              1410065408
            ]
          ]
        ],
        "pubkey": "026da2fc632afabbb1b86d04a9a012db25eca74db38ba2eccd88552f27f4c0b245",
        "rel_confs": 10,
        "rel_max_volume": "405.841978675036616234762058969",
        "rel_max_volume_fraction": {
          "denom": "1000000000000000000000000000",
          "numer": "405841978675036616234762058969"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              5,
              525901268,
              1136117989,
              1324170457
            ]
          ],
          [
            1,
            [
              54210108,
              2681241660,
              3892314112
            ]
          ]
        ],
        "rel_min_volume": "88.0249349030289581841755642436",
        "rel_min_volume_fraction": {
          "denom": "2500000000000000000000000000",
          "numer": "220062337257572395460438910609"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              2,
              3339668614,
              3628765276,
              4102416017
            ]
          ],
          [
            1,
            [
              135525271,
              1140850688,
              2408136856
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "3419ea92-b852-4e08-b203-b1b67eadc8aa"
      }
    ],
    "USDC-AVX20": [
      {
        "address": "0x71e7be068c6fe801d01fe5eaaed02edf9c554432",
        "age": 212,
        "base_confs": 1,
        "base_max_volume": "0.012586053205652",
        "base_max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "base_min_volume": "0.000886848480878564",
        "base_min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "221712120219641"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              51621,
              1613432825
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "base_nota": false,
        "coin": "USDC-AVX20",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "maxvolume": "0.012586053205652",
        "min_volume": "0.000886848480878564",
        "min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "221712120219641"
        },
        "min_volume_rat": [
          [
            1,
            [
              51621,
              1613432825
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "price": "99172.166188604",
        "price_fraction": {
          "denom": "250000000",
          "numer": "24793041547151"
        },
        "price_rat": [
          [
            1,
            [
              5772,
              2490314639
            ]
          ],
          [
            1,
            [
              250000000
            ]
          ]
        ],
        "pubkey": "030cc432020d0bc06b4058b53bc223ed37d25a0c9b105fd2d10cf20210a5b821bf",
        "rel_confs": 3,
        "rel_max_volume": "1248.186160169532261030789808",
        "rel_max_volume_fraction": {
          "denom": "62500000000000000000000",
          "numer": "78011635010595766314424363"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              4229019,
              892845138,
              3946272811
            ]
          ],
          [
            1,
            [
              3388,
              566029518,
              3658481664
            ]
          ]
        ],
        "rel_min_volume": "87.950684929799945737244684656",
        "rel_min_volume_fraction": {
          "denom": "62500000000000000000000000",
          "numer": "5496917808112496608577792791"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              125250327,
              297988511,
              2046514553
            ]
          ],
          [
            1,
            [
              3388131,
              3388803075,
              3464495104
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "41a3592a-f55f-442a-92ea-cba46486fe1f"
      }
    ],
    "USDC-BEP20": [
      {
        "address": "0x229e3418c6477073a7cb3cc8b0faf4c4a8843bcb",
        "age": 114,
        "base_confs": 1,
        "base_max_volume": "0.00313821252853943",
        "base_max_volume_fraction": {
          "denom": "100000000000000000",
          "numer": "313821252853943"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              73067,
              877437111
            ]
          ],
          [
            1,
            [
              23283064,
              1569325056
            ]
          ]
        ],
        "base_min_volume": "0.000911754900878564",
        "base_min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "227938725219641"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              53071,
              515853625
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "base_nota": false,
        "coin": "USDC-BEP20",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "100000000000000000",
          "numer": "313821252853943"
        },
        "max_volume_rat": [
          [
            1,
            [
              73067,
              877437111
            ]
          ],
          [
            1,
            [
              23283064,
              1569325056
            ]
          ]
        ],
        "maxvolume": "0.00313821252853943",
        "min_volume": "0.000911754900878564",
        "min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "227938725219641"
        },
        "min_volume_rat": [
          [
            1,
            [
              53071,
              515853625
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "price": "96705.2043946566",
        "price_fraction": {
          "denom": "5000000000",
          "numer": "483526021973283"
        },
        "price_rat": [
          [
            1,
            [
              112579,
              2898756899
            ]
          ],
          [
            1,
            [
              1,
              705032704
            ]
          ]
        ],
        "pubkey": "02f4928b419e512fae82cb4e52c4715a0f321a6c0f290e7504ab3b6e76b5374fe3",
        "rel_confs": 3,
        "rel_max_volume": "303.481484006277686784494409738",
        "rel_max_volume_fraction": {
          "denom": "500000000000000000000000000",
          "numer": "151740742003138843392247204869"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              1,
              3084982212,
              3627682821,
              3930914810
            ]
          ],
          [
            1,
            [
              27105054,
              1340620830,
              1946157056
            ]
          ]
        ],
        "rel_min_volume": "88.1714440472914000611270811224",
        "rel_min_volume_fraction": {
          "denom": "1250000000000000000000000000",
          "numer": "110214305059114250076408851403"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              1,
              874410700,
              1679762153,
              3935644619
            ]
          ],
          [
            1,
            [
              67762635,
              570425344,
              3351552076
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "3074f508-96aa-4d90-927a-0aa5c6413398"
      },
      {
        "address": "0x71e7be068c6fe801d01fe5eaaed02edf9c554432",
        "age": 207,
        "base_confs": 1,
        "base_max_volume": "0.012586053205652",
        "base_max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "base_min_volume": "0.000886848480878564",
        "base_min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "221712120219641"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              51621,
              1613432825
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "base_nota": false,
        "coin": "USDC-BEP20",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "maxvolume": "0.012586053205652",
        "min_volume": "0.000886848480878564",
        "min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "221712120219641"
        },
        "min_volume_rat": [
          [
            1,
            [
              51621,
              1613432825
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "price": "99172.166188604",
        "price_fraction": {
          "denom": "250000000",
          "numer": "24793041547151"
        },
        "price_rat": [
          [
            1,
            [
              5772,
              2490314639
            ]
          ],
          [
            1,
            [
              250000000
            ]
          ]
        ],
        "pubkey": "030cc432020d0bc06b4058b53bc223ed37d25a0c9b105fd2d10cf20210a5b821bf",
        "rel_confs": 3,
        "rel_max_volume": "1248.186160169532261030789808",
        "rel_max_volume_fraction": {
          "denom": "62500000000000000000000",
          "numer": "78011635010595766314424363"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              4229019,
              892845138,
              3946272811
            ]
          ],
          [
            1,
            [
              3388,
              566029518,
              3658481664
            ]
          ]
        ],
        "rel_min_volume": "87.950684929799945737244684656",
        "rel_min_volume_fraction": {
          "denom": "62500000000000000000000000",
          "numer": "5496917808112496608577792791"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              125250327,
              297988511,
              2046514553
            ]
          ],
          [
            1,
            [
              3388131,
              3388803075,
              3464495104
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "252f2e3b-6dc9-480e-9d7c-c419d98e6f9a"
      },
      {
        "address": "0x87583ff71cceae94380f305891995392b770e056",
        "age": 1584,
        "base_confs": 1,
        "base_max_volume": "0.03881795",
        "base_max_volume_fraction": {
          "denom": "20000000",
          "numer": "776359"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              776359
            ]
          ],
          [
            1,
            [
              20000000
            ]
          ]
        ],
        "base_min_volume": "0.03",
        "base_min_volume_fraction": {
          "denom": "100",
          "numer": "3"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              3
            ]
          ],
          [
            1,
            [
              100
            ]
          ]
        ],
        "base_nota": false,
        "coin": "USDC-BEP20",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "20000000",
          "numer": "776359"
        },
        "max_volume_rat": [
          [
            1,
            [
              776359
            ]
          ],
          [
            1,
            [
              20000000
            ]
          ]
        ],
        "maxvolume": "0.03881795",
        "min_volume": "0.03",
        "min_volume_fraction": {
          "denom": "100",
          "numer": "3"
        },
        "min_volume_rat": [
          [
            1,
            [
              3
            ]
          ],
          [
            1,
            [
              100
            ]
          ]
        ],
        "price": "98137.47300000001",
        "price_fraction": {
          "denom": "100000000000",
          "numer": "9813747300000001"
        },
        "price_rat": [
          [
            1,
            [
              2284941,
              431710465
            ]
          ],
          [
            1,
            [
              23,
              1215752192
            ]
          ]
        ],
        "pubkey": "03578749aeeb2691348229e70d3aab4ccd1a893125c4959df39f5c58ebab096f3a",
        "rel_confs": 3,
        "rel_max_volume": "3809.4955200403503881795",
        "rel_max_volume_fraction": {
          "denom": "2000000000000000000",
          "numer": "7618991040080700776359"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              413,
              113094607,
              236986279
            ]
          ],
          [
            1,
            [
              465661287,
              1321730048
            ]
          ]
        ],
        "rel_min_volume": "2944.1241900000003",
        "rel_min_volume_fraction": {
          "denom": "10000000000000",
          "numer": "29441241900000003"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              6854823,
              1295131395
            ]
          ],
          [
            1,
            [
              2328,
              1316134912
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "fad51ceb-85d2-4033-96a1-8591f4e07f81"
      },
      {
        "address": "0xadb681c3a1ec9bbc4105b8e8eb5fc7178125b450",
        "age": 70,
        "base_confs": 1,
        "base_max_volume": "0.0156804057336344",
        "base_max_volume_fraction": {
          "denom": "1250000000000000",
          "numer": "19600507167043"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              4563,
              2571395395
            ]
          ],
          [
            1,
            [
              291038,
              1308106752
            ]
          ]
        ],
        "base_min_volume": "0.000891460780878564",
        "base_min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "222865195219641"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              51889,
              3637197497
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "base_nota": false,
        "coin": "USDC-BEP20",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "1250000000000000",
          "numer": "19600507167043"
        },
        "max_volume_rat": [
          [
            1,
            [
              4563,
              2571395395
            ]
          ],
          [
            1,
            [
              291038,
              1308106752
            ]
          ]
        ],
        "maxvolume": "0.0156804057336344",
        "min_volume": "0.000891460780878564",
        "min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "222865195219641"
        },
        "min_volume_rat": [
          [
            1,
            [
              51889,
              3637197497
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "price": "98875.4657480429",
        "price_fraction": {
          "denom": "10000000000",
          "numer": "988754657480429"
        },
        "price_rat": [
          [
            1,
            [
              230212,
              1646333677
            ]
          ],
          [
            1,
            [
              2,
              1410065408
            ]
          ]
        ],
        "pubkey": "03de96cb66dcfaceaa8b3d4993ce8914cd5fe84e3fd53cefdae45add8032792a12",
        "rel_confs": 3,
        "rel_max_volume": "1550.40742003138361816050411576",
        "rel_max_volume_fraction": {
          "denom": "12500000000000000000000000",
          "numer": "19380092750392295227006301447"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              632627486,
              1050596933,
              3510809863
            ]
          ],
          [
            1,
            [
              677626,
              1536754074,
              1551892480
            ]
          ]
        ],
        "rel_min_volume": "88.1435999054820317969255623956",
        "rel_min_volume_fraction": {
          "denom": "2500000000000000000000000000",
          "numer": "220358999763705079492313905989"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              2,
              892631877,
              2263835474,
              3355750721
            ]
          ],
          [
            1,
            [
              135525271,
              1140850688,
              2408136856
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "974a9821-e343-4880-a5d1-716f557372bb"
      }
    ],
    "USDC-ERC20": [
      {
        "address": "0x71e7be068c6fe801d01fe5eaaed02edf9c554432",
        "age": 204,
        "base_confs": 1,
        "base_max_volume": "0.0178302420413404",
        "base_max_volume_fraction": {
          "denom": "2500000000000000",
          "numer": "44575605103351"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              10378,
              2434505463
            ]
          ],
          [
            1,
            [
              582076,
              2616213504
            ]
          ]
        ],
        "base_min_volume": "0.0015266737656454",
        "base_min_volume_fraction": {
          "denom": "5000000000000000",
          "numer": "7633368828227"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              1777,
              1211943235
            ]
          ],
          [
            1,
            [
              1164153,
              937459712
            ]
          ]
        ],
        "base_nota": false,
        "coin": "USDC-ERC20",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "2500000000000000",
          "numer": "44575605103351"
        },
        "max_volume_rat": [
          [
            1,
            [
              10378,
              2434505463
            ]
          ],
          [
            1,
            [
              582076,
              2616213504
            ]
          ]
        ],
        "maxvolume": "0.0178302420413404",
        "min_volume": "0.0015266737656454",
        "min_volume_fraction": {
          "denom": "5000000000000000",
          "numer": "7633368828227"
        },
        "min_volume_rat": [
          [
            1,
            [
              1777,
              1211943235
            ]
          ],
          [
            1,
            [
              1164153,
              937459712
            ]
          ]
        ],
        "price": "99172.166188604",
        "price_fraction": {
          "denom": "250000000",
          "numer": "24793041547151"
        },
        "price_rat": [
          [
            1,
            [
              5772,
              2490314639
            ]
          ],
          [
            1,
            [
              250000000
            ]
          ]
        ],
        "pubkey": "030cc432020d0bc06b4058b53bc223ed37d25a0c9b105fd2d10cf20210a5b821bf",
        "rel_confs": 3,
        "rel_max_volume": "1768.2637269068439812713648016",
        "rel_max_volume_fraction": {
          "denom": "625000000000000000000000",
          "numer": "1105164829316777488294603001"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              59911105,
              486009081,
              1911222190
            ]
          ],
          [
            1,
            [
              33881,
              1365327892,
              2225078272
            ]
          ]
        ],
        "rel_min_volume": "151.4035444023674848321850216",
        "rel_min_volume_fraction": {
          "denom": "1250000000000000000000000",
          "numer": "189254430502959356040231277"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              10259503,
              1010136676,
              2197076333
            ]
          ],
          [
            1,
            [
              67762,
              155189248,
              2730655785
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "064e45c9-e8c9-44fc-b989-ad3b2947c194"
      }
    ],
    "USDC-PLG20": [
      {
        "address": "0x011d0e4277fa31b069bfc5827e6084eb718cab48",
        "age": 287,
        "base_confs": 1,
        "base_max_volume": "0.004414099",
        "base_max_volume_fraction": {
          "denom": "1000000000",
          "numer": "4414099"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              4414099
            ]
          ],
          [
            1,
            [
              1000000000
            ]
          ]
        ],
        "base_min_volume": "0.000896073080878564",
        "base_min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "224018270219641"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              52158,
              1365994873
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "base_nota": false,
        "coin": "USDC-PLG20",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "1000000000",
          "numer": "4414099"
        },
        "max_volume_rat": [
          [
            1,
            [
              4414099
            ]
          ],
          [
            1,
            [
              1000000000
            ]
          ]
        ],
        "maxvolume": "0.004414099",
        "min_volume": "0.000896073080878564",
        "min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "224018270219641"
        },
        "min_volume_rat": [
          [
            1,
            [
              52158,
              1365994873
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "price": "98047.7549837026",
        "price_fraction": {
          "denom": "5000000000",
          "numer": "490238774918513"
        },
        "price_rat": [
          [
            1,
            [
              114142,
              2617818481
            ]
          ],
          [
            1,
            [
              1,
              705032704
            ]
          ]
        ],
        "pubkey": "033d555fb13c869cb2a1683b5486ba79c674851e896fdbe1214a033380522e892f",
        "rel_confs": 20,
        "rel_max_volume": "432.7924972258066629574",
        "rel_max_volume_fraction": {
          "denom": "5000000000000000000",
          "numer": "2163962486129033314787"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              117,
              1076986339,
              1325604856
            ]
          ],
          [
            1,
            [
              1156841472,
              1164153218
            ]
          ]
        ],
        "rel_min_volume": "87.8579538814729663955096910664",
        "rel_min_volume_fraction": {
          "denom": "1250000000000000000000000000",
          "numer": "109822442351841207994387113833"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              1,
              1187624733,
              1658519233,
              1745201001
            ]
          ],
          [
            1,
            [
              67762635,
              570425344,
              3351552076
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "d6e3816a-0679-4a72-833a-3bfbcc9959b8"
      },
      {
        "address": "0x4e623b150b847da59f064f7c7fcc9f787dae2229",
        "age": 265,
        "base_confs": 1,
        "base_max_volume": "0.00262336257578107",
        "base_max_volume_fraction": {
          "denom": "100000000000000000",
          "numer": "262336257578107"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              61079,
              3950105723
            ]
          ],
          [
            1,
            [
              23283064,
              1569325056
            ]
          ]
        ],
        "base_min_volume": "0.000913599820878564",
        "base_min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "228399955219641"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              53178,
              2184352953
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "base_nota": false,
        "coin": "USDC-PLG20",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "100000000000000000",
          "numer": "262336257578107"
        },
        "max_volume_rat": [
          [
            1,
            [
              61079,
              3950105723
            ]
          ],
          [
            1,
            [
              23283064,
              1569325056
            ]
          ]
        ],
        "maxvolume": "0.00262336257578107",
        "min_volume": "0.000913599820878564",
        "min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "228399955219641"
        },
        "min_volume_rat": [
          [
            1,
            [
              53178,
              2184352953
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "price": "96212.8677911586",
        "price_fraction": {
          "denom": "5000000000",
          "numer": "481064338955793"
        },
        "price_rat": [
          [
            1,
            [
              112006,
              2232000017
            ]
          ],
          [
            1,
            [
              1,
              705032704
            ]
          ]
        ],
        "pubkey": "0315d9c51c657ab1be4ae9d3ab6e76a619d3bccfe830d5363fa168424c0d044732",
        "rel_confs": 20,
        "rel_max_volume": "252.401236671897371775035247702",
        "rel_max_volume_fraction": {
          "denom": "500000000000000000000000000",
          "numer": "126200618335948685887517623851"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              1,
              1124468267,
              1900426541,
              2546381932
            ]
          ],
          [
            1,
            [
              27105054,
              1340620830,
              1946157056
            ]
          ]
        ],
        "rel_min_volume": "87.9000587802154565295234642504",
        "rel_min_volume_fraction": {
          "denom": "1250000000000000000000000000",
          "numer": "109875073475269320661904330313"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              1,
              835676319,
              883363401,
              1661372372
            ]
          ],
          [
            1,
            [
              67762635,
              570425344,
              3351552076
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "bdbf99a6-104f-42be-82fc-23ad2a7bcb8d"
      },
      {
        "address": "0x71e7be068c6fe801d01fe5eaaed02edf9c554432",
        "age": 202,
        "base_confs": 1,
        "base_max_volume": "0.012586053205652",
        "base_max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "base_min_volume": "0.000886848480878564",
        "base_min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "221712120219641"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              51621,
              1613432825
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "base_nota": false,
        "coin": "USDC-PLG20",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "maxvolume": "0.012586053205652",
        "min_volume": "0.000886848480878564",
        "min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "221712120219641"
        },
        "min_volume_rat": [
          [
            1,
            [
              51621,
              1613432825
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "price": "99172.166188604",
        "price_fraction": {
          "denom": "250000000",
          "numer": "24793041547151"
        },
        "price_rat": [
          [
            1,
            [
              5772,
              2490314639
            ]
          ],
          [
            1,
            [
              250000000
            ]
          ]
        ],
        "pubkey": "030cc432020d0bc06b4058b53bc223ed37d25a0c9b105fd2d10cf20210a5b821bf",
        "rel_confs": 20,
        "rel_max_volume": "1248.186160169532261030789808",
        "rel_max_volume_fraction": {
          "denom": "62500000000000000000000",
          "numer": "78011635010595766314424363"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              4229019,
              892845138,
              3946272811
            ]
          ],
          [
            1,
            [
              3388,
              566029518,
              3658481664
            ]
          ]
        ],
        "rel_min_volume": "87.950684929799945737244684656",
        "rel_min_volume_fraction": {
          "denom": "62500000000000000000000000",
          "numer": "5496917808112496608577792791"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              125250327,
              297988511,
              2046514553
            ]
          ],
          [
            1,
            [
              3388131,
              3388803075,
              3464495104
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "5297ea18-0f65-4905-8001-cb5fa92d700b"
      }
    ],
    "USDT-ARB20": [
      {
        "address": "0x71e7be068c6fe801d01fe5eaaed02edf9c554432",
        "age": 199,
        "base_confs": 1,
        "base_max_volume": "0.012586053205652",
        "base_max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "base_min_volume": "0.000886848480878564",
        "base_min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "221712120219641"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              51621,
              1613432825
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "base_nota": false,
        "coin": "USDT-ARB20",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "maxvolume": "0.012586053205652",
        "min_volume": "0.000886848480878564",
        "min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "221712120219641"
        },
        "min_volume_rat": [
          [
            1,
            [
              51621,
              1613432825
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "price": "99172.166188604",
        "price_fraction": {
          "denom": "250000000",
          "numer": "24793041547151"
        },
        "price_rat": [
          [
            1,
            [
              5772,
              2490314639
            ]
          ],
          [
            1,
            [
              250000000
            ]
          ]
        ],
        "pubkey": "030cc432020d0bc06b4058b53bc223ed37d25a0c9b105fd2d10cf20210a5b821bf",
        "rel_confs": 10,
        "rel_max_volume": "1248.186160169532261030789808",
        "rel_max_volume_fraction": {
          "denom": "62500000000000000000000",
          "numer": "78011635010595766314424363"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              4229019,
              892845138,
              3946272811
            ]
          ],
          [
            1,
            [
              3388,
              566029518,
              3658481664
            ]
          ]
        ],
        "rel_min_volume": "87.950684929799945737244684656",
        "rel_min_volume_fraction": {
          "denom": "62500000000000000000000000",
          "numer": "5496917808112496608577792791"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              125250327,
              297988511,
              2046514553
            ]
          ],
          [
            1,
            [
              3388131,
              3388803075,
              3464495104
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "8be94118-bb04-4cfa-bbce-c43f5ee1407f"
      }
    ],
    "USDT-AVX20": [
      {
        "address": "0x71e7be068c6fe801d01fe5eaaed02edf9c554432",
        "age": 196,
        "base_confs": 1,
        "base_max_volume": "0.012586053205652",
        "base_max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "base_min_volume": "0.000886848480878564",
        "base_min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "221712120219641"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              51621,
              1613432825
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "base_nota": false,
        "coin": "USDT-AVX20",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "maxvolume": "0.012586053205652",
        "min_volume": "0.000886848480878564",
        "min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "221712120219641"
        },
        "min_volume_rat": [
          [
            1,
            [
              51621,
              1613432825
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "price": "99172.166188604",
        "price_fraction": {
          "denom": "250000000",
          "numer": "24793041547151"
        },
        "price_rat": [
          [
            1,
            [
              5772,
              2490314639
            ]
          ],
          [
            1,
            [
              250000000
            ]
          ]
        ],
        "pubkey": "030cc432020d0bc06b4058b53bc223ed37d25a0c9b105fd2d10cf20210a5b821bf",
        "rel_confs": 3,
        "rel_max_volume": "1248.186160169532261030789808",
        "rel_max_volume_fraction": {
          "denom": "62500000000000000000000",
          "numer": "78011635010595766314424363"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              4229019,
              892845138,
              3946272811
            ]
          ],
          [
            1,
            [
              3388,
              566029518,
              3658481664
            ]
          ]
        ],
        "rel_min_volume": "87.950684929799945737244684656",
        "rel_min_volume_fraction": {
          "denom": "62500000000000000000000000",
          "numer": "5496917808112496608577792791"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              125250327,
              297988511,
              2046514553
            ]
          ],
          [
            1,
            [
              3388131,
              3388803075,
              3464495104
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "b9cb3ec3-c740-40ae-bb78-732cc05cd438"
      }
    ],
    "USDT-BEP20": [
      {
        "address": "0x5535280d956b00f22a30a51f2e43e3cfdf5099ce",
        "age": 250,
        "base_confs": 1,
        "base_max_volume": "0.00944101135470436",
        "base_max_volume_fraction": {
          "denom": "25000000000000000",
          "numer": "236025283867609"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              54953,
              3946050521
            ]
          ],
          [
            1,
            [
              5820766,
              392331264
            ]
          ]
        ],
        "base_min_volume": "0.000899762920878564",
        "base_min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "224940730219641"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              52373,
              408026233
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "base_nota": false,
        "coin": "USDT-BEP20",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "25000000000000000",
          "numer": "236025283867609"
        },
        "max_volume_rat": [
          [
            1,
            [
              54953,
              3946050521
            ]
          ],
          [
            1,
            [
              5820766,
              392331264
            ]
          ]
        ],
        "maxvolume": "0.00944101135470436",
        "min_volume": "0.000899762920878564",
        "min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "224940730219641"
        },
        "min_volume_rat": [
          [
            1,
            [
              52373,
              408026233
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "price": "97674.3293036437",
        "price_fraction": {
          "denom": "10000000000",
          "numer": "976743293036437"
        },
        "price_rat": [
          [
            1,
            [
              227415,
              3305416597
            ]
          ],
          [
            1,
            [
              2,
              1410065408
            ]
          ]
        ],
        "pubkey": "025d81c96aa4269c5946c0bd8dad7785ae0f4f595e7aea2ec4f8fe71f77ebf74a9",
        "rel_confs": 3,
        "rel_max_volume": "922.144452018832975858884276532",
        "rel_max_volume_fraction": {
          "denom": "250000000000000000000000000",
          "numer": "230536113004708243964721069133"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              2,
              2511567949,
              3450668937,
              3907453135
            ]
          ],
          [
            1,
            [
              13552527,
              670310415,
              973078528
            ]
          ]
        ],
        "rel_min_volume": "87.8837398291011716019304236468",
        "rel_min_volume_fraction": {
          "denom": "2500000000000000000000000000",
          "numer": "219709349572752929004826059117"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              2,
              462967636,
              2991513965,
              3320533114
            ]
          ],
          [
            1,
            [
              135525271,
              1140850688,
              2408136856
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "1b326f52-2e47-4794-aa65-1269d1090b1f"
      },
      {
        "address": "0x71e7be068c6fe801d01fe5eaaed02edf9c554432",
        "age": 193,
        "base_confs": 1,
        "base_max_volume": "0.012586053205652",
        "base_max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "base_min_volume": "0.000886848480878564",
        "base_min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "221712120219641"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              51621,
              1613432825
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "base_nota": false,
        "coin": "USDT-BEP20",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "maxvolume": "0.012586053205652",
        "min_volume": "0.000886848480878564",
        "min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "221712120219641"
        },
        "min_volume_rat": [
          [
            1,
            [
              51621,
              1613432825
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "price": "99172.166188604",
        "price_fraction": {
          "denom": "250000000",
          "numer": "24793041547151"
        },
        "price_rat": [
          [
            1,
            [
              5772,
              2490314639
            ]
          ],
          [
            1,
            [
              250000000
            ]
          ]
        ],
        "pubkey": "030cc432020d0bc06b4058b53bc223ed37d25a0c9b105fd2d10cf20210a5b821bf",
        "rel_confs": 3,
        "rel_max_volume": "1248.186160169532261030789808",
        "rel_max_volume_fraction": {
          "denom": "62500000000000000000000",
          "numer": "78011635010595766314424363"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              4229019,
              892845138,
              3946272811
            ]
          ],
          [
            1,
            [
              3388,
              566029518,
              3658481664
            ]
          ]
        ],
        "rel_min_volume": "87.950684929799945737244684656",
        "rel_min_volume_fraction": {
          "denom": "62500000000000000000000000",
          "numer": "5496917808112496608577792791"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              125250327,
              297988511,
              2046514553
            ]
          ],
          [
            1,
            [
              3388131,
              3388803075,
              3464495104
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "55a43287-9697-47a5-a861-f414ee581a26"
      },
      {
        "address": "0x87583ff71cceae94380f305891995392b770e056",
        "age": 109,
        "base_confs": 1,
        "base_max_volume": "0.03881795",
        "base_max_volume_fraction": {
          "denom": "20000000",
          "numer": "776359"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              776359
            ]
          ],
          [
            1,
            [
              20000000
            ]
          ]
        ],
        "base_min_volume": "0.03",
        "base_min_volume_fraction": {
          "denom": "100",
          "numer": "3"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              3
            ]
          ],
          [
            1,
            [
              100
            ]
          ]
        ],
        "base_nota": false,
        "coin": "USDT-BEP20",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "20000000",
          "numer": "776359"
        },
        "max_volume_rat": [
          [
            1,
            [
              776359
            ]
          ],
          [
            1,
            [
              20000000
            ]
          ]
        ],
        "maxvolume": "0.03881795",
        "min_volume": "0.03",
        "min_volume_fraction": {
          "denom": "100",
          "numer": "3"
        },
        "min_volume_rat": [
          [
            1,
            [
              3
            ]
          ],
          [
            1,
            [
              100
            ]
          ]
        ],
        "price": "98561.73",
        "price_fraction": {
          "denom": "100",
          "numer": "9856173"
        },
        "price_rat": [
          [
            1,
            [
              9856173
            ]
          ],
          [
            1,
            [
              100
            ]
          ]
        ],
        "pubkey": "03578749aeeb2691348229e70d3aab4ccd1a893125c4959df39f5c58ebab096f3a",
        "rel_confs": 3,
        "rel_max_volume": "3825.9643070535",
        "rel_max_volume_fraction": {
          "denom": "2000000000",
          "numer": "7651928614107"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              1781,
              2591859931
            ]
          ],
          [
            1,
            [
              2000000000
            ]
          ]
        ],
        "rel_min_volume": "2956.8519",
        "rel_min_volume_fraction": {
          "denom": "10000",
          "numer": "29568519"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              29568519
            ]
          ],
          [
            1,
            [
              10000
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "52a96976-5217-4357-81fa-eaa1ed33e88f"
      }
    ],
    "USDT-PLG20": [
      {
        "address": "0x71e7be068c6fe801d01fe5eaaed02edf9c554432",
        "age": 190,
        "base_confs": 1,
        "base_max_volume": "0.012586053205652",
        "base_max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "base_min_volume": "0.000886848480878564",
        "base_min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "221712120219641"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              51621,
              1613432825
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "base_nota": false,
        "coin": "USDT-PLG20",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "maxvolume": "0.012586053205652",
        "min_volume": "0.000886848480878564",
        "min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "221712120219641"
        },
        "min_volume_rat": [
          [
            1,
            [
              51621,
              1613432825
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "price": "99172.166188604",
        "price_fraction": {
          "denom": "250000000",
          "numer": "24793041547151"
        },
        "price_rat": [
          [
            1,
            [
              5772,
              2490314639
            ]
          ],
          [
            1,
            [
              250000000
            ]
          ]
        ],
        "pubkey": "030cc432020d0bc06b4058b53bc223ed37d25a0c9b105fd2d10cf20210a5b821bf",
        "rel_confs": 20,
        "rel_max_volume": "1248.186160169532261030789808",
        "rel_max_volume_fraction": {
          "denom": "62500000000000000000000",
          "numer": "78011635010595766314424363"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              4229019,
              892845138,
              3946272811
            ]
          ],
          [
            1,
            [
              3388,
              566029518,
              3658481664
            ]
          ]
        ],
        "rel_min_volume": "87.950684929799945737244684656",
        "rel_min_volume_fraction": {
          "denom": "62500000000000000000000000",
          "numer": "5496917808112496608577792791"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              125250327,
              297988511,
              2046514553
            ]
          ],
          [
            1,
            [
              3388131,
              3388803075,
              3464495104
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "1537dd72-d468-4a1f-b672-1f6a17f424cc"
      },
      {
        "address": "0x98298409c949135eed89233d04c2cfef984baff5",
        "age": 83,
        "base_confs": 1,
        "base_max_volume": "0.00731564521796129",
        "base_max_volume_fraction": {
          "denom": "100000000000000000",
          "numer": "731564521796129"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              170330,
              2742268449
            ]
          ],
          [
            1,
            [
              23283064,
              1569325056
            ]
          ]
        ],
        "base_min_volume": "0.000903452760878564",
        "base_min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "225863190219641"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              52587,
              3745024889
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "base_nota": false,
        "coin": "USDT-PLG20",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "100000000000000000",
          "numer": "731564521796129"
        },
        "max_volume_rat": [
          [
            1,
            [
              170330,
              2742268449
            ]
          ],
          [
            1,
            [
              23283064,
              1569325056
            ]
          ]
        ],
        "maxvolume": "0.00731564521796129",
        "min_volume": "0.000903452760878564",
        "min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "225863190219641"
        },
        "min_volume_rat": [
          [
            1,
            [
              52587,
              3745024889
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "price": "97656.9313294841",
        "price_fraction": {
          "denom": "10000000000",
          "numer": "976569313294841"
        },
        "price_rat": [
          [
            1,
            [
              227375,
              1124366841
            ]
          ],
          [
            1,
            [
              2,
              1410065408
            ]
          ]
        ],
        "pubkey": "031bb83b58ec130e28e0a6d5d2acf2eb01b0d3f1670e021d47d31db8a858219da8",
        "rel_confs": 20,
        "rel_max_volume": "714.423462681314438760269470489",
        "rel_max_volume_fraction": {
          "denom": "1000000000000000000000000000",
          "numer": "714423462681314438760269470489"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              9,
              74267851,
              373152537,
              2941583847
            ]
          ],
          [
            1,
            [
              54210108,
              2681241660,
              3892314112
            ]
          ]
        ],
        "rel_min_volume": "88.2284242285507437376728688324",
        "rel_min_volume_fraction": {
          "denom": "2500000000000000000000000000",
          "numer": "220571060571376859344182172081"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              2,
              2966411697,
              3367246560,
              4062734087
            ]
          ],
          [
            1,
            [
              135525271,
              1140850688,
              2408136856
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "1cc6dcc7-b059-4189-ba27-e4ec1dd520ad"
      }
    ],
    "VRSC": [
      {
        "address": "RDZ7fmJ4XNEh52NJTeakqprTfrR5fFWX8i",
        "age": 187,
        "base_confs": 1,
        "base_max_volume": "0.00943953990423901",
        "base_max_volume_fraction": {
          "denom": "100000000000000000",
          "numer": "943953990423901"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              219781,
              1783141725
            ]
          ],
          [
            1,
            [
              23283064,
              1569325056
            ]
          ]
        ],
        "base_min_volume": "0.000711389541059041",
        "base_min_volume_fraction": {
          "denom": "1000000000000000000",
          "numer": "711389541059041"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              165633,
              1222920673
            ]
          ],
          [
            1,
            [
              232830643,
              2808348672
            ]
          ]
        ],
        "base_nota": false,
        "coin": "VRSC",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "100000000000000000",
          "numer": "943953990423901"
        },
        "max_volume_rat": [
          [
            1,
            [
              219781,
              1783141725
            ]
          ],
          [
            1,
            [
              23283064,
              1569325056
            ]
          ]
        ],
        "maxvolume": "0.00943953990423901",
        "min_volume": "0.000711389541059041",
        "min_volume_fraction": {
          "denom": "1000000000000000000",
          "numer": "711389541059041"
        },
        "min_volume_rat": [
          [
            1,
            [
              165633,
              1222920673
            ]
          ],
          [
            1,
            [
              232830643,
              2808348672
            ]
          ]
        ],
        "price": "97975.8989478508",
        "price_fraction": {
          "denom": "2500000000",
          "numer": "244939747369627"
        },
        "price_rat": [
          [
            1,
            [
              57029,
              2057446043
            ]
          ],
          [
            1,
            [
              2500000000
            ]
          ]
        ],
        "pubkey": "030cc432020d0bc06b4058b53bc223ed37d25a0c9b105fd2d10cf20210a5b821bf",
        "rel_confs": 5,
        "rel_max_volume": "924.847407771926461245849019708",
        "rel_max_volume_fraction": {
          "denom": "250000000000000000000000000",
          "numer": "231211851942981615311462254927"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              2,
              209909394,
              3567438159,
              3944085017
            ]
          ],
          [
            1,
            [
              13552527,
              670310415,
              973078528
            ]
          ]
        ],
        "rel_min_volume": "69.6990297873585585982628590828",
        "rel_min_volume_fraction": {
          "denom": "2500000000000000000000000000",
          "numer": "174247574468396396495657147707"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              2,
              856045347,
              1852480827,
              1925238086
            ]
          ],
          [
            1,
            [
              135525271,
              1140850688,
              2408136856
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "3a0a3879-e0ca-4ee5-bbfe-198f28f157e9"
      },
      {
        "address": "RKtif7RYvUhefLod7BpVYD8zAL1iVViEdg",
        "age": 1378,
        "base_confs": 1,
        "base_max_volume": "0.03881472",
        "base_max_volume_fraction": {
          "denom": "390625",
          "numer": "15162"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              15162
            ]
          ],
          [
            1,
            [
              390625
            ]
          ]
        ],
        "base_min_volume": "0.03",
        "base_min_volume_fraction": {
          "denom": "100",
          "numer": "3"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              3
            ]
          ],
          [
            1,
            [
              100
            ]
          ]
        ],
        "base_nota": false,
        "coin": "VRSC",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "390625",
          "numer": "15162"
        },
        "max_volume_rat": [
          [
            1,
            [
              15162
            ]
          ],
          [
            1,
            [
              390625
            ]
          ]
        ],
        "maxvolume": "0.03881472",
        "min_volume": "0.03",
        "min_volume_fraction": {
          "denom": "100",
          "numer": "3"
        },
        "min_volume_rat": [
          [
            1,
            [
              3
            ]
          ],
          [
            1,
            [
              100
            ]
          ]
        ],
        "price": "82236.84210526316",
        "price_fraction": {
          "denom": "25000000000",
          "numer": "2055921052631579"
        },
        "price_rat": [
          [
            1,
            [
              478681,
              1812415003
            ]
          ],
          [
            1,
            [
              5,
              3525163520
            ]
          ]
        ],
        "pubkey": "03578749aeeb2691348229e70d3aab4ccd1a893125c4959df39f5c58ebab096f3a",
        "rel_confs": 5,
        "rel_max_volume": "3192.0000000000000817152",
        "rel_max_volume_fraction": {
          "denom": "4882812500000000",
          "numer": "15585937500000000399"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              317757839,
              3628883860
            ]
          ],
          [
            1,
            [
              1136868,
              1620131072
            ]
          ]
        ],
        "rel_min_volume": "2467.1052631578948",
        "rel_min_volume_fraction": {
          "denom": "2500000000000",
          "numer": "6167763157894737"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              1436044,
              1142277713
            ]
          ],
          [
            1,
            [
              582,
              329033728
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "98a98a33-ae18-4b7c-a677-ad9f6e73bc4a"
      }
    ],
    "WBTC-PLG20": [
      {
        "address": "0x71e7be068c6fe801d01fe5eaaed02edf9c554432",
        "age": 184,
        "base_confs": 1,
        "base_max_volume": "0.012586053205652",
        "base_max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "base_min_volume": "0.000886848480878564",
        "base_min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "221712120219641"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              51621,
              1613432825
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "base_nota": false,
        "coin": "WBTC-PLG20",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "maxvolume": "0.012586053205652",
        "min_volume": "0.000886848480878564",
        "min_volume_fraction": {
          "denom": "250000000000000000",
          "numer": "221712120219641"
        },
        "min_volume_rat": [
          [
            1,
            [
              51621,
              1613432825
            ]
          ],
          [
            1,
            [
              58207660,
              3923312640
            ]
          ]
        ],
        "price": "1.0386662609",
        "price_fraction": {
          "denom": "10000000000",
          "numer": "10386662609"
        },
        "price_rat": [
          [
            1,
            [
              2,
              1796728017
            ]
          ],
          [
            1,
            [
              2,
              1410065408
            ]
          ]
        ],
        "pubkey": "030cc432020d0bc06b4058b53bc223ed37d25a0c9b105fd2d10cf20210a5b821bf",
        "rel_confs": 20,
        "rel_max_volume": "0.0130727088226030215866068",
        "rel_max_volume_fraction": {
          "denom": "2500000000000000000000000",
          "numer": "32681772056507553966517"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              1771,
              2930942449,
              3024906677
            ]
          ],
          [
            1,
            [
              135525,
              310378496,
              1166344274
            ]
          ]
        ],
        "rel_min_volume": "0.0009211395956189832168413476",
        "rel_min_volume_fraction": {
          "denom": "2500000000000000000000000000",
          "numer": "2302848989047458042103369"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              124837,
              2694465097,
              2980026830
            ]
          ],
          [
            1,
            [
              135525271,
              1140850688,
              2408136856
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "ce514c06-746b-4867-a213-e3fe8d69e1f1"
      }
    ],
    "XVG": [
      {
        "address": "D9R28WMRDxLQY2Bhj4bCJ4grnignLn1fKp",
        "age": 181,
        "base_confs": 1,
        "base_max_volume": "0.012586053205652",
        "base_max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "base_min_volume": "0.000885323063681141",
        "base_min_volume_fraction": {
          "denom": "1000000000000000000",
          "numer": "885323063681141"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              206130,
              1454956661
            ]
          ],
          [
            1,
            [
              232830643,
              2808348672
            ]
          ]
        ],
        "base_nota": false,
        "coin": "XVG",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "maxvolume": "0.012586053205652",
        "min_volume": "0.000885323063681141",
        "min_volume_fraction": {
          "denom": "1000000000000000000",
          "numer": "885323063681141"
        },
        "min_volume_rat": [
          [
            1,
            [
              206130,
              1454956661
            ]
          ],
          [
            1,
            [
              232830643,
              2808348672
            ]
          ]
        ],
        "price": "16235175.756434364",
        "price_fraction": {
          "denom": "250000000",
          "numer": "4058793939108591"
        },
        "price_rat": [
          [
            1,
            [
              945011,
              2599748335
            ]
          ],
          [
            1,
            [
              250000000
            ]
          ]
        ],
        "pubkey": "030cc432020d0bc06b4058b53bc223ed37d25a0c9b105fd2d10cf20210a5b821bf",
        "rel_confs": 10,
        "rel_max_volume": "204336.785873594360987531825328",
        "rel_max_volume_fraction": {
          "denom": "62500000000000000000000",
          "numer": "12771049117099647561720739083"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              692319959,
              3480040715,
              3796433519
            ]
          ],
          [
            1,
            [
              3388,
              566029518,
              3658481664
            ]
          ]
        ],
        "rel_min_volume": "14373.375540088256944850391129324",
        "rel_min_volume_fraction": {
          "denom": "250000000000000000000000000",
          "numer": "3593343885022064236212597782331"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              45,
              1522034011,
              1809190960,
              2589161275
            ]
          ],
          [
            1,
            [
              13552527,
              670310415,
              973078528
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "7cec6223-b240-486e-ac8d-268cd3517cde"
      }
    ],
    "ZEC": [
      {
        "address": "t1KjPqVStuxefXBUeTLeaR5YwUAznLvoyBH",
        "age": 176,
        "base_confs": 1,
        "base_max_volume": "0.00261766509299622",
        "base_max_volume_fraction": {
          "denom": "50000000000000000",
          "numer": "130883254649811"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              30473,
              2716238803
            ]
          ],
          [
            1,
            [
              11641532,
              784662528
            ]
          ]
        ],
        "base_min_volume": "0.000899013410821089",
        "base_min_volume_fraction": {
          "denom": "1000000000000000000",
          "numer": "899013410821089"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              209317,
              3741324257
            ]
          ],
          [
            1,
            [
              232830643,
              2808348672
            ]
          ]
        ],
        "base_nota": false,
        "coin": "ZEC",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "50000000000000000",
          "numer": "130883254649811"
        },
        "max_volume_rat": [
          [
            1,
            [
              30473,
              2716238803
            ]
          ],
          [
            1,
            [
              11641532,
              784662528
            ]
          ]
        ],
        "maxvolume": "0.00261766509299622",
        "min_volume": "0.000899013410821089",
        "min_volume_fraction": {
          "denom": "1000000000000000000",
          "numer": "899013410821089"
        },
        "min_volume_rat": [
          [
            1,
            [
              209317,
              3741324257
            ]
          ],
          [
            1,
            [
              232830643,
              2808348672
            ]
          ]
        ],
        "price": "179.1829720975",
        "price_fraction": {
          "denom": "400000000",
          "numer": "71673188839"
        },
        "price_rat": [
          [
            1,
            [
              16,
              2953712103
            ]
          ],
          [
            1,
            [
              400000000
            ]
          ]
        ],
        "pubkey": "0315d9c51c657ab1be4ae9d3ab6e76a619d3bccfe830d5363fa168424c0d044732",
        "rel_confs": 3,
        "rel_max_volume": "0.46904101131894143093297145",
        "rel_max_volume_fraction": {
          "denom": "20000000000000000000000000",
          "numer": "9380820226378828618659429"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              508535,
              1217437661,
              2873882213
            ]
          ],
          [
            1,
            [
              1084202,
              740819600,
              2483027968
            ]
          ]
        ],
        "rel_min_volume": "0.1610878949064334948515641775",
        "rel_min_volume_fraction": {
          "denom": "400000000000000000000000000",
          "numer": "64435157962573397940625671"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              3493036,
              11657479,
              3918614071
            ]
          ],
          [
            1,
            [
              21684043,
              1931490123,
              2415919104
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "b6b3f784-055c-4c1c-913a-685d6e0dbb92"
      },
      {
        "address": "t1N9XbaputsDibf3zvuQkt7dBAF9ZoCmjTj",
        "age": 178,
        "base_confs": 1,
        "base_max_volume": "0.012586053205652",
        "base_max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "base_min_volume": "0.000872262070821089",
        "base_min_volume_fraction": {
          "denom": "1000000000000000000",
          "numer": "872262070821089"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              203089,
              1457643745
            ]
          ],
          [
            1,
            [
              232830643,
              2808348672
            ]
          ]
        ],
        "base_nota": false,
        "coin": "ZEC",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "250000000000000",
          "numer": "3146513301413"
        },
        "max_volume_rat": [
          [
            1,
            [
              732,
              2597240741
            ]
          ],
          [
            1,
            [
              58207,
              2838601728
            ]
          ]
        ],
        "maxvolume": "0.012586053205652",
        "min_volume": "0.000872262070821089",
        "min_volume_fraction": {
          "denom": "1000000000000000000",
          "numer": "872262070821089"
        },
        "min_volume_rat": [
          [
            1,
            [
              203089,
              1457643745
            ]
          ],
          [
            1,
            [
              232830643,
              2808348672
            ]
          ]
        ],
        "price": "184.431551644",
        "price_fraction": {
          "denom": "250000000",
          "numer": "46107887911"
        },
        "price_rat": [
          [
            1,
            [
              10,
              3158214951
            ]
          ],
          [
            1,
            [
              250000000
            ]
          ]
        ],
        "pubkey": "030cc432020d0bc06b4058b53bc223ed37d25a0c9b105fd2d10cf20210a5b821bf",
        "rel_confs": 3,
        "rel_max_volume": "2.321265321792338590691888",
        "rel_max_volume_fraction": {
          "denom": "62500000000000000000000",
          "numer": "145079082612021161918243"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              7864,
              3233369525,
              3489955619
            ]
          ],
          [
            1,
            [
              3388,
              566029518,
              3658481664
            ]
          ]
        ],
        "rel_min_volume": "0.160872647161742061387820316",
        "rel_min_volume_fraction": {
          "denom": "250000000000000000000000000",
          "numer": "40218161790435515346955079"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              2180230,
              3493833543,
              3948484486
            ]
          ],
          [
            1,
            [
              13552527,
              670310415,
              973078528
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "3f2c576a-9c7f-443e-9501-d12132ec0b01"
      },
      {
        "address": "t1Tbi9m5riRG5e6cYEMeQPQMAKam3uYDwGH",
        "age": 33,
        "base_confs": 1,
        "base_max_volume": "0.0156707307836358",
        "base_max_volume_fraction": {
          "denom": "5000000000000000",
          "numer": "78353653918179"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              18243,
              565537251
            ]
          ],
          [
            1,
            [
              1164153,
              937459712
            ]
          ]
        ],
        "base_min_volume": "0.000876874370821089",
        "base_min_volume_fraction": {
          "denom": "1000000000000000000",
          "numer": "876874370821089"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              204163,
              962767841
            ]
          ],
          [
            1,
            [
              232830643,
              2808348672
            ]
          ]
        ],
        "base_nota": false,
        "coin": "ZEC",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "5000000000000000",
          "numer": "78353653918179"
        },
        "max_volume_rat": [
          [
            1,
            [
              18243,
              565537251
            ]
          ],
          [
            1,
            [
              1164153,
              937459712
            ]
          ]
        ],
        "maxvolume": "0.0156707307836358",
        "min_volume": "0.000876874370821089",
        "min_volume_fraction": {
          "denom": "1000000000000000000",
          "numer": "876874370821089"
        },
        "min_volume_rat": [
          [
            1,
            [
              204163,
              962767841
            ]
          ],
          [
            1,
            [
              232830643,
              2808348672
            ]
          ]
        ],
        "price": "183.0892420488",
        "price_fraction": {
          "denom": "1250000000",
          "numer": "228861552561"
        },
        "price_rat": [
          [
            1,
            [
              53,
              1228285873
            ]
          ],
          [
            1,
            [
              1250000000
            ]
          ]
        ],
        "pubkey": "03de96cb66dcfaceaa8b3d4993ce8914cd5fe84e3fd53cefdae45add8032792a12",
        "rel_confs": 3,
        "rel_max_volume": "2.86914222152667628830502704",
        "rel_max_volume_fraction": {
          "denom": "6250000000000000000000000",
          "numer": "17932138884541726801906419"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              972103,
              41011955,
              845234946
            ]
          ],
          [
            1,
            [
              338813,
              768377037,
              775946240
            ]
          ]
        ],
        "rel_min_volume": "0.1605462639256515719206071432",
        "rel_min_volume_fraction": {
          "denom": "1250000000000000000000000000",
          "numer": "200682829907064464900758929"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              10879038,
              35600609,
              534650257
            ]
          ],
          [
            1,
            [
              67762635,
              570425344,
              3351552076
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "910affdf-4500-4dae-9a91-14442fda7ed9"
      },
      {
        "address": "t1UV8avxQHyggByVKaSeVaVuheikCb8cudw",
        "age": 391,
        "base_confs": 1,
        "base_max_volume": "0.0388076325",
        "base_max_volume_fraction": {
          "denom": "400000000",
          "numer": "15523053"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              15523053
            ]
          ],
          [
            1,
            [
              400000000
            ]
          ]
        ],
        "base_min_volume": "0.03",
        "base_min_volume_fraction": {
          "denom": "100",
          "numer": "3"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              3
            ]
          ],
          [
            1,
            [
              100
            ]
          ]
        ],
        "base_nota": false,
        "coin": "ZEC",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "400000000",
          "numer": "15523053"
        },
        "max_volume_rat": [
          [
            1,
            [
              15523053
            ]
          ],
          [
            1,
            [
              400000000
            ]
          ]
        ],
        "maxvolume": "0.0388076325",
        "min_volume": "0.03",
        "min_volume_fraction": {
          "denom": "100",
          "numer": "3"
        },
        "min_volume_rat": [
          [
            1,
            [
              3
            ]
          ],
          [
            1,
            [
              100
            ]
          ]
        ],
        "price": "180.3768884896547",
        "price_fraction": {
          "denom": "10000000000000",
          "numer": "1803768884896547"
        },
        "price_rat": [
          [
            1,
            [
              419972,
              2879660835
            ]
          ],
          [
            1,
            [
              2328,
              1316134912
            ]
          ]
        ],
        "pubkey": "03578749aeeb2691348229e70d3aab4ccd1a893125c4959df39f5c58ebab096f3a",
        "rel_confs": 3,
        "rel_max_volume": "6.99999999999999964949775",
        "rel_max_volume_fraction": {
          "denom": "4000000000000000000000",
          "numer": "27999999999999998597991"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              1517,
              1500158823,
              3792634276
            ]
          ],
          [
            1,
            [
              216,
              2055208960,
              3609638679
            ]
          ]
        ],
        "rel_min_volume": "5.411306654689641",
        "rel_min_volume_fraction": {
          "denom": "1000000000000000",
          "numer": "5411306654689641"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              1259918,
              49047913
            ]
          ],
          [
            1,
            [
              232830,
              2764472320
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "1aa68c1d-ee4b-408a-bfc7-cf08dd0f5235"
      }
    ],
    "vARRR": [
      {
        "address": "RDZ7fmJ4XNEh52NJTeakqprTfrR5fFWX8i",
        "age": 175,
        "base_confs": 1,
        "base_max_volume": "0.00814946945065968",
        "base_max_volume_fraction": {
          "denom": "6250000000000000",
          "numer": "50934184066623"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              11859,
              166903359
            ]
          ],
          [
            1,
            [
              1455191,
              2245566464
            ]
          ]
        ],
        "base_min_volume": "0.000713055876098205",
        "base_min_volume_fraction": {
          "denom": "200000000000000000",
          "numer": "142611175219641"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              33204,
              1081123257
            ]
          ],
          [
            1,
            [
              46566128,
              3138650112
            ]
          ]
        ],
        "base_nota": false,
        "coin": "vARRR",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "6250000000000000",
          "numer": "50934184066623"
        },
        "max_volume_rat": [
          [
            1,
            [
              11859,
              166903359
            ]
          ],
          [
            1,
            [
              1455191,
              2245566464
            ]
          ]
        ],
        "maxvolume": "0.00814946945065968",
        "min_volume": "0.000713055876098205",
        "min_volume_fraction": {
          "denom": "200000000000000000",
          "numer": "142611175219641"
        },
        "min_volume_rat": [
          [
            1,
            [
              33204,
              1081123257
            ]
          ],
          [
            1,
            [
              46566128,
              3138650112
            ]
          ]
        ],
        "price": "229186.3355457984",
        "price_fraction": {
          "denom": "156250000",
          "numer": "35810364929031"
        },
        "price_rat": [
          [
            1,
            [
              8337,
              3222582279
            ]
          ],
          [
            1,
            [
              156250000
            ]
          ]
        ],
        "pubkey": "030cc432020d0bc06b4058b53bc223ed37d25a0c9b105fd2d10cf20210a5b821bf",
        "rel_confs": 6,
        "rel_max_volume": "1867.747040039122778491732288512",
        "rel_max_volume_fraction": {
          "denom": "976562500000000000000000",
          "numer": "1823971718788205838370832313"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              13377177,
              98877705,
              273907641
            ]
          ],
          [
            1,
            [
              52939,
              255459328,
              2401760288
            ]
          ]
        ],
        "rel_min_volume": "163.422663282346460313673531872",
        "rel_min_volume_fraction": {
          "denom": "31250000000000000000000000",
          "numer": "5106958227573326884802297871"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              276848760,
              1101169949,
              1463713807
            ]
          ],
          [
            1,
            [
              1694065,
              3841885185,
              3879731200
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "0d90c226-45b0-4afb-bb96-709d4532a48a"
      }
    ],
    "vDEX": [
      {
        "address": "RDZ7fmJ4XNEh52NJTeakqprTfrR5fFWX8i",
        "age": 172,
        "base_confs": 1,
        "base_max_volume": "0.00814946945065968",
        "base_max_volume_fraction": {
          "denom": "6250000000000000",
          "numer": "50934184066623"
        },
        "base_max_volume_rat": [
          [
            1,
            [
              11859,
              166903359
            ]
          ],
          [
            1,
            [
              1455191,
              2245566464
            ]
          ]
        ],
        "base_min_volume": "0.000722280476098205",
        "base_min_volume_fraction": {
          "denom": "200000000000000000",
          "numer": "144456095219641"
        },
        "base_min_volume_rat": [
          [
            1,
            [
              33633,
              3460153273
            ]
          ],
          [
            1,
            [
              46566128,
              3138650112
            ]
          ]
        ],
        "base_nota": false,
        "coin": "vDEX",
        "is_mine": false,
        "max_volume_fraction": {
          "denom": "6250000000000000",
          "numer": "50934184066623"
        },
        "max_volume_rat": [
          [
            1,
            [
              11859,
              166903359
            ]
          ],
          [
            1,
            [
              1455191,
              2245566464
            ]
          ]
        ],
        "maxvolume": "0.00814946945065968",
        "min_volume": "0.000722280476098205",
        "min_volume_fraction": {
          "denom": "200000000000000000",
          "numer": "144456095219641"
        },
        "min_volume_rat": [
          [
            1,
            [
              33633,
              3460153273
            ]
          ],
          [
            1,
            [
              46566128,
              3138650112
            ]
          ]
        ],
        "price": "158025.2224262858",
        "price_fraction": {
          "denom": "5000000000",
          "numer": "790126112131429"
        },
        "price_rat": [
          [
            1,
            [
              183965,
              2453522789
            ]
          ],
          [
            1,
            [
              1,
              705032704
            ]
          ]
        ],
        "pubkey": "030cc432020d0bc06b4058b53bc223ed37d25a0c9b105fd2d10cf20210a5b821bf",
        "rel_confs": 6,
        "rel_max_volume": "1287.821722596717082798982216544",
        "rel_max_volume_fraction": {
          "denom": "31250000000000000000000000",
          "numer": "40244428831147408837468194267"
        },
        "rel_max_volume_rat": [
          [
            1,
            [
              1968875404,
              2181654858,
              3341256155
            ]
          ],
          [
            1,
            [
              1694065,
              3841885185,
              3879731200
            ]
          ]
        ],
        "rel_min_volume": "114.138532889582449504414196989",
        "rel_min_volume_fraction": {
          "denom": "1000000000000000000000000000",
          "numer": "114138532889582449504414196989"
        },
        "rel_min_volume_rat": [
          [
            1,
            [
              1,
              184149245,
              685797128,
              1892494970
            ]
          ],
          [
            1,
            [
              54210108,
              2681241660,
              3892314112
            ]
          ]
        ],
        "rel_nota": false,
        "uuid": "9389db90-e3b3-46c8-b214-eb2856afd2b7"
      }
    ]
  }
}