{"info":{"_postman_id":"0472c0bc-8188-4d71-a36a-9233abb7f359","name":"YouHodler Public API MultiHODL","description":"<html><head></head><body><h1 id=\"getting-start\">Getting start</h1>\n<p>To integrate with our platform on the test environment, please email our support team at <a href=\"mailto:support@youhodler.com\">support@youhodler.com</a>. We will send you an access token and UUID that you can use.</p>\n<p>Access token is valid for 4 weeks and will expire after.</p>\n<h2 id=\"authentication\">Authentication</h2>\n<p>All API queries must be made over HTTPS, and plain HTTP will be refused.</p>\n<p>Bearer authorization type should be used to add the access token to the Authorization header.</p>\n<p>All requests must contain the following header:</p>\n<p><code>x-device-type : api</code><br><code>x-device-uuid : {UUID}</code><br><code>x-use-i18n-errors : true</code></p>\n<h2 id=\"structure\">Structure</h2>\n<p>We divided our request by groups. Bellow you can find the description REST API requests and response examples.</p>\n<p>To get rates:</p>\n<ul>\n<li><a href=\"https://documenter.getpostman.com/view/20504079/2s93m5zLwc#4ea16af2-d8df-4386-a1fc-19e46e306722\">Get Rates</a> - to get rates  all instruments on YouHodler;</li>\n<li><a href=\"https://documenter.getpostman.com/view/20504079/2s93m5zLwc#5c8c705c-2e16-4409-bb43-951016b427ff\">Get Rates Chart</a> - to get rates on selected instruments and data;</li>\n</ul>\n<p>To get information about balances of account:</p>\n<ul>\n<li><a href=\"https://documenter.getpostman.com/view/20504079/2s93m5zLwc#0c0c3ffa-de55-4305-ac43-06be115e32e4\">Balance</a></li>\n</ul>\n<p>To work with MultiHODL you can use:</p>\n<ul>\n<li><a href=\"https://documenter.getpostman.com/view/20504079/2s93m5zLwc#d1b6ea5d-2902-4e5d-9d46-e6e5905dafaf\">Get MultiHODL Overview</a> - returns information about current pledged and current profit;</li>\n<li><a href=\"https://documenter.getpostman.com/view/20504079/2s93m5zLwc#1ea3a153-9885-4e0f-a42c-e8448d833c4f\">Get MultiHODLS Open</a> - returns list of MultiHODLs in status Open;</li>\n<li><a href=\"https://documenter.getpostman.com/view/20504079/2s93m5zLwc#21716f34-8a23-469d-86e0-29a62397e865\">Get MultiHODLs Pending</a> - returns list of MultiHODLs in status Pending;</li>\n<li><a href=\"https://documenter.getpostman.com/view/20504079/2s93m5zLwc#fc44a727-1c26-43e6-82c8-cb8e72ee545a\">Get MultiHODLs Closed</a> - returns list of MultiHODLs in status Closed;</li>\n<li><a href=\"https://documenter.getpostman.com/view/20504079/2s93m5zLwc#1fa4e5fc-98da-40eb-bc79-0cc074dce716\">Get MultiHODL Tariffs</a> - returns list of available instruments for you;</li>\n<li><a href=\"https://documenter.getpostman.com/view/20504079/2s93m5zLwc#4fe4afe9-142c-4ef5-b518-14aa0c7dc497\">Calculate MultiHODL</a> - returns calculated data to create a position;</li>\n<li><a href=\"https://documenter.getpostman.com/view/20504079/2s93m5zLwc#21f5401a-f26e-4c7b-ada3-f6d6b9dbbd2e\">Create MultiHODL</a> - creates MultiHODL;</li>\n<li><a href=\"https://documenter.getpostman.com/view/20504079/2s93m5zLwc#e2cde80a-1642-4741-8d68-1578ffc3b9eb\">Create Pending MultiHODL</a> - creates MultiHODL in status Pending;</li>\n<li><a href=\"https://documenter.getpostman.com/view/20504079/2s93m5zLwc#8288a90d-82d5-4689-8792-54c66f5db1a2\">Calculate Existed MultiHODL</a> - returns calculated data to update existed MultiHODL;</li>\n<li><a href=\"https://documenter.getpostman.com/view/20504079/2s93m5zLwc#3690208f-c049-4829-ad43-ec67d66d2120\">Get MultiHODL</a> - returns info about MultiHODL;</li>\n<li><a href=\"https://documenter.getpostman.com/view/20504079/2s93m5zLwc#75a3500e-f8c0-43ec-ac3d-b8d83ca75b46\">Update MultiHODL</a> - updates take profit and stop loss in the existed MultiHODL;</li>\n<li><a href=\"https://documenter.getpostman.com/view/20504079/2s93m5zLwc#6b39fb8b-9efa-4398-8a8f-fc53ab14b2dc\">Close Now MultiHODL</a> - closes MultiHODL on the platform YouHodler;</li>\n<li><a href=\"https://documenter.getpostman.com/view/20504079/2s93m5zLwc#8c0f2c0a-f46e-4c74-a3a0-2f6e77bf331a\">Cancel MultiHODL</a> - cancels MultiHODL and changes the status to CANCEL.</li>\n</ul>\n<h1 id=\"rates\">Rates</h1>\n<p>YouHodler provides rates for instruments of MultiHODL, order execution is made on the same rates. We suggest starting to get a price feed with the request <a href=\"https://documenter.getpostman.com/view/20504079/2s93m5zLwc#4ea16af2-d8df-4386-a1fc-19e46e306722\">Get Rates</a>, where you can specify trading pairs and get data for the selected period. You can get fresh rates after receiving some data to create a connection via WebSocket.</p>\n<h2 id=\"websocket-for-rates\">WebSocket for rates</h2>\n<p>To receive up-to-date rates from our platform, you can set up a WebSocket connection.</p>\n<h3 id=\"connection\">Connection</h3>\n<p>URL - <em><strong>wss://{stand}/ws/</strong></em></p>\n<p>For connecting we use the <a href=\"http://socket.io\">socket.io</a> library and we strongly recommend using it for you. Right now, the library is using version 4.x. The major difference with the previous version is an authorization. After creating a connection, the <a href=\"http://socket.io\">socket.io</a> library automatically sends a message for authorization with your <em>access token</em>. More details - <a href=\"https://socket.io/docs/v4/client-options/#auth\">https://socket.io/docs/v4/client-options/#auth</a></p>\n<p>To receive up-to-date information, it will be enough to send one message. The server will return data only for the last subscription. For example, if you subscribe in the first message on the rates BTC/UDST and then subscribe in the second message on the rates ETH/USDT, the server will send only the price of ETH.</p>\n<h4 id=\"params\">Params</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EIO</td>\n<td>4</td>\n</tr>\n<tr>\n<td>transport</td>\n<td>websocket</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sub-rates-selected\">SUB rates-selected</h3>\n<h4 id=\"request\">Request</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Yes</td>\n<td>Name of channel</td>\n</tr>\n<tr>\n<td>symbols</td>\n<td>Array of string</td>\n<td>Yes</td>\n<td>Lisit of coins</td>\n</tr>\n<tr>\n<td>symbols.{coin}</td>\n<td>String</td>\n<td>Yes</td>\n<td>Symbol of coinFormat - coin1/coin2Usually coin2 is usd or usdt</td>\n</tr>\n<tr>\n<td>throttle</td>\n<td>Integer</td>\n<td>Yes</td>\n<td>Delay in the flow</td>\n</tr>\n</tbody>\n</table>\n</div><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">42[\n    \"sub\",\n    {\n        \"name\": \"rates-selected\",\n        \"symbols\": [\n            \"chf/usd\",\n            \"eur/usd\",\n            \"gbp/usd\",\n            \"usdt/usd\",\n            \"usdc/usd\",\n            \"busd/usd\",\n            \"dai/usd\",\n            \"tusd/usd\"\n        ],\n        \"throttle\": 1000\n    }\n]\n\n</code></pre>\n<h4 id=\"message-of-response\">Message of response</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Name of channel</td>\n</tr>\n<tr>\n<td>[].{n}.fromTicker</td>\n<td>String</td>\n<td>Symbol of base ticker</td>\n</tr>\n<tr>\n<td>toTicker</td>\n<td>String</td>\n<td>Symbol of quote ticker</td>\n</tr>\n<tr>\n<td>date</td>\n<td>Date TimeTimestamp</td>\n<td>Date of close candle</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Float</td>\n<td>Price of coin (mid)</td>\n</tr>\n<tr>\n<td>bid</td>\n<td>Float</td>\n<td>Bid of coin</td>\n</tr>\n<tr>\n<td>ask</td>\n<td>Float</td>\n<td>Ask of coin</td>\n</tr>\n<tr>\n<td>diff24h</td>\n<td>Float</td>\n<td>Difference between current price (mid) and price (mid) 24 hour ago</td>\n</tr>\n<tr>\n<td>updated</td>\n<td>Date TimeTimestamp</td>\n<td>Date of processed price</td>\n</tr>\n</tbody>\n</table>\n</div><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">42[\n    \"rates-selected\",\n    [\n        {\n            \"fromTicker\": \"chf\",\n            \"toTicker\": \"usd\",\n            \"date\": 1670228555000,\n            \"price\": 1.0686672116869447,\n            \"bid\": 1.066479,\n            \"ask\": 1.070856,\n            \"diff24h\": 0.001147,\n            \"updated\": 1670228556028\n        },\n        {\n            \"fromTicker\": \"eur\",\n            \"toTicker\": \"usd\",\n            \"date\": 1670228555000,\n            \"price\": 1.054335,\n            \"bid\": 1.050093,\n            \"ask\": 1.058577,\n            \"diff24h\": 0.000205,\n            \"updated\": 1670228556028\n        },\n        {\n            \"fromTicker\": \"gbp\",\n            \"toTicker\": \"usd\",\n            \"date\": 1670228555000,\n            \"price\": 1.2276150000000001,\n            \"bid\": 1.221422,\n            \"ask\": 1.233808,\n            \"diff24h\": -0.00169,\n            \"updated\": 1670228556028\n        }\n    ]\n]\n\n</code></pre>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Getting start","slug":"getting-start"},{"content":"Rates","slug":"rates"}],"owner":"20504079","collectionId":"0472c0bc-8188-4d71-a36a-9233abb7f359","publishedId":"2s93m5zLwc","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-06-06T11:27:53.000Z"},"item":[{"name":"Get Rates","id":"4ea16af2-d8df-4386-a1fc-19e46e306722","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"url":"{{baseUrl}}/v1/exchange/rates-ext","description":"<p>The request returns the current price for all trading pairs available on the YouHodler.</p>\n<h2 id=\"response\">Response</h2>\n<h3 id=\"response-codes\">Response codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>Successful result</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Unauthorized</td>\n</tr>\n<tr>\n<td>500</td>\n<td>Internal Server Error</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"body\">Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>{coin1}</td>\n<td>Object</td>\n<td>Coin 1 object</td>\n</tr>\n<tr>\n<td>{coin1}.{coin2}</td>\n<td>Object</td>\n<td>Coin 1 to Coin 2 object</td>\n</tr>\n<tr>\n<td>{coin1}.{coin2}.rate</td>\n<td>Float  <br />String</td>\n<td>Current price coint 1 to coin 2 by mid</td>\n</tr>\n<tr>\n<td>{coin1}.{coin2}.ask</td>\n<td>Float  <br />String</td>\n<td>Current price coint 1 to coin 2 by ask</td>\n</tr>\n<tr>\n<td>{coin1}.{coin2}.bid</td>\n<td>Float  <br />String</td>\n<td>Current price coint 1 to coin 2 by bid</td>\n</tr>\n<tr>\n<td>{coin1}.{coin2}.diff24h</td>\n<td>Float</td>\n<td>Difference between rate right now and rate 24h ago</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v1","exchange","rates-ext"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"6ca62f64-126d-4bd4-a5e7-52c97396ba5c","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"url":"{{baseUrl}}/v1/exchange/rates-ext"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 26 May 2023 11:54:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"X-Total-Count, X-Access-Token"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"POST, PUT, GET, DELETE, OPTIONS"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7cd5d3670c74950a-LIS"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"gmt\": {\n        \"eur\": {\n            \"rate\": 0.24459204384214228,\n            \"ask\": 0.245576,\n            \"bid\": 0.243513,\n            \"diff24h\": -0.001707\n        },\n        \"gbp\": {\n            \"rate\": 0.21231592941081454,\n            \"ask\": 0.213384,\n            \"bid\": 0.211165,\n            \"diff24h\": -0.001484\n        },\n        \"xlm\": {\n            \"rate\": 2.9977194982896243,\n            \"ask\": 3.00371,\n            \"bid\": 2.987185,\n            \"diff24h\": -0.053089\n        },\n        \"matic\": {\n            \"rate\": 0.28039675767918093,\n            \"ask\": 0.280927,\n            \"bid\": 0.27967,\n            \"diff24h\": -0.019286\n        },\n        \"xmr\": {\n            \"rate\": 0.0017364597093791282,\n            \"ask\": 0.001741,\n            \"bid\": 0.001732,\n            \"diff24h\": -0.000021\n        },\n        \"snx\": {\n            \"rate\": 0.11064814814814816,\n            \"ask\": 0.110869,\n            \"bid\": 0.110339,\n            \"diff24h\": -0.003873\n        },\n        \"bch\": {\n            \"rate\": 0.002332741792369122,\n            \"ask\": 0.00234,\n            \"bid\": 0.002327,\n            \"diff24h\": -0.000043\n        },\n        \"xtz\": {\n            \"rate\": 0.3008009153318078,\n            \"ask\": 0.301747,\n            \"bid\": 0.300086,\n            \"diff24h\": -0.004633\n        },\n        \"sol\": {\n            \"rate\": 0.013621761658031088,\n            \"ask\": 0.013656,\n            \"bid\": 0.013589,\n            \"diff24h\": -0.000032\n        },\n        \"uni\": {\n            \"rate\": 0.052674814666399526,\n            \"ask\": 0.05278,\n            \"bid\": 0.052539,\n            \"diff24h\": -0.000818\n        },\n        \"egld\": {\n            \"rate\": 0.007376543209876544,\n            \"ask\": 0.007393,\n            \"bid\": 0.007359,\n            \"diff24h\": 0.000017\n        },\n        \"aud\": {\n            \"rate\": 0.40208471833463355,\n            \"ask\": 0.402919,\n            \"bid\": 0.401094,\n            \"diff24h\": -0.002771\n        },\n        \"gala\": {\n            \"rate\": 8.754578754578755,\n            \"ask\": 8.774995,\n            \"bid\": 8.733759,\n            \"diff24h\": -0.081542\n        },\n        \"vet\": {\n            \"rate\": 13.735632183908047,\n            \"ask\": 13.76308,\n            \"bid\": 13.695812,\n            \"diff24h\": -0.031955\n        },\n        \"omg\": {\n            \"rate\": 0.3482119205298014,\n            \"ask\": 0.348908,\n            \"bid\": 0.346924,\n            \"diff24h\": -0.006896\n        },\n        \"bnt\": {\n            \"rate\": 0.6421592574499269,\n            \"ask\": 0.64486,\n            \"bid\": 0.640789,\n            \"diff24h\": -0.014565\n        },\n        \"yfi\": {\n            \"rate\": 0.0000411166718798874,\n            \"ask\": 0.000041,\n            \"bid\": 0.000041,\n            \"diff24h\": -0.000001\n        },\n        \"axs\": {\n            \"rate\": 0.0386049926578561,\n            \"ask\": 0.038682,\n            \"bid\": 0.038457,\n            \"diff24h\": 0.000426\n        },\n        \"paxg\": {\n            \"rate\": 0.0001337913486005089,\n            \"ask\": 0.000134,\n            \"bid\": 0.000134\n        },\n        \"usd\": {\n            \"rate\": 0.26287896800000005,\n            \"ask\": 0.263404,\n            \"bid\": 0.262251,\n            \"diff24h\": -0.001295\n        },\n        \"eos\": {\n            \"rate\": 0.3103896103896104,\n            \"ask\": 0.311378,\n            \"bid\": 0.309651,\n            \"diff24h\": -0.005262\n        },\n        \"ada\": {\n            \"rate\": 0.7360022396416573,\n            \"ask\": 0.737473,\n            \"bid\": 0.734046,\n            \"diff24h\": -0.003432\n        },\n        \"eurs\": {\n            \"rate\": 0.24458959772601455,\n            \"ask\": 0.245087,\n            \"bid\": 0.244002,\n            \"diff24h\": -0.001707\n        },\n        \"near\": {\n            \"rate\": 0.1677728142948309,\n            \"ask\": 0.168215,\n            \"bid\": 0.167374,\n            \"diff24h\": -0.002022\n        },\n        \"xrp\": {\n            \"rate\": 0.5648904168457242,\n            \"ask\": 0.566019,\n            \"bid\": 0.563426,\n            \"diff24h\": -0.020659\n        },\n        \"ilv\": {\n            \"rate\": 0.00557818799066412,\n            \"ask\": 0.005594,\n            \"bid\": 0.005562,\n            \"diff24h\": -0.000072\n        },\n        \"dash\": {\n            \"rate\": 0.00634717527764365,\n            \"ask\": 0.00636,\n            \"bid\": 0.006331,\n            \"diff24h\": -0.000157\n        },\n        \"atom\": {\n            \"rate\": 0.02508827178165856,\n            \"ask\": 0.025136,\n            \"bid\": 0.025024,\n            \"diff24h\": -0.000086\n        },\n        \"ltc\": {\n            \"rate\": 0.0030162918770078023,\n            \"ask\": 0.003022,\n            \"bid\": 0.003009,\n            \"diff24h\": -0.000105\n        },\n        \"chf\": {\n            \"rate\": 0.23736919294528,\n            \"ask\": 0.237854,\n            \"bid\": 0.236792,\n            \"diff24h\": -0.001768\n        },\n        \"icp\": {\n            \"rate\": 0.0541838417147568,\n            \"ask\": 0.054281,\n            \"bid\": 0.054033,\n            \"diff24h\": -0.000561\n        },\n        \"zil\": {\n            \"rate\": 11.545893719806765,\n            \"ask\": 11.574049,\n            \"bid\": 11.518437,\n            \"diff24h\": -0.128874\n        },\n        \"fil\": {\n            \"rate\": 0.059831588529813386,\n            \"ask\": 0.059951,\n            \"bid\": 0.059676,\n            \"diff24h\": -0.00001\n        },\n        \"bnb\": {\n            \"rate\": 0.000856910039113429,\n            \"ask\": 0.000859,\n            \"bid\": 0.000855,\n            \"diff24h\": -0.000008\n        },\n        \"mkr\": {\n            \"rate\": 0.0004226688102893891,\n            \"ask\": 0.000423,\n            \"bid\": 0.000421,\n            \"diff24h\": 0.000001\n        },\n        \"btt\": {\n            \"rate\": 448864.60645381606,\n            \"ask\": 450145.846421,\n            \"bid\": 447873.632855,\n            \"diff24h\": 5352.771638\n        },\n        \"cad\": {\n            \"rate\": 0.35769021099372006,\n            \"ask\": 0.358417,\n            \"bid\": 0.356824,\n            \"diff24h\": -0.001604\n        },\n        \"busd\": {\n            \"rate\": 0.2629262926292629,\n            \"ask\": 0.263478,\n            \"bid\": 0.262301,\n            \"diff24h\": -0.001327\n        },\n        \"link\": {\n            \"rate\": 0.041598101265822786,\n            \"ask\": 0.041688,\n            \"bid\": 0.041499,\n            \"diff24h\": -0.000385\n        },\n        \"usdt\": {\n            \"rate\": \"0.26300000\",\n            \"ask\": 0.263232,\n            \"bid\": 0.262869,\n            \"diff24h\": -0.0012\n        },\n        \"sushi\": {\n            \"rate\": 0.3148502994011977,\n            \"ask\": 0.315858,\n            \"bid\": 0.314102,\n            \"diff24h\": 0.003294\n        },\n        \"avax\": {\n            \"rate\": 0.018605803255484787,\n            \"ask\": 0.018656,\n            \"bid\": 0.018562,\n            \"diff24h\": -0.000092\n        },\n        \"usdc\": {\n            \"rate\": 0.38803127506014434,\n            \"ask\": 0.389109,\n            \"bid\": 0.387316,\n            \"diff24h\": -0.01263\n        },\n        \"zrx\": {\n            \"rate\": 1.2054103622191656,\n            \"ask\": 1.207265,\n            \"bid\": 1.200892,\n            \"diff24h\": -0.015477\n        },\n        \"mana\": {\n            \"rate\": 0.5702819956616053,\n            \"ask\": 0.571422,\n            \"bid\": 0.568802,\n            \"diff24h\": -0.004066\n        },\n        \"theta\": {\n            \"rate\": 0.31334922526817643,\n            \"ask\": 0.31435,\n            \"bid\": 0.312604,\n            \"diff24h\": -0.001549\n        },\n        \"doge\": {\n            \"rate\": 3.7069937958262833,\n            \"ask\": 3.714401,\n            \"bid\": 3.697657,\n            \"diff24h\": -0.044781\n        },\n        \"rep\": {\n            \"rate\": 0.0845877378435518,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": -0.001057\n        },\n        \"ape\": {\n            \"rate\": 0.08167132649891272,\n            \"ask\": 0.08186,\n            \"bid\": 0.081477,\n            \"diff24h\": -0.000074\n        },\n        \"sand\": {\n            \"rate\": 0.5229759299781181,\n            \"ask\": 0.524125,\n            \"bid\": 0.521732,\n            \"diff24h\": -0.000192\n        },\n        \"cake\": {\n            \"rate\": 0.1719424460431655,\n            \"ask\": 0.172399,\n            \"bid\": 0.171534,\n            \"diff24h\": 0.002475\n        },\n        \"ftm\": {\n            \"rate\": 0.795220810647308,\n            \"ask\": 0.79681,\n            \"bid\": 0.79309,\n            \"diff24h\": -0.007575\n        },\n        \"btc\": {\n            \"rate\": 0.00000992964643433535,\n            \"ask\": 0.00001,\n            \"bid\": 0.00001\n        },\n        \"pax\": {\n            \"rate\": 0.2629,\n            \"ask\": 0.263425,\n            \"bid\": 0.262275,\n            \"diff24h\": -0.0013\n        },\n        \"bat\": {\n            \"rate\": 1.219953596287703,\n            \"ask\": 1.222391,\n            \"bid\": 1.216488,\n            \"diff24h\": 0.003563\n        },\n        \"1inch\": {\n            \"rate\": 0.6706632653061225,\n            \"ask\": 0.673722,\n            \"bid\": 0.669068,\n            \"diff24h\": -0.006773\n        },\n        \"tusd\": {\n            \"rate\": 0.38803127506014434,\n            \"ask\": 0.389109,\n            \"bid\": 0.387316,\n            \"diff24h\": -0.01263\n        },\n        \"dai\": {\n            \"rate\": 0.26284742000000005,\n            \"ask\": 0.263399,\n            \"bid\": 0.262222,\n            \"diff24h\": -0.001353\n        },\n        \"eth\": {\n            \"rate\": 0.00014496029995588887,\n            \"ask\": 0.000145,\n            \"bid\": 0.000145,\n            \"diff24h\": -0.000003\n        },\n        \"comp\": {\n            \"rate\": 0.00784307875894988,\n            \"ask\": 0.007859,\n            \"bid\": 0.007822,\n            \"diff24h\": 0.000156\n        }\n    },\n    \"ape\": {\n        \"comp\": {\n            \"rate\": 0.09603221957040572,\n            \"ask\": 0.096225,\n            \"bid\": 0.095782,\n            \"diff24h\": 0.001997\n        },\n        \"usd\": {\n            \"rate\": 3.21874248,\n            \"ask\": 3.225181,\n            \"bid\": 3.211275,\n            \"diff24h\": -0.012934\n        },\n        \"omg\": {\n            \"rate\": 4.263576158940397,\n            \"ask\": 4.272105,\n            \"bid\": 4.248099,\n            \"diff24h\": -0.08051\n        },\n        \"usdt\": {\n            \"rate\": \"3.22000000\",\n            \"ask\": 3.221127,\n            \"bid\": 3.217873,\n            \"diff24h\": -0.012\n        },\n        \"ftm\": {\n            \"rate\": 9.736842105263158,\n            \"ask\": 9.756317,\n            \"bid\": 9.711414,\n            \"diff24h\": -0.083881\n        },\n        \"near\": {\n            \"rate\": 2.0542437779195915,\n            \"ask\": 2.059666,\n            \"bid\": 2.0495,\n            \"diff24h\": -0.022877\n        },\n        \"xrp\": {\n            \"rate\": 6.916630855178341,\n            \"ask\": 6.930464,\n            \"bid\": 6.899172,\n            \"diff24h\": -0.24649\n        },\n        \"zil\": {\n            \"rate\": 141.37022397891963,\n            \"ask\": 141.715217,\n            \"bid\": 141.043667,\n            \"diff24h\": -1.449042\n        },\n        \"cad\": {\n            \"rate\": 4.3796302365491995,\n            \"ask\": 4.388534,\n            \"bid\": 4.369327,\n            \"diff24h\": -0.015672\n        },\n        \"tusd\": {\n            \"rate\": 4.029671210906174,\n            \"ask\": 4.037728,\n            \"bid\": 4.020209,\n            \"diff24h\": -0.021025\n        },\n        \"sol\": {\n            \"rate\": 0.16678756476683937,\n            \"ask\": 0.167207,\n            \"bid\": 0.166404,\n            \"diff24h\": -0.000241\n        },\n        \"mana\": {\n            \"rate\": 6.982646420824295,\n            \"ask\": 6.996614,\n            \"bid\": 6.965006,\n            \"diff24h\": -0.043441\n        },\n        \"theta\": {\n            \"rate\": 3.8367103694874847,\n            \"ask\": 3.84897,\n            \"bid\": 3.827848,\n            \"diff24h\": -0.015495\n        },\n        \"sushi\": {\n            \"rate\": 3.855089820359282,\n            \"ask\": 3.867431,\n            \"bid\": 3.846186,\n            \"diff24h\": 0.043769\n        },\n        \"ltc\": {\n            \"rate\": 0.03693207893529142,\n            \"ask\": 0.037007,\n            \"bid\": 0.036841,\n            \"diff24h\": -0.001249\n        },\n        \"chf\": {\n            \"rate\": 2.9063957097407997,\n            \"ask\": 2.912339,\n            \"bid\": 2.899524,\n            \"diff24h\": -0.019012\n        },\n        \"pax\": {\n            \"rate\": 3.219,\n            \"ask\": 3.225438,\n            \"bid\": 3.211564,\n            \"diff24h\": -0.013\n        },\n        \"avax\": {\n            \"rate\": 0.2278131634819533,\n            \"ask\": 0.228431,\n            \"bid\": 0.227286,\n            \"diff24h\": -0.00092\n        },\n        \"matic\": {\n            \"rate\": 3.433233788395904,\n            \"ask\": 3.439734,\n            \"bid\": 3.424573,\n            \"diff24h\": -0.232828\n        },\n        \"bnb\": {\n            \"rate\": 0.010492177314211211,\n            \"ask\": 0.010515,\n            \"bid\": 0.010466,\n            \"diff24h\": -0.000094\n        },\n        \"icp\": {\n            \"rate\": 0.6634377576257212,\n            \"ask\": 0.664627,\n            \"bid\": 0.661631,\n            \"diff24h\": -0.006268\n        },\n        \"egld\": {\n            \"rate\": 0.09031986531986531,\n            \"ask\": 0.090527,\n            \"bid\": 0.090111,\n            \"diff24h\": 0.000292\n        },\n        \"eth\": {\n            \"rate\": 0.001774922805469784,\n            \"ask\": 0.00178,\n            \"bid\": 0.00177,\n            \"diff24h\": -0.000034\n        },\n        \"snx\": {\n            \"rate\": 1.35479797979798,\n            \"ask\": 1.357509,\n            \"bid\": 1.351099,\n            \"diff24h\": -0.046156\n        },\n        \"mkr\": {\n            \"rate\": 0.00517524115755627,\n            \"ask\": 0.005185,\n            \"bid\": 0.005156,\n            \"diff24h\": 0.000021\n        },\n        \"axs\": {\n            \"rate\": 0.4726872246696035,\n            \"ask\": 0.473632,\n            \"bid\": 0.470903,\n            \"diff24h\": 0.005635\n        },\n        \"dai\": {\n            \"rate\": 3.2183562,\n            \"ask\": 3.225116,\n            \"bid\": 3.210921,\n            \"diff24h\": -0.013644\n        },\n        \"paxg\": {\n            \"rate\": 0.0016381679389312976,\n            \"ask\": 0.001642,\n            \"bid\": 0.001635\n        },\n        \"bnt\": {\n            \"rate\": 7.862725940400586,\n            \"ask\": 7.895811,\n            \"bid\": 7.846481,\n            \"diff24h\": -0.17108\n        },\n        \"xlm\": {\n            \"rate\": 36.70467502850627,\n            \"ask\": 36.778087,\n            \"bid\": 36.578182,\n            \"diff24h\": -0.616341\n        },\n        \"1inch\": {\n            \"rate\": 8.21173469387755,\n            \"ask\": 8.249203,\n            \"bid\": 8.192766,\n            \"diff24h\": -0.075445\n        },\n        \"zrx\": {\n            \"rate\": 14.759284731774416,\n            \"ask\": 14.782026,\n            \"bid\": 14.704965,\n            \"diff24h\": -0.17602\n        },\n        \"dash\": {\n            \"rate\": 0.07771607918879767,\n            \"ask\": 0.077871,\n            \"bid\": 0.077518,\n            \"diff24h\": -0.001851\n        },\n        \"uni\": {\n            \"rate\": 0.6449609296734121,\n            \"ask\": 0.646252,\n            \"bid\": 0.643341,\n            \"diff24h\": -0.009423\n        },\n        \"xtz\": {\n            \"rate\": 3.6830663615560644,\n            \"ask\": 3.69466,\n            \"bid\": 3.67456,\n            \"diff24h\": -0.05335\n        },\n        \"ada\": {\n            \"rate\": 9.011758118701007,\n            \"ask\": 9.029783,\n            \"bid\": 8.988425,\n            \"diff24h\": -0.033862\n        },\n        \"gbp\": {\n            \"rate\": 2.59963855752534,\n            \"ask\": 2.612721,\n            \"bid\": 2.585728,\n            \"diff24h\": -0.015806\n        },\n        \"aud\": {\n            \"rate\": 4.923205432937182,\n            \"ask\": 4.93343,\n            \"bid\": 4.911405,\n            \"diff24h\": -0.029454\n        },\n        \"link\": {\n            \"rate\": 0.5093354430379746,\n            \"ask\": 0.510434,\n            \"bid\": 0.508158,\n            \"diff24h\": -0.004251\n        },\n        \"fil\": {\n            \"rate\": 0.7325898953117888,\n            \"ask\": 0.734054,\n            \"bid\": 0.730731,\n            \"diff24h\": 0.00054\n        },\n        \"bat\": {\n            \"rate\": 14.937354988399072,\n            \"ask\": 14.96723,\n            \"bid\": 14.895937,\n            \"diff24h\": 0.05706\n        },\n        \"doge\": {\n            \"rate\": 45.38917089678511,\n            \"ask\": 45.479954,\n            \"bid\": 45.277939,\n            \"diff24h\": -0.506881\n        },\n        \"xmr\": {\n            \"rate\": 0.02126155878467635,\n            \"ask\": 0.021317,\n            \"bid\": 0.021212,\n            \"diff24h\": -0.000242\n        },\n        \"gmt\": {\n            \"rate\": 12.24419931532902,\n            \"ask\": 12.273328,\n            \"bid\": 12.215927,\n            \"diff24h\": 0.011043\n        },\n        \"eos\": {\n            \"rate\": 3.8004722550177092,\n            \"ask\": 3.812576,\n            \"bid\": 3.791692,\n            \"diff24h\": -0.060938\n        },\n        \"rep\": {\n            \"rate\": 0.8549682875264268,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": -0.004228\n        },\n        \"eur\": {\n            \"rate\": 2.9948337357468846,\n            \"ask\": 3.006883,\n            \"bid\": 2.98183,\n            \"diff24h\": -0.018176\n        },\n        \"busd\": {\n            \"rate\": 3.219321932193219,\n            \"ask\": 3.226082,\n            \"bid\": 3.211886,\n            \"diff24h\": -0.013325\n        },\n        \"sand\": {\n            \"rate\": 6.403421523771632,\n            \"ask\": 6.417505,\n            \"bid\": 6.388631,\n            \"diff24h\": 0.003422\n        },\n        \"ilv\": {\n            \"rate\": 0.0683004455760662,\n            \"ask\": 0.068494,\n            \"bid\": 0.068112,\n            \"diff24h\": -0.000818\n        },\n        \"gala\": {\n            \"rate\": 107.19280719280718,\n            \"ask\": 107.442984,\n            \"bid\": 106.945197,\n            \"diff24h\": -0.900838\n        },\n        \"yfi\": {\n            \"rate\": 0.0005034407256803253,\n            \"ask\": 0.000503,\n            \"bid\": 0.000501,\n            \"diff24h\": -0.000007\n        },\n        \"btc\": {\n            \"rate\": 0.00012158057007274816,\n            \"ask\": 0.000122,\n            \"bid\": 0.000122,\n            \"diff24h\": -0.000001\n        },\n        \"bch\": {\n            \"rate\": 0.028562555456965392,\n            \"ask\": 0.028646,\n            \"bid\": 0.028495,\n            \"diff24h\": -0.000502\n        },\n        \"usdc\": {\n            \"rate\": 4.029671210906174,\n            \"ask\": 4.037728,\n            \"bid\": 4.020209,\n            \"diff24h\": -0.021025\n        },\n        \"vet\": {\n            \"rate\": 168.1818181818182,\n            \"ask\": 168.5182,\n            \"bid\": 167.705708,\n            \"diff24h\": -0.239234\n        },\n        \"cake\": {\n            \"rate\": 2.1052975801177243,\n            \"ask\": 2.11089,\n            \"bid\": 2.100434,\n            \"diff24h\": 0.032174\n        },\n        \"atom\": {\n            \"rate\": 0.3071858001717721,\n            \"ask\": 0.307769,\n            \"bid\": 0.306417,\n            \"diff24h\": -0.00077\n        },\n        \"btt\": {\n            \"rate\": 5495987.707017245,\n            \"ask\": 5511685.493127,\n            \"bid\": 5484228.653526,\n            \"diff24h\": 70437.933641\n        },\n        \"eurs\": {\n            \"rate\": 2.9948037850134677,\n            \"ask\": 3.000894,\n            \"bid\": 2.987819,\n            \"diff24h\": -0.018178\n        }\n    },\n    \"usdt\": {\n        \"ilv\": {\n            \"rate\": 0.02121790791427965,\n            \"ask\": 0.021243,\n            \"bid\": 0.021201,\n            \"diff24h\": -0.000177\n        },\n        \"chf\": {\n            \"rate\": 0.902877764,\n            \"ask\": 0.904724,\n            \"bid\": 0.901023,\n            \"diff24h\": -0.002252\n        },\n        \"avax\": {\n            \"rate\": 0.07077140835102619,\n            \"ask\": 0.070843,\n            \"bid\": 0.07075\n        },\n        \"eurs\": {\n            \"rate\": 0.9303615208906134,\n            \"ask\": 0.939687,\n            \"bid\": 0.921028,\n            \"diff24h\": -0.001882\n        },\n        \"ltc\": {\n            \"rate\": 0.011471836641046231,\n            \"ask\": 0.011477,\n            \"bid\": 0.011468,\n            \"diff24h\": -0.000343\n        },\n        \"cake\": {\n            \"rate\": 0.6540222367560498,\n            \"ask\": 0.654647,\n            \"bid\": 0.653826,\n            \"diff24h\": 0.012997\n        },\n        \"btc\": {\n            \"rate\": 0.000037769670727787564,\n            \"ask\": 0.000038,\n            \"bid\": 0.000038\n        },\n        \"sol\": {\n            \"rate\": 0.05181347150259067,\n            \"ask\": 0.051866,\n            \"bid\": 0.051788,\n            \"diff24h\": 0.000134\n        },\n        \"sgb\": {\n            \"rate\": 124.99,\n            \"ask\": 126.619645,\n            \"bid\": 124.945027,\n            \"diff24h\": 0.0025\n        },\n        \"bnb\": {\n            \"rate\": 0.0032605151613955006,\n            \"ask\": 0.003261,\n            \"bid\": 0.003258,\n            \"diff24h\": -0.000014\n        },\n        \"icp\": {\n            \"rate\": 0.20601565718994644,\n            \"ask\": 0.206305,\n            \"bid\": 0.205768,\n            \"diff24h\": -0.001195\n        },\n        \"ftm\": {\n            \"rate\": 3.0248033877797944,\n            \"ask\": 3.025711,\n            \"bid\": 3.022982,\n            \"diff24h\": -0.012864\n        },\n        \"eos\": {\n            \"rate\": 1.1806375442739079,\n            \"ask\": 1.182388,\n            \"bid\": 1.180283,\n            \"diff24h\": -0.014106\n        },\n        \"dai\": {\n            \"rate\": \"0.99980000\",\n            \"ask\": 1.0019,\n            \"bid\": 0.9978,\n            \"diff24h\": -0.0002\n        },\n        \"mkr\": {\n            \"rate\": 0.001607717041800643,\n            \"ask\": 0.001608,\n            \"bid\": 0.001605,\n            \"diff24h\": 0.000013\n        },\n        \"yfi\": {\n            \"rate\": 0.00015639662183296842,\n            \"ask\": 0.000156,\n            \"bid\": 0.000156,\n            \"diff24h\": -0.000001\n        },\n        \"eth\": {\n            \"rate\": 0.0005513895015438906,\n            \"ask\": 0.000552,\n            \"bid\": 0.000551,\n            \"diff24h\": -0.000008\n        },\n        \"sand\": {\n            \"rate\": 1.988862370723946,\n            \"ask\": 1.989954,\n            \"bid\": 1.988166,\n            \"diff24h\": 0.008664\n        },\n        \"usd\": {\n            \"rate\": \"0.99992000\",\n            \"ask\": 1.00192,\n            \"bid\": 0.99791,\n            \"diff24h\": 0.00002\n        },\n        \"uni\": {\n            \"rate\": 0.2002803925495694,\n            \"ask\": 0.20034,\n            \"bid\": 0.20018,\n            \"diff24h\": -0.00219\n        },\n        \"bttc\": {\n            \"rate\": 1724137.931034483,\n            \"ask\": 1724655.172414,\n            \"bid\": 1694406.779661,\n            \"diff24h\": 29222.676797\n        },\n        \"near\": {\n            \"rate\": 0.6381620931716656,\n            \"ask\": 0.638354,\n            \"bid\": 0.637564,\n            \"diff24h\": -0.004511\n        },\n        \"ada\": {\n            \"rate\": 2.7995520716685327,\n            \"ask\": 2.800392,\n            \"bid\": 2.797929,\n            \"diff24h\": 0.000784\n        },\n        \"aud\": {\n            \"rate\": 1.5293271951424683,\n            \"ask\": 1.532504,\n            \"bid\": 1.526136,\n            \"diff24h\": -0.002993\n        },\n        \"mana\": {\n            \"rate\": 2.1691973969631237,\n            \"ask\": 2.169957,\n            \"bid\": 2.167968,\n            \"diff24h\": -0.004716\n        },\n        \"rep\": {\n            \"rate\": 0.2114164904862579,\n            \"ask\": null,\n            \"bid\": null\n        },\n        \"zil\": {\n            \"rate\": 43.91743522178305,\n            \"ask\": 43.93061,\n            \"bid\": 43.884987,\n            \"diff24h\": -0.271694\n        },\n        \"comp\": {\n            \"rate\": 0.029824038174768863,\n            \"ask\": 0.029833,\n            \"bid\": 0.029806,\n            \"diff24h\": 0.000729\n        },\n        \"dash\": {\n            \"rate\": 0.024125452352231604,\n            \"ask\": 0.024133,\n            \"bid\": 0.024112,\n            \"diff24h\": -0.000493\n        },\n        \"trx\": {\n            \"rate\": 13.170025023047545,\n            \"ask\": 13.175711,\n            \"bid\": 13.166074,\n            \"diff24h\": 0.223365\n        },\n        \"paxg\": {\n            \"rate\": 0.0005089058524173028,\n            \"ask\": 0.00051,\n            \"bid\": 0.000508,\n            \"diff24h\": 0.000002\n        },\n        \"doge\": {\n            \"rate\": 14.10039481105471,\n            \"ask\": 14.104625,\n            \"bid\": 14.094177,\n            \"diff24h\": -0.100116\n        },\n        \"egld\": {\n            \"rate\": 0.028058361391694726,\n            \"ask\": 0.028059,\n            \"bid\": 0.028034,\n            \"diff24h\": 0.000203\n        },\n        \"bnt\": {\n            \"rate\": 2.442598925256473,\n            \"ask\": 2.448715,\n            \"bid\": 2.443657,\n            \"diff24h\": -0.043108\n        },\n        \"gala\": {\n            \"rate\": 33.3000333000333,\n            \"ask\": 33.311688,\n            \"bid\": 33.277297,\n            \"diff24h\": -0.144783\n        },\n        \"axs\": {\n            \"rate\": 0.14684287812041116,\n            \"ask\": 0.146894,\n            \"bid\": 0.146576,\n            \"diff24h\": 0.002334\n        },\n        \"gbp\": {\n            \"rate\": 0.8076050172437467,\n            \"ask\": 0.811669,\n            \"bid\": 0.803533,\n            \"diff24h\": -0.001637\n        },\n        \"bat\": {\n            \"rate\": 4.640371229698376,\n            \"ask\": 4.641763,\n            \"bid\": 4.634678,\n            \"diff24h\": 0.03632\n        },\n        \"link\": {\n            \"rate\": 0.1582278481012658,\n            \"ask\": 0.1583,\n            \"bid\": 0.15818,\n            \"diff24h\": -0.000679\n        },\n        \"usdp\": {\n            \"rate\": 1.000300090027008,\n            \"ask\": 1.002401,\n            \"bid\": 0.998299,\n            \"diff24h\": -0.0002\n        },\n        \"xlm\": {\n            \"rate\": 11.402508551881414,\n            \"ask\": 11.405929,\n            \"bid\": 11.386105,\n            \"diff24h\": -0.144836\n        },\n        \"theta\": {\n            \"rate\": 1.1918951132300357,\n            \"ask\": 1.194749,\n            \"bid\": 1.190465\n        },\n        \"tusd\": {\n            \"rate\": 1.0024057738572574,\n            \"ask\": 1.00441,\n            \"bid\": 1.000301,\n            \"diff24h\": 0.000603\n        },\n        \"aave\": {\n            \"rate\": 0.015772870662460567,\n            \"ask\": 0.015803,\n            \"bid\": 0.015768,\n            \"diff24h\": -0.000025\n        },\n        \"btt\": {\n            \"rate\": 1707358.7160662457,\n            \"ask\": 1709330.143541,\n            \"bid\": 1707137.978142,\n            \"diff24h\": 28661.385195\n        },\n        \"1inch\": {\n            \"rate\": 2.5510204081632653,\n            \"ask\": 2.558312,\n            \"bid\": 2.550255,\n            \"diff24h\": -0.013082\n        },\n        \"flr\": {\n            \"rate\": 39.21254901960785,\n            \"ask\": 39.226267,\n            \"bid\": 39.106608,\n            \"diff24h\": 1.164604\n        },\n        \"xmr\": {\n            \"rate\": 0.006605019815059445,\n            \"ask\": 0.006617,\n            \"bid\": 0.006597,\n            \"diff24h\": -0.000048\n        },\n        \"vet\": {\n            \"rate\": 52.2466039707419,\n            \"ask\": 52.3093,\n            \"bid\": 52.156658,\n            \"diff24h\": 0.13613\n        },\n        \"omg\": {\n            \"rate\": 1.3227513227513228,\n            \"ask\": 1.323148,\n            \"bid\": 1.320608,\n            \"diff24h\": -0.021335\n        },\n        \"zrx\": {\n            \"rate\": 4.5850527281063735,\n            \"ask\": 4.582226,\n            \"bid\": 4.575286,\n            \"diff24h\": -0.036019\n        },\n        \"atom\": {\n            \"rate\": 0.09542895314438402,\n            \"ask\": 0.095448,\n            \"bid\": 0.095382,\n            \"diff24h\": 0.000145\n        },\n        \"busd\": {\n            \"rate\": 1.000100010001,\n            \"ask\": 1.0022,\n            \"bid\": 0.9981,\n            \"diff24h\": -0.0002\n        },\n        \"snx\": {\n            \"rate\": 0.42052144659377627,\n            \"ask\": 0.420648,\n            \"bid\": 0.420219,\n            \"diff24h\": -0.012942\n        },\n        \"xtz\": {\n            \"rate\": 1.1441647597254005,\n            \"ask\": 1.145819,\n            \"bid\": 1.143822,\n            \"diff24h\": -0.011905\n        },\n        \"ape\": {\n            \"rate\": 0.3105590062111801,\n            \"ask\": 0.310764,\n            \"bid\": 0.31045,\n            \"diff24h\": 0.001153\n        },\n        \"ht\": {\n            \"rate\": 0.3204306588054345,\n            \"ask\": 0.320877,\n            \"bid\": 0.319841,\n            \"diff24h\": -0.001579\n        },\n        \"dot\": {\n            \"rate\": 0.19138755980861244,\n            \"ask\": 0.191445,\n            \"bid\": 0.191294,\n            \"diff24h\": 0.001129\n        },\n        \"usdc\": {\n            \"rate\": 1.0024057738572574,\n            \"ask\": 1.00441,\n            \"bid\": 1.000301,\n            \"diff24h\": 0.000603\n        },\n        \"sushi\": {\n            \"rate\": 1.1976047904191618,\n            \"ask\": 1.1994,\n            \"bid\": 1.197246,\n            \"diff24h\": 0.01836\n        },\n        \"gmt\": {\n            \"rate\": 3.8022813688212924,\n            \"ask\": 3.804183,\n            \"bid\": 3.798936,\n            \"diff24h\": 0.01727\n        },\n        \"matic\": {\n            \"rate\": 1.0646225912913871,\n            \"ask\": 1.066014,\n            \"bid\": 1.063345,\n            \"diff24h\": -0.069679\n        },\n        \"bsv\": {\n            \"rate\": 0.03131801882212931,\n            \"ask\": 0.031355,\n            \"bid\": 0.031239,\n            \"diff24h\": -0.000141\n        },\n        \"pax\": {\n            \"rate\": 1,\n            \"ask\": 1.002,\n            \"bid\": 0.998\n        },\n        \"fil\": {\n            \"rate\": 0.22753128555176338,\n            \"ask\": 0.2276,\n            \"bid\": 0.227411,\n            \"diff24h\": 0.001031\n        },\n        \"xrp\": {\n            \"rate\": 2.1473051320592655,\n            \"ask\": 2.148057,\n            \"bid\": 2.146093,\n            \"diff24h\": -0.070482\n        },\n        \"rub\": {\n            \"rate\": 80.08009308,\n            \"ask\": 80.275333,\n            \"bid\": 79.884192,\n            \"diff24h\": -0.036894\n        },\n        \"eur\": {\n            \"rate\": 0.9303268965068082,\n            \"ask\": 0.930349,\n            \"bid\": 0.930296,\n            \"diff24h\": -0.001907\n        },\n        \"bch\": {\n            \"rate\": 0.008880994671403198,\n            \"ask\": 0.008884,\n            \"bid\": 0.00887,\n            \"diff24h\": -0.000112\n        },\n        \"cad\": {\n            \"rate\": 1.3605861444,\n            \"ask\": 1.363342,\n            \"bid\": 1.357817,\n            \"diff24h\": 0.000662\n        }\n    },\n    \"usdc\": {\n        \"cad\": {\n            \"rate\": 1.36547777658435,\n            \"ask\": 1.368244,\n            \"bid\": 1.362562,\n            \"diff24h\": -0.004929\n        },\n        \"cake\": {\n            \"rate\": 0.2694031866054551,\n            \"ask\": 0.270042,\n            \"bid\": 0.268719,\n            \"diff24h\": 0.004866\n        },\n        \"chf\": {\n            \"rate\": 0.9161751534078,\n            \"ask\": 0.918037,\n            \"bid\": 0.914213,\n            \"diff24h\": -0.007367\n        },\n        \"rub\": {\n            \"rate\": 76.122097311975,\n            \"ask\": 76.309434,\n            \"bid\": 75.926575,\n            \"diff24h\": -0.964121\n        },\n        \"eos\": {\n            \"rate\": 0.8859680284191831,\n            \"ask\": 0.888617,\n            \"bid\": 0.884196,\n            \"diff24h\": 0.019562\n        },\n        \"xrp\": {\n            \"rate\": 2.2621315192743765,\n            \"ask\": 2.267395,\n            \"bid\": 2.25761,\n            \"diff24h\": 0.009593\n        },\n        \"doge\": {\n            \"rate\": 13.109067017082786,\n            \"ask\": 13.138354,\n            \"bid\": 13.082827,\n            \"diff24h\": -0.23987\n        },\n        \"aave\": {\n            \"rate\": 0.013040522875816994,\n            \"ask\": 0.013085,\n            \"bid\": 0.013014,\n            \"diff24h\": 0.000195\n        },\n        \"ilv\": {\n            \"rate\": 0.014927427801885383,\n            \"ask\": 0.014965,\n            \"bid\": 0.0149,\n            \"diff24h\": 0.000612\n        },\n        \"sushi\": {\n            \"rate\": 0.9332086061739944,\n            \"ask\": 0.936044,\n            \"bid\": 0.931342,\n            \"diff24h\": 0.066802\n        },\n        \"dot\": {\n            \"rate\": 0.16308648030080106,\n            \"ask\": 0.163482,\n            \"bid\": 0.162787,\n            \"diff24h\": 0.003824\n        },\n        \"usdt\": {\n            \"rate\": 0.9976,\n            \"ask\": 0.999695,\n            \"bid\": 0.995605,\n            \"diff24h\": -0.0006\n        },\n        \"yfi\": {\n            \"rate\": 0.00011676029962546818,\n            \"ask\": 0.000117,\n            \"bid\": 0.000117,\n            \"diff24h\": 0.000004\n        },\n        \"tusd\": {\n            \"rate\": 1,\n            \"ask\": 1.002,\n            \"bid\": 0.998\n        },\n        \"sand\": {\n            \"rate\": 1.5629014569951434,\n            \"ask\": 1.566674,\n            \"bid\": 1.560022,\n            \"diff24h\": 0.038619\n        },\n        \"eur\": {\n            \"rate\": 0.9185471354956046,\n            \"ask\": 0.922238,\n            \"bid\": 0.914756,\n            \"diff24h\": -0.008663\n        },\n        \"ftm\": {\n            \"rate\": 2.101095197978096,\n            \"ask\": 2.105506,\n            \"bid\": 2.096455,\n            \"diff24h\": 0.019118\n        },\n        \"dash\": {\n            \"rate\": 0.01618167072181671,\n            \"ask\": 0.016229,\n            \"bid\": 0.016152,\n            \"diff24h\": -0.001449\n        },\n        \"xmr\": {\n            \"rate\": 0.006563157894736842,\n            \"ask\": 0.006581,\n            \"bid\": 0.00655,\n            \"diff24h\": 0.000057\n        },\n        \"comp\": {\n            \"rate\": 0.023308411214953275,\n            \"ask\": 0.023379,\n            \"bid\": 0.023278,\n            \"diff24h\": 0.000624\n        },\n        \"aud\": {\n            \"rate\": 1.4906160897951881,\n            \"ask\": 1.49371,\n            \"bid\": 1.487361,\n            \"diff24h\": -0.005071\n        },\n        \"link\": {\n            \"rate\": 0.13466522678185744,\n            \"ask\": 0.134966,\n            \"bid\": 0.134396,\n            \"diff24h\": 0.00526\n        },\n        \"egld\": {\n            \"rate\": 0.023673469387755105,\n            \"ask\": 0.023729,\n            \"bid\": 0.023626,\n            \"diff24h\": 0.000483\n        },\n        \"eth\": {\n            \"rate\": 0.0005716970968148632,\n            \"ask\": 0.000573,\n            \"bid\": 0.000571,\n            \"diff24h\": 0.000016\n        },\n        \"uni\": {\n            \"rate\": 0.16282030357434307,\n            \"ask\": 0.163136,\n            \"bid\": 0.162415,\n            \"diff24h\": 0.004467\n        },\n        \"btc\": {\n            \"rate\": 0.000036452635325293,\n            \"ask\": 0.000037,\n            \"bid\": 0.000036,\n            \"diff24h\": 0.000001\n        },\n        \"xlm\": {\n            \"rate\": 10.902732240437158,\n            \"ask\": 10.937533,\n            \"bid\": 10.880987,\n            \"diff24h\": 0.170474\n        },\n        \"near\": {\n            \"rate\": 0.5035840484603735,\n            \"ask\": 0.504897,\n            \"bid\": 0.502577,\n            \"diff24h\": 0.011667\n        },\n        \"ltc\": {\n            \"rate\": 0.011138901295221082,\n            \"ask\": 0.011164,\n            \"bid\": 0.011117,\n            \"diff24h\": -0.001263\n        },\n        \"omg\": {\n            \"rate\": 0.5776491024898668,\n            \"ask\": 0.578862,\n            \"bid\": 0.575827,\n            \"diff24h\": 0.009255\n        },\n        \"busd\": {\n            \"rate\": 1,\n            \"ask\": 1.002,\n            \"bid\": 0.998\n        },\n        \"bch\": {\n            \"rate\": 0.007867507886435332,\n            \"ask\": 0.00789,\n            \"bid\": 0.007852,\n            \"diff24h\": 0.000312\n        },\n        \"vet\": {\n            \"rate\": 43.411662315056574,\n            \"ask\": 43.522599,\n            \"bid\": 43.324066,\n            \"diff24h\": 0.427166\n        },\n        \"zrx\": {\n            \"rate\": 4.348735832606801,\n            \"ask\": 4.361676,\n            \"bid\": 4.34193,\n            \"diff24h\": 0.031694\n        },\n        \"gmt\": {\n            \"rate\": 2.577111857401188,\n            \"ask\": 2.58186,\n            \"bid\": 2.569965,\n            \"diff24h\": 0.081238\n        },\n        \"1inch\": {\n            \"rate\": 1.9754455445544554,\n            \"ask\": 1.979592,\n            \"bid\": 1.967599,\n            \"diff24h\": 0.063377\n        },\n        \"matic\": {\n            \"rate\": 0.9016630513376717,\n            \"ask\": 0.90372,\n            \"bid\": 0.899941,\n            \"diff24h\": 0.028969\n        },\n        \"zil\": {\n            \"rate\": 36.040462427745666,\n            \"ask\": 36.141877,\n            \"bid\": 35.968797,\n            \"diff24h\": 0.520889\n        },\n        \"bnt\": {\n            \"rate\": 1.7827019299499645,\n            \"ask\": 1.788684,\n            \"bid\": 1.777867,\n            \"diff24h\": 0.084675\n        },\n        \"btt\": {\n            \"rate\": 1632466.044837179,\n            \"ask\": 999645.35965,\n            \"bid\": 995654.759412,\n            \"diff24h\": 44651.854573\n        },\n        \"theta\": {\n            \"rate\": 0.9887016848364718,\n            \"ask\": 0.991761,\n            \"bid\": 0.986725,\n            \"diff24h\": 0.014946\n        },\n        \"dai\": {\n            \"rate\": 1.0011913600000002,\n            \"ask\": 1.003294,\n            \"bid\": 0.99889,\n            \"diff24h\": -0.000003\n        },\n        \"mana\": {\n            \"rate\": 1.6857046299425484,\n            \"ask\": 1.690102,\n            \"bid\": 1.682903,\n            \"diff24h\": 0.033495\n        },\n        \"eurs\": {\n            \"rate\": 0.9184972534033915,\n            \"ask\": 0.927801,\n            \"bid\": 0.909279,\n            \"diff24h\": -0.008789\n        },\n        \"usdp\": {\n            \"rate\": 1,\n            \"ask\": 1.002,\n            \"bid\": 0.998\n        },\n        \"bnb\": {\n            \"rate\": 0.003089501393620316,\n            \"ask\": 0.003096,\n            \"bid\": 0.003082,\n            \"diff24h\": 0.000027\n        },\n        \"avax\": {\n            \"rate\": 0.05769809138230191,\n            \"ask\": 0.057853,\n            \"bid\": 0.057583,\n            \"diff24h\": 0.00027\n        },\n        \"gala\": {\n            \"rate\": 24.42105263157895,\n            \"ask\": 24.472162,\n            \"bid\": 24.366439,\n            \"diff24h\": 1.018942\n        },\n        \"axs\": {\n            \"rate\": 0.11847980997624703,\n            \"ask\": 0.11887,\n            \"bid\": 0.118243,\n            \"diff24h\": 0.002422\n        },\n        \"ape\": {\n            \"rate\": 0.24815920398009955,\n            \"ask\": 0.248742,\n            \"bid\": 0.247663,\n            \"diff24h\": 0.001288\n        },\n        \"ada\": {\n            \"rate\": 2.7160359379254015,\n            \"ask\": 2.72248,\n            \"bid\": 2.710607,\n            \"diff24h\": 0.022836\n        },\n        \"pax\": {\n            \"rate\": 1,\n            \"ask\": 1.002,\n            \"bid\": 0.998\n        },\n        \"ht\": {\n            \"rate\": 0.2766346847096667,\n            \"ask\": 0.277208,\n            \"bid\": 0.276028,\n            \"diff24h\": 0.027178\n        },\n        \"icp\": {\n            \"rate\": 0.1987646941621837,\n            \"ask\": 0.199301,\n            \"bid\": 0.198407,\n            \"diff24h\": 0.004431\n        },\n        \"snx\": {\n            \"rate\": 0.3750375939849624,\n            \"ask\": 0.375825,\n            \"bid\": 0.374147,\n            \"diff24h\": 0.018446\n        },\n        \"rep\": {\n            \"rate\": 0.21101479915433402,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": 0.000063\n        },\n        \"gbp\": {\n            \"rate\": 0.8125843243528748,\n            \"ask\": 0.816671,\n            \"bid\": 0.80841,\n            \"diff24h\": -0.002685\n        },\n        \"xtz\": {\n            \"rate\": 0.8773966578715919,\n            \"ask\": 0.879239,\n            \"bid\": 0.874873,\n            \"diff24h\": 0.018447\n        },\n        \"sol\": {\n            \"rate\": 0.046421591437878086,\n            \"ask\": 0.046541,\n            \"bid\": 0.046329,\n            \"diff24h\": 0.001943\n        },\n        \"paxg\": {\n            \"rate\": 0.0005038383838383839,\n            \"ask\": 0.000505,\n            \"bid\": 0.000503,\n            \"diff24h\": -0.000009\n        },\n        \"mkr\": {\n            \"rate\": 0.0014911808669656203,\n            \"ask\": 0.001494,\n            \"bid\": 0.001486,\n            \"diff24h\": 0.000004\n        },\n        \"trx\": {\n            \"rate\": 16.051488334674175,\n            \"ask\": 16.08788,\n            \"bid\": 16.019303,\n            \"diff24h\": 1.284511\n        },\n        \"bat\": {\n            \"rate\": 4.130848861283645,\n            \"ask\": 4.144667,\n            \"bid\": 4.126013,\n            \"diff24h\": 0.051977\n        },\n        \"fil\": {\n            \"rate\": 0.1760677726791387,\n            \"ask\": 0.176438,\n            \"bid\": 0.175685,\n            \"diff24h\": 0.003952\n        },\n        \"atom\": {\n            \"rate\": 0.08692924363889858,\n            \"ask\": 0.087112,\n            \"bid\": 0.08674,\n            \"diff24h\": 0.002122\n        },\n        \"bsv\": {\n            \"rate\": 0.027491939261994655,\n            \"ask\": 0.027599,\n            \"bid\": 0.027467,\n            \"diff24h\": 0.000774\n        },\n        \"usd\": {\n            \"rate\": 0.99989448,\n            \"ask\": 1.001995,\n            \"bid\": 0.997885,\n            \"diff24h\": 0.000028\n        }\n    },\n    \"sushi\": {\n        \"rub\": {\n            \"rate\": 66.8668777218,\n            \"ask\": 67.029863,\n            \"bid\": 66.623432,\n            \"diff24h\": -1.073007\n        },\n        \"ilv\": {\n            \"rate\": 0.017716953108423507,\n            \"ask\": 0.017767,\n            \"bid\": 0.017653,\n            \"diff24h\": -0.000418\n        },\n        \"trx\": {\n            \"rate\": 10.996970894244699,\n            \"ask\": 11.020444,\n            \"bid\": 10.961806,\n            \"diff24h\": 0.016782\n        },\n        \"bat\": {\n            \"rate\": 3.8842364532019706,\n            \"ask\": 3.936039,\n            \"bid\": 3.803681,\n            \"diff24h\": -0.021447\n        },\n        \"zil\": {\n            \"rate\": 36.67105841018884,\n            \"ask\": 36.760808,\n            \"bid\": 36.55363,\n            \"diff24h\": -0.801323\n        },\n        \"dai\": {\n            \"rate\": 0.8348329999999999,\n            \"ask\": 0.836586,\n            \"bid\": 0.832165,\n            \"diff24h\": -0.013167\n        },\n        \"rep\": {\n            \"rate\": 0.2329142361522199,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": -0.009531\n        },\n        \"comp\": {\n            \"rate\": 0.024913112164296997,\n            \"ask\": 0.025296,\n            \"bid\": 0.024467,\n            \"diff24h\": 0.000257\n        },\n        \"icp\": {\n            \"rate\": 0.1720939818631492,\n            \"ask\": 0.172403,\n            \"bid\": 0.171473,\n            \"diff24h\": -0.003621\n        },\n        \"theta\": {\n            \"rate\": 0.9952324195470797,\n            \"ask\": 0.998413,\n            \"bid\": 0.992053,\n            \"diff24h\": -0.015495\n        },\n        \"sol\": {\n            \"rate\": 0.04326424870466321,\n            \"ask\": 0.043373,\n            \"bid\": 0.043126,\n            \"diff24h\": -0.00056\n        },\n        \"gbp\": {\n            \"rate\": 0.6743392965311149,\n            \"ask\": 0.677732,\n            \"bid\": 0.670136,\n            \"diff24h\": -0.011891\n        },\n        \"omg\": {\n            \"rate\": 1.0487012987012985,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": 0.004292\n        },\n        \"usdt\": {\n            \"rate\": \"0.83500000\",\n            \"ask\": 0.83525,\n            \"bid\": 0.83375,\n            \"diff24h\": -0.013\n        },\n        \"ltc\": {\n            \"rate\": 0.009580801944106926,\n            \"ask\": 0.009723,\n            \"bid\": 0.009417,\n            \"diff24h\": -0.000438\n        },\n        \"eos\": {\n            \"rate\": 0.9877857813968055,\n            \"ask\": 1.001565,\n            \"bid\": 0.969962,\n            \"diff24h\": -0.025071\n        },\n        \"busd\": {\n            \"rate\": \"0.83500000\",\n            \"ask\": 0.837672,\n            \"bid\": 0.83333,\n            \"diff24h\": -0.014\n        },\n        \"bnt\": {\n            \"rate\": 2.0414239482200647,\n            \"ask\": 2.106197,\n            \"bid\": 2.097789,\n            \"diff24h\": -0.062811\n        },\n        \"avax\": {\n            \"rate\": 0.05909412597310686,\n            \"ask\": 0.059254,\n            \"bid\": 0.058905,\n            \"diff24h\": -0.00092\n        },\n        \"near\": {\n            \"rate\": 0.5328653477983407,\n            \"ask\": 0.534272,\n            \"bid\": 0.531163,\n            \"diff24h\": -0.012122\n        },\n        \"btt\": {\n            \"rate\": 1425644.527915315,\n            \"ask\": 836418.655965,\n            \"bid\": 832582.032533,\n            \"diff24h\": 2109.191337\n        },\n        \"gala\": {\n            \"rate\": 27.805527805527802,\n            \"ask\": 27.870866,\n            \"bid\": 27.716243,\n            \"diff24h\": -0.555676\n        },\n        \"sand\": {\n            \"rate\": 1.6610304356475032,\n            \"ask\": 1.664683,\n            \"bid\": 1.655724,\n            \"diff24h\": -0.018177\n        },\n        \"xlm\": {\n            \"rate\": 9.5,\n            \"ask\": 9.667674,\n            \"bid\": 9.337349,\n            \"diff24h\": -0.287879\n        },\n        \"fil\": {\n            \"rate\": 0.19003186162949473,\n            \"ask\": 0.190412,\n            \"bid\": 0.189382,\n            \"diff24h\": -0.002041\n        },\n        \"link\": {\n            \"rate\": 0.132132383745287,\n            \"ask\": 0.134116,\n            \"bid\": 0.12987,\n            \"diff24h\": -0.002676\n        },\n        \"tusd\": {\n            \"rate\": 1.0715717722534082,\n            \"ask\": 1.073715,\n            \"bid\": 1.068322,\n            \"diff24h\": -0.082621\n        },\n        \"matic\": {\n            \"rate\": 0.8905716723549487,\n            \"ask\": 0.892257,\n            \"bid\": 0.887537,\n            \"diff24h\": -0.071316\n        },\n        \"xrp\": {\n            \"rate\": 1.7940841865756538,\n            \"ask\": 1.821286,\n            \"bid\": 1.763367,\n            \"diff24h\": -0.086009\n        },\n        \"uni\": {\n            \"rate\": 0.1673209549071618,\n            \"ask\": 0.169851,\n            \"bid\": 0.164456,\n            \"diff24h\": -0.004579\n        },\n        \"mkr\": {\n            \"rate\": 0.001342127659574468,\n            \"ask\": 0.001363,\n            \"bid\": 0.001318,\n            \"diff24h\": -0.000008\n        },\n        \"1inch\": {\n            \"rate\": 2.1301020408163263,\n            \"ask\": 2.139818,\n            \"bid\": 2.123295,\n            \"diff24h\": -0.044257\n        },\n        \"doge\": {\n            \"rate\": 11.768656716417908,\n            \"ask\": 10.530983,\n            \"bid\": 10.488944,\n            \"diff24h\": -0.283582\n        },\n        \"ape\": {\n            \"rate\": 0.25939732836284557,\n            \"ask\": 0.259997,\n            \"bid\": 0.258569,\n            \"diff24h\": -0.002979\n        },\n        \"xmr\": {\n            \"rate\": 0.005515191545574636,\n            \"ask\": 0.00553,\n            \"bid\": 0.005498,\n            \"diff24h\": -0.000127\n        },\n        \"bnb\": {\n            \"rate\": \"0.00272300\",\n            \"ask\": 0.002733,\n            \"bid\": 0.002715,\n            \"diff24h\": -0.000055\n        },\n        \"zrx\": {\n            \"rate\": 3.818401937046005,\n            \"ask\": 3.883495,\n            \"bid\": 3.753027,\n            \"diff24h\": -0.09201\n        },\n        \"btc\": {\n            \"rate\": \"0.00003154\",\n            \"ask\": 0.000032,\n            \"bid\": 0.000031,\n            \"diff24h\": -0.000001\n        },\n        \"chf\": {\n            \"rate\": 0.753911282272,\n            \"ask\": 0.755452,\n            \"bid\": 0.751462,\n            \"diff24h\": -0.013646\n        },\n        \"gmt\": {\n            \"rate\": 3.1761125903385308,\n            \"ask\": 3.18367,\n            \"bid\": 3.165971,\n            \"diff24h\": -0.033577\n        },\n        \"paxg\": {\n            \"rate\": 0.000425124679875994,\n            \"ask\": 0.000431,\n            \"bid\": 0.000418,\n            \"diff24h\": -0.000004\n        },\n        \"axs\": {\n            \"rate\": 0.12261380323054331,\n            \"ask\": 0.122859,\n            \"bid\": 0.122043,\n            \"diff24h\": 0.00007\n        },\n        \"cake\": {\n            \"rate\": 0.5461085676913016,\n            \"ask\": 0.547559,\n            \"bid\": 0.544364,\n            \"diff24h\": 0.00217\n        },\n        \"aave\": {\n            \"rate\": 0.013191153238546603,\n            \"ask\": 0.013218,\n            \"bid\": 0.013128,\n            \"diff24h\": -0.000205\n        },\n        \"dot\": {\n            \"rate\": 0.15983920367534454,\n            \"ask\": 0.160128,\n            \"bid\": 0.159268,\n            \"diff24h\": -0.0015\n        },\n        \"yfi\": {\n            \"rate\": 0.00013065451532725766,\n            \"ask\": 0.000133,\n            \"bid\": 0.000128,\n            \"diff24h\": -0.000004\n        },\n        \"ada\": {\n            \"rate\": 2.337625979843225,\n            \"ask\": 2.342299,\n            \"bid\": 2.329507,\n            \"diff24h\": -0.03573\n        },\n        \"pax\": {\n            \"rate\": 0.835,\n            \"ask\": 0.836669,\n            \"bid\": 0.832332,\n            \"diff24h\": -0.013\n        },\n        \"egld\": {\n            \"rate\": 0.023428731762065093,\n            \"ask\": 0.023482,\n            \"bid\": 0.023354,\n            \"diff24h\": -0.000192\n        },\n        \"eth\": {\n            \"rate\": 0.0004604379562043795,\n            \"ask\": 0.000467,\n            \"bid\": 0.000452,\n            \"diff24h\": -0.000014\n        },\n        \"eurs\": {\n            \"rate\": 0.7768441008034314,\n            \"ask\": 0.778423,\n            \"bid\": 0.774345,\n            \"diff24h\": -0.013691\n        },\n        \"usdp\": {\n            \"rate\": 0.8352505751725516,\n            \"ask\": 0.837004,\n            \"bid\": 0.832582,\n            \"diff24h\": -0.013174\n        },\n        \"usd\": {\n            \"rate\": 0.8349332,\n            \"ask\": 0.836603,\n            \"bid\": 0.832257,\n            \"diff24h\": -0.012982\n        },\n        \"snx\": {\n            \"rate\": 0.35122494432071266,\n            \"ask\": 0.351033,\n            \"bid\": 0.349631,\n            \"diff24h\": -0.014988\n        },\n        \"dash\": {\n            \"rate\": 0.020204996796925046,\n            \"ask\": 0.020473,\n            \"bid\": 0.019808,\n            \"diff24h\": -0.000674\n        },\n        \"vet\": {\n            \"rate\": 43.62591431556948,\n            \"ask\": 43.713221,\n            \"bid\": 43.463784,\n            \"diff24h\": -0.563768\n        },\n        \"bch\": {\n            \"rate\": 0.007421176470588235,\n            \"ask\": 0.007529,\n            \"bid\": 0.007277,\n            \"diff24h\": -0.000215\n        },\n        \"usdc\": {\n            \"rate\": 1.0715717722534082,\n            \"ask\": 1.073715,\n            \"bid\": 1.068322,\n            \"diff24h\": -0.082621\n        },\n        \"eur\": {\n            \"rate\": 0.7768518699436622,\n            \"ask\": 0.779977,\n            \"bid\": 0.772793,\n            \"diff24h\": -0.01369\n        },\n        \"mana\": {\n            \"rate\": 1.811279826464208,\n            \"ask\": 1.8149,\n            \"bid\": 1.805103,\n            \"diff24h\": -0.032198\n        },\n        \"atom\": {\n            \"rate\": 0.07968317587556065,\n            \"ask\": 0.079835,\n            \"bid\": 0.079413,\n            \"diff24h\": -0.001117\n        },\n        \"ftm\": {\n            \"rate\": 2.525710828796128,\n            \"ask\": 2.53076,\n            \"bid\": 2.516882,\n            \"diff24h\": -0.051014\n        },\n        \"xtz\": {\n            \"rate\": 0.9553775743707092,\n            \"ask\": 0.958385,\n            \"bid\": 0.952326,\n            \"diff24h\": -0.024969\n        }\n    },\n    \"pax\": {\n        \"ht\": {\n            \"rate\": 0.3202767190852897,\n            \"ask\": 0.321144,\n            \"bid\": 0.319564,\n            \"diff24h\": -0.001733\n        },\n        \"usdp\": {\n            \"rate\": 1,\n            \"ask\": 1,\n            \"bid\": 1\n        },\n        \"btc\": {\n            \"rate\": 0.000037769670727787564,\n            \"ask\": 0.000038,\n            \"bid\": 0.000038\n        },\n        \"axs\": {\n            \"rate\": 0.14684287812041116,\n            \"ask\": 0.147137,\n            \"bid\": 0.146334,\n            \"diff24h\": 0.002334\n        },\n        \"theta\": {\n            \"rate\": 1.1918951132300357,\n            \"ask\": 1.195705,\n            \"bid\": 1.189511\n        },\n        \"rep\": {\n            \"rate\": 0.2114164904862579,\n            \"ask\": null,\n            \"bid\": null\n        },\n        \"bat\": {\n            \"rate\": 4.640371229698376,\n            \"ask\": 4.64966,\n            \"bid\": 4.628936,\n            \"diff24h\": 0.03632\n        },\n        \"snx\": {\n            \"rate\": 0.4208754208754209,\n            \"ask\": 0.421717,\n            \"bid\": 0.419857,\n            \"diff24h\": -0.012588\n        },\n        \"icp\": {\n            \"rate\": 0.2061005770816158,\n            \"ask\": 0.20647,\n            \"bid\": 0.205604,\n            \"diff24h\": -0.00111\n        },\n        \"xtz\": {\n            \"rate\": 1.1441647597254005,\n            \"ask\": 1.147766,\n            \"bid\": 1.141877,\n            \"diff24h\": -0.011905\n        },\n        \"ltc\": {\n            \"rate\": 0.011473152822395595,\n            \"ask\": 0.011496,\n            \"bid\": 0.011449,\n            \"diff24h\": -0.00034\n        },\n        \"ada\": {\n            \"rate\": 2.7995520716685327,\n            \"ask\": 2.80515,\n            \"bid\": 2.793172,\n            \"diff24h\": 0.000784\n        },\n        \"eur\": {\n            \"rate\": 0.9303268965068082,\n            \"ask\": 0.93407,\n            \"bid\": 0.926574,\n            \"diff24h\": -0.001916\n        },\n        \"gbp\": {\n            \"rate\": 0.8076050172437467,\n            \"ask\": 0.811669,\n            \"bid\": 0.803533,\n            \"diff24h\": -0.001646\n        },\n        \"avax\": {\n            \"rate\": 0.07077140835102619,\n            \"ask\": 0.070963,\n            \"bid\": 0.07063\n        },\n        \"zil\": {\n            \"rate\": 43.91743522178305,\n            \"ask\": 44.024937,\n            \"bid\": 43.829275,\n            \"diff24h\": -0.271694\n        },\n        \"btt\": {\n            \"rate\": 1707358.7160662457,\n            \"ask\": 1001999.90982,\n            \"bid\": 997999.91018,\n            \"diff24h\": 28661.385195\n        },\n        \"sol\": {\n            \"rate\": 0.05181347150259067,\n            \"ask\": 0.051944,\n            \"bid\": 0.05171,\n            \"diff24h\": 0.000134\n        },\n        \"usdt\": {\n            \"rate\": 1,\n            \"ask\": 1.002,\n            \"bid\": 0.998\n        },\n        \"near\": {\n            \"rate\": 0.6381620931716656,\n            \"ask\": 0.639847,\n            \"bid\": 0.636886,\n            \"diff24h\": -0.004511\n        },\n        \"1inch\": {\n            \"rate\": 2.5510204081632653,\n            \"ask\": 2.562658,\n            \"bid\": 2.545916,\n            \"diff24h\": -0.013082\n        },\n        \"sushi\": {\n            \"rate\": 1.1976047904191618,\n            \"ask\": 1.201439,\n            \"bid\": 1.19521,\n            \"diff24h\": 0.01836\n        },\n        \"usd\": {\n            \"rate\": 0.99992,\n            \"ask\": 1.00192,\n            \"bid\": 0.99791,\n            \"diff24h\": 0.00002\n        },\n        \"busd\": {\n            \"rate\": 1,\n            \"ask\": 1.002,\n            \"bid\": 0.998\n        },\n        \"sand\": {\n            \"rate\": 1.989258006763477,\n            \"ask\": 1.993633,\n            \"bid\": 1.985279,\n            \"diff24h\": 0.00906\n        },\n        \"cad\": {\n            \"rate\": 1.3605861444,\n            \"ask\": 1.363342,\n            \"bid\": 1.357817,\n            \"diff24h\": 0.000649\n        },\n        \"comp\": {\n            \"rate\": 0.029832935560859187,\n            \"ask\": 0.029893,\n            \"bid\": 0.029764,\n            \"diff24h\": 0.000738\n        },\n        \"xlm\": {\n            \"rate\": 11.402508551881414,\n            \"ask\": 11.425273,\n            \"bid\": 11.366787,\n            \"diff24h\": -0.144836\n        },\n        \"eos\": {\n            \"rate\": 1.1806375442739079,\n            \"ask\": 1.184397,\n            \"bid\": 1.178276,\n            \"diff24h\": -0.014106\n        },\n        \"bsv\": {\n            \"rate\": 0.03131801882212931,\n            \"ask\": 0.03138,\n            \"bid\": 0.031214,\n            \"diff24h\": -0.000141\n        },\n        \"dash\": {\n            \"rate\": 0.024142926122646062,\n            \"ask\": 0.024191,\n            \"bid\": 0.024089,\n            \"diff24h\": -0.000475\n        },\n        \"doge\": {\n            \"rate\": 14.10039481105471,\n            \"ask\": 14.128541,\n            \"bid\": 14.070265,\n            \"diff24h\": -0.100116\n        },\n        \"ilv\": {\n            \"rate\": 0.02121790791427965,\n            \"ask\": 0.021278,\n            \"bid\": 0.021166,\n            \"diff24h\": -0.000168\n        },\n        \"bnb\": {\n            \"rate\": 0.0032594524119947846,\n            \"ask\": 0.003267,\n            \"bid\": 0.003253,\n            \"diff24h\": -0.000016\n        },\n        \"eurs\": {\n            \"rate\": 0.9303522165310556,\n            \"ask\": 0.939686,\n            \"bid\": 0.921027,\n            \"diff24h\": -0.001891\n        },\n        \"gmt\": {\n            \"rate\": 3.803727653100038,\n            \"ask\": 3.81278,\n            \"bid\": 3.796127,\n            \"diff24h\": 0.018716\n        },\n        \"aud\": {\n            \"rate\": 1.5293271951424683,\n            \"ask\": 1.532504,\n            \"bid\": 1.526136,\n            \"diff24h\": -0.003008\n        },\n        \"chf\": {\n            \"rate\": 0.902877764,\n            \"ask\": 0.904724,\n            \"bid\": 0.901023,\n            \"diff24h\": -0.002261\n        },\n        \"gala\": {\n            \"rate\": 33.3000333000333,\n            \"ask\": 33.378297,\n            \"bid\": 33.232892,\n            \"diff24h\": -0.144783\n        },\n        \"egld\": {\n            \"rate\": 0.028058361391694726,\n            \"ask\": 0.028122,\n            \"bid\": 0.028002,\n            \"diff24h\": 0.000203\n        },\n        \"rub\": {\n            \"rate\": 80.08009308,\n            \"ask\": 80.275333,\n            \"bid\": 79.884192,\n            \"diff24h\": -0.037696\n        },\n        \"ape\": {\n            \"rate\": 0.3106554830692762,\n            \"ask\": 0.311373,\n            \"bid\": 0.310034,\n            \"diff24h\": 0.00125\n        },\n        \"matic\": {\n            \"rate\": 1.0665529010238908,\n            \"ask\": 1.068572,\n            \"bid\": 1.064193,\n            \"diff24h\": -0.067748\n        },\n        \"usdc\": {\n            \"rate\": 1,\n            \"ask\": 1.002,\n            \"bid\": 0.998\n        },\n        \"bch\": {\n            \"rate\": 0.008873114463176575,\n            \"ask\": 0.008899,\n            \"bid\": 0.008855,\n            \"diff24h\": -0.00012\n        },\n        \"yfi\": {\n            \"rate\": 0.00015639662183296842,\n            \"ask\": 0.000157,\n            \"bid\": 0.000156,\n            \"diff24h\": -0.000001\n        },\n        \"bnt\": {\n            \"rate\": 2.442598925256473,\n            \"ask\": 2.452879,\n            \"bid\": 2.438308,\n            \"diff24h\": -0.043108\n        },\n        \"cake\": {\n            \"rate\": 0.6540222367560498,\n            \"ask\": 0.655759,\n            \"bid\": 0.652714,\n            \"diff24h\": 0.012585\n        },\n        \"dai\": {\n            \"rate\": 0.9998,\n            \"ask\": 1.0019,\n            \"bid\": 0.9978,\n            \"diff24h\": -0.0002\n        },\n        \"zrx\": {\n            \"rate\": 4.5850527281063735,\n            \"ask\": 4.592108,\n            \"bid\": 4.569587,\n            \"diff24h\": -0.036019\n        },\n        \"xrp\": {\n            \"rate\": 2.1486892995272884,\n            \"ask\": 2.152987,\n            \"bid\": 2.143931,\n            \"diff24h\": -0.067623\n        },\n        \"omg\": {\n            \"rate\": 1.3245033112582782,\n            \"ask\": 1.327153,\n            \"bid\": 1.320105,\n            \"diff24h\": -0.019583\n        },\n        \"ftm\": {\n            \"rate\": 3.0248033877797944,\n            \"ask\": 3.030851,\n            \"bid\": 3.017843,\n            \"diff24h\": -0.013787\n        },\n        \"fil\": {\n            \"rate\": 0.2275830678197542,\n            \"ask\": 0.228038,\n            \"bid\": 0.227076,\n            \"diff24h\": 0.001083\n        },\n        \"dot\": {\n            \"rate\": 0.1914241960183767,\n            \"ask\": 0.19177,\n            \"bid\": 0.190968,\n            \"diff24h\": 0.001165\n        },\n        \"atom\": {\n            \"rate\": 0.09542895314438402,\n            \"ask\": 0.095611,\n            \"bid\": 0.09522,\n            \"diff24h\": 0.000145\n        },\n        \"mkr\": {\n            \"rate\": 0.001607717041800643,\n            \"ask\": 0.001611,\n            \"bid\": 0.001602,\n            \"diff24h\": 0.000013\n        },\n        \"uni\": {\n            \"rate\": 0.20036064916850332,\n            \"ask\": 0.200761,\n            \"bid\": 0.19992,\n            \"diff24h\": -0.002109\n        },\n        \"eth\": {\n            \"rate\": 0.0005513895015438906,\n            \"ask\": 0.000552,\n            \"bid\": 0.00055,\n            \"diff24h\": -0.000008\n        },\n        \"paxg\": {\n            \"rate\": 0.0005089058524173028,\n            \"ask\": 0.00051,\n            \"bid\": 0.000508,\n            \"diff24h\": 0.000002\n        },\n        \"vet\": {\n            \"rate\": 52.2466039707419,\n            \"ask\": 52.351185,\n            \"bid\": 52.114828,\n            \"diff24h\": 0.13613\n        },\n        \"xmr\": {\n            \"rate\": 0.006605019815059445,\n            \"ask\": 0.006623,\n            \"bid\": 0.006592,\n            \"diff24h\": -0.000048\n        },\n        \"mana\": {\n            \"rate\": 2.1691973969631237,\n            \"ask\": 2.173534,\n            \"bid\": 2.164391,\n            \"diff24h\": -0.004716\n        },\n        \"link\": {\n            \"rate\": 0.1582278481012658,\n            \"ask\": 0.158569,\n            \"bid\": 0.157911,\n            \"diff24h\": -0.000679\n        },\n        \"tusd\": {\n            \"rate\": 1,\n            \"ask\": 1.002,\n            \"bid\": 0.998\n        }\n    },\n    \"btt\": {\n        \"tusd\": {\n            \"rate\": 6.1257016840417e-7,\n            \"ask\": 0.000001,\n            \"bid\": 0.000001\n        },\n        \"omg\": {\n            \"rate\": 7.757615894039735e-7,\n            \"ask\": 0.000001,\n            \"bid\": 0.000001\n        },\n        \"eos\": {\n            \"rate\": 6.914994096812278e-7,\n            \"ask\": 0.000001,\n            \"bid\": 0.000001\n        },\n        \"bch\": {\n            \"rate\": 5.19698314108252e-9,\n            \"ask\": 0,\n            \"bid\": 0\n        },\n        \"dai\": {\n            \"rate\": 5.855828599999999e-7,\n            \"ask\": 0.000001,\n            \"bid\": 0.000001\n        },\n        \"matic\": {\n            \"rate\": 6.246800341296927e-7,\n            \"ask\": 0.000001,\n            \"bid\": 0.000001\n        },\n        \"near\": {\n            \"rate\": 3.737715379706445e-7,\n            \"ask\": 0.000001,\n            \"bid\": 0.000001\n        },\n        \"dash\": {\n            \"rate\": 1.4140511830033797e-8,\n            \"ask\": 0,\n            \"bid\": 0\n        },\n        \"pax\": {\n            \"rate\": 5.857e-7,\n            \"ask\": 0.000001,\n            \"bid\": 0.000001\n        },\n        \"rep\": {\n            \"rate\": 1.3276955602536995e-7,\n            \"ask\": 0,\n            \"bid\": 0\n        },\n        \"bnt\": {\n            \"rate\": 0.0000014306301905227163,\n            \"ask\": 0.000002,\n            \"bid\": 0.000002\n        },\n        \"eurs\": {\n            \"rate\": 5.449072932222393e-7,\n            \"ask\": 0.000001,\n            \"bid\": 0.000001\n        },\n        \"comp\": {\n            \"rate\": 1.7473150357995225e-8,\n            \"ask\": 0,\n            \"bid\": 0\n        },\n        \"usdt\": {\n            \"rate\": \"0.0000005857\",\n            \"ask\": 0.000001,\n            \"bid\": 0.000001\n        },\n        \"vet\": {\n            \"rate\": 0.000030600835945663526,\n            \"ask\": 0.000052,\n            \"bid\": 0.000052\n        },\n        \"usdc\": {\n            \"rate\": 6.1257016840417e-7,\n            \"ask\": 0.000001,\n            \"bid\": 0.000001\n        },\n        \"mana\": {\n            \"rate\": 0.0000012704989154013015,\n            \"ask\": 0.000001,\n            \"bid\": 0.000001\n        },\n        \"egld\": {\n            \"rate\": 1.64337822671156e-8,\n            \"ask\": 0,\n            \"bid\": 0\n        },\n        \"yfi\": {\n            \"rate\": 9.16015014075696e-11,\n            \"ask\": 0,\n            \"bid\": 0\n        },\n        \"ada\": {\n            \"rate\": 0.0000016396976483762595,\n            \"ask\": 0.000003,\n            \"bid\": 0.000003\n        },\n        \"mkr\": {\n            \"rate\": 9.416398713826366e-10,\n            \"ask\": 0,\n            \"bid\": 0\n        },\n        \"sol\": {\n            \"rate\": 3.034715025906735e-8,\n            \"ask\": 0,\n            \"bid\": 0\n        },\n        \"usd\": {\n            \"rate\": 5.856531439999999e-7,\n            \"ask\": 0.000001,\n            \"bid\": 0.000001\n        },\n        \"chf\": {\n            \"rate\": 5.288213629062399e-7,\n            \"ask\": 0.000001,\n            \"bid\": 0.000001\n        },\n        \"zrx\": {\n            \"rate\": 0.000002685465382851903,\n            \"ask\": 0.000005,\n            \"bid\": 0.000005\n        },\n        \"link\": {\n            \"rate\": 9.267405063291138e-8,\n            \"ask\": 0,\n            \"bid\": 0\n        },\n        \"bat\": {\n            \"rate\": 0.0000027178654292343386,\n            \"ask\": 0.000005,\n            \"bid\": 0.000005\n        },\n        \"fil\": {\n            \"rate\": 1.3329540282203002e-7,\n            \"ask\": 0,\n            \"bid\": 0\n        },\n        \"xlm\": {\n            \"rate\": 0.000006678449258836944,\n            \"ask\": 0.000011,\n            \"bid\": 0.000011\n        },\n        \"ilv\": {\n            \"rate\": 1.242732866539359e-8,\n            \"ask\": 0,\n            \"bid\": 0\n        },\n        \"theta\": {\n            \"rate\": 6.980929678188319e-7,\n            \"ask\": 0.000001,\n            \"bid\": 0.000001\n        },\n        \"gala\": {\n            \"rate\": 0.0000195038295038295,\n            \"ask\": 0.00002,\n            \"bid\": 0.000019\n        },\n        \"bnb\": {\n            \"rate\": 1.909061277705345e-9,\n            \"ask\": 0,\n            \"bid\": 0\n        },\n        \"ftm\": {\n            \"rate\": 0.0000017716273442226252,\n            \"ask\": 0.000002,\n            \"bid\": 0.000002\n        },\n        \"doge\": {\n            \"rate\": 0.000008258601240834742,\n            \"ask\": 0.000014,\n            \"bid\": 0.000014\n        },\n        \"1inch\": {\n            \"rate\": 0.0000014941326530612244,\n            \"ask\": 0.000002,\n            \"bid\": 0.000001\n        },\n        \"atom\": {\n            \"rate\": 5.589273785666571e-8,\n            \"ask\": 0,\n            \"bid\": 0\n        },\n        \"sand\": {\n            \"rate\": 0.0000011651084145613684,\n            \"ask\": 0.000001,\n            \"bid\": 0.000001\n        },\n        \"cake\": {\n            \"rate\": 3.8306082406801824e-7,\n            \"ask\": 0,\n            \"bid\": 0\n        },\n        \"ape\": {\n            \"rate\": 1.8195091643367504e-7,\n            \"ask\": 0,\n            \"bid\": 0\n        },\n        \"zil\": {\n            \"rate\": 0.00002572244180939833,\n            \"ask\": 0.000026,\n            \"bid\": 0.000026,\n            \"diff24h\": -0.000001\n        },\n        \"gbp\": {\n            \"rate\": 4.7300661793805265e-7,\n            \"ask\": 0.000001,\n            \"bid\": 0.000001\n        },\n        \"xmr\": {\n            \"rate\": 3.8685601056803164e-9,\n            \"ask\": 0,\n            \"bid\": 0\n        },\n        \"gmt\": {\n            \"rate\": 0.000002227843286420692,\n            \"ask\": 0.000002,\n            \"bid\": 0.000002\n        },\n        \"xtz\": {\n            \"rate\": 6.701372997711671e-7,\n            \"ask\": 0.000001,\n            \"bid\": 0.000001\n        },\n        \"icp\": {\n            \"rate\": 1.2071310799670237e-7,\n            \"ask\": 0,\n            \"bid\": 0\n        },\n        \"busd\": {\n            \"rate\": 5.857585758575856e-7,\n            \"ask\": 0.000001,\n            \"bid\": 0.000001\n        },\n        \"ltc\": {\n            \"rate\": 6.719825608077099e-9,\n            \"ask\": 0,\n            \"bid\": 0\n        },\n        \"cad\": {\n            \"rate\": 7.9687773518076e-7,\n            \"ask\": 0.000001,\n            \"bid\": 0.000001\n        },\n        \"eur\": {\n            \"rate\": 5.449127427856322e-7,\n            \"ask\": 0.000001,\n            \"bid\": 0.000001\n        },\n        \"sushi\": {\n            \"rate\": 7.01437125748503e-7,\n            \"ask\": 0.000001,\n            \"bid\": 0.000001\n        },\n        \"avax\": {\n            \"rate\": 4.145081387119603e-8,\n            \"ask\": 0,\n            \"bid\": 0\n        },\n        \"eth\": {\n            \"rate\": 3.229488310542567e-10,\n            \"ask\": 0,\n            \"bid\": 0\n        },\n        \"paxg\": {\n            \"rate\": 2.980661577608142e-10,\n            \"ask\": 0,\n            \"bid\": 0\n        },\n        \"axs\": {\n            \"rate\": 8.600587371512481e-8,\n            \"ask\": 0,\n            \"bid\": 0\n        },\n        \"snx\": {\n            \"rate\": 2.4650673400673403e-7,\n            \"ask\": 0,\n            \"bid\": 0\n        },\n        \"xrp\": {\n            \"rate\": 0.0000012584873227331327,\n            \"ask\": 0.000002,\n            \"bid\": 0.000002\n        },\n        \"aud\": {\n            \"rate\": 8.957817403141682e-7,\n            \"ask\": 0.000002,\n            \"bid\": 0.000002\n        },\n        \"btc\": {\n            \"rate\": 2.2121696145265175e-11,\n            \"ask\": 0,\n            \"bid\": 0\n        },\n        \"uni\": {\n            \"rate\": 1.1735123221799238e-7,\n            \"ask\": 0,\n            \"bid\": 0\n        }\n    },\n    \"eth\": {\n        \"ftm\": {\n            \"rate\": 5485.783424077435,\n            \"ask\": 5498.712424,\n            \"bid\": 5469.020116,\n            \"diff24h\": 58.253798\n        },\n        \"usdt\": {\n            \"rate\": \"1813.60000000\",\n            \"ask\": 1814.244764,\n            \"bid\": 1812.96524,\n            \"diff24h\": 27.4\n        },\n        \"doge\": {\n            \"rate\": 25559.701492537315,\n            \"ask\": 22880.58175,\n            \"bid\": 22789.242103,\n            \"diff24h\": 182.835821\n        },\n        \"gala\": {\n            \"rate\": 60392.940392940385,\n            \"ask\": 60556.468434,\n            \"bid\": 60225.585556,\n            \"diff24h\": 653.809958\n        },\n        \"bch\": {\n            \"rate\": 16.117647058823533,\n            \"ask\": 16.150337,\n            \"bid\": 16.045848,\n            \"diff24h\": 0.039633\n        },\n        \"mkr\": {\n            \"rate\": 2.914893617021277,\n            \"ask\": 2.923643,\n            \"bid\": 2.906595,\n            \"diff24h\": 0.071666\n        },\n        \"zil\": {\n            \"rate\": 79648.66051822573,\n            \"ask\": 79872.1028,\n            \"bid\": 79428.651073,\n            \"diff24h\": 718.037452\n        },\n        \"bnt\": {\n            \"rate\": 4450.3782821539835,\n            \"ask\": 4461.26447,\n            \"bid\": 4415.929204,\n            \"diff24h\": 31.465335\n        },\n        \"axs\": {\n            \"rate\": 266.3142437591777,\n            \"ask\": 266.942063,\n            \"bid\": 265.191174,\n            \"diff24h\": 8.192856\n        },\n        \"comp\": {\n            \"rate\": 54.10742496050554,\n            \"ask\": 54.28663,\n            \"bid\": 53.936791,\n            \"diff24h\": 2.191394\n        },\n        \"trx\": {\n            \"rate\": 23889.15432393693,\n            \"ask\": 23942.65233,\n            \"bid\": 23824.301743,\n            \"diff24h\": 757.070123\n        },\n        \"btt\": {\n            \"rate\": 3096465767.457743,\n            \"ask\": 1817329955.009075,\n            \"bid\": 1809146385.48913,\n            \"diff24h\": 97976595.055527\n        },\n        \"sushi\": {\n            \"rate\": 2171.845275840203,\n            \"ask\": 2209.991215,\n            \"bid\": 2140.616395,\n            \"diff24h\": 66.27252\n        },\n        \"ltc\": {\n            \"rate\": 20.81165452653486,\n            \"ask\": 20.857619,\n            \"bid\": 20.76571,\n            \"diff24h\": -0.298753\n        },\n        \"tusd\": {\n            \"rate\": 1749.178027265437,\n            \"ask\": 1752.675362,\n            \"bid\": 1745.495236,\n            \"diff24h\": -51.853933\n        },\n        \"ape\": {\n            \"rate\": 563.4047840944393,\n            \"ask\": 564.908374,\n            \"bid\": 561.852627,\n            \"diff24h\": 10.743893\n        },\n        \"pax\": {\n            \"rate\": 1813.6,\n            \"ask\": 1817.237221,\n            \"bid\": 1809.9728,\n            \"diff24h\": 27.4\n        },\n        \"omg\": {\n            \"rate\": 1264.2225031605562,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": -21.124541\n        },\n        \"ada\": {\n            \"rate\": 5076.1421319796955,\n            \"ask\": 5086.294416,\n            \"bid\": 5063.419584,\n            \"diff24h\": 78.640883\n        },\n        \"eos\": {\n            \"rate\": 2145.002145002145,\n            \"ask\": 2148.831225,\n            \"bid\": 2137.044968,\n            \"diff24h\": 12.35126\n        },\n        \"near\": {\n            \"rate\": 1157.3707721761327,\n            \"ask\": 1160.84007,\n            \"bid\": 1154.182463,\n            \"diff24h\": 9.427327\n        },\n        \"dot\": {\n            \"rate\": 347.16692189892797,\n            \"ask\": 347.918754,\n            \"bid\": 346.078021,\n            \"diff24h\": 7.326739\n        },\n        \"avax\": {\n            \"rate\": 128.53470437017995,\n            \"ask\": 128.791774,\n            \"bid\": 128.112965,\n            \"diff24h\": 2.272078\n        },\n        \"cad\": {\n            \"rate\": 2467.50462783648,\n            \"ask\": 2472.534413,\n            \"bid\": 2462.464367,\n            \"diff24h\": 38.393027\n        },\n        \"eurs\": {\n            \"rate\": 1687.2867799007224,\n            \"ask\": 1690.726923,\n            \"bid\": 1683.874372,\n            \"diff24h\": 22.129622\n        },\n        \"matic\": {\n            \"rate\": 1930.8746862328637,\n            \"ask\": 1938.104449,\n            \"bid\": 1926.26906,\n            \"diff24h\": -94.646886\n        },\n        \"aave\": {\n            \"rate\": 28.57142857142857,\n            \"ask\": 28.710602,\n            \"bid\": 28.514286,\n            \"diff24h\": 0.402414\n        },\n        \"fil\": {\n            \"rate\": 412.7446517979062,\n            \"ask\": 413.717623,\n            \"bid\": 411.513995,\n            \"diff24h\": 8.16934\n        },\n        \"egld\": {\n            \"rate\": 50.88664421997755,\n            \"ask\": 51.020918,\n            \"bid\": 50.746459,\n            \"diff24h\": 1.13177\n        },\n        \"rep\": {\n            \"rate\": 379.8706097040169,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": 0.774395\n        },\n        \"cake\": {\n            \"rate\": 1186.1347285807717,\n            \"ask\": 1189.708666,\n            \"bid\": 1182.866874,\n            \"diff24h\": 40.400283\n        },\n        \"btc\": {\n            \"rate\": \"0.06850000\",\n            \"ask\": 0.068531,\n            \"bid\": 0.068479,\n            \"diff24h\": 0.00048\n        },\n        \"icp\": {\n            \"rate\": 373.97157816005983,\n            \"ask\": 375.140397,\n            \"bid\": 372.805379,\n            \"diff24h\": 3.326656\n        },\n        \"paxg\": {\n            \"rate\": 0.9233050276317564,\n            \"ask\": 0.925282,\n            \"bid\": 0.920968,\n            \"diff24h\": 0.019758\n        },\n        \"vet\": {\n            \"rate\": 94786.7298578199,\n            \"ask\": 95066.413662,\n            \"bid\": 94507.575758,\n            \"diff24h\": 1763.474044\n        },\n        \"xrp\": {\n            \"rate\": 3895.597974289053,\n            \"ask\": 3904.910366,\n            \"bid\": 3886.292835,\n            \"diff24h\": -64.798065\n        },\n        \"ilv\": {\n            \"rate\": 38.48079779333757,\n            \"ask\": 38.604275,\n            \"bid\": 38.358512,\n            \"diff24h\": 0.281482\n        },\n        \"zrx\": {\n            \"rate\": 8305.647840531561,\n            \"ask\": 8336.106489,\n            \"bid\": 8261.589404,\n            \"diff24h\": 95.467217\n        },\n        \"atom\": {\n            \"rate\": 173.06994942265484,\n            \"ask\": 173.461385,\n            \"bid\": 172.560238,\n            \"diff24h\": 2.874618\n        },\n        \"usdp\": {\n            \"rate\": 1814.1442432729816,\n            \"ask\": 1817.964478,\n            \"bid\": 1810.515066,\n            \"diff24h\": 27.050697\n        },\n        \"usd\": {\n            \"rate\": 1813.454912,\n            \"ask\": 1817.092132,\n            \"bid\": 1809.809576,\n            \"diff24h\": 27.433532\n        },\n        \"bat\": {\n            \"rate\": 8396.30562552477,\n            \"ask\": 8448.56661,\n            \"bid\": 8393.608074,\n            \"diff24h\": 159.073336\n        },\n        \"sol\": {\n            \"rate\": 94.0733772342427,\n            \"ask\": 94.261524,\n            \"bid\": 93.70892,\n            \"diff24h\": 1.737274\n        },\n        \"uni\": {\n            \"rate\": 363.395225464191,\n            \"ask\": 364.413445,\n            \"bid\": 362.432405,\n            \"diff24h\": 1.447381\n        },\n        \"busd\": {\n            \"rate\": 1813.7813781378136,\n            \"ask\": 1817.599943,\n            \"bid\": 1810.15416,\n            \"diff24h\": 27.224067\n        },\n        \"xlm\": {\n            \"rate\": 20661.15702479339,\n            \"ask\": 20702.479339,\n            \"bid\": 20577.319588,\n            \"diff24h\": 42.600324\n        },\n        \"mana\": {\n            \"rate\": 3934.05639913232,\n            \"ask\": 3943.327412,\n            \"bid\": 3922.371099,\n            \"diff24h\": 51.012921\n        },\n        \"link\": {\n            \"rate\": 286.94404591104734,\n            \"ask\": 287.600459,\n            \"bid\": 286.370158,\n            \"diff24h\": 2.933822\n        },\n        \"gbp\": {\n            \"rate\": 1464.6488002261437,\n            \"ask\": 1472.027439,\n            \"bid\": 1457.263872,\n            \"diff24h\": 19.194684\n        },\n        \"eur\": {\n            \"rate\": 1687.3036542872164,\n            \"ask\": 1694.101321,\n            \"bid\": 1680.499308,\n            \"diff24h\": 22.130971\n        },\n        \"snx\": {\n            \"rate\": 762.8062360801783,\n            \"ask\": 762.686058,\n            \"bid\": 759.641403,\n            \"diff24h\": -8.282199\n        },\n        \"aud\": {\n            \"rate\": 2773.7574939965434,\n            \"ask\": 2779.533246,\n            \"bid\": 2767.968914,\n            \"diff24h\": 36.616499\n        },\n        \"theta\": {\n            \"rate\": 2163.097555699762,\n            \"ask\": 2167.423751,\n            \"bid\": 2155.973212,\n            \"diff24h\": 36.342983\n        },\n        \"yfi\": {\n            \"rate\": 0.283761391880696,\n            \"ask\": 0.284371,\n            \"bid\": 0.282843,\n            \"diff24h\": 0.000858\n        },\n        \"sand\": {\n            \"rate\": 3607.7183210662415,\n            \"ask\": 3616.943182,\n            \"bid\": 3597.779205,\n            \"diff24h\": 70.688618\n        },\n        \"chf\": {\n            \"rate\": 1637.4772473395199,\n            \"ask\": 1640.83463,\n            \"bid\": 1634.113449,\n            \"diff24h\": 20.718805\n        },\n        \"bnb\": {\n            \"rate\": 5.913660555884093,\n            \"ask\": 5.925488,\n            \"bid\": 5.898345,\n            \"diff24h\": 0.062285\n        },\n        \"dash\": {\n            \"rate\": 43.956043956043956,\n            \"ask\": 43.889619,\n            \"bid\": 43.618881,\n            \"diff24h\": -0.155116\n        },\n        \"xtz\": {\n            \"rate\": 2075.0572082379863,\n            \"ask\": 2082.331645,\n            \"bid\": 2069.341211,\n            \"diff24h\": 10.08611\n        },\n        \"gmt\": {\n            \"rate\": 6898.4404716622275,\n            \"ask\": 6917.323247,\n            \"bid\": 6879.448074,\n            \"diff24h\": 137.653189\n        },\n        \"1inch\": {\n            \"rate\": 4626.530612244897,\n            \"ask\": 4649.293919,\n            \"bid\": 4613.780509,\n            \"diff24h\": 46.530612\n        },\n        \"dai\": {\n            \"rate\": 1813.23728,\n            \"ask\": 1817.05586,\n            \"bid\": 1809.61008,\n            \"diff24h\": 27.03728\n        },\n        \"xmr\": {\n            \"rate\": 11.98609612849095,\n            \"ask\": 12.011508,\n            \"bid\": 11.956392,\n            \"diff24h\": 0.102555\n        },\n        \"rub\": {\n            \"rate\": 145233.256809888,\n            \"ask\": 145588.146722,\n            \"bid\": 144877.970611,\n            \"diff24h\": 2126.862545\n        },\n        \"usdc\": {\n            \"rate\": 1749.178027265437,\n            \"ask\": 1752.675362,\n            \"bid\": 1745.495236,\n            \"diff24h\": -51.853933\n        }\n    },\n    \"paxg\": {\n        \"xmr\": {\n            \"rate\": 12.97886393659181,\n            \"ask\": 13.010549,\n            \"bid\": 12.950967,\n            \"diff24h\": -0.148215\n        },\n        \"eur\": {\n            \"rate\": 1828.1603885500554,\n            \"ask\": 1835.515405,\n            \"bid\": 1819.861404,\n            \"diff24h\": -11.155311\n        },\n        \"ltc\": {\n            \"rate\": 22.53645200486027,\n            \"ask\": 22.600425,\n            \"bid\": 22.491495,\n            \"diff24h\": -0.810322\n        },\n        \"busd\": {\n            \"rate\": 1965.196519651965,\n            \"ask\": 1969.323,\n            \"bid\": 1960.2684,\n            \"diff24h\": -8.198159\n        },\n        \"aud\": {\n            \"rate\": 3005.311797366127,\n            \"ask\": 3011.553105,\n            \"bid\": 2997.513756,\n            \"diff24h\": -18.078183\n        },\n        \"tusd\": {\n            \"rate\": 1984.7634322373697,\n            \"ask\": 1989.73621,\n            \"bid\": 1980.59598,\n            \"diff24h\": 36.060897\n        },\n        \"aave\": {\n            \"rate\": 31.042654028436022,\n            \"ask\": 31.097884,\n            \"bid\": 30.927074,\n            \"diff24h\": -0.126382\n        },\n        \"doge\": {\n            \"rate\": 27682.83582089552,\n            \"ask\": 24786.052628,\n            \"bid\": 24687.10631,\n            \"diff24h\": -402.985075\n        },\n        \"atom\": {\n            \"rate\": 187.51789292871462,\n            \"ask\": 187.833594,\n            \"bid\": 187.079146,\n            \"diff24h\": -0.47639\n        },\n        \"link\": {\n            \"rate\": 310.8085462924173,\n            \"ask\": 311.726739,\n            \"bid\": 310.188521,\n            \"diff24h\": -3.340035\n        },\n        \"uni\": {\n            \"rate\": 393.580901856764,\n            \"ask\": 394.787686,\n            \"bid\": 392.795756,\n            \"diff24h\": -7.004516\n        },\n        \"gmt\": {\n            \"rate\": 7474.324838341574,\n            \"ask\": 7490.460675,\n            \"bid\": 7458.272443,\n            \"diff24h\": 6.497435\n        },\n        \"sol\": {\n            \"rate\": 101.81347150259067,\n            \"ask\": 102.047489,\n            \"bid\": 101.594636,\n            \"diff24h\": -0.150353\n        },\n        \"egld\": {\n            \"rate\": 55.13468013468013,\n            \"ask\": 55.248276,\n            \"bid\": 55.016175,\n            \"diff24h\": 0.176463\n        },\n        \"eurs\": {\n            \"rate\": 1828.1421054835243,\n            \"ask\": 1831.859332,\n            \"bid\": 1823.516358,\n            \"diff24h\": -11.156446\n        },\n        \"cad\": {\n            \"rate\": 2673.492828462,\n            \"ask\": 2678.92773,\n            \"bid\": 2666.674028,\n            \"diff24h\": -9.654182\n        },\n        \"usdc\": {\n            \"rate\": 1984.7634322373697,\n            \"ask\": 1989.73621,\n            \"bid\": 1980.59598,\n            \"diff24h\": 36.060897\n        },\n        \"mkr\": {\n            \"rate\": 3.157021276595745,\n            \"ask\": 3.167717,\n            \"bid\": 3.148044,\n            \"diff24h\": 0.010282\n        },\n        \"dash\": {\n            \"rate\": 47.52722613709161,\n            \"ask\": 47.586692,\n            \"bid\": 47.311182,\n            \"diff24h\": -1.128236\n        },\n        \"ilv\": {\n            \"rate\": 41.693189051559514,\n            \"ask\": 41.802847,\n            \"bid\": 41.585928,\n            \"diff24h\": -0.500994\n        },\n        \"dot\": {\n            \"rate\": 376.14854517611025,\n            \"ask\": 376.745694,\n            \"bid\": 375.196402,\n            \"diff24h\": 0.768028\n        },\n        \"icp\": {\n            \"rate\": 404.98763396537504,\n            \"ask\": 405.624609,\n            \"bid\": 403.950637,\n            \"diff24h\": -3.839552\n        },\n        \"dai\": {\n            \"rate\": 1964.607,\n            \"ask\": 1968.7335,\n            \"bid\": 1959.6792,\n            \"diff24h\": -8.393\n        },\n        \"mana\": {\n            \"rate\": 4262.472885032538,\n            \"ask\": 4270.053293,\n            \"bid\": 4252.392338,\n            \"diff24h\": -26.65755\n        },\n        \"ape\": {\n            \"rate\": 610.4380242311278,\n            \"ask\": 611.714071,\n            \"bid\": 609.125895,\n            \"diff24h\": -0.019897\n        },\n        \"usd\": {\n            \"rate\": 1964.8428000000001,\n            \"ask\": 1968.7728,\n            \"bid\": 1959.89524,\n            \"diff24h\": -7.9599\n        },\n        \"btt\": {\n            \"rate\": 3354959877.070173,\n            \"ask\": 1968565478.037452,\n            \"bid\": 1960706933.214947,\n            \"diff24h\": 42890043.261209\n        },\n        \"chf\": {\n            \"rate\": 1774.174454688,\n            \"ask\": 1777.80231,\n            \"bid\": 1769.628812,\n            \"diff24h\": -11.663865\n        },\n        \"usdt\": {\n            \"rate\": \"1965.00000000\",\n            \"ask\": 1968.93,\n            \"bid\": 1960.072,\n            \"diff24h\": -8\n        },\n        \"near\": {\n            \"rate\": 1253.988513082323,\n            \"ask\": 1257.021912,\n            \"bid\": 1251.293297,\n            \"diff24h\": -14.006346\n        },\n        \"zrx\": {\n            \"rate\": 8981.840193704602,\n            \"ask\": 9294.769735,\n            \"bid\": 9257.664866,\n            \"diff24h\": -130.750605\n        },\n        \"comp\": {\n            \"rate\": 58.601895734597164,\n            \"ask\": 58.796838,\n            \"bid\": 58.438832,\n            \"diff24h\": 1.14388\n        },\n        \"xlm\": {\n            \"rate\": 22346.385542168675,\n            \"ask\": 22470.694864,\n            \"bid\": 22301.807229,\n            \"diff24h\": -462.705367\n        },\n        \"rub\": {\n            \"rate\": 157357.38290219998,\n            \"ask\": 157741.029345,\n            \"bid\": 156892.553088,\n            \"diff24h\": -715.014302\n        },\n        \"gala\": {\n            \"rate\": 65434.56543456543,\n            \"ask\": 65573.897476,\n            \"bid\": 65292.857839,\n            \"diff24h\": -552.056639\n        },\n        \"usdp\": {\n            \"rate\": 1965.5896769030708,\n            \"ask\": 1969.717965,\n            \"bid\": 1960.659236,\n            \"diff24h\": -8.397317\n        },\n        \"eth\": {\n            \"rate\": 1.0830656934306568,\n            \"ask\": 1.08581,\n            \"bid\": 1.080747,\n            \"diff24h\": -0.023683\n        },\n        \"rep\": {\n            \"rate\": 430.86155245243134,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": 20.729963\n        },\n        \"gbp\": {\n            \"rate\": 1586.9182247708272,\n            \"ask\": 1594.90404,\n            \"bid\": 1578.11328,\n            \"diff24h\": -9.700838\n        },\n        \"ftm\": {\n            \"rate\": 5943.738656987296,\n            \"ask\": 5954.310317,\n            \"bid\": 5929.173618,\n            \"diff24h\": -51.399599\n        },\n        \"bnb\": {\n            \"rate\": \"6.41600000\",\n            \"ask\": 6.44787,\n            \"bid\": 6.384206,\n            \"diff24h\": -0.058\n        },\n        \"fil\": {\n            \"rate\": 447.200728265817,\n            \"ask\": 447.996353,\n            \"bid\": 446.138042,\n            \"diff24h\": 0.315111\n        },\n        \"yfi\": {\n            \"rate\": 0.3073322286661143,\n            \"ask\": 0.308113,\n            \"bid\": 0.306337,\n            \"diff24h\": -0.005771\n        },\n        \"theta\": {\n            \"rate\": 2342.0738974970204,\n            \"ask\": 2349.041771,\n            \"bid\": 2337.039337,\n            \"diff24h\": -9.535161\n        },\n        \"eos\": {\n            \"rate\": 2323.520200438459,\n            \"ask\": 2327.949922,\n            \"bid\": 2316.708385,\n            \"diff24h\": -36.780834\n        },\n        \"xtz\": {\n            \"rate\": 2248.283752860412,\n            \"ask\": 2254.864019,\n            \"bid\": 2243.451853,\n            \"diff24h\": -32.641103\n        },\n        \"zil\": {\n            \"rate\": 86297.7602108037,\n            \"ask\": 86489.936016,\n            \"bid\": 86111.634699,\n            \"diff24h\": -887.392242\n        },\n        \"snx\": {\n            \"rate\": 826.1692650334077,\n            \"ask\": 826.201754,\n            \"bid\": 822.903544,\n            \"diff24h\": -27.232096\n        },\n        \"xrp\": {\n            \"rate\": 4220.136518771331,\n            \"ask\": 4233.238475,\n            \"bid\": 4211.717861,\n            \"diff24h\": -161.120757\n        },\n        \"sushi\": {\n            \"rate\": 2352.251109701966,\n            \"ask\": 2394.506535,\n            \"bid\": 2318.428282,\n            \"diff24h\": 21.910552\n        },\n        \"btc\": {\n            \"rate\": \"0.07419000\",\n            \"ask\": 0.074378,\n            \"bid\": 0.074042,\n            \"diff24h\": -0.00108\n        },\n        \"matic\": {\n            \"rate\": 2095.7764505119453,\n            \"ask\": 2099.280749,\n            \"bid\": 2090.826639,\n            \"diff24h\": -142.199956\n        },\n        \"sand\": {\n            \"rate\": 3908.8919832902325,\n            \"ask\": 3916.626374,\n            \"bid\": 3900.489867,\n            \"diff24h\": 1.96129\n        },\n        \"cake\": {\n            \"rate\": 1285.1536952256376,\n            \"ask\": 1288.282426,\n            \"bid\": 1282.391162,\n            \"diff24h\": 19.598852\n        },\n        \"bch\": {\n            \"rate\": 17.456470588235295,\n            \"ask\": 17.500706,\n            \"bid\": 17.380751,\n            \"diff24h\": -0.337856\n        },\n        \"vet\": {\n            \"rate\": 102664.57680250784,\n            \"ask\": 102847.406377,\n            \"bid\": 102390.309412,\n            \"diff24h\": -149.388805\n        },\n        \"bnt\": {\n            \"rate\": 4801.941747572816,\n            \"ask\": 4957.210526,\n            \"bid\": 4937.421262,\n            \"diff24h\": -101.641314\n        },\n        \"ada\": {\n            \"rate\": 5501.119820828667,\n            \"ask\": 5510.904762,\n            \"bid\": 5487.762421,\n            \"diff24h\": -20.850512\n        },\n        \"pax\": {\n            \"rate\": 1965,\n            \"ask\": 1968.93,\n            \"bid\": 1960.072,\n            \"diff24h\": -8\n        },\n        \"1inch\": {\n            \"rate\": 5012.755102040816,\n            \"ask\": 5034.512921,\n            \"bid\": 5001.97569,\n            \"diff24h\": -46.219257\n        },\n        \"trx\": {\n            \"rate\": 25879.099170288424,\n            \"ask\": 25928.63373,\n            \"bid\": 25823.400044,\n            \"diff24h\": 332.031968\n        },\n        \"axs\": {\n            \"rate\": 288.54625550660796,\n            \"ask\": 289.059649,\n            \"bid\": 287.503881,\n            \"diff24h\": 3.430649\n        },\n        \"avax\": {\n            \"rate\": 139.06581740976645,\n            \"ask\": 139.411902,\n            \"bid\": 138.766912,\n            \"diff24h\": -0.566171\n        },\n        \"omg\": {\n            \"rate\": 2437.3376623376616,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": 103.152359\n        },\n        \"bat\": {\n            \"rate\": 9136.699507389163,\n            \"ask\": 9148.585486,\n            \"bid\": 9084.907975,\n            \"diff24h\": 35.127561\n        }\n    },\n    \"rep\": {\n        \"paxg\": {\n            \"rate\": 0.0023209311536573074,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": -0.000117\n        },\n        \"xrp\": {\n            \"rate\": 10.4139547359822,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": -0.305902\n        },\n        \"eurs\": {\n            \"rate\": 4.45279511979622,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": -0.001601\n        },\n        \"zrx\": {\n            \"rate\": 20.032571640099412,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": -0.489794\n        },\n        \"sol\": {\n            \"rate\": 0.21031569586482884,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": -0.001412\n        },\n        \"gmt\": {\n            \"rate\": 11.822044488877781,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": 0.145915\n        },\n        \"matic\": {\n            \"rate\": 4.140043763676149,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": -0.090347\n        },\n        \"eur\": {\n            \"rate\": 4.45279511979622,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": -0.001556\n        },\n        \"near\": {\n            \"rate\": 2.341584158415842,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": -0.047305\n        },\n        \"chf\": {\n            \"rate\": 4.394849611603001,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": -0.001536\n        },\n        \"gala\": {\n            \"rate\": 110.00000000000003,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": -1.793902\n        },\n        \"yfi\": {\n            \"rate\": 0.0005389179786325299,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": 0.000004\n        },\n        \"xlm\": {\n            \"rate\": 50.1113284609054,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": -0.913884\n        },\n        \"doge\": {\n            \"rate\": 60.38595336116297,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": -3.202285\n        },\n        \"ape\": {\n            \"rate\": 1.169634025717112,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": 0.005756\n        },\n        \"avax\": {\n            \"rate\": 0.2701313535122787,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": -0.008596\n        },\n        \"usd\": {\n            \"rate\": 4.737284200000001,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": -0.001703\n        },\n        \"fil\": {\n            \"rate\": 0.8162208800690252,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": 0.005873\n        },\n        \"tusd\": {\n            \"rate\": 4.7390041078048295,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": -0.001425\n        },\n        \"dai\": {\n            \"rate\": 4.74419,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": -0.004257\n        },\n        \"ftm\": {\n            \"rate\": 9.874739039665972,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": -0.01652\n        },\n        \"axs\": {\n            \"rate\": 0.5487238979118331,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": -0.003201\n        },\n        \"theta\": {\n            \"rate\": 4.628180039138943,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": -0.004533\n        },\n        \"link\": {\n            \"rate\": 0.6203730611383336,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": -0.001148\n        },\n        \"omg\": {\n            \"rate\": 2.6646500054608424,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": -0.025622\n        },\n        \"zil\": {\n            \"rate\": 168.92857142857144,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": -2.883997\n        },\n        \"btt\": {\n            \"rate\": 7531847.133757963,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": -297982.364669\n        },\n        \"xtz\": {\n            \"rate\": 4.067067927773001,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": -0.007006\n        },\n        \"bat\": {\n            \"rate\": 19.11992600729306,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": -0.242583\n        },\n        \"btc\": {\n            \"rate\": 0.0001678556143621948,\n            \"ask\": 0,\n            \"bid\": 0\n        },\n        \"xmr\": {\n            \"rate\": 0.031386861313868614,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": 0.000772\n        },\n        \"eos\": {\n            \"rate\": 4.0745861733988615,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": -0.050056\n        },\n        \"sushi\": {\n            \"rate\": 4.293425840000846,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": 0.168783\n        },\n        \"bnb\": {\n            \"rate\": 0.014224110349435102,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": -0.000328\n        },\n        \"egld\": {\n            \"rate\": 0.10941475826972012,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": -0.000152\n        },\n        \"uni\": {\n            \"rate\": 0.7497675316839352,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": -0.003026\n        },\n        \"gbp\": {\n            \"rate\": 3.9224208752675445,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": -0.001371\n        },\n        \"aud\": {\n            \"rate\": 6.890494974618553,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": -0.002408\n        },\n        \"atom\": {\n            \"rate\": 0.4031708148653257,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": -0.004975\n        },\n        \"aave\": {\n            \"rate\": 0.06079691516709512,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": -0.000952\n        },\n        \"dot\": {\n            \"rate\": 0.7534246575342466,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": -0.015556\n        },\n        \"usdp\": {\n            \"rate\": 4.7371056584877325,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": -0.003323\n        },\n        \"ltc\": {\n            \"rate\": 0.05129023841858634,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": -0.007737\n        },\n        \"snx\": {\n            \"rate\": 1.7270879665023977,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": 0.03482\n        },\n        \"eth\": {\n            \"rate\": 0.002632475307260986,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": -0.000005\n        },\n        \"sand\": {\n            \"rate\": 7.2390572390572405,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": -0.055822\n        },\n        \"dash\": {\n            \"rate\": 0.07454393887390456,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": -0.009141\n        },\n        \"bch\": {\n            \"rate\": 0.036179515160351956,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": 0.000232\n        },\n        \"cake\": {\n            \"rate\": 1.2513227513227516,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": 0.014075\n        },\n        \"icp\": {\n            \"rate\": 0.9182682974179771,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": -0.001607\n        },\n        \"mana\": {\n            \"rate\": 7.787290088903524,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": -0.107886\n        },\n        \"ilv\": {\n            \"rate\": 0.06796953585285243,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": -0.000551\n        },\n        \"cad\": {\n            \"rate\": 6.368354836481001,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": -0.002225\n        },\n        \"1inch\": {\n            \"rate\": 9.026717557251908,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": -0.157748\n        },\n        \"usdc\": {\n            \"rate\": 4.7390041078048295,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": -0.001425\n        },\n        \"busd\": {\n            \"rate\": 4.7390041078048295,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": -0.001425\n        },\n        \"ada\": {\n            \"rate\": 12.660599571734478,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": -1.279866\n        },\n        \"vet\": {\n            \"rate\": 203.79146919431278,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": -3.482852\n        },\n        \"comp\": {\n            \"rate\": 0.10726706092270483,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": -0.000551\n        },\n        \"mkr\": {\n            \"rate\": 0.006868778655647834,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": -0.0002\n        },\n        \"pax\": {\n            \"rate\": 4.73,\n            \"ask\": 0,\n            \"bid\": 0\n        },\n        \"rub\": {\n            \"rate\": 343.4531045000001,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": -0.120024\n        },\n        \"bnt\": {\n            \"rate\": 8.188924407026002,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": 0.114227\n        },\n        \"usdt\": {\n            \"rate\": \"4.73000000\",\n            \"ask\": 0,\n            \"bid\": 0\n        },\n        \"trx\": {\n            \"rate\": 70.60755336617407,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": -1.156974\n        }\n    },\n    \"sol\": {\n        \"bch\": {\n            \"rate\": 0.1712511091393079,\n            \"ask\": 0.171753,\n            \"bid\": 0.170811,\n            \"diff24h\": -0.00276\n        },\n        \"dai\": {\n            \"rate\": 19.29614,\n            \"ask\": 19.33667,\n            \"bid\": 19.247562,\n            \"diff24h\": -0.05386\n        },\n        \"ftm\": {\n            \"rate\": 58.37870538415003,\n            \"ask\": 58.494939,\n            \"bid\": 58.214472,\n            \"diff24h\": -0.418013\n        },\n        \"xlm\": {\n            \"rate\": 220.06841505131132,\n            \"ask\": 220.508546,\n            \"bid\": 219.264469,\n            \"diff24h\": -3.372693\n        },\n        \"ada\": {\n            \"rate\": 54.03135498320268,\n            \"ask\": 54.139419,\n            \"bid\": 53.88027,\n            \"diff24h\": -0.124816\n        },\n        \"egld\": {\n            \"rate\": 0.5415263748597082,\n            \"ask\": 0.542757,\n            \"bid\": 0.540166,\n            \"diff24h\": 0.002529\n        },\n        \"trx\": {\n            \"rate\": 254.1814829448176,\n            \"ask\": 254.722004,\n            \"bid\": 253.542177,\n            \"diff24h\": 3.631179\n        },\n        \"omg\": {\n            \"rate\": 25.56291390728477,\n            \"ask\": 25.614046,\n            \"bid\": 25.464832,\n            \"diff24h\": -0.445151\n        },\n        \"xrp\": {\n            \"rate\": 41.46970348087667,\n            \"ask\": 41.552636,\n            \"bid\": 41.356437,\n            \"diff24h\": -1.415935\n        },\n        \"matic\": {\n            \"rate\": 20.584470989761094,\n            \"ask\": 20.623262,\n            \"bid\": 20.528387,\n            \"diff24h\": -1.364259\n        },\n        \"ilv\": {\n            \"rate\": 0.40950562274559726,\n            \"ask\": 0.41067,\n            \"bid\": 0.408304,\n            \"diff24h\": -0.00431\n        },\n        \"usdt\": {\n            \"rate\": \"19.30000000\",\n            \"ask\": 19.30965,\n            \"bid\": 19.280355,\n            \"diff24h\": -0.05\n        },\n        \"dot\": {\n            \"rate\": 3.694486983154671,\n            \"ask\": 3.701137,\n            \"bid\": 3.683795,\n            \"diff24h\": 0.01298\n        },\n        \"avax\": {\n            \"rate\": 1.3658881811748054,\n            \"ask\": 1.369578,\n            \"bid\": 1.362457,\n            \"diff24h\": -0.003539\n        },\n        \"aave\": {\n            \"rate\": 0.3048973143759874,\n            \"ask\": 0.305505,\n            \"bid\": 0.303652,\n            \"diff24h\": -0.00079\n        },\n        \"vet\": {\n            \"rate\": 1008.3594566353187,\n            \"ask\": 1010.376178,\n            \"bid\": 1005.296084,\n            \"diff24h\": 0.021781\n        },\n        \"gala\": {\n            \"rate\": 642.6906426906427,\n            \"ask\": 644.195709,\n            \"bid\": 641.065595,\n            \"diff24h\": -4.466548\n        },\n        \"fil\": {\n            \"rate\": 4.392353208921256,\n            \"ask\": 4.401101,\n            \"bid\": 4.380322,\n            \"diff24h\": 0.009567\n        },\n        \"bat\": {\n            \"rate\": 89.55916473317866,\n            \"ask\": 89.738276,\n            \"bid\": 89.292292,\n            \"diff24h\": 0.470767\n        },\n        \"axs\": {\n            \"rate\": 2.8340675477239357,\n            \"ask\": 2.839712,\n            \"bid\": 2.822803,\n            \"diff24h\": 0.037825\n        },\n        \"cad\": {\n            \"rate\": 26.258733633240002,\n            \"ask\": 26.312115,\n            \"bid\": 26.191518,\n            \"diff24h\": -0.055962\n        },\n        \"snx\": {\n            \"rate\": 8.122895622895623,\n            \"ask\": 8.139148,\n            \"bid\": 8.099038,\n            \"diff24h\": -0.264621\n        },\n        \"eth\": {\n            \"rate\": \"0.01063000\",\n            \"ask\": 0.010671,\n            \"bid\": 0.010609,\n            \"diff24h\": -0.0002\n        },\n        \"chf\": {\n            \"rate\": 17.42573382976,\n            \"ask\": 17.461366,\n            \"bid\": 17.380927,\n            \"diff24h\": -0.088697\n        },\n        \"mana\": {\n            \"rate\": 41.86550976138829,\n            \"ask\": 41.948856,\n            \"bid\": 41.751311,\n            \"diff24h\": -0.199708\n        },\n        \"link\": {\n            \"rate\": 3.0537974683544302,\n            \"ask\": 3.060382,\n            \"bid\": 3.046103,\n            \"diff24h\": -0.021048\n        },\n        \"busd\": {\n            \"rate\": \"19.30000000\",\n            \"ask\": 19.34862,\n            \"bid\": 19.2614,\n            \"diff24h\": -0.05\n        },\n        \"icp\": {\n            \"rate\": 3.977741137675185,\n            \"ask\": 3.984868,\n            \"bid\": 3.966085,\n            \"diff24h\": -0.031791\n        },\n        \"doge\": {\n            \"rate\": 272.1376198533559,\n            \"ask\": 272.681896,\n            \"bid\": 271.414345,\n            \"diff24h\": -2.642272\n        },\n        \"mkr\": {\n            \"rate\": 0.03102893890675241,\n            \"ask\": 0.031087,\n            \"bid\": 0.030908,\n            \"diff24h\": 0.000168\n        },\n        \"near\": {\n            \"rate\": 12.316528398213148,\n            \"ask\": 12.34894,\n            \"bid\": 12.285587,\n            \"diff24h\": -0.119204\n        },\n        \"bnb\": {\n            \"rate\": \"0.06280000\",\n            \"ask\": 0.063126,\n            \"bid\": 0.062674,\n            \"diff24h\": -0.0005\n        },\n        \"aud\": {\n            \"rate\": 29.517820706954836,\n            \"ask\": 29.579122,\n            \"bid\": 29.440957,\n            \"diff24h\": -0.133774\n        },\n        \"sushi\": {\n            \"rate\": 23.113772455089823,\n            \"ask\": 23.187761,\n            \"bid\": 23.055602,\n            \"diff24h\": 0.295376\n        },\n        \"usd\": {\n            \"rate\": 19.298456,\n            \"ask\": 19.337056,\n            \"bid\": 19.249684,\n            \"diff24h\": -0.049609\n        },\n        \"yfi\": {\n            \"rate\": 0.0030184548013762907,\n            \"ask\": 0.003016,\n            \"bid\": 0.003004,\n            \"diff24h\": -0.000036\n        },\n        \"xmr\": {\n            \"rate\": 0.1274768824306473,\n            \"ask\": 0.127815,\n            \"bid\": 0.127157,\n            \"diff24h\": -0.001266\n        },\n        \"gmt\": {\n            \"rate\": 73.41194370483073,\n            \"ask\": 73.586027,\n            \"bid\": 73.22764,\n            \"diff24h\": 0.171974\n        },\n        \"eur\": {\n            \"rate\": 17.95597735318884,\n            \"ask\": 18.028217,\n            \"bid\": 17.874301,\n            \"diff24h\": -0.082927\n        },\n        \"ltc\": {\n            \"rate\": 0.221431849472235,\n            \"ask\": 0.221883,\n            \"bid\": 0.220842,\n            \"diff24h\": -0.007156\n        },\n        \"gbp\": {\n            \"rate\": 15.586525057545531,\n            \"ask\": 15.6182,\n            \"bid\": 15.546634,\n            \"diff24h\": -0.072157\n        },\n        \"cake\": {\n            \"rate\": 12.622629169391761,\n            \"ask\": 12.656042,\n            \"bid\": 12.590915,\n            \"diff24h\": 0.210827\n        },\n        \"btc\": {\n            \"rate\": \"0.00072890\",\n            \"ask\": 0.00073,\n            \"bid\": 0.000728,\n            \"diff24h\": -0.000008\n        },\n        \"zrx\": {\n            \"rate\": 88.49151765245301,\n            \"ask\": 88.627858,\n            \"bid\": 88.147528,\n            \"diff24h\": -0.926227\n        },\n        \"paxg\": {\n            \"rate\": 0.009821882951653944,\n            \"ask\": 0.009843,\n            \"bid\": 0.009799,\n            \"diff24h\": 0.000014\n        },\n        \"rep\": {\n            \"rate\": 4.75475687103594,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": 0.031712\n        },\n        \"1inch\": {\n            \"rate\": 49.234693877551024,\n            \"ask\": 49.458881,\n            \"bid\": 49.110954,\n            \"diff24h\": -0.380691\n        },\n        \"eos\": {\n            \"rate\": 22.78630460448642,\n            \"ask\": 22.858871,\n            \"bid\": 22.728942,\n            \"diff24h\": -0.331975\n        },\n        \"theta\": {\n            \"rate\": 23.00357568533969,\n            \"ask\": 23.077081,\n            \"bid\": 22.945677,\n            \"diff24h\": -0.059595\n        },\n        \"uni\": {\n            \"rate\": 3.8669605289521143,\n            \"ask\": 3.874699,\n            \"bid\": 3.856446,\n            \"diff24h\": -0.050837\n        },\n        \"comp\": {\n            \"rate\": 0.5757756563245823,\n            \"ask\": 0.576929,\n            \"bid\": 0.574153,\n            \"diff24h\": 0.012785\n        },\n        \"atom\": {\n            \"rate\": 1.8417787956866114,\n            \"ask\": 1.845271,\n            \"bid\": 1.836801,\n            \"diff24h\": -0.001956\n        },\n        \"xtz\": {\n            \"rate\": 22.08237986270023,\n            \"ask\": 22.151706,\n            \"bid\": 22.026908,\n            \"diff24h\": -0.287562\n        },\n        \"eurs\": {\n            \"rate\": 17.955797779049373,\n            \"ask\": 18.135959,\n            \"bid\": 17.76663,\n            \"diff24h\": -0.082939\n        },\n        \"dash\": {\n            \"rate\": 0.46595847416706904,\n            \"ask\": 0.466887,\n            \"bid\": 0.464676,\n            \"diff24h\": -0.010408\n        },\n        \"usdc\": {\n            \"rate\": 21.54170008019246,\n            \"ask\": 21.584771,\n            \"bid\": 21.486465,\n            \"diff24h\": -0.941017\n        },\n        \"pax\": {\n            \"rate\": 19.3,\n            \"ask\": 19.3386,\n            \"bid\": 19.25142,\n            \"diff24h\": -0.05\n        },\n        \"tusd\": {\n            \"rate\": 21.54170008019246,\n            \"ask\": 21.584771,\n            \"bid\": 21.486465,\n            \"diff24h\": -0.941017\n        },\n        \"btt\": {\n            \"rate\": 32952023.220078547,\n            \"ask\": 19333554.174984,\n            \"bid\": 19256374.317998,\n            \"diff24h\": 469229.86772\n        },\n        \"zil\": {\n            \"rate\": 847.606499780413,\n            \"ask\": 849.67415,\n            \"bid\": 845.470825,\n            \"diff24h\": -7.453156\n        },\n        \"sand\": {\n            \"rate\": 38.39267953053511,\n            \"ask\": 38.476803,\n            \"bid\": 38.296223,\n            \"diff24h\": 0.075848\n        },\n        \"ape\": {\n            \"rate\": 5.99565082323703,\n            \"ask\": 6.009458,\n            \"bid\": 5.980588,\n            \"diff24h\": 0.008646\n        },\n        \"bnt\": {\n            \"rate\": 47.14215925744993,\n            \"ask\": 47.340518,\n            \"bid\": 47.034992,\n            \"diff24h\": -0.956275\n        }\n    },\n    \"snx\": {\n        \"dot\": {\n            \"rate\": 0.45482388973966303,\n            \"ask\": 0.455838,\n            \"bid\": 0.45374,\n            \"diff24h\": 0.015897\n        },\n        \"uni\": {\n            \"rate\": 0.4763925729442971,\n            \"ask\": 0.478537,\n            \"bid\": 0.476627,\n            \"diff24h\": 0.006994\n        },\n        \"near\": {\n            \"rate\": 1.5162731333758774,\n            \"ask\": 1.520916,\n            \"bid\": 1.51324,\n            \"diff24h\": 0.033625\n        },\n        \"ftm\": {\n            \"rate\": 7.186932849364791,\n            \"ask\": 7.204336,\n            \"bid\": 7.170389,\n            \"diff24h\": 0.176906\n        },\n        \"eurs\": {\n            \"rate\": 2.210516866477788,\n            \"ask\": 2.215944,\n            \"bid\": 2.206046,\n            \"diff24h\": 0.059852\n        },\n        \"zil\": {\n            \"rate\": 104.34782608695653,\n            \"ask\": 104.647313,\n            \"bid\": 104.138279,\n            \"diff24h\": 2.403504\n        },\n        \"usdp\": {\n            \"rate\": 2.376713013904171,\n            \"ask\": 2.382707,\n            \"bid\": 2.371958,\n            \"diff24h\": 0.068559\n        },\n        \"ilv\": {\n            \"rate\": 0.050413749204328444,\n            \"ask\": 0.050579,\n            \"bid\": 0.050292,\n            \"diff24h\": 0.001077\n        },\n        \"trx\": {\n            \"rate\": 31.291979454760966,\n            \"ask\": 31.371995,\n            \"bid\": 31.229281,\n            \"diff24h\": 1.420168\n        },\n        \"gmt\": {\n            \"rate\": 9.03765690376569,\n            \"ask\": 9.06298,\n            \"bid\": 9.01959,\n            \"diff24h\": 0.305636\n        },\n        \"1inch\": {\n            \"rate\": 6.061224489795918,\n            \"ask\": 6.09144,\n            \"bid\": 6.049091,\n            \"diff24h\": 0.14584\n        },\n        \"omg\": {\n            \"rate\": 2.438311688311688,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": -0.056896\n        },\n        \"dai\": {\n            \"rate\": 2.3755248,\n            \"ask\": 2.381516,\n            \"bid\": 2.370773,\n            \"diff24h\": 0.068525\n        },\n        \"ltc\": {\n            \"rate\": 0.027278250303766707,\n            \"ask\": 0.027398,\n            \"bid\": 0.027289,\n            \"diff24h\": -0.000079\n        },\n        \"cake\": {\n            \"rate\": 1.5539568345323742,\n            \"ask\": 1.55874,\n            \"bid\": 1.550847,\n            \"diff24h\": 0.074162\n        },\n        \"tusd\": {\n            \"rate\": 2.6663993584603047,\n            \"ask\": 2.672735,\n            \"bid\": 2.660801,\n            \"diff24h\": -0.137929\n        },\n        \"eur\": {\n            \"rate\": 2.210538973636097,\n            \"ask\": 2.220366,\n            \"bid\": 2.201624,\n            \"diff24h\": 0.059854\n        },\n        \"xtz\": {\n            \"rate\": 2.718535469107551,\n            \"ask\": 2.728242,\n            \"bid\": 2.713097,\n            \"diff24h\": 0.051483\n        },\n        \"bnt\": {\n            \"rate\": 5.8122977346278315,\n            \"ask\": 5.995281,\n            \"bid\": 5.971348,\n            \"diff24h\": 0.066369\n        },\n        \"eth\": {\n            \"rate\": 0.0013109489051094888,\n            \"ask\": 0.001316,\n            \"bid\": 0.001311,\n            \"diff24h\": 0.000014\n        },\n        \"egld\": {\n            \"rate\": 0.06666666666666665,\n            \"ask\": 0.066847,\n            \"bid\": 0.066533,\n            \"diff24h\": 0.002405\n        },\n        \"usdt\": {\n            \"rate\": \"2.37800000\",\n            \"ask\": 2.379714,\n            \"bid\": 2.377287,\n            \"diff24h\": 0.071\n        },\n        \"rep\": {\n            \"rate\": 0.5790093031712474,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": -0.011914\n        },\n        \"fil\": {\n            \"rate\": 0.5407373691397359,\n            \"ask\": 0.542047,\n            \"bid\": 0.539533,\n            \"diff24h\": 0.018201\n        },\n        \"ada\": {\n            \"rate\": 6.6517357222844335,\n            \"ask\": 6.667844,\n            \"bid\": 6.636573,\n            \"diff24h\": 0.194977\n        },\n        \"axs\": {\n            \"rate\": 0.3488986784140969,\n            \"ask\": 0.349744,\n            \"bid\": 0.34769,\n            \"diff24h\": 0.015517\n        },\n        \"btc\": {\n            \"rate\": \"0.00008980\",\n            \"ask\": 0.00009,\n            \"bid\": 0.00009,\n            \"diff24h\": 0.000002\n        },\n        \"avax\": {\n            \"rate\": 0.1681528662420382,\n            \"ask\": 0.16868,\n            \"bid\": 0.167816,\n            \"diff24h\": 0.004883\n        },\n        \"gbp\": {\n            \"rate\": 1.9188385252190767,\n            \"ask\": 1.929306,\n            \"bid\": 1.909163,\n            \"diff24h\": 0.051935\n        },\n        \"bat\": {\n            \"rate\": 11.05911330049261,\n            \"ask\": 11.078658,\n            \"bid\": 11.034432,\n            \"diff24h\": 0.394059\n        },\n        \"ape\": {\n            \"rate\": 0.7381174277726001,\n            \"ask\": 0.740135,\n            \"bid\": 0.736641,\n            \"diff24h\": 0.024318\n        },\n        \"usd\": {\n            \"rate\": 2.37580992,\n            \"ask\": 2.381564,\n            \"bid\": 2.371034,\n            \"diff24h\": 0.069041\n        },\n        \"sushi\": {\n            \"rate\": 2.8471781864299306,\n            \"ask\": 2.860143,\n            \"bid\": 2.848725,\n            \"diff24h\": 0.116528\n        },\n        \"zrx\": {\n            \"rate\": 10.871670702179177,\n            \"ask\": 10.930942,\n            \"bid\": 10.887306,\n            \"diff24h\": 0.193705\n        },\n        \"bch\": {\n            \"rate\": 0.021129411764705883,\n            \"ask\": 0.021194,\n            \"bid\": 0.021109,\n            \"diff24h\": 0.000278\n        },\n        \"sand\": {\n            \"rate\": 4.726477024070021,\n            \"ask\": 4.738868,\n            \"bid\": 4.71702,\n            \"diff24h\": 0.15816\n        },\n        \"link\": {\n            \"rate\": 0.3762044407205698,\n            \"ask\": 0.377877,\n            \"bid\": 0.376368,\n            \"diff24h\": 0.008091\n        },\n        \"sol\": {\n            \"rate\": 0.12310880829015544,\n            \"ask\": 0.123471,\n            \"bid\": 0.122862,\n            \"diff24h\": 0.003884\n        },\n        \"vet\": {\n            \"rate\": 124.13793103448273,\n            \"ask\": 124.438811,\n            \"bid\": 123.824739,\n            \"diff24h\": 3.919067\n        },\n        \"busd\": {\n            \"rate\": \"2.37600000\",\n            \"ask\": 2.38476,\n            \"bid\": 2.373244,\n            \"diff24h\": 0.067\n        },\n        \"xmr\": {\n            \"rate\": 0.015693527080581242,\n            \"ask\": 0.015742,\n            \"bid\": 0.015662,\n            \"diff24h\": 0.000344\n        },\n        \"mkr\": {\n            \"rate\": 0.0038212765957446808,\n            \"ask\": 0.003837,\n            \"bid\": 0.003822,\n            \"diff24h\": 0.000134\n        },\n        \"pax\": {\n            \"rate\": 2.376,\n            \"ask\": 2.381754,\n            \"bid\": 2.371248,\n            \"diff24h\": 0.069\n        },\n        \"xrp\": {\n            \"rate\": 5.108077360637087,\n            \"ask\": 5.13117,\n            \"bid\": 5.110687,\n            \"diff24h\": -0.025799\n        },\n        \"xlm\": {\n            \"rate\": 27.048192771084334,\n            \"ask\": 27.203709,\n            \"bid\": 27.095111,\n            \"diff24h\": 0.32092\n        },\n        \"yfi\": {\n            \"rate\": 0.000371996685998343,\n            \"ask\": 0.000373,\n            \"bid\": 0.000372,\n            \"diff24h\": 0.000005\n        },\n        \"aave\": {\n            \"rate\": 0.03753554502369668,\n            \"ask\": 0.037626,\n            \"bid\": 0.037401,\n            \"diff24h\": 0.00109\n        },\n        \"rub\": {\n            \"rate\": 190.27030115807997,\n            \"ask\": 190.814459,\n            \"bid\": 189.804824,\n            \"diff24h\": 5.438563\n        },\n        \"usdc\": {\n            \"rate\": 2.6663993584603047,\n            \"ask\": 2.672735,\n            \"bid\": 2.660801,\n            \"diff24h\": -0.137929\n        },\n        \"comp\": {\n            \"rate\": 0.07093206951026856,\n            \"ask\": 0.071232,\n            \"bid\": 0.070948,\n            \"diff24h\": 0.003604\n        },\n        \"atom\": {\n            \"rate\": 0.22673919267105638,\n            \"ask\": 0.227267,\n            \"bid\": 0.226242,\n            \"diff24h\": 0.00692\n        },\n        \"chf\": {\n            \"rate\": 2.1452613253632,\n            \"ask\": 2.150553,\n            \"bid\": 2.140854,\n            \"diff24h\": 0.057107\n        },\n        \"dash\": {\n            \"rate\": 0.05752722613709161,\n            \"ask\": 0.05766,\n            \"bid\": 0.05743,\n            \"diff24h\": 0.000514\n        },\n        \"icp\": {\n            \"rate\": 0.48969497114591914,\n            \"ask\": 0.49078,\n            \"bid\": 0.488514,\n            \"diff24h\": 0.011659\n        },\n        \"paxg\": {\n            \"rate\": 0.0012104057150559373,\n            \"ask\": 0.001215,\n            \"bid\": 0.00121,\n            \"diff24h\": 0.000039\n        },\n        \"eos\": {\n            \"rate\": 2.8124021296586283,\n            \"ask\": 2.822104,\n            \"bid\": 2.810838,\n            \"diff24h\": 0.046645\n        },\n        \"mana\": {\n            \"rate\": 5.154013015184382,\n            \"ask\": 5.166492,\n            \"bid\": 5.14259,\n            \"diff24h\": 0.138796\n        },\n        \"theta\": {\n            \"rate\": 2.831942789034565,\n            \"ask\": 2.842191,\n            \"bid\": 2.826276,\n            \"diff24h\": 0.082241\n        },\n        \"doge\": {\n            \"rate\": 33.50746268656716,\n            \"ask\": 29.976404,\n            \"bid\": 29.856738,\n            \"diff24h\": 0.597015\n        },\n        \"gala\": {\n            \"rate\": 79.12087912087911,\n            \"ask\": 79.340239,\n            \"bid\": 78.961291,\n            \"diff24h\": 1.963688\n        },\n        \"bnb\": {\n            \"rate\": \"0.00780000\",\n            \"ask\": 0.007796,\n            \"bid\": 0.007725,\n            \"diff24h\": 0.00022\n        },\n        \"btt\": {\n            \"rate\": 4056684.309373399,\n            \"ask\": 2381252.359606,\n            \"bid\": 2371746.362163,\n            \"diff24h\": 183929.567053\n        },\n        \"matic\": {\n            \"rate\": 2.5341296928327646,\n            \"ask\": 2.539996,\n            \"bid\": 2.528521,\n            \"diff24h\": -0.082703\n        }\n    },\n    \"btc\": {\n        \"xrp\": {\n            \"rate\": 56882.821387940836,\n            \"ask\": 56996.587031,\n            \"bid\": 56736.782263,\n            \"diff24h\": -1324.396307\n        },\n        \"usd\": {\n            \"rate\": 26474.1518984,\n            \"ask\": 26527.114458,\n            \"bid\": 26420.934596,\n            \"diff24h\": 214.098166\n        },\n        \"chf\": {\n            \"rate\": 23905.100198179265,\n            \"ask\": 23953.99071,\n            \"bid\": 23855.992987,\n            \"diff24h\": 133.736624\n        },\n        \"sand\": {\n            \"rate\": 52668.13208673164,\n            \"ask\": 52369.808293,\n            \"bid\": 52338.395832,\n            \"diff24h\": 662.825156\n        },\n        \"theta\": {\n            \"rate\": 31575.623618566467,\n            \"ask\": 31603.535354,\n            \"bid\": 31507.886435,\n            \"diff24h\": 286.512229\n        },\n        \"btt\": {\n            \"rate\": 45204490353.423256,\n            \"ask\": 26323678221.888756,\n            \"bid\": 26307888751.796654\n        },\n        \"rub\": {\n            \"rate\": 2120222.1660112115,\n            \"ask\": 2125392.193601,\n            \"bid\": 2115035.436164,\n            \"diff24h\": 16114.317762\n        },\n        \"pax\": {\n            \"rate\": 26476.27,\n            \"ask\": 26529.23256,\n            \"bid\": 26423.31746,\n            \"diff24h\": 213.59\n        },\n        \"xmr\": {\n            \"rate\": 175.00875043752185,\n            \"ask\": 175.218761,\n            \"bid\": 174.707014,\n            \"diff24h\": 0.153006\n        },\n        \"bat\": {\n            \"rate\": 123152.70935960591,\n            \"ask\": 123247.232472,\n            \"bid\": 122453.98773,\n            \"diff24h\": 2233.725079\n        },\n        \"eth\": {\n            \"rate\": 14.5985401459854,\n            \"ask\": 14.60292,\n            \"bid\": 14.59203,\n            \"diff24h\": -0.103018\n        },\n        \"cad\": {\n            \"rate\": 36022.451892836434,\n            \"ask\": 36095.695002,\n            \"bid\": 35948.870452,\n            \"diff24h\": 306.977327\n        },\n        \"comp\": {\n            \"rate\": 789.8894154818325,\n            \"ask\": 792.094862,\n            \"bid\": 787.687451,\n            \"diff24h\": 26.530637\n        },\n        \"usdp\": {\n            \"rate\": 26484.215264579372,\n            \"ask\": 26539.849548,\n            \"bid\": 26431.233865,\n            \"diff24h\": 208.397356\n        },\n        \"dash\": {\n            \"rate\": 640.6149903907751,\n            \"ask\": 640.664962,\n            \"bid\": 636.885769,\n            \"diff24h\": -5.797421\n        },\n        \"mkr\": {\n            \"rate\": 42.5531914893617,\n            \"ask\": 42.674617,\n            \"bid\": 42.431973,\n            \"diff24h\": 0.747171\n        },\n        \"eur\": {\n            \"rate\": 24632.502824710522,\n            \"ask\": 24731.613139,\n            \"bid\": 24533.167967,\n            \"diff24h\": 149.29976\n        },\n        \"ftm\": {\n            \"rate\": 80085.51119177253,\n            \"ask\": 79611.930277,\n            \"bid\": 79564.177445,\n            \"diff24h\": 283.991897\n        },\n        \"ada\": {\n            \"rate\": 74074.07407407407,\n            \"ask\": 74277.242402,\n            \"bid\": 73925.925926,\n            \"diff24h\": 598.688328\n        },\n        \"gbp\": {\n            \"rate\": 21382.023097686062,\n            \"ask\": 21489.63152,\n            \"bid\": 21274.212471,\n            \"diff24h\": 129.364436\n        },\n        \"zil\": {\n            \"rate\": 1162769.872639438,\n            \"ask\": 1156322.681907,\n            \"bid\": 1155629.096374,\n            \"diff24h\": 2244.905781\n        },\n        \"ht\": {\n            \"rate\": 7700.0077000077,\n            \"ask\": 8083.9048,\n            \"bid\": 7756.275744,\n            \"diff24h\": -452.60929\n        },\n        \"egld\": {\n            \"rate\": 742.8807519640852,\n            \"ask\": 738.703058,\n            \"bid\": 738.25997,\n            \"diff24h\": 11.329777\n        },\n        \"matic\": {\n            \"rate\": 28169.014084507042,\n            \"ask\": 28210.763595,\n            \"bid\": 28127.288088,\n            \"diff24h\": -1619.487554\n        },\n        \"bsv\": {\n            \"rate\": 826.4462809917355,\n            \"ask\": 830.845771,\n            \"bid\": 824.112304,\n            \"diff24h\": -0.683578\n        },\n        \"doge\": {\n            \"rate\": 373134.32835820894,\n            \"ask\": 375280.898876,\n            \"bid\": 372388.059701\n        },\n        \"omg\": {\n            \"rate\": 32467.532467532463,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": 1020.991587\n        },\n        \"trx\": {\n            \"rate\": 348432.0557491289,\n            \"ask\": 350069.93007,\n            \"bid\": 348013.937282,\n            \"diff24h\": 8296.001327\n        },\n        \"aud\": {\n            \"rate\": 40493.35703880451,\n            \"ask\": 40577.467299,\n            \"bid\": 40408.851087,\n            \"diff24h\": 248.895016\n        },\n        \"flr\": {\n            \"rate\": 1038202.4273568628,\n            \"ask\": 1031089.00899,\n            \"bid\": 1030470.541125,\n            \"diff24h\": 38949.521942\n        },\n        \"xlm\": {\n            \"rate\": 301204.8192771084,\n            \"ask\": 302719.033233,\n            \"bid\": 300602.409639,\n            \"diff24h\": -1825.483753\n        },\n        \"gala\": {\n            \"rate\": 881660.6726606725,\n            \"ask\": 876725.577149,\n            \"bid\": 876199.699566,\n            \"diff24h\": 3310.170988\n        },\n        \"link\": {\n            \"rate\": 4189.359028068706,\n            \"ask\": 4199.497066,\n            \"bid\": 4179.229481,\n            \"diff24h\": 15.736324\n        },\n        \"fil\": {\n            \"rate\": 6025.550751024123,\n            \"ask\": 5990.143182,\n            \"bid\": 5986.550174,\n            \"diff24h\": 77.03886\n        },\n        \"dai\": {\n            \"rate\": 26470.974746,\n            \"ask\": 26526.584932,\n            \"bid\": 26418.022206,\n            \"diff24h\": 208.294746\n        },\n        \"xtz\": {\n            \"rate\": 30293.21510297483,\n            \"ask\": 30172.720043,\n            \"bid\": 30080.99267,\n            \"diff24h\": -68.264666\n        },\n        \"bnt\": {\n            \"rate\": 64724.91909385114,\n            \"ask\": 64938.431627,\n            \"bid\": 64553.686934,\n            \"diff24h\": -421.660711\n        },\n        \"bttc\": {\n            \"rate\": 45648741379.31034,\n            \"ask\": 26323678221.888756,\n            \"bid\": 26307888751.796654\n        },\n        \"usdc\": {\n            \"rate\": 27432.85886126704,\n            \"ask\": 27487.718603,\n            \"bid\": 27375.257473,\n            \"diff24h\": -867.361558\n        },\n        \"aave\": {\n            \"rate\": 417.5365344467641,\n            \"ask\": 418.212197,\n            \"bid\": 417.035491,\n            \"diff24h\": 2.42653\n        },\n        \"dot\": {\n            \"rate\": 5068.198698315467,\n            \"ask\": 5042.076005,\n            \"bid\": 5029.989526,\n            \"diff24h\": 71.49398\n        },\n        \"avax\": {\n            \"rate\": 1875.8206715438005,\n            \"ask\": 1876.73546,\n            \"bid\": 1874.906227,\n            \"diff24h\": 17.775335\n        },\n        \"cake\": {\n            \"rate\": 17316.069326357097,\n            \"ask\": 17223.230627,\n            \"bid\": 17210.246271,\n            \"diff24h\": 470.219423\n        },\n        \"atom\": {\n            \"rate\": 2526.60272926806,\n            \"ask\": 2511.682005,\n            \"bid\": 2510.175448,\n            \"diff24h\": 24.203492\n        },\n        \"busd\": {\n            \"rate\": \"26480.95000000\",\n            \"ask\": 26533.9119,\n            \"bid\": 26427.97812,\n            \"diff24h\": 213.12\n        },\n        \"uni\": {\n            \"rate\": 5305.039787798409,\n            \"ask\": 5315.649867,\n            \"bid\": 5291.622481,\n            \"diff24h\": -16.939989\n        },\n        \"snx\": {\n            \"rate\": 11135.8574610245,\n            \"ask\": 11158.129176,\n            \"bid\": 11101.223582,\n            \"diff24h\": -202.01102\n        },\n        \"gmt\": {\n            \"rate\": 100708.52034994293,\n            \"ask\": 100147.180099,\n            \"bid\": 100087.109812,\n            \"diff24h\": 1303.978336\n        },\n        \"vet\": {\n            \"rate\": 1388888.888888889,\n            \"ask\": 1390555.555556,\n            \"bid\": 1368219.178082,\n            \"diff24h\": 37537.537538\n        },\n        \"rep\": {\n            \"rate\": 5957.5010570824525,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": 13.524313\n        },\n        \"usdt\": {\n            \"rate\": \"26476.27000000\",\n            \"ask\": 26482.89907,\n            \"bid\": 26469.650933,\n            \"diff24h\": 214.01\n        },\n        \"yfi\": {\n            \"rate\": 4.142502071251036,\n            \"ask\": 4.149068,\n            \"bid\": 4.129086,\n            \"diff24h\": -0.017232\n        },\n        \"eurs\": {\n            \"rate\": 24632.25647997469,\n            \"ask\": 24682.351442,\n            \"bid\": 24582.43963,\n            \"diff24h\": 149.281677\n        },\n        \"icp\": {\n            \"rate\": 5461.496450027307,\n            \"ask\": 5468.050246,\n            \"bid\": 5448.990726,\n            \"diff24h\": 29.665923\n        },\n        \"eos\": {\n            \"rate\": 31318.509238960225,\n            \"ask\": 31351.689612,\n            \"bid\": 31197.24914,\n            \"diff24h\": -39.283172\n        },\n        \"ilv\": {\n            \"rate\": 561.7710587736049,\n            \"ask\": 558.868189,\n            \"bid\": 558.101209,\n            \"diff24h\": 0.122641\n        },\n        \"paxg\": {\n            \"rate\": 13.478905512872354,\n            \"ask\": 13.505863,\n            \"bid\": 13.444699,\n            \"diff24h\": 0.1934\n        },\n        \"ape\": {\n            \"rate\": 8224.998446722584,\n            \"ask\": 8178.86622,\n            \"bid\": 8173.960372,\n            \"diff24h\": 99.169239\n        },\n        \"ltc\": {\n            \"rate\": 303.7667071688943,\n            \"ask\": 304.466727,\n            \"bid\": 303.159174,\n            \"diff24h\": -6.40699\n        },\n        \"sgb\": {\n            \"rate\": 3309270.2371999994,\n            \"ask\": 3325532.060936,\n            \"bid\": 3295063.815789,\n            \"diff24h\": 26724.442912\n        },\n        \"sol\": {\n            \"rate\": 1371.9303059404583,\n            \"ask\": 1373.576622,\n            \"bid\": 1370.096022,\n            \"diff24h\": 14.341384\n        },\n        \"bnb\": {\n            \"rate\": 86.31106507854307,\n            \"ask\": 86.344411,\n            \"bid\": 86.285172,\n            \"diff24h\": 0.282159\n        },\n        \"zrx\": {\n            \"rate\": 121065.37530266344,\n            \"ask\": 121601.941748,\n            \"bid\": 120823.244552\n        },\n        \"tusd\": {\n            \"rate\": 27432.85886126704,\n            \"ask\": 27487.718603,\n            \"bid\": 27375.257473,\n            \"diff24h\": -867.361558\n        },\n        \"sushi\": {\n            \"rate\": 31705.770450221942,\n            \"ask\": 31789.340102,\n            \"bid\": 31632.329635,\n            \"diff24h\": 746.018128\n        },\n        \"bch\": {\n            \"rate\": 235.2941176470588,\n            \"ask\": 235.764706,\n            \"bid\": 234.2723,\n            \"diff24h\": -1.112502\n        },\n        \"axs\": {\n            \"rate\": 3887.8516886930984,\n            \"ask\": 3864.479475,\n            \"bid\": 3858.426937,\n            \"diff24h\": 92.666718\n        },\n        \"mana\": {\n            \"rate\": 57432.25596529283,\n            \"ask\": 57095.074863,\n            \"bid\": 57060.828092,\n            \"diff24h\": 339.473357\n        },\n        \"1inch\": {\n            \"rate\": 67541.50510204081,\n            \"ask\": 67307.117881,\n            \"bid\": 67128.685885,\n            \"diff24h\": 201.299974\n        },\n        \"near\": {\n            \"rate\": 16896.151882578175,\n            \"ask\": 16805.304375,\n            \"bid\": 16792.899419,\n            \"diff24h\": 17.822834\n        }\n    },\n    \"ftm\": {\n        \"gala\": {\n            \"rate\": 11.008991008991009,\n            \"ask\": 11.038201,\n            \"bid\": 10.986793,\n            \"diff24h\": 0.002302\n        },\n        \"eur\": {\n            \"rate\": 0.3075775188064368,\n            \"ask\": 0.308908,\n            \"bid\": 0.306337,\n            \"diff24h\": 0.000776\n        },\n        \"matic\": {\n            \"rate\": 0.3526023890784983,\n            \"ask\": 0.353377,\n            \"bid\": 0.351822,\n            \"diff24h\": -0.020696\n        },\n        \"near\": {\n            \"rate\": 0.21097638800255267,\n            \"ask\": 0.211597,\n            \"bid\": 0.210555,\n            \"diff24h\": -0.000527\n        },\n        \"eth\": {\n            \"rate\": 0.00018228936921041024,\n            \"ask\": 0.000183,\n            \"bid\": 0.000182,\n            \"diff24h\": -0.000002\n        },\n        \"ada\": {\n            \"rate\": 0.925531914893617,\n            \"ask\": 0.927663,\n            \"bid\": 0.923423,\n            \"diff24h\": 0.004457\n        },\n        \"snx\": {\n            \"rate\": 0.13914141414141415,\n            \"ask\": 0.139462,\n            \"bid\": 0.138805,\n            \"diff24h\": -0.003511\n        },\n        \"vet\": {\n            \"rate\": 17.272727272727273,\n            \"ask\": 17.312497,\n            \"bid\": 17.22919,\n            \"diff24h\": 0.12317\n        },\n        \"sand\": {\n            \"rate\": 0.6576486970360055,\n            \"ask\": 0.659294,\n            \"bid\": 0.656333,\n            \"diff24h\": 0.005966\n        },\n        \"mkr\": {\n            \"rate\": 0.0005315112540192926,\n            \"ask\": 0.000533,\n            \"bid\": 0.00053,\n            \"diff24h\": 0.000007\n        },\n        \"pax\": {\n            \"rate\": 0.3306,\n            \"ask\": 0.331361,\n            \"bid\": 0.329939,\n            \"diff24h\": 0.0015\n        },\n        \"bnb\": {\n            \"rate\": 0.0010775749674054758,\n            \"ask\": 0.00108,\n            \"bid\": 0.001075\n        },\n        \"eurs\": {\n            \"rate\": 0.307574442785167,\n            \"ask\": 0.310754,\n            \"bid\": 0.304492,\n            \"diff24h\": 0.000776\n        },\n        \"tusd\": {\n            \"rate\": 0.4759422614274258,\n            \"ask\": 0.476994,\n            \"bid\": 0.474943,\n            \"diff24h\": -0.00437\n        },\n        \"cad\": {\n            \"rate\": 0.44979986213208,\n            \"ask\": 0.45085,\n            \"bid\": 0.448881,\n            \"diff24h\": 0.002246\n        },\n        \"bat\": {\n            \"rate\": 1.534106728538283,\n            \"ask\": 1.537639,\n            \"bid\": 1.530329,\n            \"diff24h\": 0.018913\n        },\n        \"theta\": {\n            \"rate\": 0.3940405244338498,\n            \"ask\": 0.395419,\n            \"bid\": 0.393253,\n            \"diff24h\": 0.001788\n        },\n        \"bch\": {\n            \"rate\": 0.0029334516415261756,\n            \"ask\": 0.002943,\n            \"bid\": 0.002927,\n            \"diff24h\": -0.000026\n        },\n        \"avax\": {\n            \"rate\": 0.023397027600849257,\n            \"ask\": 0.023468,\n            \"bid\": 0.02335,\n            \"diff24h\": 0.000106\n        },\n        \"xtz\": {\n            \"rate\": 0.37826086956521743,\n            \"ask\": 0.379566,\n            \"bid\": 0.377505,\n            \"diff24h\": -0.002202\n        },\n        \"usdt\": {\n            \"rate\": \"0.33060000\",\n            \"ask\": 0.330799,\n            \"bid\": 0.330501,\n            \"diff24h\": 0.0014\n        },\n        \"ilv\": {\n            \"rate\": 0.007014640356460852,\n            \"ask\": 0.007037,\n            \"bid\": 0.006998,\n            \"diff24h\": -0.000023\n        },\n        \"icp\": {\n            \"rate\": 0.06813685078318218,\n            \"ask\": 0.06828,\n            \"bid\": 0.067972,\n            \"diff24h\": -0.000056\n        },\n        \"link\": {\n            \"rate\": 0.052310126582278474,\n            \"ask\": 0.052439,\n            \"bid\": 0.052205,\n            \"diff24h\": 0.000014\n        },\n        \"dai\": {\n            \"rate\": 0.33053388,\n            \"ask\": 0.331328,\n            \"bid\": 0.329873,\n            \"diff24h\": 0.001434\n        },\n        \"sushi\": {\n            \"rate\": 0.3959281437125749,\n            \"ask\": 0.397315,\n            \"bid\": 0.395137,\n            \"diff24h\": 0.007839\n        },\n        \"eos\": {\n            \"rate\": 0.39031877213695393,\n            \"ask\": 0.39168,\n            \"bid\": 0.389538,\n            \"diff24h\": -0.002871\n        },\n        \"usdc\": {\n            \"rate\": 0.4759422614274258,\n            \"ask\": 0.476994,\n            \"bid\": 0.474943,\n            \"diff24h\": -0.00437\n        },\n        \"rep\": {\n            \"rate\": 0.10126849894291753,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": 0.000169\n        },\n        \"ape\": {\n            \"rate\": 0.10270270270270271,\n            \"ask\": 0.102971,\n            \"bid\": 0.102497,\n            \"diff24h\": 0.000877\n        },\n        \"usd\": {\n            \"rate\": 0.330573552,\n            \"ask\": 0.331335,\n            \"bid\": 0.329909,\n            \"diff24h\": 0.001506\n        },\n        \"sol\": {\n            \"rate\": 0.017129533678756477,\n            \"ask\": 0.017178,\n            \"bid\": 0.017095,\n            \"diff24h\": 0.000122\n        },\n        \"egld\": {\n            \"rate\": 0.009276094276094276,\n            \"ask\": 0.0093,\n            \"bid\": 0.009258,\n            \"diff24h\": 0.000109\n        },\n        \"yfi\": {\n            \"rate\": 0.00005170472317797936,\n            \"ask\": 0.000052,\n            \"bid\": 0.000051\n        },\n        \"btt\": {\n            \"rate\": 564452.7915315009,\n            \"ask\": 566235.799117,\n            \"bid\": 563420.388822,\n            \"diff24h\": 11993.499942\n        },\n        \"dash\": {\n            \"rate\": 0.007981651376146788,\n            \"ask\": 0.008,\n            \"bid\": 0.007964,\n            \"diff24h\": -0.00012\n        },\n        \"axs\": {\n            \"rate\": 0.048546255506607926,\n            \"ask\": 0.048658,\n            \"bid\": 0.048378,\n            \"diff24h\": 0.000988\n        },\n        \"atom\": {\n            \"rate\": 0.031548811909533354,\n            \"ask\": 0.031618,\n            \"bid\": 0.03148,\n            \"diff24h\": 0.000191\n        },\n        \"cake\": {\n            \"rate\": 0.21621975147155004,\n            \"ask\": 0.216859,\n            \"bid\": 0.215787,\n            \"diff24h\": 0.005123\n        },\n        \"doge\": {\n            \"rate\": 4.661590524534687,\n            \"ask\": 4.672324,\n            \"bid\": 4.651614,\n            \"diff24h\": -0.011798\n        },\n        \"xlm\": {\n            \"rate\": 3.7696693272519957,\n            \"ask\": 3.778349,\n            \"bid\": 3.757847,\n            \"diff24h\": -0.030562\n        },\n        \"fil\": {\n            \"rate\": 0.07523896222121074,\n            \"ask\": 0.075412,\n            \"bid\": 0.075071,\n            \"diff24h\": 0.000698\n        },\n        \"uni\": {\n            \"rate\": 0.0662392306151072,\n            \"ask\": 0.066392,\n            \"bid\": 0.066093,\n            \"diff24h\": -0.000394\n        },\n        \"gbp\": {\n            \"rate\": 0.2669899059080079,\n            \"ask\": 0.268414,\n            \"bid\": 0.265644,\n            \"diff24h\": 0.000671\n        },\n        \"aud\": {\n            \"rate\": 0.5056265039232782,\n            \"ask\": 0.50683,\n            \"bid\": 0.504572,\n            \"diff24h\": 0.00132\n        },\n        \"paxg\": {\n            \"rate\": 0.0001682442748091603,\n            \"ask\": 0.000169,\n            \"bid\": 0.000168,\n            \"diff24h\": 0.000001\n        },\n        \"comp\": {\n            \"rate\": 0.009862768496420047,\n            \"ask\": 0.009886,\n            \"bid\": 0.00984,\n            \"diff24h\": 0.000288\n        },\n        \"mana\": {\n            \"rate\": 0.7171366594360086,\n            \"ask\": 0.718788,\n            \"bid\": 0.715548,\n            \"diff24h\": 0.001702\n        },\n        \"xmr\": {\n            \"rate\": 0.0021836195508586525,\n            \"ask\": 0.00219,\n            \"bid\": 0.002179,\n            \"diff24h\": -0.000006\n        },\n        \"btc\": {\n            \"rate\": 0.000012486653142606569,\n            \"ask\": 0.000013,\n            \"bid\": 0.000013\n        },\n        \"zrx\": {\n            \"rate\": 1.5158184319119672,\n            \"ask\": 1.518612,\n            \"bid\": 1.51071,\n            \"diff24h\": -0.004976\n        },\n        \"omg\": {\n            \"rate\": 0.4378807947019868,\n            \"ask\": 0.438889,\n            \"bid\": 0.436427,\n            \"diff24h\": -0.004458\n        },\n        \"xrp\": {\n            \"rate\": 0.7103566824237215,\n            \"ask\": 0.711992,\n            \"bid\": 0.708784,\n            \"diff24h\": -0.019032\n        },\n        \"1inch\": {\n            \"rate\": 0.8433673469387755,\n            \"ask\": 0.847471,\n            \"bid\": 0.84168,\n            \"diff24h\": -0.000479\n        },\n        \"bnt\": {\n            \"rate\": 0.80752320468979,\n            \"ask\": 0.811166,\n            \"bid\": 0.806106,\n            \"diff24h\": -0.010523\n        },\n        \"gmt\": {\n            \"rate\": 1.2575123621148725,\n            \"ask\": 1.260886,\n            \"bid\": 1.254999,\n            \"diff24h\": 0.011865\n        },\n        \"chf\": {\n            \"rate\": 0.29849469451392,\n            \"ask\": 0.299195,\n            \"bid\": 0.297882,\n            \"diff24h\": 0.000614\n        },\n        \"zil\": {\n            \"rate\": 14.519104084321476,\n            \"ask\": 14.559045,\n            \"bid\": 14.489958,\n            \"diff24h\": -0.023538\n        },\n        \"busd\": {\n            \"rate\": 0.33063306330633063,\n            \"ask\": 0.331427,\n            \"bid\": 0.329972,\n            \"diff24h\": 0.001467\n        },\n        \"ltc\": {\n            \"rate\": 0.0037930243230839835,\n            \"ask\": 0.003802,\n            \"bid\": 0.003785,\n            \"diff24h\": -0.000095\n        }\n    },\n    \"mkr\": {\n        \"near\": {\n            \"rate\": 396.93682195277603,\n            \"ask\": 398.53886,\n            \"bid\": 396.192087,\n            \"diff24h\": -6.019476\n        },\n        \"vet\": {\n            \"rate\": 32497.38766980146,\n            \"ask\": 32607.775361,\n            \"bid\": 32419.441911,\n            \"diff24h\": -175.879657\n        },\n        \"usdc\": {\n            \"rate\": 670.6094627105052,\n            \"ask\": 672.9547,\n            \"bid\": 669.201369,\n            \"diff24h\": -1.667864\n        },\n        \"icp\": {\n            \"rate\": 128.19455894476505,\n            \"ask\": 128.603303,\n            \"bid\": 127.901305,\n            \"diff24h\": -1.726701\n        },\n        \"doge\": {\n            \"rate\": 8768.65671641791,\n            \"ask\": 7848.976231,\n            \"bid\": 7817.642993,\n            \"diff24h\": -156.716418\n        },\n        \"zil\": {\n            \"rate\": 27316.644707949057,\n            \"ask\": 27421.638561,\n            \"bid\": 27265.18901,\n            \"diff24h\": -389.939472\n        },\n        \"bch\": {\n            \"rate\": 5.529411764705882,\n            \"ask\": 5.545176,\n            \"bid\": 5.500704,\n            \"diff24h\": -0.125435\n        },\n        \"uni\": {\n            \"rate\": 124.66843501326261,\n            \"ask\": 125.105882,\n            \"bid\": 124.232306,\n            \"diff24h\": -2.633321\n        },\n        \"matic\": {\n            \"rate\": 663.3959044368601,\n            \"ask\": 665.577067,\n            \"bid\": 662.010235,\n            \"diff24h\": -47.810992\n        },\n        \"theta\": {\n            \"rate\": 741.3587604290823,\n            \"ask\": 744.763811,\n            \"bid\": 739.967595,\n            \"diff24h\": -5.959476\n        },\n        \"sand\": {\n            \"rate\": 1237.3184802068827,\n            \"ask\": 1241.766589,\n            \"bid\": 1234.996802,\n            \"diff24h\": -4.265678\n        },\n        \"axs\": {\n            \"rate\": 91.33627019089575,\n            \"ask\": 91.646376,\n            \"bid\": 91.031226,\n            \"diff24h\": 0.729334\n        },\n        \"chf\": {\n            \"rate\": 561.5961887103999,\n            \"ask\": 563.649282,\n            \"bid\": 560.442526,\n            \"diff24h\": -5.92567\n        },\n        \"aave\": {\n            \"rate\": 9.826224328593998,\n            \"ask\": 9.859586,\n            \"bid\": 9.792318,\n            \"diff24h\": -0.078989\n        },\n        \"atom\": {\n            \"rate\": 59.35680885580686,\n            \"ask\": 59.55265,\n            \"bid\": 59.234136,\n            \"diff24h\": -0.385926\n        },\n        \"ltc\": {\n            \"rate\": 7.138517618469016,\n            \"ask\": 7.161045,\n            \"bid\": 7.118165,\n            \"diff24h\": -0.280837\n        },\n        \"fil\": {\n            \"rate\": 141.5566681838871,\n            \"ask\": 142.037266,\n            \"bid\": 141.258938,\n            \"diff24h\": -0.459187\n        },\n        \"xmr\": {\n            \"rate\": 4.108322324966975,\n            \"ask\": 4.124995,\n            \"bid\": 4.100614,\n            \"diff24h\": -0.063334\n        },\n        \"btt\": {\n            \"rate\": 1061977121.3932047,\n            \"ask\": 623924542.168224,\n            \"bid\": 621019210.087065,\n            \"diff24h\": 9433894.936935\n        },\n        \"dash\": {\n            \"rate\": 15.054452274183216,\n            \"ask\": 15.078055,\n            \"bid\": 14.973163,\n            \"diff24h\": -0.407733\n        },\n        \"ada\": {\n            \"rate\": 1741.3213885778275,\n            \"ask\": 1747.232632,\n            \"bid\": 1737.568682,\n            \"diff24h\": -13.506487\n        },\n        \"usdt\": {\n            \"rate\": \"622.00000000\",\n            \"ask\": 623.1869,\n            \"bid\": 621.8134,\n            \"diff24h\": -5\n        },\n        \"xtz\": {\n            \"rate\": 711.6704805491992,\n            \"ask\": 714.904751,\n            \"bid\": 710.335357,\n            \"diff24h\": -13.185011\n        },\n        \"pax\": {\n            \"rate\": 622,\n            \"ask\": 624.246,\n            \"bid\": 620.756,\n            \"diff24h\": -5\n        },\n        \"mana\": {\n            \"rate\": 1349.2407809110628,\n            \"ask\": 1353.820611,\n            \"bid\": 1346.418301,\n            \"diff24h\": -13.802697\n        },\n        \"dot\": {\n            \"rate\": 119.06584992343033,\n            \"ask\": 119.447241,\n            \"bid\": 118.796964,\n            \"diff24h\": -0.226388\n        },\n        \"tusd\": {\n            \"rate\": 670.6094627105052,\n            \"ask\": 672.9547,\n            \"bid\": 669.201369,\n            \"diff24h\": -1.667864\n        },\n        \"bnb\": {\n            \"rate\": 2.027379400260756,\n            \"ask\": 2.035056,\n            \"bid\": 2.02303,\n            \"diff24h\": -0.026338\n        },\n        \"usdp\": {\n            \"rate\": 622.186655996799,\n            \"ask\": 624.495823,\n            \"bid\": 620.941978,\n            \"diff24h\": -5.127001\n        },\n        \"gbp\": {\n            \"rate\": 502.32220651778863,\n            \"ask\": 505.661688,\n            \"bid\": 499.78944,\n            \"diff24h\": -5.067633\n        },\n        \"sol\": {\n            \"rate\": 32.2279792746114,\n            \"ask\": 32.354162,\n            \"bid\": 32.167511,\n            \"diff24h\": -0.175121\n        },\n        \"eurs\": {\n            \"rate\": 578.6790786823166,\n            \"ask\": 580.787971,\n            \"bid\": 577.508745,\n            \"diff24h\": -5.831916\n        },\n        \"eth\": {\n            \"rate\": 0.3430656934306569,\n            \"ask\": 0.344044,\n            \"bid\": 0.342038,\n            \"diff24h\": -0.008647\n        },\n        \"xrp\": {\n            \"rate\": 1336.7463026166097,\n            \"ask\": 1341.320433,\n            \"bid\": 1332.935154,\n            \"diff24h\": -55.570345\n        },\n        \"ilv\": {\n            \"rate\": 13.197538722681944,\n            \"ask\": 13.253595,\n            \"bid\": 13.167189,\n            \"diff24h\": -0.211358\n        },\n        \"egld\": {\n            \"rate\": 17.45230078563412,\n            \"ask\": 17.516469,\n            \"bid\": 17.419556,\n            \"diff24h\": -0.01288\n        },\n        \"cake\": {\n            \"rate\": 406.80183126226297,\n            \"ask\": 408.450008,\n            \"bid\": 406.038482,\n            \"diff24h\": 4.620946\n        },\n        \"ftm\": {\n            \"rate\": 1881.427707199032,\n            \"ask\": 1887.814385,\n            \"bid\": 1877.330978,\n            \"diff24h\": -23.768282\n        },\n        \"avax\": {\n            \"rate\": 44.01981599433829,\n            \"ask\": 44.200551,\n            \"bid\": 43.937223,\n            \"diff24h\": -0.353857\n        },\n        \"rub\": {\n            \"rate\": 49809.817895759996,\n            \"ask\": 50011.532459,\n            \"bid\": 49687.967424,\n            \"diff24h\": -424.03565\n        },\n        \"bat\": {\n            \"rate\": 2894.088669950739,\n            \"ask\": 2898.769988,\n            \"bid\": 2875.214724,\n            \"diff24h\": 1.706566\n        },\n        \"cad\": {\n            \"rate\": 846.2659233096,\n            \"ask\": 849.349606,\n            \"bid\": 844.537294,\n            \"diff24h\": -6.411814\n        },\n        \"1inch\": {\n            \"rate\": 1586.7346938775509,\n            \"ask\": 1596.192575,\n            \"bid\": 1583.755936,\n            \"diff24h\": -20.957614\n        },\n        \"zrx\": {\n            \"rate\": 2845.0363196125904,\n            \"ask\": 2943.366087,\n            \"bid\": 2931.616122,\n            \"diff24h\": -50.847458\n        },\n        \"bnt\": {\n            \"rate\": 1521.0355987055018,\n            \"ask\": 1569.795246,\n            \"bid\": 1563.528599,\n            \"diff24h\": -37.27059\n        },\n        \"comp\": {\n            \"rate\": 18.562401263823066,\n            \"ask\": 18.637009,\n            \"bid\": 18.488115,\n            \"diff24h\": 0.302859\n        },\n        \"btc\": {\n            \"rate\": \"0.02350000\",\n            \"ask\": 0.023567,\n            \"bid\": 0.023433,\n            \"diff24h\": -0.00042\n        },\n        \"ape\": {\n            \"rate\": 193.2277104690898,\n            \"ask\": 193.943977,\n            \"bid\": 192.865142,\n            \"diff24h\": -0.769814\n        },\n        \"eos\": {\n            \"rate\": 735.9849671155653,\n            \"ask\": 737.621283,\n            \"bid\": 733.197747,\n            \"diff24h\": -14.093427\n        },\n        \"gala\": {\n            \"rate\": 20712.620712620712,\n            \"ask\": 20790.20749,\n            \"bid\": 20673.421382,\n            \"diff24h\": -257.278953\n        },\n        \"rep\": {\n            \"rate\": 145.58628980972517,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": 4.110251\n        },\n        \"yfi\": {\n            \"rate\": 0.09734879867439933,\n            \"ask\": 0.097627,\n            \"bid\": 0.096951,\n            \"diff24h\": -0.002152\n        },\n        \"snx\": {\n            \"rate\": 261.6926503340757,\n            \"ask\": 261.632541,\n            \"bid\": 260.5881,\n            \"diff24h\": -9.509164\n        },\n        \"gmt\": {\n            \"rate\": 2365.9186002282236,\n            \"ask\": 2374.850933,\n            \"bid\": 2361.483539,\n            \"diff24h\": -7.283519\n        },\n        \"omg\": {\n            \"rate\": 743.5064935064934,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": -22.627692\n        },\n        \"dai\": {\n            \"rate\": 621.8756,\n            \"ask\": 624.1837,\n            \"bid\": 620.6316,\n            \"diff24h\": -5.1244\n        },\n        \"usd\": {\n            \"rate\": 621.95024,\n            \"ask\": 624.19616,\n            \"bid\": 620.70002,\n            \"diff24h\": -4.98706\n        },\n        \"eur\": {\n            \"rate\": 578.6848659939616,\n            \"ask\": 581.947123,\n            \"bid\": 576.351218,\n            \"diff24h\": -5.831578\n        },\n        \"aud\": {\n            \"rate\": 951.2997139754357,\n            \"ask\": 954.807931,\n            \"bid\": 949.314438,\n            \"diff24h\": -9.503894\n        },\n        \"xlm\": {\n            \"rate\": 7078.313253012047,\n            \"ask\": 7119.939577,\n            \"bid\": 7058.13253,\n            \"diff24h\": -170.171595\n        },\n        \"sushi\": {\n            \"rate\": 745.0856055802157,\n            \"ask\": 758.706639,\n            \"bid\": 733.74706,\n            \"diff24h\": 4.52833\n        },\n        \"link\": {\n            \"rate\": 98.44993715961459,\n            \"ask\": 98.772003,\n            \"bid\": 98.16925,\n            \"diff24h\": -1.383118\n        },\n        \"trx\": {\n            \"rate\": 8191.755564335573,\n            \"ask\": 8220.674627,\n            \"bid\": 8176.36183,\n            \"diff24h\": 73.148805\n        },\n        \"paxg\": {\n            \"rate\": 0.3167542795525003,\n            \"ask\": 0.317656,\n            \"bid\": 0.315683,\n            \"diff24h\": -0.001035\n        },\n        \"busd\": {\n            \"rate\": 622.062206220622,\n            \"ask\": 624.3706,\n            \"bid\": 620.8182,\n            \"diff24h\": -5.063219\n        }\n    },\n    \"usd\": {\n        \"snx\": {\n            \"rate\": 0.4209090936029091,\n            \"ask\": 0.421755,\n            \"bid\": 0.419891,\n            \"diff24h\": -0.012598\n        },\n        \"btc\": {\n            \"rate\": 0.00003777269254319102,\n            \"ask\": 0.000038,\n            \"bid\": 0.000038\n        },\n        \"vet\": {\n            \"rate\": 52.25078403346457,\n            \"ask\": 52.355906,\n            \"bid\": 52.118989,\n            \"diff24h\": 0.135098\n        },\n        \"eur\": {\n            \"rate\": 0.930444612958302,\n            \"ask\": 0.934188,\n            \"bid\": 0.926701,\n            \"diff24h\": -0.001874\n        },\n        \"xmr\": {\n            \"rate\": 0.006605548258920159,\n            \"ask\": 0.006623,\n            \"bid\": 0.006592,\n            \"diff24h\": -0.000048\n        },\n        \"ethw\": {\n            \"rate\": 0.49333991119881593,\n            \"ask\": 0.494571,\n            \"bid\": 0.491384,\n            \"diff24h\": -0.00122\n        },\n        \"pax\": {\n            \"rate\": 1.000080006400512,\n            \"ask\": 1.00209,\n            \"bid\": 0.99808,\n            \"diff24h\": -0.00002\n        },\n        \"near\": {\n            \"rate\": 0.6382131502236835,\n            \"ask\": 0.639905,\n            \"bid\": 0.636937,\n            \"diff24h\": -0.004525\n        },\n        \"matic\": {\n            \"rate\": 1.0666382320824572,\n            \"ask\": 1.068668,\n            \"bid\": 1.064278,\n            \"diff24h\": -0.067776\n        },\n        \"bnb\": {\n            \"rate\": 0.0032597131890499086,\n            \"ask\": 0.003267,\n            \"bid\": 0.003253,\n            \"diff24h\": -0.000016\n        },\n        \"ilv\": {\n            \"rate\": 0.021219605482718267,\n            \"ask\": 0.02128,\n            \"bid\": 0.021168,\n            \"diff24h\": -0.000168\n        },\n        \"eth\": {\n            \"rate\": 0.0005514336162331893,\n            \"ask\": 0.000553,\n            \"bid\": 0.00055,\n            \"diff24h\": -0.000008\n        },\n        \"rub\": {\n            \"rate\": 80.0865,\n            \"ask\": 80.281743,\n            \"bid\": 79.891397,\n            \"diff24h\": 0.2115\n        },\n        \"uni\": {\n            \"rate\": 0.20037667930284755,\n            \"ask\": 0.200779,\n            \"bid\": 0.199936,\n            \"diff24h\": -0.002114\n        },\n        \"btt\": {\n            \"rate\": 1707495.3156915011,\n            \"ask\": 1002085.098969,\n            \"bid\": 998084.759253,\n            \"diff24h\": 28630.098299\n        },\n        \"usdp\": {\n            \"rate\": 1.0001055311356455,\n            \"ask\": 1.002115,\n            \"bid\": 0.998005,\n            \"diff24h\": -0.000028\n        },\n        \"dash\": {\n            \"rate\": 0.024144857711262964,\n            \"ask\": 0.024193,\n            \"bid\": 0.024091,\n            \"diff24h\": -0.000476\n        },\n        \"dot\": {\n            \"rate\": 0.19143951117927105,\n            \"ask\": 0.191788,\n            \"bid\": 0.190983,\n            \"diff24h\": 0.001162\n        },\n        \"1inch\": {\n            \"rate\": 2.551224506123755,\n            \"ask\": 2.562889,\n            \"bid\": 2.546119,\n            \"diff24h\": -0.013134\n        },\n        \"egld\": {\n            \"rate\": 0.028060606240193943,\n            \"ask\": 0.028125,\n            \"bid\": 0.028004,\n            \"diff24h\": 0.000203\n        },\n        \"zil\": {\n            \"rate\": 43.92094889769486,\n            \"ask\": 44.028908,\n            \"bid\": 43.832775,\n            \"diff24h\": -0.2726\n        },\n        \"aave\": {\n            \"rate\": 0.015799052233815357,\n            \"ask\": 0.015831,\n            \"bid\": 0.015743\n        },\n        \"flr\": {\n            \"rate\": 39.15426781519186,\n            \"ask\": 39.232576,\n            \"bid\": 39.030113,\n            \"diff24h\": 1.102517\n        },\n        \"cad\": {\n            \"rate\": 1.360865,\n            \"ask\": 1.363632,\n            \"bid\": 1.358098,\n            \"diff24h\": 0.00082\n        },\n        \"dai\": {\n            \"rate\": 0.9998799903992319,\n            \"ask\": 1.00199,\n            \"bid\": 0.997881,\n            \"diff24h\": -0.00022\n        },\n        \"zrx\": {\n            \"rate\": 4.585419561671308,\n            \"ask\": 4.592522,\n            \"bid\": 4.569952,\n            \"diff24h\": -0.036115\n        },\n        \"yfi\": {\n            \"rate\": 0.00015640913456373351,\n            \"ask\": 0.000157,\n            \"bid\": 0.000156,\n            \"diff24h\": -0.000001\n        },\n        \"bat\": {\n            \"rate\": 4.640742489097504,\n            \"ask\": 4.650079,\n            \"bid\": 4.629305,\n            \"diff24h\": 0.03623\n        },\n        \"atom\": {\n            \"rate\": 0.09543658807142973,\n            \"ask\": 0.095619,\n            \"bid\": 0.095228,\n            \"diff24h\": 0.000144\n        },\n        \"avax\": {\n            \"rate\": 0.07077707051666751,\n            \"ask\": 0.07097,\n            \"bid\": 0.070636,\n            \"diff24h\": -0.000001\n        },\n        \"bsv\": {\n            \"rate\": 0.03132052446408644,\n            \"ask\": 0.031382,\n            \"bid\": 0.031217,\n            \"diff24h\": -0.000142\n        },\n        \"ape\": {\n            \"rate\": 0.3106803374962759,\n            \"ask\": 0.311402,\n            \"bid\": 0.310059,\n            \"diff24h\": 0.001243\n        },\n        \"icp\": {\n            \"rate\": 0.20611706644693156,\n            \"ask\": 0.206489,\n            \"bid\": 0.20562,\n            \"diff24h\": -0.001115\n        },\n        \"mkr\": {\n            \"rate\": 0.0016078456694541994,\n            \"ask\": 0.001611,\n            \"bid\": 0.001602,\n            \"diff24h\": 0.000013\n        },\n        \"theta\": {\n            \"rate\": 1.1919904724678332,\n            \"ask\": 1.195812,\n            \"bid\": 1.189606,\n            \"diff24h\": -0.000024\n        },\n        \"doge\": {\n            \"rate\": 14.10152293288934,\n            \"ask\": 14.129815,\n            \"bid\": 14.071389,\n            \"diff24h\": -0.100408\n        },\n        \"comp\": {\n            \"rate\": 0.02983532238665012,\n            \"ask\": 0.029895,\n            \"bid\": 0.029767,\n            \"diff24h\": 0.000737\n        },\n        \"ada\": {\n            \"rate\": 2.7997760537528333,\n            \"ask\": 2.805403,\n            \"bid\": 2.793396,\n            \"diff24h\": 0.000728\n        },\n        \"bttc\": {\n            \"rate\": 1724275.873104331,\n            \"ask\": 1002085.098969,\n            \"bid\": 998084.759253,\n            \"diff24h\": 29191.110391\n        },\n        \"xtz\": {\n            \"rate\": 1.1442563002294188,\n            \"ask\": 1.14787,\n            \"bid\": 1.141968,\n            \"diff24h\": -0.011929\n        },\n        \"xlm\": {\n            \"rate\": 11.403420825547457,\n            \"ask\": 11.426304,\n            \"bid\": 11.367694,\n            \"diff24h\": -0.145078\n        },\n        \"gbp\": {\n            \"rate\": 0.8077250826908553,\n            \"ask\": 0.811787,\n            \"bid\": 0.803664,\n            \"diff24h\": -0.001598\n        },\n        \"usdt\": {\n            \"rate\": 1.000080006400512,\n            \"ask\": 1.00209,\n            \"bid\": 0.99808,\n            \"diff24h\": -0.00002\n        },\n        \"trx\": {\n            \"rate\": 13.171078709344291,\n            \"ask\": 13.199333,\n            \"bid\": 13.144696,\n            \"diff24h\": 0.221448\n        },\n        \"usdc\": {\n            \"rate\": 1.0001055311356455,\n            \"ask\": 1.002115,\n            \"bid\": 0.998005,\n            \"diff24h\": -0.000028\n        },\n        \"gmt\": {\n            \"rate\": 3.80403197565809,\n            \"ask\": 3.813123,\n            \"bid\": 3.79643,\n            \"diff24h\": 0.018642\n        },\n        \"cake\": {\n            \"rate\": 0.6540745627210675,\n            \"ask\": 0.655818,\n            \"bid\": 0.652766,\n            \"diff24h\": 0.012574\n        },\n        \"sand\": {\n            \"rate\": 1.9894171601362882,\n            \"ask\": 1.993813,\n            \"bid\": 1.985438,\n            \"diff24h\": 0.009021\n        },\n        \"ht\": {\n            \"rate\": 0.3203023432727515,\n            \"ask\": 0.321173,\n            \"bid\": 0.31959,\n            \"diff24h\": -0.001739\n        },\n        \"sgb\": {\n            \"rate\": 125,\n            \"ask\": 126.835443,\n            \"bid\": 124.75,\n            \"diff24h\": 1.54321\n        },\n        \"omg\": {\n            \"rate\": 1.3246092800006781,\n            \"ask\": 1.327273,\n            \"bid\": 1.320211,\n            \"diff24h\": -0.019611\n        },\n        \"mana\": {\n            \"rate\": 2.1693709466388547,\n            \"ask\": 2.17373,\n            \"bid\": 2.164564,\n            \"diff24h\": -0.00476\n        },\n        \"rep\": {\n            \"rate\": 0.2110914097152963,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": 0.000076\n        },\n        \"gala\": {\n            \"rate\": 33.302697515834566,\n            \"ask\": 33.381307,\n            \"bid\": 33.235545,\n            \"diff24h\": -0.145463\n        },\n        \"bch\": {\n            \"rate\": 0.008873824369126105,\n            \"ask\": 0.0089,\n            \"bid\": 0.008856,\n            \"diff24h\": -0.00012\n        },\n        \"busd\": {\n            \"rate\": 1.0001800244029524,\n            \"ask\": 1.002291,\n            \"bid\": 0.998179,\n            \"diff24h\": -0.00012\n        },\n        \"paxg\": {\n            \"rate\": 0.0005089465681427542,\n            \"ask\": 0.00051,\n            \"bid\": 0.000508,\n            \"diff24h\": 0.000002\n        },\n        \"eos\": {\n            \"rate\": 1.1807320028341346,\n            \"ask\": 1.184504,\n            \"bid\": 1.17837,\n            \"diff24h\": -0.014131\n        },\n        \"eurs\": {\n            \"rate\": 0.9304013286130972,\n            \"ask\": 0.939727,\n            \"bid\": 0.921076,\n            \"diff24h\": -0.001926\n        },\n        \"link\": {\n            \"rate\": 0.15824050734185316,\n            \"ask\": 0.158584,\n            \"bid\": 0.157924,\n            \"diff24h\": -0.000682\n        },\n        \"fil\": {\n            \"rate\": 0.22760127592182794,\n            \"ask\": 0.228059,\n            \"bid\": 0.227094,\n            \"diff24h\": 0.001078\n        },\n        \"bnt\": {\n            \"rate\": 2.442794348804377,\n            \"ask\": 2.4531,\n            \"bid\": 2.438503,\n            \"diff24h\": -0.043161\n        },\n        \"aud\": {\n            \"rate\": 1.5295197308045272,\n            \"ask\": 1.532696,\n            \"bid\": 1.526344,\n            \"diff24h\": -0.002906\n        },\n        \"tusd\": {\n            \"rate\": 1.0001055311356455,\n            \"ask\": 1.002115,\n            \"bid\": 0.998005,\n            \"diff24h\": -0.000028\n        },\n        \"sol\": {\n            \"rate\": 0.05181761691194362,\n            \"ask\": 0.051949,\n            \"bid\": 0.051714,\n            \"diff24h\": 0.000133\n        },\n        \"xrp\": {\n            \"rate\": 2.148861208423962,\n            \"ask\": 2.153181,\n            \"bid\": 2.144102,\n            \"diff24h\": -0.067673\n        },\n        \"sushi\": {\n            \"rate\": 1.197700606467679,\n            \"ask\": 1.201547,\n            \"bid\": 1.195306,\n            \"diff24h\": 0.018337\n        },\n        \"ltc\": {\n            \"rate\": 0.01147407074805544,\n            \"ask\": 0.011497,\n            \"bid\": 0.01145,\n            \"diff24h\": -0.00034\n        },\n        \"ftm\": {\n            \"rate\": 3.025045391411107,\n            \"ask\": 3.031125,\n            \"bid\": 3.018084,\n            \"diff24h\": -0.013849\n        },\n        \"chf\": {\n            \"rate\": 0.90297,\n            \"ask\": 0.904826,\n            \"bid\": 0.901114,\n            \"diff24h\": -0.002235\n        },\n        \"axs\": {\n            \"rate\": 0.1468546264905304,\n            \"ask\": 0.14715,\n            \"bid\": 0.146346,\n            \"diff24h\": 0.002332\n        }\n    },\n    \"eur\": {\n        \"xrp\": {\n            \"rate\": 2.3095208166717796,\n            \"ask\": 2.318836,\n            \"bid\": 2.299735,\n            \"diff24h\": -0.067876\n        },\n        \"xlm\": {\n            \"rate\": 12.255997583569512,\n            \"ask\": 12.305382,\n            \"bid\": 12.192836,\n            \"diff24h\": -0.130625\n        },\n        \"sgb\": {\n            \"rate\": 134.350625,\n            \"ask\": 136.602138,\n            \"bid\": 133.810062,\n            \"diff24h\": 0.2775\n        },\n        \"bnt\": {\n            \"rate\": 2.6254298682927364,\n            \"ask\": 2.641829,\n            \"bid\": 2.615505,\n            \"diff24h\": -0.040942\n        },\n        \"zrx\": {\n            \"rate\": 4.928248455199662,\n            \"ask\": 4.945846,\n            \"bid\": 4.901669,\n            \"diff24h\": -0.02869\n        },\n        \"atom\": {\n            \"rate\": 0.10257190457859017,\n            \"ask\": 0.102976,\n            \"bid\": 0.10214,\n            \"diff24h\": 0.000363\n        },\n        \"comp\": {\n            \"rate\": 0.03206596026488801,\n            \"ask\": 0.032195,\n            \"bid\": 0.031927,\n            \"diff24h\": 0.000856\n        },\n        \"uni\": {\n            \"rate\": 0.21535784173092493,\n            \"ask\": 0.216226,\n            \"bid\": 0.214448,\n            \"diff24h\": -0.001828\n        },\n        \"cad\": {\n            \"rate\": 1.4625599999999999,\n            \"ask\": 1.465545,\n            \"bid\": 1.459575,\n            \"diff24h\": 0.003875\n        },\n        \"fil\": {\n            \"rate\": 0.24461788531612338,\n            \"ask\": 0.245604,\n            \"bid\": 0.243578,\n            \"diff24h\": 0.001655\n        },\n        \"gbp\": {\n            \"rate\": 0.868115,\n            \"ask\": 0.872491,\n            \"bid\": 0.86374,\n            \"diff24h\": 0.000045\n        },\n        \"matic\": {\n            \"rate\": 1.1463854395041022,\n            \"ask\": 1.150886,\n            \"bid\": 1.14153,\n            \"diff24h\": -0.070359\n        },\n        \"eos\": {\n            \"rate\": 1.2690094310260285,\n            \"ask\": 1.275634,\n            \"bid\": 1.263904,\n            \"diff24h\": -0.012569\n        },\n        \"icp\": {\n            \"rate\": 0.22152740891983638,\n            \"ask\": 0.222375,\n            \"bid\": 0.220545,\n            \"diff24h\": -0.000744\n        },\n        \"vet\": {\n            \"rate\": 56.157313901726546,\n            \"ask\": 56.383887,\n            \"bid\": 55.902128,\n            \"diff24h\": 0.25937\n        },\n        \"bttc\": {\n            \"rate\": 1853191.3587569764,\n            \"ask\": 1079155.547878,\n            \"bid\": 1070556.698891,\n            \"diff24h\": 35087.051403\n        },\n        \"gmt\": {\n            \"rate\": 4.088440426318167,\n            \"ask\": 4.106485,\n            \"bid\": 4.072,\n            \"diff24h\": 0.028329\n        },\n        \"aave\": {\n            \"rate\": 0.01698026837407656,\n            \"ask\": 0.017049,\n            \"bid\": 0.016885,\n            \"diff24h\": 0.000034\n        },\n        \"usd\": {\n            \"rate\": 1.0747550000000001,\n            \"ask\": 1.079079,\n            \"bid\": 1.070431,\n            \"diff24h\": 0.00216\n        },\n        \"rub\": {\n            \"rate\": 86.0773706325,\n            \"ask\": 86.461434,\n            \"bid\": 85.69361,\n            \"diff24h\": 0.136498\n        },\n        \"mana\": {\n            \"rate\": 2.3315639654643086,\n            \"ask\": 2.340965,\n            \"bid\": 2.321682,\n            \"diff24h\": -0.000352\n        },\n        \"bnb\": {\n            \"rate\": 0.0035034256456292247,\n            \"ask\": 0.003519,\n            \"bid\": 0.003489,\n            \"diff24h\": -0.00001\n        },\n        \"usdt\": {\n            \"rate\": 1.0748909912793023,\n            \"ask\": 1.074927,\n            \"bid\": 1.074865,\n            \"diff24h\": 0.002199\n        },\n        \"eth\": {\n            \"rate\": 0.0005926615505508635,\n            \"ask\": 0.000595,\n            \"bid\": 0.00059,\n            \"diff24h\": -0.000008\n        },\n        \"dot\": {\n            \"rate\": 0.20575248623258924,\n            \"ask\": 0.206543,\n            \"bid\": 0.204846,\n            \"diff24h\": 0.001665\n        },\n        \"aud\": {\n            \"rate\": 1.643885,\n            \"ask\": 1.647228,\n            \"bid\": 1.640542,\n            \"diff24h\": 0.00023\n        },\n        \"avax\": {\n            \"rate\": 0.07606871819384614,\n            \"ask\": 0.07643,\n            \"bid\": 0.075763,\n            \"diff24h\": 0.000154\n        },\n        \"xtz\": {\n            \"rate\": 1.229806622516071,\n            \"ask\": 1.236181,\n            \"bid\": 1.224859,\n            \"diff24h\": -0.010288\n        },\n        \"ht\": {\n            \"rate\": 0.3442497479675387,\n            \"ask\": 0.345882,\n            \"bid\": 0.342788,\n            \"diff24h\": -0.001164\n        },\n        \"doge\": {\n            \"rate\": 15.155823294966812,\n            \"ask\": 15.216887,\n            \"bid\": 15.092783,\n            \"diff24h\": -0.076803\n        },\n        \"paxg\": {\n            \"rate\": 0.0005469979583099472,\n            \"ask\": 0.000549,\n            \"bid\": 0.000545,\n            \"diff24h\": 0.000003\n        },\n        \"ape\": {\n            \"rate\": 0.3339083529291849,\n            \"ask\": 0.335359,\n            \"bid\": 0.332565,\n            \"diff24h\": 0.002014\n        },\n        \"near\": {\n            \"rate\": 0.6859291564001572,\n            \"ask\": 0.689135,\n            \"bid\": 0.68317,\n            \"diff24h\": -0.003455\n        },\n        \"sushi\": {\n            \"rate\": 1.287246692310235,\n            \"ask\": 1.293987,\n            \"bid\": 1.282069,\n            \"diff24h\": 0.022292\n        },\n        \"usdp\": {\n            \"rate\": 1.0886757590947658,\n            \"ask\": 1.093171,\n            \"bid\": 1.084301,\n            \"diff24h\": 0.010172\n        },\n        \"gala\": {\n            \"rate\": 35.79257369560593,\n            \"ask\": 35.949484,\n            \"bid\": 35.648,\n            \"diff24h\": -0.083063\n        },\n        \"ltc\": {\n            \"rate\": 0.012331929647533803,\n            \"ask\": 0.012382,\n            \"bid\": 0.012281,\n            \"diff24h\": -0.00034\n        },\n        \"eurs\": {\n            \"rate\": 1,\n            \"ask\": 1,\n            \"bid\": 1\n        },\n        \"ada\": {\n            \"rate\": 3.0091013104116633,\n            \"ask\": 3.021235,\n            \"bid\": 2.996159,\n            \"diff24h\": 0.006914\n        },\n        \"theta\": {\n            \"rate\": 1.2811096401418907,\n            \"ask\": 1.287812,\n            \"bid\": 1.275955,\n            \"diff24h\": 0.002586\n        },\n        \"xmr\": {\n            \"rate\": 0.0070994120744983236,\n            \"ask\": 0.007133,\n            \"bid\": 0.007071,\n            \"diff24h\": -0.000038\n        },\n        \"snx\": {\n            \"rate\": 0.45237836198613063,\n            \"ask\": 0.454203,\n            \"bid\": 0.450369,\n            \"diff24h\": -0.01259\n        },\n        \"rep\": {\n            \"rate\": 0.22457803988200664,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": 0.000078\n        },\n        \"busd\": {\n            \"rate\": 1.0749584839274389,\n            \"ask\": 1.079402,\n            \"bid\": 1.070634,\n            \"diff24h\": 0.002062\n        },\n        \"ftm\": {\n            \"rate\": 3.2512129100999583,\n            \"ask\": 3.264323,\n            \"bid\": 3.237156,\n            \"diff24h\": -0.008227\n        },\n        \"flr\": {\n            \"rate\": 42.14921568627451,\n            \"ask\": 42.318805,\n            \"bid\": 41.88128,\n            \"diff24h\": 1.335479\n        },\n        \"chf\": {\n            \"rate\": 0.970515,\n            \"ask\": 0.974442,\n            \"bid\": 0.966588,\n            \"diff24h\": -0.000405\n        },\n        \"mkr\": {\n            \"rate\": 0.0017280562509309424,\n            \"ask\": 0.001735,\n            \"bid\": 0.001718,\n            \"diff24h\": 0.000017\n        },\n        \"bat\": {\n            \"rate\": 4.987707601294878,\n            \"ask\": 5.007831,\n            \"bid\": 4.965331,\n            \"diff24h\": 0.049026\n        },\n        \"trx\": {\n            \"rate\": 14.155814409048416,\n            \"ask\": 14.214818,\n            \"bid\": 14.098825,\n            \"diff24h\": 0.266373\n        },\n        \"btc\": {\n            \"rate\": 0.000040596767901182687,\n            \"ask\": 0.000041,\n            \"bid\": 0.00004\n        },\n        \"bsv\": {\n            \"rate\": 0.03366220347564386,\n            \"ask\": 0.033797,\n            \"bid\": 0.033482,\n            \"diff24h\": -0.000083\n        },\n        \"usdc\": {\n            \"rate\": 1.0886757590947658,\n            \"ask\": 1.093171,\n            \"bid\": 1.084301,\n            \"diff24h\": 0.010172\n        },\n        \"axs\": {\n            \"rate\": 0.1578342126400949,\n            \"ask\": 0.158471,\n            \"bid\": 0.156969,\n            \"diff24h\": 0.002822\n        },\n        \"btt\": {\n            \"rate\": 1835156.202969176,\n            \"ask\": 1079155.547878,\n            \"bid\": 1070556.698891,\n            \"diff24h\": 34448.562649\n        },\n        \"ilv\": {\n            \"rate\": 0.022806089286633694,\n            \"ask\": 0.022918,\n            \"bid\": 0.022705,\n            \"diff24h\": -0.000134\n        },\n        \"dash\": {\n            \"rate\": 0.02595004799804554,\n            \"ask\": 0.026055,\n            \"bid\": 0.025839,\n            \"diff24h\": -0.000458\n        },\n        \"dai\": {\n            \"rate\": 1.0746760130810467,\n            \"ask\": 1.079119,\n            \"bid\": 1.070352,\n            \"diff24h\": 0.001994\n        },\n        \"egld\": {\n            \"rate\": 0.030158557465742034,\n            \"ask\": 0.030289,\n            \"bid\": 0.030037,\n            \"diff24h\": 0.000279\n        },\n        \"zil\": {\n            \"rate\": 47.20469864203102,\n            \"ask\": 47.416255,\n            \"bid\": 47.014446,\n            \"diff24h\": -0.196165\n        },\n        \"yfi\": {\n            \"rate\": 0.000168103063509391,\n            \"ask\": 0.000169,\n            \"bid\": 0.000167,\n            \"diff24h\": -0.000001\n        },\n        \"cake\": {\n            \"rate\": 0.702976447402908,\n            \"ask\": 0.706273,\n            \"bid\": 0.700148,\n            \"diff24h\": 0.014919\n        },\n        \"1inch\": {\n            \"rate\": 2.7419668063240974,\n            \"ask\": 2.760064,\n            \"bid\": 2.730933,\n            \"diff24h\": -0.008499\n        },\n        \"link\": {\n            \"rate\": 0.1700713588732668,\n            \"ask\": 0.170784,\n            \"bid\": 0.169387,\n            \"diff24h\": -0.000385\n        },\n        \"sol\": {\n            \"rate\": 0.055691761040365086,\n            \"ask\": 0.055945,\n            \"bid\": 0.055468,\n            \"diff24h\": 0.000256\n        },\n        \"omg\": {\n            \"rate\": 1.4236436928199288,\n            \"ask\": 1.429386,\n            \"bid\": 1.41604,\n            \"diff24h\": -0.018133\n        },\n        \"pax\": {\n            \"rate\": 1.0748909912793023,\n            \"ask\": 1.079227,\n            \"bid\": 1.070566,\n            \"diff24h\": 0.002209\n        },\n        \"sand\": {\n            \"rate\": 2.138155934113877,\n            \"ask\": 2.147207,\n            \"bid\": 2.129554,\n            \"diff24h\": 0.014034\n        },\n        \"bch\": {\n            \"rate\": 0.009537275848083818,\n            \"ask\": 0.009584,\n            \"bid\": 0.009499,\n            \"diff24h\": -0.000109\n        },\n        \"tusd\": {\n            \"rate\": 1.0886757590947658,\n            \"ask\": 1.093171,\n            \"bid\": 1.084301,\n            \"diff24h\": 0.010172\n        }\n    },\n    \"link\": {\n        \"fil\": {\n            \"rate\": 1.4383249886208467,\n            \"ask\": 1.441205,\n            \"bid\": 1.434898,\n            \"diff24h\": 0.012957\n        },\n        \"gbp\": {\n            \"rate\": 5.103981262367241,\n            \"ask\": 5.129666,\n            \"bid\": 5.077443,\n            \"diff24h\": 0.01147\n        },\n        \"bnb\": {\n            \"rate\": 0.02060245123424823,\n            \"ask\": 0.020643,\n            \"bid\": 0.020552,\n            \"diff24h\": -0.000008\n        },\n        \"eth\": {\n            \"rate\": \"0.00348500\",\n            \"ask\": 0.003492,\n            \"bid\": 0.003477,\n            \"diff24h\": -0.000036\n        },\n        \"xlm\": {\n            \"rate\": 71.89759036144578,\n            \"ask\": 72.205438,\n            \"bid\": 71.686747,\n            \"diff24h\": -0.70847\n        },\n        \"vet\": {\n            \"rate\": 330.19853709508885,\n            \"ask\": 330.860282,\n            \"bid\": 329.314356,\n            \"diff24h\": 2.267323\n        },\n        \"ltc\": {\n            \"rate\": 0.07250911300121507,\n            \"ask\": 0.072622,\n            \"bid\": 0.072296,\n            \"diff24h\": -0.001808\n        },\n        \"chf\": {\n            \"rate\": 5.706250663424,\n            \"ask\": 5.717919,\n            \"bid\": 5.693627,\n            \"diff24h\": 0.010214\n        },\n        \"omg\": {\n            \"rate\": 7.633116883116882,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": 0.038868\n        },\n        \"eos\": {\n            \"rate\": 7.475728155339806,\n            \"ask\": 7.480438,\n            \"bid\": 7.446809,\n            \"diff24h\": -0.037599\n        },\n        \"near\": {\n            \"rate\": 4.033184428844927,\n            \"ask\": 4.043842,\n            \"bid\": 4.024491,\n            \"diff24h\": -0.01116\n        },\n        \"aud\": {\n            \"rate\": 9.665939215956195,\n            \"ask\": 9.686013,\n            \"bid\": 9.644241,\n            \"diff24h\": 0.022658\n        },\n        \"aave\": {\n            \"rate\": 0.09984202211690366,\n            \"ask\": 0.100042,\n            \"bid\": 0.09947,\n            \"diff24h\": 0.000427\n        },\n        \"uni\": {\n            \"rate\": 1.26631299734748,\n            \"ask\": 1.269676,\n            \"bid\": 1.262429,\n            \"diff24h\": -0.008833\n        },\n        \"zrx\": {\n            \"rate\": 28.89830508474576,\n            \"ask\": 29.890804,\n            \"bid\": 29.77148,\n            \"diff24h\": -0.108959\n        },\n        \"sushi\": {\n            \"rate\": 7.5681674064679765,\n            \"ask\": 7.699969,\n            \"bid\": 7.45622,\n            \"diff24h\": 0.150211\n        },\n        \"yfi\": {\n            \"rate\": 0.000988815244407622,\n            \"ask\": 0.000991,\n            \"bid\": 0.000985,\n            \"diff24h\": -0.000008\n        },\n        \"pax\": {\n            \"rate\": 6.32,\n            \"ask\": 6.33264,\n            \"bid\": 6.306362,\n            \"diff24h\": 0.027\n        },\n        \"icp\": {\n            \"rate\": 1.302555647155812,\n            \"ask\": 1.304895,\n            \"bid\": 1.299212,\n            \"diff24h\": -0.001423\n        },\n        \"rep\": {\n            \"rate\": 1.6119333069767443,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": 0.002978\n        },\n        \"eur\": {\n            \"rate\": 5.879884812028677,\n            \"ask\": 5.903541,\n            \"bid\": 5.855246,\n            \"diff24h\": 0.013279\n        },\n        \"tusd\": {\n            \"rate\": 7.425821972734563,\n            \"ask\": 7.440669,\n            \"bid\": 7.40923,\n            \"diff24h\": -0.301861\n        },\n        \"ada\": {\n            \"rate\": 17.69316909294513,\n            \"ask\": 17.72859,\n            \"bid\": 17.650098,\n            \"diff24h\": 0.080519\n        },\n        \"sand\": {\n            \"rate\": 12.572110602745177,\n            \"ask\": 12.599794,\n            \"bid\": 12.545009,\n            \"diff24h\": 0.110724\n        },\n        \"usdp\": {\n            \"rate\": 6.321896568970691,\n            \"ask\": 6.335174,\n            \"bid\": 6.308251,\n            \"diff24h\": 0.025748\n        },\n        \"dash\": {\n            \"rate\": 0.152914798206278,\n            \"ask\": 0.152911,\n            \"bid\": 0.152077,\n            \"diff24h\": -0.001966\n        },\n        \"gala\": {\n            \"rate\": 210.45621045621047,\n            \"ask\": 210.95134,\n            \"bid\": 209.999126,\n            \"diff24h\": -0.012017\n        },\n        \"mana\": {\n            \"rate\": 13.709327548806941,\n            \"ask\": 13.736769,\n            \"bid\": 13.67682,\n            \"diff24h\": 0.028893\n        },\n        \"dai\": {\n            \"rate\": 6.318736,\n            \"ask\": 6.332008,\n            \"bid\": 6.305098,\n            \"diff24h\": 0.025736\n        },\n        \"snx\": {\n            \"rate\": 2.6581291759465477,\n            \"ask\": 2.65696,\n            \"bid\": 2.646354,\n            \"diff24h\": -0.058424\n        },\n        \"egld\": {\n            \"rate\": 0.17732884399551066,\n            \"ask\": 0.177734,\n            \"bid\": 0.176947,\n            \"diff24h\": 0.002036\n        },\n        \"busd\": {\n            \"rate\": \"6.32000000\",\n            \"ask\": 6.334644,\n            \"bid\": 6.308358,\n            \"diff24h\": 0.022\n        },\n        \"btt\": {\n            \"rate\": 10790507.085538674,\n            \"ask\": 6332153.421496,\n            \"bid\": 6306875.363925,\n            \"diff24h\": 226464.782366\n        },\n        \"bch\": {\n            \"rate\": 0.056164705882352936,\n            \"ask\": 0.056235,\n            \"bid\": 0.055869,\n            \"diff24h\": -0.000478\n        },\n        \"gmt\": {\n            \"rate\": 24.03955876759224,\n            \"ask\": 24.096825,\n            \"bid\": 23.98778,\n            \"diff24h\": 0.220482\n        },\n        \"eurs\": {\n            \"rate\": 5.879826008476272,\n            \"ask\": 5.891782,\n            \"bid\": 5.867006,\n            \"diff24h\": 0.013275\n        },\n        \"cake\": {\n            \"rate\": 4.133420536298235,\n            \"ask\": 4.144407,\n            \"bid\": 4.12451,\n            \"diff24h\": 0.096859\n        },\n        \"paxg\": {\n            \"rate\": 0.0032174147459226306,\n            \"ask\": 0.003224,\n            \"bid\": 0.003208,\n            \"diff24h\": 0.000034\n        },\n        \"usdt\": {\n            \"rate\": \"6.32000000\",\n            \"ask\": 6.321896,\n            \"bid\": 6.317104,\n            \"diff24h\": 0.027\n        },\n        \"xtz\": {\n            \"rate\": 7.231121281464532,\n            \"ask\": 7.253901,\n            \"bid\": 7.215535,\n            \"diff24h\": -0.044023\n        },\n        \"atom\": {\n            \"rate\": 0.6031109838725071,\n            \"ask\": 0.604261,\n            \"bid\": 0.601696,\n            \"diff24h\": 0.003492\n        },\n        \"avax\": {\n            \"rate\": 0.44727530077848554,\n            \"ask\": 0.448488,\n            \"bid\": 0.446311,\n            \"diff24h\": 0.001911\n        },\n        \"theta\": {\n            \"rate\": 7.532777115613826,\n            \"ask\": 7.556871,\n            \"bid\": 7.516538,\n            \"diff24h\": 0.032181\n        },\n        \"cad\": {\n            \"rate\": 8.598714847776,\n            \"ask\": 8.616195,\n            \"bid\": 8.579792,\n            \"diff24h\": 0.040659\n        },\n        \"ilv\": {\n            \"rate\": 0.13409717801824741,\n            \"ask\": 0.13448,\n            \"bid\": 0.133751,\n            \"diff24h\": -0.000484\n        },\n        \"sol\": {\n            \"rate\": 0.3274611398963731,\n            \"ask\": 0.328287,\n            \"bid\": 0.326755,\n            \"diff24h\": 0.002242\n        },\n        \"xmr\": {\n            \"rate\": 0.04174372523117569,\n            \"ask\": 0.041855,\n            \"bid\": 0.041654,\n            \"diff24h\": -0.000126\n        },\n        \"axs\": {\n            \"rate\": 0.9280469897209987,\n            \"ask\": 0.929905,\n            \"bid\": 0.924689,\n            \"diff24h\": 0.018654\n        },\n        \"1inch\": {\n            \"rate\": 16.122448979591837,\n            \"ask\": 16.196037,\n            \"bid\": 16.087679,\n            \"diff24h\": -0.013448\n        },\n        \"trx\": {\n            \"rate\": 83.23455814566049,\n            \"ask\": 83.412459,\n            \"bid\": 83.054895,\n            \"diff24h\": 1.750679\n        },\n        \"zil\": {\n            \"rate\": 277.5581906016689,\n            \"ask\": 278.238272,\n            \"bid\": 276.957826,\n            \"diff24h\": -0.524001\n        },\n        \"dot\": {\n            \"rate\": 1.209800918836141,\n            \"ask\": 1.211992,\n            \"bid\": 1.206731,\n            \"diff24h\": 0.012503\n        },\n        \"usdc\": {\n            \"rate\": 7.425821972734563,\n            \"ask\": 7.440669,\n            \"bid\": 7.40923,\n            \"diff24h\": -0.301861\n        },\n        \"doge\": {\n            \"rate\": 89.06716417910447,\n            \"ask\": 79.708811,\n            \"bid\": 79.390612,\n            \"diff24h\": -0.335821\n        },\n        \"bnt\": {\n            \"rate\": 15.449838187702266,\n            \"ask\": 15.941762,\n            \"bid\": 15.878122,\n            \"diff24h\": -0.159282\n        },\n        \"comp\": {\n            \"rate\": 0.1885466034755134,\n            \"ask\": 0.189143,\n            \"bid\": 0.187873,\n            \"diff24h\": 0.005646\n        },\n        \"usd\": {\n            \"rate\": 6.319494400000001,\n            \"ask\": 6.332134,\n            \"bid\": 6.305793,\n            \"diff24h\": 0.027124\n        },\n        \"mkr\": {\n            \"rate\": 0.010157446808510637,\n            \"ask\": 0.010186,\n            \"bid\": 0.010124,\n            \"diff24h\": 0.000141\n        },\n        \"matic\": {\n            \"rate\": 6.74061433447099,\n            \"ask\": 6.75339,\n            \"bid\": 6.724652,\n            \"diff24h\": -0.397544\n        },\n        \"bat\": {\n            \"rate\": 29.396551724137932,\n            \"ask\": 29.397294,\n            \"bid\": 29.202454,\n            \"diff24h\": 0.424363\n        },\n        \"btc\": {\n            \"rate\": \"0.00023870\",\n            \"ask\": 0.000239,\n            \"bid\": 0.000238,\n            \"diff24h\": -0.000001\n        },\n        \"ape\": {\n            \"rate\": 1.9633426529978257,\n            \"ask\": 1.967885,\n            \"bid\": 1.95911,\n            \"diff24h\": 0.016251\n        },\n        \"ftm\": {\n            \"rate\": 19.1167574107683,\n            \"ask\": 19.155026,\n            \"bid\": 19.069793,\n            \"diff24h\": -0.00509\n        },\n        \"rub\": {\n            \"rate\": 506.1061882656,\n            \"ask\": 507.340105,\n            \"bid\": 504.788185,\n            \"diff24h\": 1.924944\n        },\n        \"xrp\": {\n            \"rate\": 13.577929465301478,\n            \"ask\": 13.602732,\n            \"bid\": 13.538111,\n            \"diff24h\": -0.36852\n        }\n    },\n    \"eos\": {\n        \"1inch\": {\n            \"rate\": 2.1607142857142856,\n            \"ask\": 2.170572,\n            \"bid\": 2.153844,\n            \"diff24h\": 0.01456\n        },\n        \"usd\": {\n            \"rate\": 0.84693224,\n            \"ask\": 0.848626,\n            \"bid\": 0.844232,\n            \"diff24h\": 0.010016\n        },\n        \"yfi\": {\n            \"rate\": 0.00013227009113504556,\n            \"ask\": 0.000133,\n            \"bid\": 0.000132\n        },\n        \"axs\": {\n            \"rate\": 0.12437591776798826,\n            \"ask\": 0.124625,\n            \"bid\": 0.123799,\n            \"diff24h\": 0.003422\n        },\n        \"dai\": {\n            \"rate\": 0.8468306,\n            \"ask\": 0.848609,\n            \"bid\": 0.844139,\n            \"diff24h\": 0.009831\n        },\n        \"ltc\": {\n            \"rate\": 0.009699270959902796,\n            \"ask\": 0.009741,\n            \"bid\": 0.009703,\n            \"diff24h\": -0.000192\n        },\n        \"rep\": {\n            \"rate\": 0.24542369640591966,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": 0.002978\n        },\n        \"tusd\": {\n            \"rate\": 1.1287089013632716,\n            \"ask\": 1.130966,\n            \"bid\": 1.125339,\n            \"diff24h\": -0.025484\n        },\n        \"sol\": {\n            \"rate\": 0.0438860103626943,\n            \"ask\": 0.043997,\n            \"bid\": 0.043747,\n            \"diff24h\": 0.00063\n        },\n        \"egld\": {\n            \"rate\": 0.023765432098765433,\n            \"ask\": 0.02382,\n            \"bid\": 0.02369,\n            \"diff24h\": 0.000451\n        },\n        \"link\": {\n            \"rate\": 0.13376623376623376,\n            \"ask\": 0.134285,\n            \"bid\": 0.133681,\n            \"diff24h\": 0.000669\n        },\n        \"paxg\": {\n            \"rate\": 0.0004303814530260143,\n            \"ask\": 0.000432,\n            \"bid\": 0.00043,\n            \"diff24h\": 0.000007\n        },\n        \"gbp\": {\n            \"rate\": 0.6840304001938375,\n            \"ask\": 0.687473,\n            \"bid\": 0.679778,\n            \"diff24h\": 0.006701\n        },\n        \"btc\": {\n            \"rate\": \"0.00003193\",\n            \"ask\": 0.000032,\n            \"bid\": 0.000032\n        },\n        \"chf\": {\n            \"rate\": 0.7647459354303999,\n            \"ask\": 0.76631,\n            \"bid\": 0.762274,\n            \"diff24h\": 0.007145\n        },\n        \"trx\": {\n            \"rate\": 11.15501119452127,\n            \"ask\": 11.17883,\n            \"bid\": 11.119522,\n            \"diff24h\": 0.317254\n        },\n        \"rub\": {\n            \"rate\": 67.82783883876,\n            \"ask\": 67.993199,\n            \"bid\": 67.58201,\n            \"diff24h\": 0.76925\n        },\n        \"mana\": {\n            \"rate\": 1.8373101952277657,\n            \"ask\": 1.840984,\n            \"bid\": 1.831075,\n            \"diff24h\": 0.017745\n        },\n        \"cad\": {\n            \"rate\": 1.1523910563396,\n            \"ask\": 1.154734,\n            \"bid\": 1.148679,\n            \"diff24h\": 0.014127\n        },\n        \"bnb\": {\n            \"rate\": \"0.00275700\",\n            \"ask\": 0.002772,\n            \"bid\": 0.002751,\n            \"diff24h\": 0.000012\n        },\n        \"aud\": {\n            \"rate\": 1.2954193854295724,\n            \"ask\": 1.29811,\n            \"bid\": 1.291189,\n            \"diff24h\": 0.012816\n        },\n        \"aave\": {\n            \"rate\": 0.013380726698262242,\n            \"ask\": 0.013407,\n            \"bid\": 0.013317,\n            \"diff24h\": 0.000158\n        },\n        \"ada\": {\n            \"rate\": 2.371220604703247,\n            \"ask\": 2.375963,\n            \"bid\": 2.363023,\n            \"diff24h\": 0.028651\n        },\n        \"atom\": {\n            \"rate\": 0.08082832331329326,\n            \"ask\": 0.080982,\n            \"bid\": 0.080556,\n            \"diff24h\": 0.001076\n        },\n        \"xmr\": {\n            \"rate\": 0.0055944517833553505,\n            \"ask\": 0.005609,\n            \"bid\": 0.005577,\n            \"diff24h\": 0.000026\n        },\n        \"dash\": {\n            \"rate\": 0.02045483664317745,\n            \"ask\": 0.020487,\n            \"bid\": 0.020376,\n            \"diff24h\": -0.000159\n        },\n        \"sushi\": {\n            \"rate\": 1.0123652504755865,\n            \"ask\": 1.030964,\n            \"bid\": 0.998434,\n            \"diff24h\": 0.025059\n        },\n        \"cake\": {\n            \"rate\": 0.5539568345323742,\n            \"ask\": 0.555428,\n            \"bid\": 0.552196,\n            \"diff24h\": 0.017074\n        },\n        \"near\": {\n            \"rate\": 0.5405232929164008,\n            \"ask\": 0.54195,\n            \"bid\": 0.538805,\n            \"diff24h\": 0.002606\n        },\n        \"gala\": {\n            \"rate\": 28.205128205128204,\n            \"ask\": 28.271426,\n            \"bid\": 28.115019,\n            \"diff24h\": 0.211817\n        },\n        \"ape\": {\n            \"rate\": 0.26312519415967695,\n            \"ask\": 0.263733,\n            \"bid\": 0.262289,\n            \"diff24h\": 0.004152\n        },\n        \"sand\": {\n            \"rate\": 1.684901531728665,\n            \"ask\": 1.688608,\n            \"bid\": 1.679546,\n            \"diff24h\": 0.027476\n        },\n        \"uni\": {\n            \"rate\": 0.16938992042440318,\n            \"ask\": 0.169999,\n            \"bid\": 0.169047,\n            \"diff24h\": -0.000328\n        },\n        \"theta\": {\n            \"rate\": 1.0095351609058403,\n            \"ask\": 1.012762,\n            \"bid\": 1.006326,\n            \"diff24h\": 0.011919\n        },\n        \"pax\": {\n            \"rate\": 0.847,\n            \"ask\": 0.848694,\n            \"bid\": 0.844308,\n            \"diff24h\": 0.01\n        },\n        \"zil\": {\n            \"rate\": 37.19806763285025,\n            \"ask\": 37.289133,\n            \"bid\": 37.079558,\n            \"diff24h\": 0.211766\n        },\n        \"btt\": {\n            \"rate\": 1446132.8325081102,\n            \"ask\": 848439.64556,\n            \"bid\": 844561.083012,\n            \"diff24h\": 41063.166569\n        },\n        \"mkr\": {\n            \"rate\": 0.0013587234042553192,\n            \"ask\": 0.001364,\n            \"bid\": 0.001356,\n            \"diff24h\": 0.000026\n        },\n        \"avax\": {\n            \"rate\": 0.05994338287331918,\n            \"ask\": 0.060106,\n            \"bid\": 0.059753,\n            \"diff24h\": 0.000708\n        },\n        \"bch\": {\n            \"rate\": 0.007512941176470588,\n            \"ask\": 0.007536,\n            \"bid\": 0.007506,\n            \"diff24h\": -0.000026\n        },\n        \"omg\": {\n            \"rate\": 1.055194805194805,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": 0.004077\n        },\n        \"bnt\": {\n            \"rate\": 2.066666666666667,\n            \"ask\": 2.134586,\n            \"bid\": 2.126065,\n            \"diff24h\": -0.010858\n        },\n        \"busd\": {\n            \"rate\": 0.8470847084708469,\n            \"ask\": 0.848863,\n            \"bid\": 0.844392,\n            \"diff24h\": 0.009917\n        },\n        \"vet\": {\n            \"rate\": 44.25287356321839,\n            \"ask\": 44.341467,\n            \"bid\": 44.089134,\n            \"diff24h\": 0.636407\n        },\n        \"eurs\": {\n            \"rate\": 0.788008327401804,\n            \"ask\": 0.789611,\n            \"bid\": 0.785486,\n            \"diff24h\": 0.007728\n        },\n        \"snx\": {\n            \"rate\": 0.35556792873051224,\n            \"ask\": 0.355764,\n            \"bid\": 0.354344,\n            \"diff24h\": -0.005997\n        },\n        \"bat\": {\n            \"rate\": 3.932266009852217,\n            \"ask\": 3.939078,\n            \"bid\": 3.923353,\n            \"diff24h\": 0.07616\n        },\n        \"xtz\": {\n            \"rate\": 0.9691075514874141,\n            \"ask\": 0.972158,\n            \"bid\": 0.966027,\n            \"diff24h\": 0.001478\n        },\n        \"fil\": {\n            \"rate\": 0.1927628584433318,\n            \"ask\": 0.193148,\n            \"bid\": 0.192106,\n            \"diff24h\": 0.003182\n        },\n        \"dot\": {\n            \"rate\": 0.1621362940275651,\n            \"ask\": 0.16243,\n            \"bid\": 0.161559,\n            \"diff24h\": 0.00289\n        },\n        \"gmt\": {\n            \"rate\": 3.2217573221757325,\n            \"ask\": 3.229425,\n            \"bid\": 3.211522,\n            \"diff24h\": 0.053703\n        },\n        \"doge\": {\n            \"rate\": 11.914179104477611,\n            \"ask\": 10.67293,\n            \"bid\": 10.630324,\n            \"diff24h\": 0.014925\n        },\n        \"usdt\": {\n            \"rate\": \"0.84700000\",\n            \"ask\": 0.847254,\n            \"bid\": 0.845746,\n            \"diff24h\": 0.01\n        },\n        \"matic\": {\n            \"rate\": 0.9033703071672355,\n            \"ask\": 0.905081,\n            \"bid\": 0.900307,\n            \"diff24h\": -0.04604\n        },\n        \"zrx\": {\n            \"rate\": 3.865617433414043,\n            \"ask\": 4.002349,\n            \"bid\": 3.986371,\n            \"diff24h\": 0.004843\n        },\n        \"usdp\": {\n            \"rate\": 0.8472541762528758,\n            \"ask\": 0.849034,\n            \"bid\": 0.844561,\n            \"diff24h\": 0.009835\n        },\n        \"comp\": {\n            \"rate\": 0.025221169036334912,\n            \"ask\": 0.025325,\n            \"bid\": 0.025157,\n            \"diff24h\": 0.000878\n        },\n        \"icp\": {\n            \"rate\": 0.1745671887881286,\n            \"ask\": 0.17488,\n            \"bid\": 0.173941,\n            \"diff24h\": 0.001132\n        },\n        \"ilv\": {\n            \"rate\": 0.017971568003394865,\n            \"ask\": 0.018023,\n            \"bid\": 0.017907,\n            \"diff24h\": 0.000072\n        },\n        \"eth\": {\n            \"rate\": \"0.00046620\",\n            \"ask\": 0.000468,\n            \"bid\": 0.000465,\n            \"diff24h\": -0.000003\n        },\n        \"xlm\": {\n            \"rate\": 9.617469879518072,\n            \"ask\": 9.67243,\n            \"bid\": 9.633817,\n            \"diff24h\": -0.046166\n        },\n        \"eur\": {\n            \"rate\": 0.7880162081943496,\n            \"ask\": 0.791186,\n            \"bid\": 0.783912,\n            \"diff24h\": 0.007729\n        },\n        \"ftm\": {\n            \"rate\": 2.562008469449486,\n            \"ask\": 2.567132,\n            \"bid\": 2.553094,\n            \"diff24h\": 0.018709\n        },\n        \"usdc\": {\n            \"rate\": 1.1287089013632716,\n            \"ask\": 1.130966,\n            \"bid\": 1.125339,\n            \"diff24h\": -0.025484\n        },\n        \"xrp\": {\n            \"rate\": 1.816268486916951,\n            \"ask\": 1.824416,\n            \"bid\": 1.817133,\n            \"diff24h\": -0.03996\n        }\n    },\n    \"gbp\": {\n        \"rep\": {\n            \"rate\": 0.2549445946266006,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": 0.000089\n        },\n        \"sand\": {\n            \"rate\": 2.463196856822745,\n            \"ask\": 2.476111,\n            \"bid\": 2.450802,\n            \"diff24h\": 0.016194\n        },\n        \"eos\": {\n            \"rate\": 1.4619233293090839,\n            \"ask\": 1.471032,\n            \"bid\": 1.454567,\n            \"diff24h\": -0.014464\n        },\n        \"tusd\": {\n            \"rate\": 1.2306415100935884,\n            \"ask\": 1.236965,\n            \"bid\": 1.224453,\n            \"diff24h\": 0.004053\n        },\n        \"chf\": {\n            \"rate\": 1.1179861999055418,\n            \"ask\": 1.12368,\n            \"bid\": 1.112293,\n            \"diff24h\": -0.000494\n        },\n        \"ada\": {\n            \"rate\": 3.4665427209540707,\n            \"ask\": 3.484021,\n            \"bid\": 3.448136,\n            \"diff24h\": 0.008003\n        },\n        \"ape\": {\n            \"rate\": 0.384668859871014,\n            \"ask\": 0.386729,\n            \"bid\": 0.382733,\n            \"diff24h\": 0.002325\n        },\n        \"ht\": {\n            \"rate\": 0.39658234632315725,\n            \"ask\": 0.398863,\n            \"bid\": 0.394498,\n            \"diff24h\": -0.001336\n        },\n        \"uni\": {\n            \"rate\": 0.2480963854788207,\n            \"ask\": 0.249347,\n            \"bid\": 0.246799,\n            \"diff24h\": -0.002103\n        },\n        \"ftm\": {\n            \"rate\": 3.745459951375662,\n            \"ask\": 3.764345,\n            \"bid\": 3.725488,\n            \"diff24h\": -0.009436\n        },\n        \"rub\": {\n            \"rate\": 99.15122181808758,\n            \"ask\": 99.697447,\n            \"bid\": 98.605484,\n            \"diff24h\": 0.149554\n        },\n        \"matic\": {\n            \"rate\": 1.3206581270528948,\n            \"ask\": 1.323214,\n            \"bid\": 1.317694,\n            \"diff24h\": -0.081039\n        },\n        \"busd\": {\n            \"rate\": 1.2383728972145154,\n            \"ask\": 1.244742,\n            \"bid\": 1.232141,\n            \"diff24h\": 0.002389\n        },\n        \"gala\": {\n            \"rate\": 41.23373492923057,\n            \"ask\": 41.456143,\n            \"bid\": 41.02558,\n            \"diff24h\": -0.095236\n        },\n        \"vet\": {\n            \"rate\": 64.69430825103417,\n            \"ask\": 64.826549,\n            \"bid\": 64.529064,\n            \"diff24h\": 0.299508\n        },\n        \"pax\": {\n            \"rate\": 1.2382290583246658,\n            \"ask\": 1.244474,\n            \"bid\": 1.231998,\n            \"diff24h\": 0.002518\n        },\n        \"sgb\": {\n            \"rate\": 154.76624999999999,\n            \"ask\": 157.51809,\n            \"bid\": 153.987482,\n            \"diff24h\": 0.31625\n        },\n        \"axs\": {\n            \"rate\": 0.18182805578925024,\n            \"ask\": 0.182745,\n            \"bid\": 0.180648,\n            \"diff24h\": 0.003253\n        },\n        \"flr\": {\n            \"rate\": 48.55411764705882,\n            \"ask\": 48.798484,\n            \"bid\": 48.196621,\n            \"diff24h\": 1.537375\n        },\n        \"zil\": {\n            \"rate\": 54.3807228776809,\n            \"ask\": 54.679367,\n            \"bid\": 54.10668,\n            \"diff24h\": -0.225385\n        },\n        \"xrp\": {\n            \"rate\": 2.6606125052101293,\n            \"ask\": 2.674029,\n            \"bid\": 2.646655,\n            \"diff24h\": -0.078165\n        },\n        \"eurs\": {\n            \"rate\": 1.1519277510914516,\n            \"ask\": 1.1635,\n            \"bid\": 1.140356,\n            \"diff24h\": -0.000046\n        },\n        \"usdc\": {\n            \"rate\": 1.2306415100935884,\n            \"ask\": 1.236965,\n            \"bid\": 1.224453,\n            \"diff24h\": 0.004053\n        },\n        \"yfi\": {\n            \"rate\": 0.00019365796996008666,\n            \"ask\": 0.000195,\n            \"bid\": 0.000193,\n            \"diff24h\": -0.000001\n        },\n        \"bch\": {\n            \"rate\": 0.010987125642633487,\n            \"ask\": 0.011052,\n            \"bid\": 0.010932,\n            \"diff24h\": -0.000126\n        },\n        \"ilv\": {\n            \"rate\": 0.026273054528427625,\n            \"ask\": 0.026428,\n            \"bid\": 0.02613,\n            \"diff24h\": -0.000154\n        },\n        \"link\": {\n            \"rate\": 0.19592548416531552,\n            \"ask\": 0.196945,\n            \"bid\": 0.19494,\n            \"diff24h\": -0.000441\n        },\n        \"gmt\": {\n            \"rate\": 4.709962190661065,\n            \"ask\": 4.735506,\n            \"bid\": 4.68627,\n            \"diff24h\": 0.032687\n        },\n        \"near\": {\n            \"rate\": 0.7902036119494539,\n            \"ask\": 0.794695,\n            \"bid\": 0.786227,\n            \"diff24h\": -0.003971\n        },\n        \"cad\": {\n            \"rate\": 1.684630979944938,\n            \"ask\": 1.693196,\n            \"bid\": 1.676067,\n            \"diff24h\": 0.004264\n        },\n        \"bnb\": {\n            \"rate\": 0.004036013885022145,\n            \"ask\": 0.004058,\n            \"bid\": 0.004016,\n            \"diff24h\": -0.000012\n        },\n        \"eur\": {\n            \"rate\": 1.151921116441946,\n            \"ask\": 1.157727,\n            \"bid\": 1.146115,\n            \"diff24h\": -0.00006\n        },\n        \"dai\": {\n            \"rate\": 1.2379814125130009,\n            \"ask\": 1.244349,\n            \"bid\": 1.231752,\n            \"diff24h\": 0.00227\n        },\n        \"comp\": {\n            \"rate\": 0.03694060441303085,\n            \"ask\": 0.037127,\n            \"bid\": 0.036744,\n            \"diff24h\": 0.000987\n        },\n        \"dot\": {\n            \"rate\": 0.23703083076661446,\n            \"ask\": 0.23818,\n            \"bid\": 0.235748,\n            \"diff24h\": 0.001921\n        },\n        \"usdt\": {\n            \"rate\": 1.2382290583246658,\n            \"ask\": 1.244474,\n            \"bid\": 1.231998,\n            \"diff24h\": 0.002505\n        },\n        \"cake\": {\n            \"rate\": 0.8098424198330897,\n            \"ask\": 0.814459,\n            \"bid\": 0.805767,\n            \"diff24h\": 0.017196\n        },\n        \"zrx\": {\n            \"rate\": 5.67743723028333,\n            \"ask\": 5.703439,\n            \"bid\": 5.641097,\n            \"diff24h\": -0.032989\n        },\n        \"bat\": {\n            \"rate\": 5.745935312876075,\n            \"ask\": 5.774919,\n            \"bid\": 5.714362,\n            \"diff24h\": 0.056542\n        },\n        \"xmr\": {\n            \"rate\": 0.008178659576781995,\n            \"ask\": 0.008201,\n            \"bid\": 0.008162,\n            \"diff24h\": -0.000043\n        },\n        \"1inch\": {\n            \"rate\": 3.1587986222571276,\n            \"ask\": 3.182844,\n            \"bid\": 3.1429,\n            \"diff24h\": -0.009756\n        },\n        \"doge\": {\n            \"rate\": 17.459800619356937,\n            \"ask\": 17.547774,\n            \"bid\": 17.369563,\n            \"diff24h\": -0.088285\n        },\n        \"avax\": {\n            \"rate\": 0.08763262986021189,\n            \"ask\": 0.088137,\n            \"bid\": 0.087192,\n            \"diff24h\": 0.000178\n        },\n        \"bttc\": {\n            \"rate\": 2134912.1722841277,\n            \"ask\": 1244446.559158,\n            \"bid\": 1232064.006331,\n            \"diff24h\": 40444.009132\n        },\n        \"btc\": {\n            \"rate\": 0.000046768259272351964,\n            \"ask\": 0.000047,\n            \"bid\": 0.000047\n        },\n        \"icp\": {\n            \"rate\": 0.2552038458212683,\n            \"ask\": 0.255672,\n            \"bid\": 0.25458,\n            \"diff24h\": -0.000854\n        },\n        \"mana\": {\n            \"rate\": 2.686006637580898,\n            \"ask\": 2.699549,\n            \"bid\": 2.671913,\n            \"diff24h\": -0.000376\n        },\n        \"theta\": {\n            \"rate\": 1.4758630034860476,\n            \"ask\": 1.480643,\n            \"bid\": 1.472864,\n            \"diff24h\": 0.002995\n        },\n        \"aud\": {\n            \"rate\": 1.8935964336316828,\n            \"ask\": 1.903211,\n            \"bid\": 1.883983,\n            \"diff24h\": 0.000096\n        },\n        \"eth\": {\n            \"rate\": 0.0006827575319391234,\n            \"ask\": 0.000686,\n            \"bid\": 0.000679,\n            \"diff24h\": -0.000009\n        },\n        \"aave\": {\n            \"rate\": 0.019561596523298485,\n            \"ask\": 0.01966,\n            \"bid\": 0.019432,\n            \"diff24h\": 0.00004\n        },\n        \"usdp\": {\n            \"rate\": 1.2306415100935884,\n            \"ask\": 1.236965,\n            \"bid\": 1.224453,\n            \"diff24h\": 0.004053\n        },\n        \"egld\": {\n            \"rate\": 0.03474323961629613,\n            \"ask\": 0.034928,\n            \"bid\": 0.034568,\n            \"diff24h\": 0.000322\n        },\n        \"trx\": {\n            \"rate\": 16.307771103974634,\n            \"ask\": 16.392211,\n            \"bid\": 16.225664,\n            \"diff24h\": 0.307043\n        },\n        \"mkr\": {\n            \"rate\": 0.001990754115634717,\n            \"ask\": 0.002001,\n            \"bid\": 0.001978,\n            \"diff24h\": 0.00002\n        },\n        \"paxg\": {\n            \"rate\": 0.0006301521933459513,\n            \"ask\": 0.000634,\n            \"bid\": 0.000627,\n            \"diff24h\": 0.000004\n        },\n        \"btt\": {\n            \"rate\": 2114135.325123432,\n            \"ask\": 1244446.559158,\n            \"bid\": 1232064.006331,\n            \"diff24h\": 39708.237228\n        },\n        \"xtz\": {\n            \"rate\": 1.416760938129055,\n            \"ask\": 1.425536,\n            \"bid\": 1.409632,\n            \"diff24h\": -0.011836\n        },\n        \"usd\": {\n            \"rate\": 1.238045,\n            \"ask\": 1.24427,\n            \"bid\": 1.23182,\n            \"diff24h\": 0.002445\n        },\n        \"xlm\": {\n            \"rate\": 14.119145495151587,\n            \"ask\": 14.190292,\n            \"bid\": 14.032153,\n            \"diff24h\": -0.150326\n        },\n        \"omg\": {\n            \"rate\": 1.64006498003284,\n            \"ask\": 1.648336,\n            \"bid\": 1.629653,\n            \"diff24h\": -0.020871\n        },\n        \"bnt\": {\n            \"rate\": 3.02454582297214,\n            \"ask\": 3.046498,\n            \"bid\": 3.01006,\n            \"diff24h\": -0.047133\n        },\n        \"ltc\": {\n            \"rate\": 0.014206620696704841,\n            \"ask\": 0.014278,\n            \"bid\": 0.014134,\n            \"diff24h\": -0.000392\n        },\n        \"fil\": {\n            \"rate\": 0.2818045197826113,\n            \"ask\": 0.283226,\n            \"bid\": 0.280323,\n            \"diff24h\": 0.00191\n        },\n        \"atom\": {\n            \"rate\": 0.11816481152064073,\n            \"ask\": 0.118749,\n            \"bid\": 0.117548,\n            \"diff24h\": 0.00042\n        },\n        \"sushi\": {\n            \"rate\": 1.482933005897957,\n            \"ask\": 1.492197,\n            \"bid\": 1.475472,\n            \"diff24h\": 0.025697\n        },\n        \"sol\": {\n            \"rate\": 0.06415798237952301,\n            \"ask\": 0.064322,\n            \"bid\": 0.064028,\n            \"diff24h\": 0.000296\n        },\n        \"snx\": {\n            \"rate\": 0.5211485942444419,\n            \"ask\": 0.523777,\n            \"bid\": 0.518308,\n            \"diff24h\": -0.014498\n        },\n        \"bsv\": {\n            \"rate\": 0.03877950736520863,\n            \"ask\": 0.038974,\n            \"bid\": 0.038533,\n            \"diff24h\": -0.000096\n        },\n        \"dash\": {\n            \"rate\": 0.029894955575200242,\n            \"ask\": 0.030046,\n            \"bid\": 0.029737,\n            \"diff24h\": -0.000527\n        }\n    },\n    \"ilv\": {\n        \"dai\": {\n            \"rate\": 47.120574000000005,\n            \"ask\": 47.239584,\n            \"bid\": 46.986402,\n            \"diff24h\": 0.360574\n        },\n        \"bch\": {\n            \"rate\": 0.418189884649512,\n            \"ask\": 0.419592,\n            \"bid\": 0.416978,\n            \"diff24h\": -0.002314\n        },\n        \"btc\": {\n            \"rate\": 0.001780084581400628,\n            \"ask\": 0.001792,\n            \"bid\": 0.001789\n        },\n        \"xlm\": {\n            \"rate\": 537.4002280501711,\n            \"ask\": 538.703515,\n            \"bid\": 535.259925,\n            \"diff24h\": -2.553583\n        },\n        \"sol\": {\n            \"rate\": 2.4419689119170984,\n            \"ask\": 2.449148,\n            \"bid\": 2.435037,\n            \"diff24h\": 0.025431\n        },\n        \"doge\": {\n            \"rate\": 664.5516074450085,\n            \"ask\": 666.163279,\n            \"bid\": 662.566182,\n            \"diff24h\": 0.535703\n        },\n        \"zrx\": {\n            \"rate\": 216.0935350756534,\n            \"ask\": 216.518315,\n            \"bid\": 215.182331,\n            \"diff24h\": 0.012204\n        },\n        \"vet\": {\n            \"rate\": 2462.382445141066,\n            \"ask\": 2468.354211,\n            \"bid\": 2454.089845,\n            \"diff24h\": 25.696671\n        },\n        \"snx\": {\n            \"rate\": 19.83585858585859,\n            \"ask\": 19.883979,\n            \"bid\": 19.771058,\n            \"diff24h\": -0.432889\n        },\n        \"usd\": {\n            \"rate\": 47.1262296,\n            \"ask\": 47.240527,\n            \"bid\": 46.991582,\n            \"diff24h\": 0.370906\n        },\n        \"mana\": {\n            \"rate\": 102.23427331887203,\n            \"ask\": 102.48223,\n            \"bid\": 101.921107,\n            \"diff24h\": 0.582099\n        },\n        \"fil\": {\n            \"rate\": 10.725989986345017,\n            \"ask\": 10.751986,\n            \"bid\": 10.693018,\n            \"diff24h\": 0.134824\n        },\n        \"eos\": {\n            \"rate\": 55.64344746162928,\n            \"ask\": 55.844339,\n            \"bid\": 55.485014,\n            \"diff24h\": -0.222741\n        },\n        \"rep\": {\n            \"rate\": 14.712473572938688,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": 0.118393\n        },\n        \"comp\": {\n            \"rate\": 1.4060262529832936,\n            \"ask\": 1.409442,\n            \"bid\": 1.401601,\n            \"diff24h\": 0.045537\n        },\n        \"btt\": {\n            \"rate\": 80467816.28820217,\n            \"ask\": 80731885.678716,\n            \"bid\": 80252425.7158,\n            \"diff24h\": 1971929.096663\n        },\n        \"busd\": {\n            \"rate\": 47.13471347134713,\n            \"ask\": 47.253729,\n            \"bid\": 47.000529,\n            \"diff24h\": 0.36536\n        },\n        \"gmt\": {\n            \"rate\": 179.2696842906048,\n            \"ask\": 179.776667,\n            \"bid\": 178.762667,\n            \"diff24h\": 2.282553\n        },\n        \"yfi\": {\n            \"rate\": 0.007370972786987802,\n            \"ask\": 0.007368,\n            \"bid\": 0.007334,\n            \"diff24h\": -0.000011\n        },\n        \"aud\": {\n            \"rate\": 72.0816005139265,\n            \"ask\": 72.261948,\n            \"bid\": 71.870124,\n            \"diff24h\": 0.427411\n        },\n        \"bat\": {\n            \"rate\": 218.70069605568446,\n            \"ask\": 219.231072,\n            \"bid\": 217.976882,\n            \"diff24h\": 3.415245\n        },\n        \"theta\": {\n            \"rate\": 56.17401668653159,\n            \"ask\": 56.377427,\n            \"bid\": 56.014096,\n            \"diff24h\": 0.441001\n        },\n        \"ape\": {\n            \"rate\": 14.641192917054987,\n            \"ask\": 14.681596,\n            \"bid\": 14.599758,\n            \"diff24h\": 0.173371\n        },\n        \"ltc\": {\n            \"rate\": 0.5407296925195044,\n            \"ask\": 0.54206,\n            \"bid\": 0.53911,\n            \"diff24h\": -0.011663\n        },\n        \"xtz\": {\n            \"rate\": 53.92448512585813,\n            \"ask\": 54.117181,\n            \"bid\": 53.770985,\n            \"diff24h\": -0.133318\n        },\n        \"eth\": {\n            \"rate\": 0.025986987207763566,\n            \"ask\": 0.02607,\n            \"bid\": 0.025904,\n            \"diff24h\": -0.000191\n        },\n        \"chf\": {\n            \"rate\": 42.553100279616004,\n            \"ask\": 42.658208,\n            \"bid\": 42.429644,\n            \"diff24h\": 0.228823\n        },\n        \"avax\": {\n            \"rate\": 3.3354564755838645,\n            \"ask\": 3.345924,\n            \"bid\": 3.325952,\n            \"diff24h\": 0.026185\n        },\n        \"eur\": {\n            \"rate\": 43.847938479574616,\n            \"ask\": 44.043028,\n            \"bid\": 43.63405,\n            \"diff24h\": 0.25625\n        },\n        \"gala\": {\n            \"rate\": 1569.4305694305694,\n            \"ask\": 1573.760818,\n            \"bid\": 1564.962374,\n            \"diff24h\": 5.550971\n        },\n        \"usdt\": {\n            \"rate\": \"47.13000000\",\n            \"ask\": 47.166502,\n            \"bid\": 47.073519,\n            \"diff24h\": 0.39\n        },\n        \"xrp\": {\n            \"rate\": 101.2677266867211,\n            \"ask\": 101.513305,\n            \"bid\": 100.957732,\n            \"diff24h\": -2.367025\n        },\n        \"gbp\": {\n            \"rate\": 38.06180963534305,\n            \"ask\": 38.26958,\n            \"bid\": 37.837757,\n            \"diff24h\": 0.222019\n        },\n        \"bnt\": {\n            \"rate\": 115.11968734733757,\n            \"ask\": 115.653129,\n            \"bid\": 114.819999,\n            \"diff24h\": -1.111981\n        },\n        \"dash\": {\n            \"rate\": 1.137856108160309,\n            \"ask\": 1.140608,\n            \"bid\": 1.134349,\n            \"diff24h\": -0.013301\n        },\n        \"matic\": {\n            \"rate\": 50.266638225255974,\n            \"ask\": 50.383176,\n            \"bid\": 50.112846,\n            \"diff24h\": -2.773289\n        },\n        \"1inch\": {\n            \"rate\": 120.2295918367347,\n            \"ask\": 120.82941,\n            \"bid\": 119.887292,\n            \"diff24h\": 0.332156\n        },\n        \"egld\": {\n            \"rate\": 1.3223905723905724,\n            \"ask\": 1.325986,\n            \"bid\": 1.318628,\n            \"diff24h\": 0.019884\n        },\n        \"paxg\": {\n            \"rate\": 0.023984732824427483,\n            \"ask\": 0.024046,\n            \"bid\": 0.023922,\n            \"diff24h\": 0.000285\n        },\n        \"bnb\": {\n            \"rate\": 0.1536179921773142,\n            \"ask\": 0.154017,\n            \"bid\": 0.153158,\n            \"diff24h\": 0.000457\n        },\n        \"sand\": {\n            \"rate\": 93.75372985876268,\n            \"ask\": 93.999792,\n            \"bid\": 93.486823,\n            \"diff24h\": 1.15967\n        },\n        \"eurs\": {\n            \"rate\": 43.84749996510865,\n            \"ask\": 43.955301,\n            \"bid\": 43.721683,\n            \"diff24h\": 0.256218\n        },\n        \"ftm\": {\n            \"rate\": 142.55898366606172,\n            \"ask\": 142.904725,\n            \"bid\": 142.110152,\n            \"diff24h\": 0.474511\n        },\n        \"uni\": {\n            \"rate\": 9.442997395311561,\n            \"ask\": 9.46591,\n            \"bid\": 9.414207,\n            \"diff24h\": -0.024506\n        },\n        \"icp\": {\n            \"rate\": 9.713520197856553,\n            \"ask\": 9.735053,\n            \"bid\": 9.681854,\n            \"diff24h\": 0.024337\n        },\n        \"atom\": {\n            \"rate\": 4.497566561694819,\n            \"ask\": 4.508021,\n            \"bid\": 4.483901,\n            \"diff24h\": 0.042112\n        },\n        \"omg\": {\n            \"rate\": 62.42384105960266,\n            \"ask\": 62.575247,\n            \"bid\": 62.16376,\n            \"diff24h\": -0.425621\n        },\n        \"xmr\": {\n            \"rate\": 0.31129458388375164,\n            \"ask\": 0.312241,\n            \"bid\": 0.310404,\n            \"diff24h\": 0.000183\n        },\n        \"sushi\": {\n            \"rate\": 56.4431137724551,\n            \"ask\": 56.647818,\n            \"bid\": 56.282443,\n            \"diff24h\": 1.301604\n        },\n        \"mkr\": {\n            \"rate\": 0.0757717041800643,\n            \"ask\": 0.075946,\n            \"bid\": 0.075451,\n            \"diff24h\": 0.001194\n        },\n        \"cad\": {\n            \"rate\": 64.12301119868401,\n            \"ask\": 64.280632,\n            \"bid\": 63.93772,\n            \"diff24h\": 0.532563\n        },\n        \"link\": {\n            \"rate\": 7.457278481012658,\n            \"ask\": 7.47653,\n            \"bid\": 7.43603,\n            \"diff24h\": 0.0268\n        },\n        \"zil\": {\n            \"rate\": 2069.8287220026355,\n            \"ask\": 2075.760077,\n            \"bid\": 2063.935903,\n            \"diff24h\": 3.545028\n        },\n        \"cake\": {\n            \"rate\": 30.824068018312627,\n            \"ask\": 30.919063,\n            \"bid\": 30.73631,\n            \"diff24h\": 0.830482\n        },\n        \"near\": {\n            \"rate\": 30.076579451180603,\n            \"ask\": 30.168765,\n            \"bid\": 29.990968,\n            \"diff24h\": 0.025166\n        },\n        \"usdc\": {\n            \"rate\": 66.9907778668805,\n            \"ask\": 67.114676,\n            \"bid\": 66.820107,\n            \"diff24h\": -2.861942\n        },\n        \"pax\": {\n            \"rate\": 47.13,\n            \"ask\": 47.244299,\n            \"bid\": 46.99582,\n            \"diff24h\": 0.37\n        },\n        \"axs\": {\n            \"rate\": 6.920704845814979,\n            \"ask\": 6.937476,\n            \"bid\": 6.890871,\n            \"diff24h\": 0.163479\n        },\n        \"ada\": {\n            \"rate\": 131.94288913773795,\n            \"ask\": 132.262879,\n            \"bid\": 131.530428,\n            \"diff24h\": 1.072472\n        },\n        \"tusd\": {\n            \"rate\": 66.9907778668805,\n            \"ask\": 67.114676,\n            \"bid\": 66.820107,\n            \"diff24h\": -2.861942\n        }\n    },\n    \"chf\": {\n        \"eos\": {\n            \"rate\": 1.3076238181471325,\n            \"ask\": 1.311859,\n            \"bid\": 1.30495,\n            \"diff24h\": -0.012332\n        },\n        \"bat\": {\n            \"rate\": 5.1394773734135555,\n            \"ask\": 5.150045,\n            \"bid\": 5.126582,\n            \"diff24h\": 0.052906\n        },\n        \"ht\": {\n            \"rate\": 0.35472484193402976,\n            \"ask\": 0.355704,\n            \"bid\": 0.35392,\n            \"diff24h\": -0.001032\n        },\n        \"xtz\": {\n            \"rate\": 1.2672281166711912,\n            \"ask\": 1.271286,\n            \"bid\": 1.264637,\n            \"diff24h\": -0.010001\n        },\n        \"ada\": {\n            \"rate\": 3.1006645407912123,\n            \"ask\": 3.107033,\n            \"bid\": 3.09346,\n            \"diff24h\": 0.008576\n        },\n        \"omg\": {\n            \"rate\": 1.4669634092326107,\n            \"ask\": 1.469978,\n            \"bid\": 1.462027,\n            \"diff24h\": -0.017987\n        },\n        \"btc\": {\n            \"rate\": 0.00004183207732700343,\n            \"ask\": 0.000042,\n            \"bid\": 0.000042\n        },\n        \"ltc\": {\n            \"rate\": 0.012707175011136086,\n            \"ask\": 0.012733,\n            \"bid\": 0.01268,\n            \"diff24h\": -0.000344\n        },\n        \"xmr\": {\n            \"rate\": 0.007315438401391157,\n            \"ask\": 0.007335,\n            \"bid\": 0.0073,\n            \"diff24h\": -0.000035\n        },\n        \"matic\": {\n            \"rate\": 1.1812685302587684,\n            \"ask\": 1.183569,\n            \"bid\": 1.178602,\n            \"diff24h\": -0.071911\n        },\n        \"sand\": {\n            \"rate\": 2.203217374120989,\n            \"ask\": 2.208183,\n            \"bid\": 2.198712,\n            \"diff24h\": 0.015488\n        },\n        \"icp\": {\n            \"rate\": 0.22826821392634397,\n            \"ask\": 0.22869,\n            \"bid\": 0.227708,\n            \"diff24h\": -0.000659\n        },\n        \"atom\": {\n            \"rate\": 0.10569304074535942,\n            \"ask\": 0.1059,\n            \"bid\": 0.105457,\n            \"diff24h\": 0.000424\n        },\n        \"usdp\": {\n            \"rate\": 1.091494346119741,\n            \"ask\": 1.093833,\n            \"bid\": 1.089276,\n            \"diff24h\": 0.008706\n        },\n        \"usd\": {\n            \"rate\": 1.10745650464578,\n            \"ask\": 1.109733,\n            \"bid\": 1.10518,\n            \"diff24h\": 0.002734\n        },\n        \"bsv\": {\n            \"rate\": 0.03468650268460003,\n            \"ask\": 0.034757,\n            \"bid\": 0.03457,\n            \"diff24h\": -0.00007\n        },\n        \"uni\": {\n            \"rate\": 0.22191091444011646,\n            \"ask\": 0.222367,\n            \"bid\": 0.221413,\n            \"diff24h\": -0.001779\n        },\n        \"zrx\": {\n            \"rate\": 5.078208959058327,\n            \"ask\": 5.086299,\n            \"bid\": 5.060853,\n            \"diff24h\": -0.027167\n        },\n        \"busd\": {\n            \"rate\": 1.1076681407846996,\n            \"ask\": 1.110055,\n            \"bid\": 1.105403,\n            \"diff24h\": 0.002644\n        },\n        \"rub\": {\n            \"rate\": 88.68733963484058,\n            \"ask\": 88.909732,\n            \"bid\": 88.465162,\n            \"diff24h\": 0.172909\n        },\n        \"rep\": {\n            \"rate\": 0.2275390714985705,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": 0.000079\n        },\n        \"cad\": {\n            \"rate\": 1.5068441632707734,\n            \"ask\": 1.509985,\n            \"bid\": 1.503705,\n            \"diff24h\": 0.004478\n        },\n        \"tusd\": {\n            \"rate\": 1.091494346119741,\n            \"ask\": 1.093833,\n            \"bid\": 1.089276,\n            \"diff24h\": 0.008706\n        },\n        \"dot\": {\n            \"rate\": 0.21201327985655075,\n            \"ask\": 0.212408,\n            \"bid\": 0.211499,\n            \"diff24h\": 0.001815\n        },\n        \"paxg\": {\n            \"rate\": 0.0005636424295015883,\n            \"ask\": 0.000565,\n            \"bid\": 0.000562,\n            \"diff24h\": 0.000004\n        },\n        \"dash\": {\n            \"rate\": 0.026739675856364584,\n            \"ask\": 0.026795,\n            \"bid\": 0.026679,\n            \"diff24h\": -0.000459\n        },\n        \"xrp\": {\n            \"rate\": 2.379796678063217,\n            \"ask\": 2.384686,\n            \"bid\": 2.37442,\n            \"diff24h\": -0.068792\n        },\n        \"axs\": {\n            \"rate\": 0.16263691247733056,\n            \"ask\": 0.162971,\n            \"bid\": 0.162066,\n            \"diff24h\": 0.002983\n        },\n        \"avax\": {\n            \"rate\": 0.07838339518546504,\n            \"ask\": 0.0786,\n            \"bid\": 0.078223,\n            \"diff24h\": 0.000195\n        },\n        \"sushi\": {\n            \"rate\": 1.3264160167312828,\n            \"ask\": 1.330734,\n            \"bid\": 1.323705,\n            \"diff24h\": 0.023582\n        },\n        \"link\": {\n            \"rate\": 0.1752464199320603,\n            \"ask\": 0.175634,\n            \"bid\": 0.174888,\n            \"diff24h\": -0.000314\n        },\n        \"eth\": {\n            \"rate\": 0.0006106955083649213,\n            \"ask\": 0.000612,\n            \"bid\": 0.000609,\n            \"diff24h\": -0.000008\n        },\n        \"bnb\": {\n            \"rate\": 0.0036100305540111514,\n            \"ask\": 0.003619,\n            \"bid\": 0.003603,\n            \"diff24h\": -0.000009\n        },\n        \"bttc\": {\n            \"rate\": 1909581.6792596916,\n            \"ask\": 1109777.755381,\n            \"bid\": 1105347.504861,\n            \"diff24h\": 37033.778926\n        },\n        \"xlm\": {\n            \"rate\": 12.62893242839933,\n            \"ask\": 12.654834,\n            \"bid\": 12.588805,\n            \"diff24h\": -0.128611\n        },\n        \"eurs\": {\n            \"rate\": 1.0303595439628659,\n            \"ask\": 1.040711,\n            \"bid\": 1.020009,\n            \"diff24h\": 0.000414\n        },\n        \"mana\": {\n            \"rate\": 2.4025105726043843,\n            \"ask\": 2.407445,\n            \"bid\": 2.39708,\n            \"diff24h\": 0.000764\n        },\n        \"vet\": {\n            \"rate\": 57.86611149271793,\n            \"ask\": 57.985093,\n            \"bid\": 57.717581,\n            \"diff24h\": 0.29429\n        },\n        \"usdc\": {\n            \"rate\": 1.091494346119741,\n            \"ask\": 1.093833,\n            \"bid\": 1.089276,\n            \"diff24h\": 0.008706\n        },\n        \"sol\": {\n            \"rate\": 0.057386392433710944,\n            \"ask\": 0.057534,\n            \"bid\": 0.057269,\n            \"diff24h\": 0.000291\n        },\n        \"usdt\": {\n            \"rate\": 1.107569639958483,\n            \"ask\": 1.109845,\n            \"bid\": 1.105305,\n            \"diff24h\": 0.002755\n        },\n        \"pax\": {\n            \"rate\": 1.107569639958483,\n            \"ask\": 1.109845,\n            \"bid\": 1.105305,\n            \"diff24h\": 0.002766\n        },\n        \"btt\": {\n            \"rate\": 1890997.7359921825,\n            \"ask\": 1109777.755381,\n            \"bid\": 1105347.504861,\n            \"diff24h\": 36367.450283\n        },\n        \"aave\": {\n            \"rate\": 0.017496956934764947,\n            \"ask\": 0.017533,\n            \"bid\": 0.017434,\n            \"diff24h\": 0.000044\n        },\n        \"trx\": {\n            \"rate\": 14.586558329653908,\n            \"ask\": 14.618494,\n            \"bid\": 14.556692,\n            \"diff24h\": 0.281194\n        },\n        \"aud\": {\n            \"rate\": 1.693756536343357,\n            \"ask\": 1.697275,\n            \"bid\": 1.69024,\n            \"diff24h\": 0.000835\n        },\n        \"ape\": {\n            \"rate\": 0.3440687710377823,\n            \"ask\": 0.344883,\n            \"bid\": 0.343365,\n            \"diff24h\": 0.002236\n        },\n        \"sgb\": {\n            \"rate\": 138.43512929841077,\n            \"ask\": 140.477662,\n            \"bid\": 138.152136,\n            \"diff24h\": 0.347151\n        },\n        \"zil\": {\n            \"rate\": 48.6410792257629,\n            \"ask\": 48.762795,\n            \"bid\": 48.541266,\n            \"diff24h\": -0.179215\n        },\n        \"doge\": {\n            \"rate\": 15.61699624888073,\n            \"ask\": 15.64902,\n            \"bid\": 15.582929,\n            \"diff24h\": -0.071775\n        },\n        \"snx\": {\n            \"rate\": 0.4661436759135611,\n            \"ask\": 0.467101,\n            \"bid\": 0.464995,\n            \"diff24h\": -0.012748\n        },\n        \"gmt\": {\n            \"rate\": 4.212846610766912,\n            \"ask\": 4.223102,\n            \"bid\": 4.20424,\n            \"diff24h\": 0.031154\n        },\n        \"near\": {\n            \"rate\": 0.7068011320808049,\n            \"ask\": 0.708706,\n            \"bid\": 0.705356,\n            \"diff24h\": -0.003227\n        },\n        \"gbp\": {\n            \"rate\": 0.8944654237096036,\n            \"ask\": 0.899021,\n            \"bid\": 0.889911,\n            \"diff24h\": 0.000395\n        },\n        \"ftm\": {\n            \"rate\": 3.350143296946827,\n            \"ask\": 3.357024,\n            \"bid\": 3.342285,\n            \"diff24h\": -0.006901\n        },\n        \"dai\": {\n            \"rate\": 1.1073481260304912,\n            \"ask\": 1.109734,\n            \"bid\": 1.105085,\n            \"diff24h\": 0.002545\n        },\n        \"yfi\": {\n            \"rate\": 0.0001732182317751988,\n            \"ask\": 0.000174,\n            \"bid\": 0.000173,\n            \"diff24h\": -0.000001\n        },\n        \"flr\": {\n            \"rate\": 43.43062879950142,\n            \"ask\": 43.519427,\n            \"bid\": 43.240308,\n            \"diff24h\": 1.394714\n        },\n        \"egld\": {\n            \"rate\": 0.031076245060904072,\n            \"ask\": 0.031149,\n            \"bid\": 0.031013,\n            \"diff24h\": 0.000302\n        },\n        \"theta\": {\n            \"rate\": 1.3200922216574746,\n            \"ask\": 1.324383,\n            \"bid\": 1.317393,\n            \"diff24h\": 0.003283\n        },\n        \"fil\": {\n            \"rate\": 0.25206130495462475,\n            \"ask\": 0.252579,\n            \"bid\": 0.251489,\n            \"diff24h\": 0.001823\n        },\n        \"cake\": {\n            \"rate\": 0.7243671510599222,\n            \"ask\": 0.72633,\n            \"bid\": 0.722886,\n            \"diff24h\": 0.015706\n        },\n        \"ilv\": {\n            \"rate\": 0.02350005037069003,\n            \"ask\": 0.023568,\n            \"bid\": 0.023442,\n            \"diff24h\": -0.000127\n        },\n        \"eur\": {\n            \"rate\": 1.0303807772162203,\n            \"ask\": 1.03455,\n            \"bid\": 1.026212,\n            \"diff24h\": 0.00043\n        },\n        \"mkr\": {\n            \"rate\": 0.0017806388649045358,\n            \"ask\": 0.001784,\n            \"bid\": 0.001774,\n            \"diff24h\": 0.000019\n        },\n        \"bnt\": {\n            \"rate\": 2.7053184513205206,\n            \"ask\": 2.716852,\n            \"bid\": 2.700445,\n            \"diff24h\": -0.040899\n        },\n        \"gala\": {\n            \"rate\": 36.88169743491912,\n            \"ask\": 36.970388,\n            \"bid\": 36.805688,\n            \"diff24h\": -0.068244\n        },\n        \"comp\": {\n            \"rate\": 0.03304168776761996,\n            \"ask\": 0.03311,\n            \"bid\": 0.032964,\n            \"diff24h\": 0.000897\n        },\n        \"1inch\": {\n            \"rate\": 2.8254014642107683,\n            \"ask\": 2.838445,\n            \"bid\": 2.819622,\n            \"diff24h\": -0.007427\n        },\n        \"bch\": {\n            \"rate\": 0.009827483353776584,\n            \"ask\": 0.009856,\n            \"bid\": 0.009807,\n            \"diff24h\": -0.000108\n        }\n    },\n    \"matic\": {\n        \"usd\": {\n            \"rate\": 0.9375249920000001,\n            \"ask\": 0.9396,\n            \"bid\": 0.93574,\n            \"diff24h\": 0.056013\n        },\n        \"xmr\": {\n            \"rate\": 0.006192866578599735,\n            \"ask\": 0.00621,\n            \"bid\": 0.006181,\n            \"diff24h\": 0.000327\n        },\n        \"eth\": {\n            \"rate\": \"0.00051790\",\n            \"ask\": 0.000519,\n            \"bid\": 0.000516,\n            \"diff24h\": 0.000024\n        },\n        \"bat\": {\n            \"rate\": 4.350812064965197,\n            \"ask\": 4.360442,\n            \"bid\": 4.34056,\n            \"diff24h\": 0.29188\n        },\n        \"dot\": {\n            \"rate\": 0.17947932618683,\n            \"ask\": 0.179842,\n            \"bid\": 0.179071,\n            \"diff24h\": 0.011747\n        },\n        \"dai\": {\n            \"rate\": 0.93741248,\n            \"ask\": 0.939581,\n            \"bid\": 0.935637,\n            \"diff24h\": 0.055812\n        },\n        \"ilv\": {\n            \"rate\": 0.019893910460428602,\n            \"ask\": 0.019955,\n            \"bid\": 0.019848,\n            \"diff24h\": 0.00104\n        },\n        \"paxg\": {\n            \"rate\": 0.0004771501272264631,\n            \"ask\": 0.000478,\n            \"bid\": 0.000476,\n            \"diff24h\": 0.00003\n        },\n        \"comp\": {\n            \"rate\": 0.027971360381861574,\n            \"ask\": 0.028033,\n            \"bid\": 0.02791,\n            \"diff24h\": 0.002321\n        },\n        \"zrx\": {\n            \"rate\": 4.298945437872535,\n            \"ask\": 4.306486,\n            \"bid\": 4.284912,\n            \"diff24h\": 0.225008\n        },\n        \"dash\": {\n            \"rate\": 0.022636407532592946,\n            \"ask\": 0.022686,\n            \"bid\": 0.022588,\n            \"diff24h\": 0.000933\n        },\n        \"bnb\": {\n            \"rate\": \"0.00306400\",\n            \"ask\": 0.003071,\n            \"bid\": 0.003055,\n            \"diff24h\": 0.000174\n        },\n        \"mkr\": {\n            \"rate\": 0.0015073954983922829,\n            \"ask\": 0.001511,\n            \"bid\": 0.001502,\n            \"diff24h\": 0.000101\n        },\n        \"btc\": {\n            \"rate\": \"0.00003550\",\n            \"ask\": 0.000036,\n            \"bid\": 0.000035,\n            \"diff24h\": 0.000002\n        },\n        \"gmt\": {\n            \"rate\": 3.566375047546595,\n            \"ask\": 3.575624,\n            \"bid\": 3.559628,\n            \"diff24h\": 0.229509\n        },\n        \"zil\": {\n            \"rate\": 41.176987263943786,\n            \"ask\": 41.286581,\n            \"bid\": 41.098707,\n            \"diff24h\": 2.219851\n        },\n        \"eurs\": {\n            \"rate\": 0.8722982382195177,\n            \"ask\": 0.881238,\n            \"bid\": 0.863648,\n            \"diff24h\": 0.05044\n        },\n        \"axs\": {\n            \"rate\": 0.13767988252569752,\n            \"ask\": 0.137985,\n            \"bid\": 0.137218,\n            \"diff24h\": 0.010281\n        },\n        \"sand\": {\n            \"rate\": 1.865128307141436,\n            \"ask\": 1.869629,\n            \"bid\": 1.861596,\n            \"diff24h\": 0.119386\n        },\n        \"theta\": {\n            \"rate\": 1.1175208581644815,\n            \"ask\": 1.12133,\n            \"bid\": 1.115405,\n            \"diff24h\": 0.066746\n        },\n        \"btt\": {\n            \"rate\": 1600819.532183712,\n            \"ask\": 939625.312619,\n            \"bid\": 935874.313367,\n            \"diff24h\": 120879.965288\n        },\n        \"chf\": {\n            \"rate\": 0.8465475667763199,\n            \"ask\": 0.848459,\n            \"bid\": 0.844899,\n            \"diff24h\": 0.048577\n        },\n        \"gala\": {\n            \"rate\": 31.22211122211122,\n            \"ask\": 31.302162,\n            \"bid\": 31.162479,\n            \"diff24h\": 1.737161\n        },\n        \"fil\": {\n            \"rate\": 0.21338188438780153,\n            \"ask\": 0.213854,\n            \"bid\": 0.212929,\n            \"diff24h\": 0.013699\n        },\n        \"xtz\": {\n            \"rate\": 1.0727688787185354,\n            \"ask\": 1.076375,\n            \"bid\": 1.070738,\n            \"diff24h\": 0.053578\n        },\n        \"pax\": {\n            \"rate\": 0.9376,\n            \"ask\": 0.939675,\n            \"bid\": 0.935825,\n            \"diff24h\": 0.056\n        },\n        \"aud\": {\n            \"rate\": 1.433984906468438,\n            \"ask\": 1.437269,\n            \"bid\": 1.431145,\n            \"diff24h\": 0.083037\n        },\n        \"rep\": {\n            \"rate\": 0.24154334038054967,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": 0.005159\n        },\n        \"ada\": {\n            \"rate\": 2.6248600223964162,\n            \"ask\": 2.63067,\n            \"bid\": 2.619157,\n            \"diff24h\": 0.157466\n        },\n        \"ltc\": {\n            \"rate\": 0.01075722808627811,\n            \"ask\": 0.010781,\n            \"bid\": 0.010735,\n            \"diff24h\": 0.000343\n        },\n        \"ape\": {\n            \"rate\": 0.29127058092575336,\n            \"ask\": 0.292006,\n            \"bid\": 0.290719,\n            \"diff24h\": 0.018498\n        },\n        \"mana\": {\n            \"rate\": 2.0338394793926247,\n            \"ask\": 2.03834,\n            \"bid\": 2.02955,\n            \"diff24h\": 0.117318\n        },\n        \"cake\": {\n            \"rate\": 0.6132112491824723,\n            \"ask\": 0.614971,\n            \"bid\": 0.61205,\n            \"diff24h\": 0.047721\n        },\n        \"trx\": {\n            \"rate\": 12.348215461609378,\n            \"ask\": 12.377216,\n            \"bid\": 12.324796,\n            \"diff24h\": 0.932962\n        },\n        \"usdt\": {\n            \"rate\": \"0.93930000\",\n            \"ask\": 0.940427,\n            \"bid\": 0.938073,\n            \"diff24h\": 0.0577\n        },\n        \"omg\": {\n            \"rate\": 1.2418543046357617,\n            \"ask\": 1.244603,\n            \"bid\": 1.237863,\n            \"diff24h\": 0.056908\n        },\n        \"sol\": {\n            \"rate\": 0.04858031088082901,\n            \"ask\": 0.048713,\n            \"bid\": 0.048489,\n            \"diff24h\": 0.00302\n        },\n        \"link\": {\n            \"rate\": 0.14835443037974683,\n            \"ask\": 0.148706,\n            \"bid\": 0.148073,\n            \"diff24h\": 0.008262\n        },\n        \"bch\": {\n            \"rate\": 0.008319432120674356,\n            \"ask\": 0.008346,\n            \"bid\": 0.008303,\n            \"diff24h\": 0.000391\n        },\n        \"vet\": {\n            \"rate\": 48.986415882967606,\n            \"ask\": 49.09484,\n            \"bid\": 48.868138,\n            \"diff24h\": 3.045822\n        },\n        \"aave\": {\n            \"rate\": 0.014812006319115324,\n            \"ask\": 0.014845,\n            \"bid\": 0.014761,\n            \"diff24h\": 0.000885\n        },\n        \"usdc\": {\n            \"rate\": 1.1090617481956697,\n            \"ask\": 1.111179,\n            \"bid\": 1.106533,\n            \"diff24h\": -0.036815\n        },\n        \"atom\": {\n            \"rate\": 0.08947418646817444,\n            \"ask\": 0.089664,\n            \"bid\": 0.089288,\n            \"diff24h\": 0.005472\n        },\n        \"busd\": {\n            \"rate\": \"0.94030000\",\n            \"ask\": 0.942281,\n            \"bid\": 0.93822,\n            \"diff24h\": 0.0584\n        },\n        \"bnt\": {\n            \"rate\": 2.290180752320469,\n            \"ask\": 2.300307,\n            \"bid\": 2.286403,\n            \"diff24h\": 0.098781\n        },\n        \"icp\": {\n            \"rate\": 0.19323990107172298,\n            \"ask\": 0.193627,\n            \"bid\": 0.192794,\n            \"diff24h\": 0.010563\n        },\n        \"yfi\": {\n            \"rate\": 0.00014663747263059118,\n            \"ask\": 0.000147,\n            \"bid\": 0.000146,\n            \"diff24h\": 0.000007\n        },\n        \"snx\": {\n            \"rate\": 0.39461279461279464,\n            \"ask\": 0.395487,\n            \"bid\": 0.3937,\n            \"diff24h\": 0.012471\n        },\n        \"uni\": {\n            \"rate\": 0.18785814466038872,\n            \"ask\": 0.188274,\n            \"bid\": 0.187465,\n            \"diff24h\": 0.00936\n        },\n        \"ftm\": {\n            \"rate\": 2.836055656382335,\n            \"ask\": 2.842332,\n            \"bid\": 2.829831,\n            \"diff24h\": 0.157235\n        },\n        \"doge\": {\n            \"rate\": 13.220530174844896,\n            \"ask\": 13.249792,\n            \"bid\": 13.193639,\n            \"diff24h\": 0.701359\n        },\n        \"gbp\": {\n            \"rate\": 0.7571982328473932,\n            \"ask\": 0.758899,\n            \"bid\": 0.755733,\n            \"diff24h\": 0.043777\n        },\n        \"eur\": {\n            \"rate\": 0.8723069619870392,\n            \"ask\": 0.876003,\n            \"bid\": 0.868882,\n            \"diff24h\": 0.050441\n        },\n        \"eos\": {\n            \"rate\": 1.106965761511216,\n            \"ask\": 1.110728,\n            \"bid\": 1.10487,\n            \"diff24h\": 0.05368\n        },\n        \"1inch\": {\n            \"rate\": 2.3918367346938774,\n            \"ask\": 2.40326,\n            \"bid\": 2.387305,\n            \"diff24h\": 0.131324\n        },\n        \"egld\": {\n            \"rate\": 0.026307519640852973,\n            \"ask\": 0.026373,\n            \"bid\": 0.026258,\n            \"diff24h\": 0.00175\n        },\n        \"near\": {\n            \"rate\": 0.5983407785577537,\n            \"ask\": 0.600048,\n            \"bid\": 0.597208,\n            \"diff24h\": 0.03176\n        },\n        \"sushi\": {\n            \"rate\": 1.122874251497006,\n            \"ask\": 1.126708,\n            \"bid\": 1.120749,\n            \"diff24h\": 0.083252\n        },\n        \"cad\": {\n            \"rate\": 1.2756574432396801,\n            \"ask\": 1.278523,\n            \"bid\": 1.273188,\n            \"diff24h\": 0.076741\n        },\n        \"avax\": {\n            \"rate\": 0.06635527246992215,\n            \"ask\": 0.066549,\n            \"bid\": 0.06623,\n            \"diff24h\": 0.003963\n        },\n        \"xrp\": {\n            \"rate\": 2.0146110872367857,\n            \"ask\": 2.01907,\n            \"bid\": 2.010365,\n            \"diff24h\": 0.06071\n        },\n        \"xlm\": {\n            \"rate\": 10.690992018244014,\n            \"ask\": 10.714655,\n            \"bid\": 10.658597,\n            \"diff24h\": 0.510853\n        },\n        \"tusd\": {\n            \"rate\": 1.1090617481956697,\n            \"ask\": 1.111179,\n            \"bid\": 1.106533,\n            \"diff24h\": -0.036815\n        }\n    },\n    \"usdp\": {\n        \"eurs\": {\n            \"rate\": 0.9184972534033915,\n            \"ask\": 0.927801,\n            \"bid\": 0.909279,\n            \"diff24h\": -0.008789\n        },\n        \"pax\": {\n            \"rate\": 1,\n            \"ask\": 1,\n            \"bid\": 1\n        },\n        \"bch\": {\n            \"rate\": 0.008870452528837622,\n            \"ask\": 0.008896,\n            \"bid\": 0.008852,\n            \"diff24h\": -0.000118\n        },\n        \"dash\": {\n            \"rate\": 0.024135683244809268,\n            \"ask\": 0.024184,\n            \"bid\": 0.024079,\n            \"diff24h\": -0.00047\n        },\n        \"usd\": {\n            \"rate\": 0.99989448,\n            \"ask\": 1.001995,\n            \"bid\": 0.997885,\n            \"diff24h\": 0.000028\n        },\n        \"tusd\": {\n            \"rate\": 1,\n            \"ask\": 1.002,\n            \"bid\": 0.998\n        },\n        \"link\": {\n            \"rate\": 0.15818037974683546,\n            \"ask\": 0.158522,\n            \"bid\": 0.157848,\n            \"diff24h\": -0.000647\n        },\n        \"bnt\": {\n            \"rate\": 2.441866145578896,\n            \"ask\": 2.452144,\n            \"bid\": 2.437333,\n            \"diff24h\": -0.042598\n        },\n        \"mkr\": {\n            \"rate\": 0.001607234726688103,\n            \"ask\": 0.00161,\n            \"bid\": 0.001601,\n            \"diff24h\": 0.000013\n        },\n        \"yfi\": {\n            \"rate\": 0.00015634970284641853,\n            \"ask\": 0.000157,\n            \"bid\": 0.000156,\n            \"diff24h\": -0.000001\n        },\n        \"uni\": {\n            \"rate\": 0.20030054097375277,\n            \"ask\": 0.200701,\n            \"bid\": 0.19984,\n            \"diff24h\": -0.002068\n        },\n        \"rub\": {\n            \"rate\": 76.122097311975,\n            \"ask\": 76.309434,\n            \"bid\": 75.926575,\n            \"diff24h\": -0.964121\n        },\n        \"btc\": {\n            \"rate\": 0.00003775833982656923,\n            \"ask\": 0.000038,\n            \"bid\": 0.000038\n        },\n        \"ada\": {\n            \"rate\": 2.7987122060470324,\n            \"ask\": 2.80431,\n            \"bid\": 2.792055,\n            \"diff24h\": 0.001343\n        },\n        \"omg\": {\n            \"rate\": 1.3241059602649006,\n            \"ask\": 1.326756,\n            \"bid\": 1.319577,\n            \"diff24h\": -0.019308\n        },\n        \"snx\": {\n            \"rate\": 0.4207491582491583,\n            \"ask\": 0.421591,\n            \"bid\": 0.419689,\n            \"diff24h\": -0.012497\n        },\n        \"usdt\": {\n            \"rate\": \"0.99970000\",\n            \"ask\": 1.001699,\n            \"bid\": 0.997601,\n            \"diff24h\": 0.0002\n        },\n        \"eos\": {\n            \"rate\": 1.1802833530106258,\n            \"ask\": 1.184043,\n            \"bid\": 1.177805,\n            \"diff24h\": -0.013862\n        },\n        \"trx\": {\n            \"rate\": 13.166074015540632,\n            \"ask\": 13.183655,\n            \"bid\": 13.148921,\n            \"diff24h\": 0.224212\n        },\n        \"doge\": {\n            \"rate\": 14.096164692611394,\n            \"ask\": 14.124309,\n            \"bid\": 14.064637,\n            \"diff24h\": -0.097246\n        },\n        \"dai\": {\n            \"rate\": 0.99950006,\n            \"ask\": 1.001599,\n            \"bid\": 0.997401\n        },\n        \"comp\": {\n            \"rate\": 0.02982398568019093,\n            \"ask\": 0.029884,\n            \"bid\": 0.029752,\n            \"diff24h\": 0.000743\n        },\n        \"1inch\": {\n            \"rate\": 2.550255102040816,\n            \"ask\": 2.556777,\n            \"bid\": 2.549997,\n            \"diff24h\": -0.012565\n        },\n        \"bnb\": {\n            \"rate\": 0.0032584745762711865,\n            \"ask\": 0.003266,\n            \"bid\": 0.003252,\n            \"diff24h\": -0.000015\n        },\n        \"dot\": {\n            \"rate\": 0.19136676875957123,\n            \"ask\": 0.191713,\n            \"bid\": 0.190892,\n            \"diff24h\": 0.001203\n        },\n        \"xlm\": {\n            \"rate\": 11.399087799315849,\n            \"ask\": 11.421851,\n            \"bid\": 11.362239,\n            \"diff24h\": -0.142483\n        },\n        \"bat\": {\n            \"rate\": 4.638979118329467,\n            \"ask\": 4.648267,\n            \"bid\": 4.627084,\n            \"diff24h\": 0.03723\n        },\n        \"paxg\": {\n            \"rate\": 0.0005087531806615776,\n            \"ask\": 0.00051,\n            \"bid\": 0.000508,\n            \"diff24h\": 0.000002\n        },\n        \"ltc\": {\n            \"rate\": 0.011469710876548876,\n            \"ask\": 0.011493,\n            \"bid\": 0.011444,\n            \"diff24h\": -0.000338\n        },\n        \"aud\": {\n            \"rate\": 1.4906160897951881,\n            \"ask\": 1.49371,\n            \"bid\": 1.487361,\n            \"diff24h\": -0.005071\n        },\n        \"cad\": {\n            \"rate\": 1.36547777658435,\n            \"ask\": 1.368244,\n            \"bid\": 1.362562,\n            \"diff24h\": -0.004929\n        },\n        \"busd\": {\n            \"rate\": 1,\n            \"ask\": 1.002,\n            \"bid\": 0.998\n        },\n        \"sushi\": {\n            \"rate\": 1.1972455089820362,\n            \"ask\": 1.201079,\n            \"bid\": 1.194732,\n            \"diff24h\": 0.01859\n        },\n        \"rep\": {\n            \"rate\": 0.2110993657505285,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": 0.000148\n        },\n        \"chf\": {\n            \"rate\": 0.9161751534078,\n            \"ask\": 0.918037,\n            \"bid\": 0.914213,\n            \"diff24h\": -0.007367\n        },\n        \"eth\": {\n            \"rate\": 0.0005512240846934275,\n            \"ask\": 0.000552,\n            \"bid\": 0.00055,\n            \"diff24h\": -0.000008\n        },\n        \"xtz\": {\n            \"rate\": 1.143821510297483,\n            \"ask\": 1.147423,\n            \"bid\": 1.14142,\n            \"diff24h\": -0.01167\n        },\n        \"xrp\": {\n            \"rate\": 2.14804469273743,\n            \"ask\": 2.152342,\n            \"bid\": 2.143073,\n            \"diff24h\": -0.067159\n        },\n        \"eur\": {\n            \"rate\": 0.9185471354956046,\n            \"ask\": 0.922238,\n            \"bid\": 0.914756,\n            \"diff24h\": -0.008663\n        },\n        \"zrx\": {\n            \"rate\": 4.583677212287942,\n            \"ask\": 4.590732,\n            \"bid\": 4.567759,\n            \"diff24h\": -0.035084\n        },\n        \"usdc\": {\n            \"rate\": 1,\n            \"ask\": 1.002,\n            \"bid\": 0.998\n        },\n        \"aave\": {\n            \"rate\": 0.01579304897314376,\n            \"ask\": 0.015812,\n            \"bid\": 0.015748,\n            \"diff24h\": 0.000003\n        },\n        \"gbp\": {\n            \"rate\": 0.8125843243528748,\n            \"ask\": 0.816671,\n            \"bid\": 0.80841,\n            \"diff24h\": -0.002685\n        }\n    },\n    \"aud\": {\n        \"btt\": {\n            \"rate\": 1116343.3624459463,\n            \"ask\": 655153.381356,\n            \"bid\": 652537.998596,\n            \"diff24h\": 20861.18671\n        },\n        \"xmr\": {\n            \"rate\": 0.00431864139619941,\n            \"ask\": 0.004331,\n            \"bid\": 0.00431,\n            \"diff24h\": -0.000023\n        },\n        \"xlm\": {\n            \"rate\": 7.455442501534671,\n            \"ask\": 7.470978,\n            \"bid\": 7.431517,\n            \"diff24h\": -0.080109\n        },\n        \"sol\": {\n            \"rate\": 0.03387783976085962,\n            \"ask\": 0.033966,\n            \"bid\": 0.033807,\n            \"diff24h\": 0.000153\n        },\n        \"ada\": {\n            \"rate\": 1.8304655861830643,\n            \"ask\": 1.834285,\n            \"bid\": 1.826154,\n            \"diff24h\": 0.004049\n        },\n        \"eurs\": {\n            \"rate\": 0.6083280104632418,\n            \"ask\": 0.61443,\n            \"bid\": 0.602226,\n            \"diff24h\": -0.000056\n        },\n        \"usdc\": {\n            \"rate\": 0.6708635488681736,\n            \"ask\": 0.672329,\n            \"bid\": 0.669472,\n            \"diff24h\": 0.002274\n        },\n        \"theta\": {\n            \"rate\": 0.7793114509947446,\n            \"ask\": 0.78187,\n            \"bid\": 0.777693,\n            \"diff24h\": 0.001506\n        },\n        \"mkr\": {\n            \"rate\": 0.001051193420232461,\n            \"ask\": 0.001053,\n            \"bid\": 0.001047,\n            \"diff24h\": 0.00001\n        },\n        \"dot\": {\n            \"rate\": 0.12516123801389561,\n            \"ask\": 0.125398,\n            \"bid\": 0.124854,\n            \"diff24h\": 0.001002\n        },\n        \"bttc\": {\n            \"rate\": 1127314.3230768805,\n            \"ask\": 655153.381356,\n            \"bid\": 652537.998596,\n            \"diff24h\": 21248.675474\n        },\n        \"atom\": {\n            \"rate\": 0.06239548691522004,\n            \"ask\": 0.06252,\n            \"bid\": 0.062254,\n            \"diff24h\": 0.000216\n        },\n        \"btc\": {\n            \"rate\": 0.000024695408657812854,\n            \"ask\": 0.000025,\n            \"bid\": 0.000025\n        },\n        \"dash\": {\n            \"rate\": 0.01578566652304661,\n            \"ask\": 0.015819,\n            \"bid\": 0.015749,\n            \"diff24h\": -0.00028\n        },\n        \"zil\": {\n            \"rate\": 28.715077179823925,\n            \"ask\": 28.787874,\n            \"bid\": 28.655239,\n            \"diff24h\": -0.121809\n        },\n        \"link\": {\n            \"rate\": 0.10345606129503017,\n            \"ask\": 0.103688,\n            \"bid\": 0.103241,\n            \"diff24h\": -0.000243\n        },\n        \"1inch\": {\n            \"rate\": 1.6679650698586497,\n            \"ask\": 1.67572,\n            \"bid\": 1.6645,\n            \"diff24h\": -0.005314\n        },\n        \"uni\": {\n            \"rate\": 0.1310042691614087,\n            \"ask\": 0.131278,\n            \"bid\": 0.130706,\n            \"diff24h\": -0.001123\n        },\n        \"trx\": {\n            \"rate\": 8.611119549382204,\n            \"ask\": 8.630255,\n            \"bid\": 8.593214,\n            \"diff24h\": 0.161311\n        },\n        \"ilv\": {\n            \"rate\": 0.013873165868546375,\n            \"ask\": 0.013914,\n            \"bid\": 0.013838,\n            \"diff24h\": -0.000083\n        },\n        \"gala\": {\n            \"rate\": 21.77297060887748,\n            \"ask\": 21.826043,\n            \"bid\": 21.727406,\n            \"diff24h\": -0.052405\n        },\n        \"gbp\": {\n            \"rate\": 0.5280956291632447,\n            \"ask\": 0.530777,\n            \"bid\": 0.525415,\n            \"diff24h\": -0.000027\n        },\n        \"chf\": {\n            \"rate\": 0.5904036256349423,\n            \"ask\": 0.59163,\n            \"bid\": 0.589177,\n            \"diff24h\": -0.000291\n        },\n        \"usdp\": {\n            \"rate\": 0.6708635488681736,\n            \"ask\": 0.672329,\n            \"bid\": 0.669472,\n            \"diff24h\": 0.002274\n        },\n        \"rep\": {\n            \"rate\": 0.14512745509336336,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": 0.000051\n        },\n        \"dai\": {\n            \"rate\": 0.6537515341227298,\n            \"ask\": 0.655181,\n            \"bid\": 0.652394,\n            \"diff24h\": 0.001153\n        },\n        \"busd\": {\n            \"rate\": 0.6539076981544062,\n            \"ask\": 0.655338,\n            \"bid\": 0.65255,\n            \"diff24h\": 0.001198\n        },\n        \"axs\": {\n            \"rate\": 0.09601208625324387,\n            \"ask\": 0.096212,\n            \"bid\": 0.095672,\n            \"diff24h\": 0.001709\n        },\n        \"matic\": {\n            \"rate\": 0.6973574097531897,\n            \"ask\": 0.698738,\n            \"bid\": 0.695761,\n            \"diff24h\": -0.042863\n        },\n        \"bch\": {\n            \"rate\": 0.005801617634290955,\n            \"ask\": 0.005819,\n            \"bid\": 0.00579,\n            \"diff24h\": -0.000067\n        },\n        \"aave\": {\n            \"rate\": 0.010329262359946141,\n            \"ask\": 0.010351,\n            \"bid\": 0.010292,\n            \"diff24h\": 0.00002\n        },\n        \"avax\": {\n            \"rate\": 0.04627334093309205,\n            \"ask\": 0.046403,\n            \"bid\": 0.046177,\n            \"diff24h\": 0.000089\n        },\n        \"xtz\": {\n            \"rate\": 0.7481033265269916,\n            \"ask\": 0.750524,\n            \"bid\": 0.74655,\n            \"diff24h\": -0.006323\n        },\n        \"usd\": {\n            \"rate\": 0.6538,\n            \"ask\": 0.655158,\n            \"bid\": 0.652443,\n            \"diff24h\": 0.00124\n        },\n        \"ftm\": {\n            \"rate\": 1.9777444264506674,\n            \"ask\": 1.981871,\n            \"bid\": 1.973042,\n            \"diff24h\": -0.005175\n        },\n        \"pax\": {\n            \"rate\": 0.6538823105848468,\n            \"ask\": 0.655247,\n            \"bid\": 0.652524,\n            \"diff24h\": 0.001284\n        },\n        \"rub\": {\n            \"rate\": 52.3613268683274,\n            \"ask\": 52.49177,\n            \"bid\": 52.230971,\n            \"diff24h\": 0.076316\n        },\n        \"eur\": {\n            \"rate\": 0.6083150585351165,\n            \"ask\": 0.609552,\n            \"bid\": 0.607078,\n            \"diff24h\": -0.000085\n        },\n        \"cake\": {\n            \"rate\": 0.4276274083614066,\n            \"ask\": 0.4288,\n            \"bid\": 0.426739,\n            \"diff24h\": 0.009039\n        },\n        \"ht\": {\n            \"rate\": 0.2094104690082922,\n            \"ask\": 0.209996,\n            \"bid\": 0.208929,\n            \"diff24h\": -0.000726\n        },\n        \"near\": {\n            \"rate\": 0.417257375484742,\n            \"ask\": 0.418395,\n            \"bid\": 0.416391,\n            \"diff24h\": -0.002138\n        },\n        \"flr\": {\n            \"rate\": 25.64039215686275,\n            \"ask\": 25.693637,\n            \"bid\": 25.527205,\n            \"diff24h\": 0.810103\n        },\n        \"icp\": {\n            \"rate\": 0.13475727687233938,\n            \"ask\": 0.135011,\n            \"bid\": 0.134422,\n            \"diff24h\": -0.000464\n        },\n        \"ape\": {\n            \"rate\": 0.20311969785169018,\n            \"ask\": 0.203607,\n            \"bid\": 0.202698,\n            \"diff24h\": 0.001208\n        },\n        \"bsv\": {\n            \"rate\": 0.02047704568937507,\n            \"ask\": 0.020519,\n            \"bid\": 0.020407,\n            \"diff24h\": -0.000053\n        },\n        \"fil\": {\n            \"rate\": 0.14880343818493189,\n            \"ask\": 0.149114,\n            \"bid\": 0.148461,\n            \"diff24h\": 0.000994\n        },\n        \"mana\": {\n            \"rate\": 1.4183130312030165,\n            \"ask\": 1.421272,\n            \"bid\": 1.415062,\n            \"diff24h\": -0.000336\n        },\n        \"eth\": {\n            \"rate\": 0.00036052178395709676,\n            \"ask\": 0.000361,\n            \"bid\": 0.00036,\n            \"diff24h\": -0.000005\n        },\n        \"eos\": {\n            \"rate\": 0.7719507761329288,\n            \"ask\": 0.774477,\n            \"bid\": 0.770348,\n            \"diff24h\": -0.007713\n        },\n        \"usdt\": {\n            \"rate\": 0.6538823105848468,\n            \"ask\": 0.655247,\n            \"bid\": 0.652524,\n            \"diff24h\": 0.001277\n        },\n        \"xrp\": {\n            \"rate\": 1.404903969455502,\n            \"ask\": 1.407837,\n            \"bid\": 1.401685,\n            \"diff24h\": -0.041414\n        },\n        \"gmt\": {\n            \"rate\": 2.4870380653655024,\n            \"ask\": 2.493174,\n            \"bid\": 2.481878,\n            \"diff24h\": 0.01702\n        },\n        \"tusd\": {\n            \"rate\": 0.6708635488681736,\n            \"ask\": 0.672329,\n            \"bid\": 0.669472,\n            \"diff24h\": 0.002274\n        },\n        \"sgb\": {\n            \"rate\": 81.72875,\n            \"ask\": 82.93726,\n            \"bid\": 81.559037,\n            \"diff24h\": 0.16125\n        },\n        \"egld\": {\n            \"rate\": 0.018345743753776393,\n            \"ask\": 0.018389,\n            \"bid\": 0.018308,\n            \"diff24h\": 0.000168\n        },\n        \"paxg\": {\n            \"rate\": 0.00033274417678605124,\n            \"ask\": 0.000334,\n            \"bid\": 0.000332,\n            \"diff24h\": 0.000002\n        },\n        \"vet\": {\n            \"rate\": 34.1610400932388,\n            \"ask\": 34.232401,\n            \"bid\": 34.072269,\n            \"diff24h\": 0.154853\n        },\n        \"bnb\": {\n            \"rate\": 0.0021311678858689396,\n            \"ask\": 0.002136,\n            \"bid\": 0.002127,\n            \"diff24h\": -0.000006\n        },\n        \"bat\": {\n            \"rate\": 3.034071031947057,\n            \"ask\": 3.040409,\n            \"bid\": 3.026362,\n            \"diff24h\": 0.029565\n        },\n        \"comp\": {\n            \"rate\": 0.019506035423167978,\n            \"ask\": 0.019547,\n            \"bid\": 0.01946,\n            \"diff24h\": 0.000519\n        },\n        \"ltc\": {\n            \"rate\": 0.007501632714371164,\n            \"ask\": 0.007517,\n            \"bid\": 0.007485,\n            \"diff24h\": -0.000208\n        },\n        \"sand\": {\n            \"rate\": 1.3006610451255036,\n            \"ask\": 1.303635,\n            \"bid\": 1.29796,\n            \"diff24h\": 0.008426\n        },\n        \"cad\": {\n            \"rate\": 0.8896462572619156,\n            \"ask\": 0.891487,\n            \"bid\": 0.887806,\n            \"diff24h\": 0.002206\n        }\n    },\n    \"xlm\": {\n        \"usd\": {\n            \"rate\": 0.087692984,\n            \"ask\": 0.087968,\n            \"bid\": 0.087517,\n            \"diff24h\": 0.001102\n        },\n        \"gala\": {\n            \"rate\": 2.9204129204129203,\n            \"ask\": 2.930614,\n            \"bid\": 2.914525,\n            \"diff24h\": 0.024092\n        },\n        \"bnb\": {\n            \"rate\": \"0.00028660\",\n            \"ask\": 0.000287,\n            \"bid\": 0.000285,\n            \"diff24h\": 0.000003\n        },\n        \"rub\": {\n            \"rate\": 7.023024163116,\n            \"ask\": 7.048147,\n            \"bid\": 7.005868,\n            \"diff24h\": 0.084824\n        },\n        \"icp\": {\n            \"rate\": 0.018075020610057706,\n            \"ask\": 0.018128,\n            \"bid\": 0.018031,\n            \"diff24h\": 0.000131\n        },\n        \"zil\": {\n            \"rate\": 3.8515590689503734,\n            \"ask\": 3.865389,\n            \"bid\": 3.843828,\n            \"diff24h\": 0.02478\n        },\n        \"eos\": {\n            \"rate\": 0.10397745067334795,\n            \"ask\": 0.103801,\n            \"bid\": 0.103386,\n            \"diff24h\": 0.000497\n        },\n        \"theta\": {\n            \"rate\": 0.10452920143027414,\n            \"ask\": 0.104983,\n            \"bid\": 0.10432,\n            \"diff24h\": 0.001311\n        },\n        \"xtz\": {\n            \"rate\": 0.10034324942791761,\n            \"ask\": 0.100774,\n            \"bid\": 0.100143,\n            \"diff24h\": 0.000228\n        },\n        \"tusd\": {\n            \"rate\": 0.09172012830793905,\n            \"ask\": 0.091903,\n            \"bid\": 0.091428,\n            \"diff24h\": -0.001457\n        },\n        \"mkr\": {\n            \"rate\": 0.00014127659574468088,\n            \"ask\": 0.000142,\n            \"bid\": 0.00014,\n            \"diff24h\": 0.000003\n        },\n        \"dash\": {\n            \"rate\": 0.0021268417680973734,\n            \"ask\": 0.002128,\n            \"bid\": 0.002111,\n            \"diff24h\": -0.000006\n        },\n        \"sushi\": {\n            \"rate\": 0.10526315789473684,\n            \"ask\": 0.107096,\n            \"bid\": 0.103437,\n            \"diff24h\": 0.003096\n        },\n        \"gbp\": {\n            \"rate\": 0.0708258159350644,\n            \"ask\": 0.071263,\n            \"bid\": 0.070469,\n            \"diff24h\": 0.000746\n        },\n        \"1inch\": {\n            \"rate\": 0.22372448979591836,\n            \"ask\": 0.225001,\n            \"bid\": 0.223277,\n            \"diff24h\": 0.001673\n        },\n        \"chf\": {\n            \"rate\": 0.07918325683263999,\n            \"ask\": 0.079435,\n            \"bid\": 0.079021,\n            \"diff24h\": 0.000798\n        },\n        \"ltc\": {\n            \"rate\": 0.0010085054678007292,\n            \"ask\": 0.001011,\n            \"bid\": 0.001003,\n            \"diff24h\": -0.000015\n        },\n        \"eth\": {\n            \"rate\": \"0.00004840\",\n            \"ask\": 0.000049,\n            \"bid\": 0.000048\n        },\n        \"zrx\": {\n            \"rate\": 0.40193704600484265,\n            \"ask\": 0.415202,\n            \"bid\": 0.413545,\n            \"diff24h\": 0.002421\n        },\n        \"ilv\": {\n            \"rate\": 0.0018608105240823251,\n            \"ask\": 0.001868,\n            \"bid\": 0.001856,\n            \"diff24h\": 0.000009\n        },\n        \"paxg\": {\n            \"rate\": 0.00004474996630273622,\n            \"ask\": 0.000045,\n            \"bid\": 0.000045,\n            \"diff24h\": 0.000001\n        },\n        \"eurs\": {\n            \"rate\": 0.08159188938977358,\n            \"ask\": 0.081851,\n            \"bid\": 0.081427,\n            \"diff24h\": 0.00086\n        },\n        \"busd\": {\n            \"rate\": 0.0877087708770877,\n            \"ask\": 0.087993,\n            \"bid\": 0.087534,\n            \"diff24h\": 0.001091\n        },\n        \"usdp\": {\n            \"rate\": 0.08772631789536861,\n            \"ask\": 0.08801,\n            \"bid\": 0.087551,\n            \"diff24h\": 0.001083\n        },\n        \"sol\": {\n            \"rate\": 0.0045440414507772016,\n            \"ask\": 0.004561,\n            \"bid\": 0.004535,\n            \"diff24h\": 0.000069\n        },\n        \"egld\": {\n            \"rate\": 0.0024607182940516274,\n            \"ask\": 0.002469,\n            \"bid\": 0.002456,\n            \"diff24h\": 0.000048\n        },\n        \"atom\": {\n            \"rate\": 0.008369119190762478,\n            \"ask\": 0.008395,\n            \"bid\": 0.008351,\n            \"diff24h\": 0.000118\n        },\n        \"aave\": {\n            \"rate\": 0.0013854660347551342,\n            \"ask\": 0.00139,\n            \"bid\": 0.001381,\n            \"diff24h\": 0.000017\n        },\n        \"dai\": {\n            \"rate\": 0.08768246,\n            \"ask\": 0.087966,\n            \"bid\": 0.087507,\n            \"diff24h\": 0.001082\n        },\n        \"ftm\": {\n            \"rate\": 0.2652752571082879,\n            \"ask\": 0.266109,\n            \"bid\": 0.264665,\n            \"diff24h\": 0.002133\n        },\n        \"cad\": {\n            \"rate\": 0.11932077407436001,\n            \"ask\": 0.119699,\n            \"bid\": 0.119077,\n            \"diff24h\": 0.001551\n        },\n        \"mana\": {\n            \"rate\": 0.19023861171366593,\n            \"ask\": 0.190836,\n            \"bid\": 0.189817,\n            \"diff24h\": 0.001978\n        },\n        \"btc\": {\n            \"rate\": \"0.00000332\",\n            \"ask\": 0.000003,\n            \"bid\": 0.000003\n        },\n        \"avax\": {\n            \"rate\": 0.0062066525123849955,\n            \"ask\": 0.006231,\n            \"bid\": 0.006194,\n            \"diff24h\": 0.000078\n        },\n        \"bch\": {\n            \"rate\": 0.0007811764705882352,\n            \"ask\": 0.000783,\n            \"bid\": 0.000775,\n            \"diff24h\": 0.000001\n        },\n        \"gmt\": {\n            \"rate\": 0.3335869151768733,\n            \"ask\": 0.334762,\n            \"bid\": 0.33292,\n            \"diff24h\": 0.005805\n        },\n        \"snx\": {\n            \"rate\": 0.03697104677060134,\n            \"ask\": 0.036907,\n            \"bid\": 0.03676,\n            \"diff24h\": -0.000444\n        },\n        \"ada\": {\n            \"rate\": 0.24552071668533032,\n            \"ask\": 0.246292,\n            \"bid\": 0.244961,\n            \"diff24h\": 0.003147\n        },\n        \"sand\": {\n            \"rate\": 0.17445792719315695,\n            \"ask\": 0.175041,\n            \"bid\": 0.174109,\n            \"diff24h\": 0.002973\n        },\n        \"eur\": {\n            \"rate\": 0.08159270538210679,\n            \"ask\": 0.082014,\n            \"bid\": 0.081264,\n            \"diff24h\": 0.00086\n        },\n        \"bnt\": {\n            \"rate\": 0.21488673139158576,\n            \"ask\": 0.221441,\n            \"bid\": 0.220557,\n            \"diff24h\": -0.000097\n        },\n        \"xmr\": {\n            \"rate\": 0.0005792602377807133,\n            \"ask\": 0.000581,\n            \"bid\": 0.000578,\n            \"diff24h\": 0.000003\n        },\n        \"trx\": {\n            \"rate\": 1.1550111945212695,\n            \"ask\": 1.158797,\n            \"bid\": 1.152698,\n            \"diff24h\": 0.033685\n        },\n        \"bat\": {\n            \"rate\": 0.4088669950738917,\n            \"ask\": 0.415202,\n            \"bid\": 0.413545,\n            \"diff24h\": 0.009834\n        },\n        \"btt\": {\n            \"rate\": 149735.35939900973,\n            \"ask\": 87949.205648,\n            \"bid\": 87550.859717,\n            \"diff24h\": 4360.170546\n        },\n        \"link\": {\n            \"rate\": 0.013908671973188102,\n            \"ask\": 0.01395,\n            \"bid\": 0.013849,\n            \"diff24h\": 0.000136\n        },\n        \"fil\": {\n            \"rate\": 0.019959035047792444,\n            \"ask\": 0.020022,\n            \"bid\": 0.019915,\n            \"diff24h\": 0.000344\n        },\n        \"dot\": {\n            \"rate\": 0.01678790199081164,\n            \"ask\": 0.016837,\n            \"bid\": 0.016748,\n            \"diff24h\": 0.000312\n        },\n        \"aud\": {\n            \"rate\": 0.1341302008290124,\n            \"ask\": 0.134561,\n            \"bid\": 0.133851,\n            \"diff24h\": 0.001426\n        },\n        \"usdc\": {\n            \"rate\": 0.09172012830793905,\n            \"ask\": 0.091903,\n            \"bid\": 0.091428,\n            \"diff24h\": -0.001457\n        },\n        \"ape\": {\n            \"rate\": 0.02724448586517552,\n            \"ask\": 0.027339,\n            \"bid\": 0.02719,\n            \"diff24h\": 0.00045\n        },\n        \"axs\": {\n            \"rate\": 0.012878120411160059,\n            \"ask\": 0.012919,\n            \"bid\": 0.012834,\n            \"diff24h\": 0.000364\n        },\n        \"vet\": {\n            \"rate\": 4.582027168234065,\n            \"ask\": 4.596434,\n            \"bid\": 4.570471,\n            \"diff24h\": 0.06926\n        },\n        \"uni\": {\n            \"rate\": 0.01761273209549072,\n            \"ask\": 0.01766,\n            \"bid\": 0.017513,\n            \"diff24h\": 0.00005\n        },\n        \"pax\": {\n            \"rate\": 0.0877,\n            \"ask\": 0.087975,\n            \"bid\": 0.087525,\n            \"diff24h\": 0.0011\n        },\n        \"yfi\": {\n            \"rate\": 0.000013753106876553438,\n            \"ask\": 0.000014,\n            \"bid\": 0.000014\n        },\n        \"cake\": {\n            \"rate\": 0.057357750163505555,\n            \"ask\": 0.057576,\n            \"bid\": 0.057243,\n            \"diff24h\": 0.001809\n        },\n        \"rep\": {\n            \"rate\": 0.01995556754756871,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": 0.000357\n        },\n        \"usdt\": {\n            \"rate\": \"0.08770000\",\n            \"ask\": 0.087826,\n            \"bid\": 0.087674,\n            \"diff24h\": 0.0011\n        },\n        \"near\": {\n            \"rate\": 0.05596681557115507,\n            \"ask\": 0.056179,\n            \"bid\": 0.055855,\n            \"diff24h\": 0.000311\n        },\n        \"doge\": {\n            \"rate\": 1.2388059701492538,\n            \"ask\": 1.107206,\n            \"bid\": 1.102786,\n            \"diff24h\": 0.007463\n        },\n        \"comp\": {\n            \"rate\": 0.0026224328593996843,\n            \"ask\": 0.002631,\n            \"bid\": 0.002606,\n            \"diff24h\": 0.000103\n        },\n        \"omg\": {\n            \"rate\": 0.10746753246753245,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": 0.005231\n        },\n        \"matic\": {\n            \"rate\": 0.09353668941979522,\n            \"ask\": 0.093821,\n            \"bid\": 0.09333,\n            \"diff24h\": -0.004694\n        },\n        \"xrp\": {\n            \"rate\": 0.18885096700796358,\n            \"ask\": 0.171039,\n            \"bid\": 0.170356,\n            \"diff24h\": -0.003233\n        }\n    },\n    \"trx\": {\n        \"dash\": {\n            \"rate\": 0.0018331723804925154,\n            \"ask\": 0.001837,\n            \"bid\": 0.001829,\n            \"diff24h\": -0.000068\n        },\n        \"vet\": {\n            \"rate\": 3.9670846394984323,\n            \"ask\": 3.97503,\n            \"bid\": 3.95655,\n            \"diff24h\": -0.057407\n        },\n        \"aave\": {\n            \"rate\": 0.001199526066350711,\n            \"ask\": 0.001202,\n            \"bid\": 0.001195,\n            \"diff24h\": -0.000021\n        },\n        \"theta\": {\n            \"rate\": 0.0905005959475566,\n            \"ask\": 0.09079,\n            \"bid\": 0.090307,\n            \"diff24h\": -0.001549\n        },\n        \"xlm\": {\n            \"rate\": 0.8657924743443558,\n            \"ask\": 0.867527,\n            \"bid\": 0.862961,\n            \"diff24h\": -0.026009\n        },\n        \"mkr\": {\n            \"rate\": 0.00012207395498392283,\n            \"ask\": 0.000122,\n            \"bid\": 0.000122,\n            \"diff24h\": -0.000001\n        },\n        \"comp\": {\n            \"rate\": 0.002265214797136038,\n            \"ask\": 0.00227,\n            \"bid\": 0.00226,\n            \"diff24h\": 0.000018\n        },\n        \"usdc\": {\n            \"rate\": 0.062299518845228545,\n            \"ask\": 0.062424,\n            \"bid\": 0.062158,\n            \"diff24h\": -0.005419\n        },\n        \"paxg\": {\n            \"rate\": 0.0000386412213740458,\n            \"ask\": 0.000039,\n            \"bid\": 0.000039\n        },\n        \"xtz\": {\n            \"rate\": 0.08687643020594966,\n            \"ask\": 0.08715,\n            \"bid\": 0.086691,\n            \"diff24h\": -0.002407\n        },\n        \"doge\": {\n            \"rate\": 1.0706429780033841,\n            \"ask\": 1.072787,\n            \"bid\": 1.068207,\n            \"diff24h\": -0.026063\n        },\n        \"usd\": {\n            \"rate\": 0.0759239256,\n            \"ask\": 0.076076,\n            \"bid\": 0.075761,\n            \"diff24h\": -0.001298\n        },\n        \"omg\": {\n            \"rate\": 0.10056953642384106,\n            \"ask\": 0.100771,\n            \"bid\": 0.100222,\n            \"diff24h\": -0.003234\n        },\n        \"bnt\": {\n            \"rate\": 0.185466536394724,\n            \"ask\": 0.186247,\n            \"bid\": 0.185116,\n            \"diff24h\": -0.006505\n        },\n        \"dai\": {\n            \"rate\": 0.075914814,\n            \"ask\": 0.076074,\n            \"bid\": 0.075753,\n            \"diff24h\": -0.001315\n        },\n        \"snx\": {\n            \"rate\": 0.031957070707070705,\n            \"ask\": 0.032021,\n            \"bid\": 0.031875,\n            \"diff24h\": -0.001519\n        },\n        \"tusd\": {\n            \"rate\": 0.062299518845228545,\n            \"ask\": 0.062424,\n            \"bid\": 0.062158,\n            \"diff24h\": -0.005419\n        },\n        \"xrp\": {\n            \"rate\": 0.163149978513107,\n            \"ask\": 0.163477,\n            \"bid\": 0.162767,\n            \"diff24h\": -0.008016\n        },\n        \"ltc\": {\n            \"rate\": 0.0008711564938044975,\n            \"ask\": 0.000873,\n            \"bid\": 0.000869,\n            \"diff24h\": -0.000041\n        },\n        \"cad\": {\n            \"rate\": 0.103307028226524,\n            \"ask\": 0.103517,\n            \"bid\": 0.103082,\n            \"diff24h\": -0.001721\n        },\n        \"bat\": {\n            \"rate\": 0.3523433874709977,\n            \"ask\": 0.353049,\n            \"bid\": 0.351428,\n            \"diff24h\": -0.003228\n        },\n        \"uni\": {\n            \"rate\": 0.015213384091364458,\n            \"ask\": 0.015244,\n            \"bid\": 0.015178,\n            \"diff24h\": -0.000423\n        },\n        \"gbp\": {\n            \"rate\": 0.061320458425877314,\n            \"ask\": 0.061629,\n            \"bid\": 0.061003,\n            \"diff24h\": -0.001177\n        },\n        \"eur\": {\n            \"rate\": 0.07064235028122427,\n            \"ask\": 0.070927,\n            \"bid\": 0.070348,\n            \"diff24h\": -0.001355\n        },\n        \"busd\": {\n            \"rate\": \"0.07594000\",\n            \"ask\": 0.076102,\n            \"bid\": 0.075788,\n            \"diff24h\": -0.00132\n        },\n        \"btc\": {\n            \"rate\": \"0.00000287\",\n            \"ask\": 0.000003,\n            \"bid\": 0.000003\n        },\n        \"bch\": {\n            \"rate\": 0.0006737355811889973,\n            \"ask\": 0.000676,\n            \"bid\": 0.000672,\n            \"diff24h\": -0.000021\n        },\n        \"xmr\": {\n            \"rate\": 0.0005015191545574636,\n            \"ask\": 0.000503,\n            \"bid\": 0.0005,\n            \"diff24h\": -0.000012\n        },\n        \"rep\": {\n            \"rate\": 0.014162790697674416,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": 0.000228\n        },\n        \"matic\": {\n            \"rate\": 0.08098336177474402,\n            \"ask\": 0.081137,\n            \"bid\": 0.080793,\n            \"diff24h\": -0.006619\n        },\n        \"sol\": {\n            \"rate\": 0.00393419689119171,\n            \"ask\": 0.003944,\n            \"bid\": 0.003926,\n            \"diff24h\": -0.000057\n        },\n        \"chf\": {\n            \"rate\": 0.06855626785977599,\n            \"ask\": 0.068697,\n            \"bid\": 0.068406,\n            \"diff24h\": -0.001348\n        },\n        \"ada\": {\n            \"rate\": 0.21256998880179168,\n            \"ask\": 0.212996,\n            \"bid\": 0.212057,\n            \"diff24h\": -0.003579\n        },\n        \"aud\": {\n            \"rate\": 0.11612891846005599,\n            \"ask\": 0.11637,\n            \"bid\": 0.115871,\n            \"diff24h\": -0.002217\n        },\n        \"sushi\": {\n            \"rate\": 0.09093413173652695,\n            \"ask\": 0.091225,\n            \"bid\": 0.09074,\n            \"diff24h\": -0.000139\n        },\n        \"link\": {\n            \"rate\": 0.012014240506329113,\n            \"ask\": 0.01204,\n            \"bid\": 0.011989,\n            \"diff24h\": -0.000258\n        },\n        \"icp\": {\n            \"rate\": 0.015649216817807086,\n            \"ask\": 0.015677,\n            \"bid\": 0.015609,\n            \"diff24h\": -0.000354\n        },\n        \"bnb\": {\n            \"rate\": \"0.00024760\",\n            \"ask\": 0.000248,\n            \"bid\": 0.000247,\n            \"diff24h\": -0.000005\n        },\n        \"eth\": {\n            \"rate\": \"0.00004186\",\n            \"ask\": 0.000042,\n            \"bid\": 0.000042,\n            \"diff24h\": -0.000001\n        },\n        \"eos\": {\n            \"rate\": 0.08964580873671782,\n            \"ask\": 0.089932,\n            \"bid\": 0.089454,\n            \"diff24h\": -0.002624\n        },\n        \"usdp\": {\n            \"rate\": 0.07595278583575071,\n            \"ask\": 0.076052,\n            \"bid\": 0.075851,\n            \"diff24h\": -0.001316\n        },\n        \"yfi\": {\n            \"rate\": 0.000011875195495777292,\n            \"ask\": 0.000012,\n            \"bid\": 0.000012\n        },\n        \"eurs\": {\n            \"rate\": 0.07064164380120305,\n            \"ask\": 0.070785,\n            \"bid\": 0.070489,\n            \"diff24h\": -0.001355\n        },\n        \"dot\": {\n            \"rate\": 0.014534839203675343,\n            \"ask\": 0.014561,\n            \"bid\": 0.014498,\n            \"diff24h\": -0.000159\n        },\n        \"zrx\": {\n            \"rate\": 0.34814305364511694,\n            \"ask\": 0.34868,\n            \"bid\": 0.346923,\n            \"diff24h\": -0.008742\n        },\n        \"usdt\": {\n            \"rate\": \"0.07593000\",\n            \"ask\": 0.075953,\n            \"bid\": 0.075897,\n            \"diff24h\": -0.00131\n        }\n    },\n    \"xtz\": {\n        \"usd\": {\n            \"rate\": 0.87393008,\n            \"ask\": 0.875678,\n            \"bid\": 0.871175,\n            \"diff24h\": 0.009017\n        },\n        \"btc\": {\n            \"rate\": 0.00003301069221608633,\n            \"ask\": 0.000033,\n            \"bid\": 0.000033\n        },\n        \"zrx\": {\n            \"rate\": 4.007336084364971,\n            \"ask\": 4.013509,\n            \"bid\": 3.989258,\n            \"diff24h\": 0.010109\n        },\n        \"pax\": {\n            \"rate\": 0.874,\n            \"ask\": 0.875748,\n            \"bid\": 0.871254,\n            \"diff24h\": 0.009\n        },\n        \"bnt\": {\n            \"rate\": 2.1348314606741576,\n            \"ask\": 2.143814,\n            \"bid\": 2.128644,\n            \"diff24h\": -0.015305\n        },\n        \"bnb\": {\n            \"rate\": \"0.00288300\",\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": 0.000044\n        },\n        \"omg\": {\n            \"rate\": 1.1576158940397352,\n            \"ask\": 1.159931,\n            \"bid\": 1.152452,\n            \"diff24h\": -0.005019\n        },\n        \"ape\": {\n            \"rate\": 0.2715128922025474,\n            \"ask\": 0.27214,\n            \"bid\": 0.27066,\n            \"diff24h\": 0.003877\n        },\n        \"sand\": {\n            \"rate\": 1.7386114979112788,\n            \"ask\": 1.742435,\n            \"bid\": 1.733149,\n            \"diff24h\": 0.02574\n        },\n        \"usdt\": {\n            \"rate\": \"0.87400000\",\n            \"ask\": 0.874262,\n            \"bid\": 0.872738,\n            \"diff24h\": 0.009\n        },\n        \"avax\": {\n            \"rate\": 0.061854210898796884,\n            \"ask\": 0.062022,\n            \"bid\": 0.06166,\n            \"diff24h\": 0.000637\n        },\n        \"mana\": {\n            \"rate\": 1.89587852494577,\n            \"ask\": 1.899668,\n            \"bid\": 1.889514,\n            \"diff24h\": 0.015444\n        },\n        \"ltc\": {\n            \"rate\": 0.01002753556677375,\n            \"ask\": 0.010048,\n            \"bid\": 0.009995,\n            \"diff24h\": -0.000191\n        },\n        \"theta\": {\n            \"rate\": 1.041716328963051,\n            \"ask\": 1.045045,\n            \"bid\": 1.038443,\n            \"diff24h\": 0.010727\n        },\n        \"rep\": {\n            \"rate\": 0.24587737843551796,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": 0.000423\n        },\n        \"near\": {\n            \"rate\": 0.5577536694320356,\n            \"ask\": 0.559226,\n            \"bid\": 0.556001,\n            \"diff24h\": 0.001841\n        },\n        \"bat\": {\n            \"rate\": 4.05568445475638,\n            \"ask\": 4.063795,\n            \"bid\": 4.041066,\n            \"diff24h\": 0.07318\n        },\n        \"yfi\": {\n            \"rate\": 0.0001366906474820144,\n            \"ask\": 0.000137,\n            \"bid\": 0.000136\n        },\n        \"btt\": {\n            \"rate\": 1492231.5178418984,\n            \"ask\": 875484.90078,\n            \"bid\": 871515.387526,\n            \"diff24h\": 40158.326638\n        },\n        \"aud\": {\n            \"rate\": 1.3367137460040688,\n            \"ask\": 1.339489,\n            \"bid\": 1.332398,\n            \"diff24h\": 0.011203\n        },\n        \"uni\": {\n            \"rate\": 0.1751152073732719,\n            \"ask\": 0.175466,\n            \"bid\": 0.17453,\n            \"diff24h\": -0.000021\n        },\n        \"tusd\": {\n            \"rate\": 1.1397353648757016,\n            \"ask\": 1.143018,\n            \"bid\": 1.137342,\n            \"diff24h\": -0.024477\n        },\n        \"ftm\": {\n            \"rate\": 2.64367816091954,\n            \"ask\": 2.648963,\n            \"bid\": 2.634577,\n            \"diff24h\": 0.015298\n        },\n        \"bch\": {\n            \"rate\": 0.007755102040816327,\n            \"ask\": 0.007778,\n            \"bid\": 0.00773,\n            \"diff24h\": -0.000024\n        },\n        \"icp\": {\n            \"rate\": 0.1801319043693322,\n            \"ask\": 0.180455,\n            \"bid\": 0.179492,\n            \"diff24h\": 0.000894\n        },\n        \"cad\": {\n            \"rate\": 1.1891260723032,\n            \"ask\": 1.191543,\n            \"bid\": 1.185339,\n            \"diff24h\": 0.012784\n        },\n        \"eur\": {\n            \"rate\": 0.8131359692583962,\n            \"ask\": 0.816407,\n            \"bid\": 0.80893,\n            \"diff24h\": 0.006746\n        },\n        \"trx\": {\n            \"rate\": 11.510601870143553,\n            \"ask\": 11.535171,\n            \"bid\": 11.474404,\n            \"diff24h\": 0.310291\n        },\n        \"usdc\": {\n            \"rate\": 1.1397353648757016,\n            \"ask\": 1.143018,\n            \"bid\": 1.137342,\n            \"diff24h\": -0.024477\n        },\n        \"ilv\": {\n            \"rate\": 0.018544451517080413,\n            \"ask\": 0.018597,\n            \"bid\": 0.018478,\n            \"diff24h\": 0.000046\n        },\n        \"zil\": {\n            \"rate\": 38.38383838383838,\n            \"ask\": 38.477779,\n            \"bid\": 38.262958,\n            \"diff24h\": 0.160241\n        },\n        \"xmr\": {\n            \"rate\": 0.0057727873183619546,\n            \"ask\": 0.005788,\n            \"bid\": 0.005755,\n            \"diff24h\": 0.000018\n        },\n        \"usdp\": {\n            \"rate\": 0.8742622786836051,\n            \"ask\": 0.876098,\n            \"bid\": 0.871515,\n            \"diff24h\": 0.00883\n        },\n        \"xlm\": {\n            \"rate\": 9.965792474344356,\n            \"ask\": 9.985722,\n            \"bid\": 9.923165,\n            \"diff24h\": -0.02266\n        },\n        \"gbp\": {\n            \"rate\": 0.7058353834349634,\n            \"ask\": 0.709387,\n            \"bid\": 0.701473,\n            \"diff24h\": 0.005848\n        },\n        \"cake\": {\n            \"rate\": 0.5716154349247875,\n            \"ask\": 0.573133,\n            \"bid\": 0.569819,\n            \"diff24h\": 0.016773\n        },\n        \"eurs\": {\n            \"rate\": 0.8131278372481426,\n            \"ask\": 0.814781,\n            \"bid\": 0.810555,\n            \"diff24h\": 0.006745\n        },\n        \"gala\": {\n            \"rate\": 29.104229104229102,\n            \"ask\": 29.172619,\n            \"bid\": 29.012315,\n            \"diff24h\": 0.174463\n        },\n        \"link\": {\n            \"rate\": 0.13829113924050632,\n            \"ask\": 0.138589,\n            \"bid\": 0.137856,\n            \"diff24h\": 0.000837\n        },\n        \"1inch\": {\n            \"rate\": 2.2295918367346936,\n            \"ask\": 2.239762,\n            \"bid\": 2.222584,\n            \"diff24h\": 0.011643\n        },\n        \"sushi\": {\n            \"rate\": 1.0467065868263474,\n            \"ask\": 1.050057,\n            \"bid\": 1.043418,\n            \"diff24h\": 0.026659\n        },\n        \"dai\": {\n            \"rate\": 0.8738252,\n            \"ask\": 0.87566,\n            \"bid\": 0.871079,\n            \"diff24h\": 0.008825\n        },\n        \"comp\": {\n            \"rate\": 0.02607398568019093,\n            \"ask\": 0.026126,\n            \"bid\": 0.025984,\n            \"diff24h\": 0.000907\n        },\n        \"gmt\": {\n            \"rate\": 3.324457968809433,\n            \"ask\": 3.332368,\n            \"bid\": 3.314019,\n            \"diff24h\": 0.050423\n        },\n        \"vet\": {\n            \"rate\": 45.66353187042842,\n            \"ask\": 45.754849,\n            \"bid\": 45.496287,\n            \"diff24h\": 0.587972\n        },\n        \"chf\": {\n            \"rate\": 0.7891239050368,\n            \"ask\": 0.790737,\n            \"bid\": 0.786602,\n            \"diff24h\": 0.006179\n        },\n        \"paxg\": {\n            \"rate\": 0.00044478371501272267,\n            \"ask\": 0.000446,\n            \"bid\": 0.000443,\n            \"diff24h\": 0.000006\n        },\n        \"fil\": {\n            \"rate\": 0.19890760127446516,\n            \"ask\": 0.199305,\n            \"bid\": 0.198238,\n            \"diff24h\": 0.002985\n        },\n        \"egld\": {\n            \"rate\": 0.02452300785634119,\n            \"ask\": 0.024579,\n            \"bid\": 0.024446,\n            \"diff24h\": 0.000428\n        },\n        \"axs\": {\n            \"rate\": 0.12834067547723935,\n            \"ask\": 0.128597,\n            \"bid\": 0.12775,\n            \"diff24h\": 0.003341\n        },\n        \"mkr\": {\n            \"rate\": 0.001405144694533762,\n            \"ask\": 0.001408,\n            \"bid\": 0.001399,\n            \"diff24h\": 0.000026\n        },\n        \"atom\": {\n            \"rate\": 0.08340490504819162,\n            \"ask\": 0.083564,\n            \"bid\": 0.083127,\n            \"diff24h\": 0.000985\n        },\n        \"dash\": {\n            \"rate\": 0.021100917431192658,\n            \"ask\": 0.021143,\n            \"bid\": 0.02103,\n            \"diff24h\": -0.000194\n        },\n        \"xrp\": {\n            \"rate\": 1.87795444778685,\n            \"ask\": 1.88171,\n            \"bid\": 1.871652,\n            \"diff24h\": -0.039155\n        },\n        \"eth\": {\n            \"rate\": 0.0004819144243493604,\n            \"ask\": 0.000483,\n            \"bid\": 0.00048,\n            \"diff24h\": -0.000002\n        },\n        \"busd\": {\n            \"rate\": 0.874087408740874,\n            \"ask\": 0.875923,\n            \"bid\": 0.871341,\n            \"diff24h\": 0.008914\n        },\n        \"snx\": {\n            \"rate\": 0.36784511784511786,\n            \"ask\": 0.368581,\n            \"bid\": 0.366535,\n            \"diff24h\": -0.007101\n        },\n        \"dot\": {\n            \"rate\": 0.16730474732006123,\n            \"ask\": 0.167607,\n            \"bid\": 0.166716,\n            \"diff24h\": 0.002731\n        },\n        \"doge\": {\n            \"rate\": 12.323745064861816,\n            \"ask\": 12.34839,\n            \"bid\": 12.283292,\n            \"diff24h\": 0.040303\n        },\n        \"sol\": {\n            \"rate\": 0.04528497409326425,\n            \"ask\": 0.045399,\n            \"bid\": 0.045143,\n            \"diff24h\": 0.000582\n        },\n        \"eos\": {\n            \"rate\": 1.0318772136953955,\n            \"ask\": 1.035163,\n            \"bid\": 1.028635,\n            \"diff24h\": -0.001576\n        },\n        \"matic\": {\n            \"rate\": 0.9321672354948806,\n            \"ask\": 0.933932,\n            \"bid\": 0.92904,\n            \"diff24h\": -0.049003\n        },\n        \"aave\": {\n            \"rate\": 0.013807266982622433,\n            \"ask\": 0.013835,\n            \"bid\": 0.013742,\n            \"diff24h\": 0.000142\n        },\n        \"ada\": {\n            \"rate\": 2.4468085106382977,\n            \"ask\": 2.451702,\n            \"bid\": 2.438438,\n            \"diff24h\": 0.025874\n        }\n    },\n    \"zrx\": {\n        \"near\": {\n            \"rate\": 0.13918315252074026,\n            \"ask\": 0.139743,\n            \"bid\": 0.138968,\n            \"diff24h\": 0.000109\n        },\n        \"1inch\": {\n            \"rate\": 0.5563775510204081,\n            \"ask\": 0.559684,\n            \"bid\": 0.555519,\n            \"diff24h\": 0.001506\n        },\n        \"ilv\": {\n            \"rate\": 0.004627625716104392,\n            \"ask\": 0.004647,\n            \"bid\": 0.004619\n        },\n        \"tusd\": {\n            \"rate\": 0.22995188452285484,\n            \"ask\": 0.230311,\n            \"bid\": 0.229269,\n            \"diff24h\": -0.001688\n        },\n        \"yfi\": {\n            \"rate\": 0.000034217067108533555,\n            \"ask\": 0.000034,\n            \"bid\": 0.000034\n        },\n        \"dai\": {\n            \"rate\": 0.21805638,\n            \"ask\": 0.218815,\n            \"bid\": 0.21772,\n            \"diff24h\": 0.001656\n        },\n        \"link\": {\n            \"rate\": 0.03460410557184751,\n            \"ask\": 0.033589,\n            \"bid\": 0.033455,\n            \"diff24h\": 0.00013\n        },\n        \"eos\": {\n            \"rate\": 0.2586908863138115,\n            \"ask\": 0.250854,\n            \"bid\": 0.249852,\n            \"diff24h\": -0.000324\n        },\n        \"gmt\": {\n            \"rate\": 0.8295930011411182,\n            \"ask\": 0.832711,\n            \"bid\": 0.828315,\n            \"diff24h\": 0.010517\n        },\n        \"gbp\": {\n            \"rate\": 0.1761358090699834,\n            \"ask\": 0.177266,\n            \"bid\": 0.175328,\n            \"diff24h\": 0.001018\n        },\n        \"snx\": {\n            \"rate\": 0.09198218262806236,\n            \"ask\": 0.09185,\n            \"bid\": 0.091483,\n            \"diff24h\": -0.001669\n        },\n        \"trx\": {\n            \"rate\": 2.872382457526669,\n            \"ask\": 2.882474,\n            \"bid\": 2.867944,\n            \"diff24h\": 0.070363\n        },\n        \"btc\": {\n            \"rate\": \"0.00000826\",\n            \"ask\": 0.000008,\n            \"bid\": 0.000008\n        },\n        \"atom\": {\n            \"rate\": 0.020813054680790154,\n            \"ask\": 0.020881,\n            \"bid\": 0.020777,\n            \"diff24h\": 0.000194\n        },\n        \"busd\": {\n            \"rate\": \"0.21770000\",\n            \"ask\": 0.219037,\n            \"bid\": 0.217764,\n            \"diff24h\": 0.0015\n        },\n        \"eurs\": {\n            \"rate\": 0.20290981842542322,\n            \"ask\": 0.203603,\n            \"bid\": 0.202593,\n            \"diff24h\": 0.001174\n        },\n        \"zil\": {\n            \"rate\": 9.578392621870883,\n            \"ask\": 9.615046,\n            \"bid\": 9.563548,\n            \"diff24h\": 0.015865\n        },\n        \"rep\": {\n            \"rate\": 0.04991870329809725,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": 0.001191\n        },\n        \"theta\": {\n            \"rate\": 0.2599523241954708,\n            \"ask\": 0.261142,\n            \"bid\": 0.259551,\n            \"diff24h\": 0.002026\n        },\n        \"chf\": {\n            \"rate\": 0.19691982115391998,\n            \"ask\": 0.197594,\n            \"bid\": 0.196606,\n            \"diff24h\": 0.001048\n        },\n        \"sol\": {\n            \"rate\": 0.011300518134715025,\n            \"ask\": 0.011345,\n            \"bid\": 0.011283,\n            \"diff24h\": 0.000117\n        },\n        \"xrp\": {\n            \"rate\": 0.4698521046643913,\n            \"ask\": 0.456104,\n            \"bid\": 0.454283,\n            \"diff24h\": -0.01094\n        },\n        \"axs\": {\n            \"rate\": 0.032026431718061674,\n            \"ask\": 0.032135,\n            \"bid\": 0.03193,\n            \"diff24h\": 0.000755\n        },\n        \"icp\": {\n            \"rate\": 0.044950535861500406,\n            \"ask\": 0.045093,\n            \"bid\": 0.044863,\n            \"diff24h\": 0.00011\n        },\n        \"fil\": {\n            \"rate\": 0.04963586709148839,\n            \"ask\": 0.049804,\n            \"bid\": 0.049548,\n            \"diff24h\": 0.000621\n        },\n        \"rub\": {\n            \"rate\": 17.465468300748,\n            \"ask\": 17.532171,\n            \"bid\": 17.430767,\n            \"diff24h\": 0.127979\n        },\n        \"dash\": {\n            \"rate\": 0.005291479820627803,\n            \"ask\": 0.005125,\n            \"bid\": 0.005105,\n            \"diff24h\": -0.000048\n        },\n        \"bnt\": {\n            \"rate\": 0.5346278317152104,\n            \"ask\": 0.551098,\n            \"bid\": 0.548898,\n            \"diff24h\": -0.003483\n        },\n        \"bnb\": {\n            \"rate\": 0.0007129293975487658,\n            \"ask\": 0.000692,\n            \"bid\": 0.000689,\n            \"diff24h\": 0.000002\n        },\n        \"comp\": {\n            \"rate\": 0.006524486571879937,\n            \"ask\": 0.006332,\n            \"bid\": 0.006306,\n            \"diff24h\": 0.000219\n        },\n        \"pax\": {\n            \"rate\": 0.2181,\n            \"ask\": 0.218837,\n            \"bid\": 0.217764,\n            \"diff24h\": 0.0017\n        },\n        \"dot\": {\n            \"rate\": 0.04174961715160796,\n            \"ask\": 0.041883,\n            \"bid\": 0.041669,\n            \"diff24h\": 0.000578\n        },\n        \"mkr\": {\n            \"rate\": 0.0003514893617021277,\n            \"ask\": 0.000341,\n            \"bid\": 0.00034,\n            \"diff24h\": 0.000006\n        },\n        \"bch\": {\n            \"rate\": 0.001943529411764706,\n            \"ask\": 0.001884,\n            \"bid\": 0.001876,\n            \"diff24h\": -0.000009\n        },\n        \"eur\": {\n            \"rate\": 0.20291184770624277,\n            \"ask\": 0.204009,\n            \"bid\": 0.202187,\n            \"diff24h\": 0.001174\n        },\n        \"xmr\": {\n            \"rate\": 0.001440554821664465,\n            \"ask\": 0.001446,\n            \"bid\": 0.001438,\n            \"diff24h\": 0.000001\n        },\n        \"usdt\": {\n            \"rate\": \"0.21810000\",\n            \"ask\": 0.218566,\n            \"bid\": 0.218235,\n            \"diff24h\": 0.0017\n        },\n        \"ftm\": {\n            \"rate\": 0.6597096188747731,\n            \"ask\": 0.661938,\n            \"bid\": 0.658493,\n            \"diff24h\": 0.002159\n        },\n        \"bat\": {\n            \"rate\": 1.017241379310345,\n            \"ask\": 0.98477,\n            \"bid\": 0.980838,\n            \"diff24h\": 0.018451\n        },\n        \"sand\": {\n            \"rate\": 0.43385717127511436,\n            \"ask\": 0.43541,\n            \"bid\": 0.433188,\n            \"diff24h\": 0.005342\n        },\n        \"xtz\": {\n            \"rate\": 0.24954233409610982,\n            \"ask\": 0.250672,\n            \"bid\": 0.249158,\n            \"diff24h\": -0.000631\n        },\n        \"ada\": {\n            \"rate\": 0.610582306830907,\n            \"ask\": 0.612645,\n            \"bid\": 0.60947,\n            \"diff24h\": 0.004929\n        },\n        \"eth\": {\n            \"rate\": \"0.00012040\",\n            \"ask\": 0.000121,\n            \"bid\": 0.00012,\n            \"diff24h\": -0.000001\n        },\n        \"vet\": {\n            \"rate\": 11.394984326018808,\n            \"ask\": 11.433499,\n            \"bid\": 11.371456,\n            \"diff24h\": 0.118278\n        },\n        \"gala\": {\n            \"rate\": 7.262737262737261,\n            \"ask\": 7.28982,\n            \"bid\": 7.251417,\n            \"diff24h\": 0.025279\n        },\n        \"btt\": {\n            \"rate\": 372374.93597404816,\n            \"ask\": 218771.146684,\n            \"bid\": 217828.943627,\n            \"diff24h\": 9104.833574\n        },\n        \"doge\": {\n            \"rate\": 3.082089552238806,\n            \"ask\": 2.755492,\n            \"bid\": 2.744492\n        },\n        \"usdc\": {\n            \"rate\": 0.22995188452285484,\n            \"ask\": 0.230311,\n            \"bid\": 0.229269,\n            \"diff24h\": -0.001688\n        },\n        \"sushi\": {\n            \"rate\": 0.2618896639188332,\n            \"ask\": 0.266451,\n            \"bid\": 0.257499,\n            \"diff24h\": 0.006162\n        },\n        \"cake\": {\n            \"rate\": 0.14264224983649443,\n            \"ask\": 0.143218,\n            \"bid\": 0.142422,\n            \"diff24h\": 0.003835\n        },\n        \"mana\": {\n            \"rate\": 0.4731019522776573,\n            \"ask\": 0.4747,\n            \"bid\": 0.47227,\n            \"diff24h\": 0.002667\n        },\n        \"paxg\": {\n            \"rate\": 0.00011133575953632564,\n            \"ask\": 0.000108,\n            \"bid\": 0.000108,\n            \"diff24h\": 0.000002\n        },\n        \"ape\": {\n            \"rate\": 0.06775396085740913,\n            \"ask\": 0.068004,\n            \"bid\": 0.067649,\n            \"diff24h\": 0.000799\n        },\n        \"egld\": {\n            \"rate\": 0.0061195286195286185,\n            \"ask\": 0.006142,\n            \"bid\": 0.00611,\n            \"diff24h\": 0.000092\n        },\n        \"usd\": {\n            \"rate\": 0.21808255199999999,\n            \"ask\": 0.21882,\n            \"bid\": 0.217744,\n            \"diff24h\": 0.001704\n        },\n        \"aave\": {\n            \"rate\": 0.0034454976303317534,\n            \"ask\": 0.003457,\n            \"bid\": 0.003435,\n            \"diff24h\": 0.000027\n        },\n        \"omg\": {\n            \"rate\": 0.2581168831168831,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": -0.005142\n        },\n        \"xlm\": {\n            \"rate\": 2.4879518072289155,\n            \"ask\": 2.418107,\n            \"bid\": 2.408454,\n            \"diff24h\": -0.015078\n        },\n        \"matic\": {\n            \"rate\": 0.23261518771331058,\n            \"ask\": 0.233376,\n            \"bid\": 0.232207,\n            \"diff24h\": -0.012848\n        },\n        \"uni\": {\n            \"rate\": 0.04381962864721486,\n            \"ask\": 0.042537,\n            \"bid\": 0.042367,\n            \"diff24h\": -0.00014\n        },\n        \"ltc\": {\n            \"rate\": 0.002509113001215067,\n            \"ask\": 0.002435,\n            \"bid\": 0.002426,\n            \"diff24h\": -0.000053\n        },\n        \"avax\": {\n            \"rate\": 0.015435244161358809,\n            \"ask\": 0.015498,\n            \"bid\": 0.015411,\n            \"diff24h\": 0.00012\n        },\n        \"usdp\": {\n            \"rate\": 0.21816544963489043,\n            \"ask\": 0.218925,\n            \"bid\": 0.217829,\n            \"diff24h\": 0.001657\n        }\n    },\n    \"fil\": {\n        \"ftm\": {\n            \"rate\": 13.290986085904418,\n            \"ask\": 13.320593,\n            \"bid\": 13.260421,\n            \"diff24h\": -0.124389\n        },\n        \"matic\": {\n            \"rate\": 4.686433447098977,\n            \"ask\": 4.696374,\n            \"bid\": 4.676064,\n            \"diff24h\": -0.321507\n        },\n        \"ltc\": {\n            \"rate\": 0.050413033501606246,\n            \"ask\": 0.050527,\n            \"bid\": 0.050305,\n            \"diff24h\": -0.001743\n        },\n        \"eur\": {\n            \"rate\": 4.088008522793356,\n            \"ask\": 4.105389,\n            \"bid\": 4.071523,\n            \"diff24h\": -0.027845\n        },\n        \"gmt\": {\n            \"rate\": 16.713579307721567,\n            \"ask\": 16.757168,\n            \"bid\": 16.680206,\n            \"diff24h\": 0.002754\n        },\n        \"paxg\": {\n            \"rate\": 0.0022361323155216284,\n            \"ask\": 0.002241,\n            \"bid\": 0.002232,\n            \"diff24h\": -0.000002\n        },\n        \"dai\": {\n            \"rate\": 4.3931212,\n            \"ask\": 4.40335,\n            \"bid\": 4.384333,\n            \"diff24h\": -0.021879\n        },\n        \"busd\": {\n            \"rate\": 4.394439443944394,\n            \"ask\": 4.404668,\n            \"bid\": 4.385652,\n            \"diff24h\": -0.021444\n        },\n        \"link\": {\n            \"rate\": 0.695253164556962,\n            \"ask\": 0.696911,\n            \"bid\": 0.693861,\n            \"diff24h\": -0.00632\n        },\n        \"axs\": {\n            \"rate\": 0.6452276064610867,\n            \"ask\": 0.646665,\n            \"bid\": 0.642994,\n            \"diff24h\": 0.007222\n        },\n        \"egld\": {\n            \"rate\": 0.12328843995510662,\n            \"ask\": 0.123598,\n            \"bid\": 0.123042,\n            \"diff24h\": 0.000308\n        },\n        \"near\": {\n            \"rate\": 2.8040842373962986,\n            \"ask\": 2.812125,\n            \"bid\": 2.798478,\n            \"diff24h\": -0.033319\n        },\n        \"usdt\": {\n            \"rate\": \"4.39500000\",\n            \"ask\": 4.397319,\n            \"bid\": 4.393681,\n            \"diff24h\": -0.02\n        },\n        \"avax\": {\n            \"rate\": 0.3109695682944091,\n            \"ask\": 0.311884,\n            \"bid\": 0.310347,\n            \"diff24h\": -0.001486\n        },\n        \"theta\": {\n            \"rate\": 5.237187127532777,\n            \"ask\": 5.255117,\n            \"bid\": 5.226714,\n            \"diff24h\": -0.02503\n        },\n        \"sushi\": {\n            \"rate\": 5.262275449101797,\n            \"ask\": 5.280321,\n            \"bid\": 5.251753,\n            \"diff24h\": 0.055908\n        },\n        \"xtz\": {\n            \"rate\": 5.02745995423341,\n            \"ask\": 5.044432,\n            \"bid\": 5.017407,\n            \"diff24h\": -0.076586\n        },\n        \"vet\": {\n            \"rate\": 229.57157784743993,\n            \"ask\": 230.083046,\n            \"bid\": 228.992804,\n            \"diff24h\": -0.496166\n        },\n        \"usdc\": {\n            \"rate\": 5.679631114675221,\n            \"ask\": 5.691991,\n            \"bid\": 5.667705,\n            \"diff24h\": -0.130408\n        },\n        \"bch\": {\n            \"rate\": 0.03898846495119787,\n            \"ask\": 0.039112,\n            \"bid\": 0.038909,\n            \"diff24h\": -0.000715\n        },\n        \"icp\": {\n            \"rate\": 0.9056059356966198,\n            \"ask\": 0.907435,\n            \"bid\": 0.90342,\n            \"diff24h\": -0.00923\n        },\n        \"zrx\": {\n            \"rate\": 20.146721687299404,\n            \"ask\": 20.182352,\n            \"bid\": 20.078811,\n            \"diff24h\": -0.255312\n        },\n        \"bat\": {\n            \"rate\": 20.389791183294665,\n            \"ask\": 20.435217,\n            \"bid\": 20.339572,\n            \"diff24h\": 0.062904\n        },\n        \"eurs\": {\n            \"rate\": 4.0879676394374584,\n            \"ask\": 4.097212,\n            \"bid\": 4.0797,\n            \"diff24h\": -0.027847\n        },\n        \"usd\": {\n            \"rate\": 4.39364848,\n            \"ask\": 4.403438,\n            \"bid\": 4.384817,\n            \"diff24h\": -0.02091\n        },\n        \"bnt\": {\n            \"rate\": 10.732779677576943,\n            \"ask\": 10.780391,\n            \"bid\": 10.713933,\n            \"diff24h\": -0.241618\n        },\n        \"eth\": {\n            \"rate\": 0.0024228054697838556,\n            \"ask\": 0.00243,\n            \"bid\": 0.002417,\n            \"diff24h\": -0.000049\n        },\n        \"gala\": {\n            \"rate\": 146.32034632034632,\n            \"ask\": 146.69763,\n            \"bid\": 146.025546,\n            \"diff24h\": -1.338517\n        },\n        \"mkr\": {\n            \"rate\": 0.007064308681672026,\n            \"ask\": 0.007079,\n            \"bid\": 0.00704,\n            \"diff24h\": 0.000023\n        },\n        \"omg\": {\n            \"rate\": 5.819867549668875,\n            \"ask\": 5.832835,\n            \"bid\": 5.800543,\n            \"diff24h\": -0.114272\n        },\n        \"aud\": {\n            \"rate\": 6.720274828308785,\n            \"ask\": 6.735763,\n            \"bid\": 6.706251,\n            \"diff24h\": -0.045192\n        },\n        \"tusd\": {\n            \"rate\": 5.679631114675221,\n            \"ask\": 5.691991,\n            \"bid\": 5.667705,\n            \"diff24h\": -0.130408\n        },\n        \"zil\": {\n            \"rate\": 192.97321036451473,\n            \"ask\": 193.489622,\n            \"bid\": 192.586125,\n            \"diff24h\": -2.121796\n        },\n        \"xrp\": {\n            \"rate\": 9.441340782122905,\n            \"ask\": 9.462374,\n            \"bid\": 9.420435,\n            \"diff24h\": -0.343677\n        },\n        \"xmr\": {\n            \"rate\": 0.0290224570673712,\n            \"ask\": 0.029105,\n            \"bid\": 0.028964,\n            \"diff24h\": -0.000352\n        },\n        \"btc\": {\n            \"rate\": 0.00016595993317789856,\n            \"ask\": 0.000167,\n            \"bid\": 0.000167,\n            \"diff24h\": -0.000002\n        },\n        \"cad\": {\n            \"rate\": 5.9782837090392,\n            \"ask\": 5.9918,\n            \"bid\": 5.966072,\n            \"diff24h\": -0.025819\n        },\n        \"sand\": {\n            \"rate\": 8.740799681718718,\n            \"ask\": 8.76202,\n            \"bid\": 8.72333,\n            \"diff24h\": -0.001775\n        },\n        \"snx\": {\n            \"rate\": 1.8493265993265995,\n            \"ask\": 1.853448,\n            \"bid\": 1.844851,\n            \"diff24h\": -0.064414\n        },\n        \"chf\": {\n            \"rate\": 3.9672888315008,\n            \"ask\": 3.976305,\n            \"bid\": 3.959139,\n            \"diff24h\": -0.028898\n        },\n        \"ilv\": {\n            \"rate\": 0.09323148737534478,\n            \"ask\": 0.093519,\n            \"bid\": 0.093006,\n            \"diff24h\": -0.001187\n        },\n        \"ada\": {\n            \"rate\": 12.301231802911532,\n            \"ask\": 12.328638,\n            \"bid\": 12.273194,\n            \"diff24h\": -0.055331\n        },\n        \"yfi\": {\n            \"rate\": 0.0006872067563340632,\n            \"ask\": 0.000687,\n            \"bid\": 0.000684,\n            \"diff24h\": -0.00001\n        },\n        \"ape\": {\n            \"rate\": 1.3650201926063996,\n            \"ask\": 1.368487,\n            \"bid\": 1.362292,\n            \"diff24h\": -0.001007\n        },\n        \"btt\": {\n            \"rate\": 7502134.198395084,\n            \"ask\": 4403292.264381,\n            \"bid\": 4385714.251349,\n            \"diff24h\": 90685.482599\n        },\n        \"rep\": {\n            \"rate\": 1.2251585623678645,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": -0.008879\n        },\n        \"comp\": {\n            \"rate\": 0.13108591885441528,\n            \"ask\": 0.131378,\n            \"bid\": 0.130784,\n            \"diff24h\": 0.002631\n        },\n        \"bnb\": {\n            \"rate\": 0.014322033898305084,\n            \"ask\": 0.014356,\n            \"bid\": 0.014291,\n            \"diff24h\": -0.000139\n        },\n        \"cake\": {\n            \"rate\": 2.8737737083060826,\n            \"ask\": 2.882061,\n            \"bid\": 2.86803,\n            \"diff24h\": 0.04183\n        },\n        \"eos\": {\n            \"rate\": 5.187721369539552,\n            \"ask\": 5.205426,\n            \"bid\": 5.177345,\n            \"diff24h\": -0.08707\n        },\n        \"1inch\": {\n            \"rate\": 11.209183673469386,\n            \"ask\": 11.262883,\n            \"bid\": 11.186771,\n            \"diff24h\": -0.111329\n        },\n        \"uni\": {\n            \"rate\": 0.8803846924464036,\n            \"ask\": 0.882347,\n            \"bid\": 0.878446,\n            \"diff24h\": -0.013521\n        },\n        \"xlm\": {\n            \"rate\": 50.10262257696694,\n            \"ask\": 50.214246,\n            \"bid\": 49.94547,\n            \"diff24h\": -0.878902\n        },\n        \"gbp\": {\n            \"rate\": 3.5485591245002626,\n            \"ask\": 3.567228,\n            \"bid\": 3.530667,\n            \"diff24h\": -0.02421\n        },\n        \"mana\": {\n            \"rate\": 9.531453362255965,\n            \"ask\": 9.552684,\n            \"bid\": 9.51035,\n            \"diff24h\": -0.066373\n        },\n        \"sol\": {\n            \"rate\": 0.2276683937823834,\n            \"ask\": 0.228293,\n            \"bid\": 0.227215,\n            \"diff24h\": -0.000497\n        },\n        \"pax\": {\n            \"rate\": 4.394,\n            \"ask\": 4.403789,\n            \"bid\": 4.385212,\n            \"diff24h\": -0.021\n        },\n        \"dash\": {\n            \"rate\": 0.1060840173829068,\n            \"ask\": 0.10632,\n            \"bid\": 0.105847,\n            \"diff24h\": -0.002606\n        },\n        \"atom\": {\n            \"rate\": 0.41931482011642335,\n            \"ask\": 0.420209,\n            \"bid\": 0.418397,\n            \"diff24h\": -0.001362\n        },\n        \"doge\": {\n            \"rate\": 61.957134799774394,\n            \"ask\": 62.095171,\n            \"bid\": 61.824504,\n            \"diff24h\": -0.738122\n        }\n    },\n    \"tusd\": {\n        \"paxg\": {\n            \"rate\": 0.0005038383838383839,\n            \"ask\": 0.000505,\n            \"bid\": 0.000503,\n            \"diff24h\": -0.000009\n        },\n        \"snx\": {\n            \"rate\": 0.3750375939849624,\n            \"ask\": 0.375825,\n            \"bid\": 0.374147,\n            \"diff24h\": 0.018446\n        },\n        \"eurs\": {\n            \"rate\": 0.9184972534033915,\n            \"ask\": 0.927801,\n            \"bid\": 0.909279,\n            \"diff24h\": -0.008789\n        },\n        \"sand\": {\n            \"rate\": 1.5629014569951434,\n            \"ask\": 1.566674,\n            \"bid\": 1.560022,\n            \"diff24h\": 0.038619\n        },\n        \"bnb\": {\n            \"rate\": 0.003089501393620316,\n            \"ask\": 0.003096,\n            \"bid\": 0.003082,\n            \"diff24h\": 0.000027\n        },\n        \"vet\": {\n            \"rate\": 43.411662315056574,\n            \"ask\": 43.522599,\n            \"bid\": 43.324066,\n            \"diff24h\": 0.427166\n        },\n        \"ftm\": {\n            \"rate\": 2.101095197978096,\n            \"ask\": 2.105506,\n            \"bid\": 2.096455,\n            \"diff24h\": 0.019118\n        },\n        \"busd\": {\n            \"rate\": 1,\n            \"ask\": 1.002,\n            \"bid\": 0.998\n        },\n        \"link\": {\n            \"rate\": 0.13466522678185744,\n            \"ask\": 0.134966,\n            \"bid\": 0.134396,\n            \"diff24h\": 0.00526\n        },\n        \"xrp\": {\n            \"rate\": 2.2621315192743765,\n            \"ask\": 2.267395,\n            \"bid\": 2.25761,\n            \"diff24h\": 0.009593\n        },\n        \"eos\": {\n            \"rate\": 0.8859680284191831,\n            \"ask\": 0.888617,\n            \"bid\": 0.884196,\n            \"diff24h\": 0.019562\n        },\n        \"usdc\": {\n            \"rate\": 1,\n            \"ask\": 1.002,\n            \"bid\": 0.998\n        },\n        \"bat\": {\n            \"rate\": 4.130848861283645,\n            \"ask\": 4.144667,\n            \"bid\": 4.126013,\n            \"diff24h\": 0.051977\n        },\n        \"usdp\": {\n            \"rate\": 1,\n            \"ask\": 1.002,\n            \"bid\": 0.998\n        },\n        \"rep\": {\n            \"rate\": 0.21101479915433402,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": 0.000063\n        },\n        \"usdt\": {\n            \"rate\": 0.9976,\n            \"ask\": 0.999695,\n            \"bid\": 0.995605,\n            \"diff24h\": -0.0006\n        },\n        \"theta\": {\n            \"rate\": 0.9887016848364718,\n            \"ask\": 0.991761,\n            \"bid\": 0.986725,\n            \"diff24h\": 0.014946\n        },\n        \"mkr\": {\n            \"rate\": 0.0014911808669656203,\n            \"ask\": 0.001494,\n            \"bid\": 0.001486,\n            \"diff24h\": 0.000004\n        },\n        \"bsv\": {\n            \"rate\": 0.027491939261994655,\n            \"ask\": 0.027599,\n            \"bid\": 0.027467,\n            \"diff24h\": 0.000774\n        },\n        \"chf\": {\n            \"rate\": 0.9161751534078,\n            \"ask\": 0.918037,\n            \"bid\": 0.914213,\n            \"diff24h\": -0.007367\n        },\n        \"zrx\": {\n            \"rate\": 4.348735832606801,\n            \"ask\": 4.361676,\n            \"bid\": 4.34193,\n            \"diff24h\": 0.031694\n        },\n        \"1inch\": {\n            \"rate\": 1.9754455445544554,\n            \"ask\": 1.979592,\n            \"bid\": 1.967599,\n            \"diff24h\": 0.063377\n        },\n        \"btc\": {\n            \"rate\": 0.000036452635325293,\n            \"ask\": 0.000037,\n            \"bid\": 0.000036,\n            \"diff24h\": 0.000001\n        },\n        \"aave\": {\n            \"rate\": 0.013040522875816994,\n            \"ask\": 0.013085,\n            \"bid\": 0.013014,\n            \"diff24h\": 0.000195\n        },\n        \"cad\": {\n            \"rate\": 1.36547777658435,\n            \"ask\": 1.368244,\n            \"bid\": 1.362562,\n            \"diff24h\": -0.004929\n        },\n        \"gala\": {\n            \"rate\": 24.42105263157895,\n            \"ask\": 24.472162,\n            \"bid\": 24.366439,\n            \"diff24h\": 1.018942\n        },\n        \"ape\": {\n            \"rate\": 0.24815920398009955,\n            \"ask\": 0.248742,\n            \"bid\": 0.247663,\n            \"diff24h\": 0.001288\n        },\n        \"ht\": {\n            \"rate\": 0.2766346847096667,\n            \"ask\": 0.277208,\n            \"bid\": 0.276028,\n            \"diff24h\": 0.027178\n        },\n        \"mana\": {\n            \"rate\": 1.6857046299425484,\n            \"ask\": 1.690102,\n            \"bid\": 1.682903,\n            \"diff24h\": 0.033495\n        },\n        \"dot\": {\n            \"rate\": 0.16308648030080106,\n            \"ask\": 0.163482,\n            \"bid\": 0.162787,\n            \"diff24h\": 0.003824\n        },\n        \"eth\": {\n            \"rate\": 0.0005716970968148632,\n            \"ask\": 0.000573,\n            \"bid\": 0.000571,\n            \"diff24h\": 0.000016\n        },\n        \"dash\": {\n            \"rate\": 0.01618167072181671,\n            \"ask\": 0.016229,\n            \"bid\": 0.016152,\n            \"diff24h\": -0.001449\n        },\n        \"zil\": {\n            \"rate\": 36.040462427745666,\n            \"ask\": 36.141877,\n            \"bid\": 35.968797,\n            \"diff24h\": 0.520889\n        },\n        \"trx\": {\n            \"rate\": 16.051488334674175,\n            \"ask\": 16.08788,\n            \"bid\": 16.019303,\n            \"diff24h\": 1.284511\n        },\n        \"bnt\": {\n            \"rate\": 1.7827019299499645,\n            \"ask\": 1.788684,\n            \"bid\": 1.777867,\n            \"diff24h\": 0.084675\n        },\n        \"omg\": {\n            \"rate\": 0.5776491024898668,\n            \"ask\": 0.578862,\n            \"bid\": 0.575827,\n            \"diff24h\": 0.009255\n        },\n        \"comp\": {\n            \"rate\": 0.023308411214953275,\n            \"ask\": 0.023379,\n            \"bid\": 0.023278,\n            \"diff24h\": 0.000624\n        },\n        \"sushi\": {\n            \"rate\": 0.9332086061739944,\n            \"ask\": 0.936044,\n            \"bid\": 0.931342,\n            \"diff24h\": 0.066802\n        },\n        \"ltc\": {\n            \"rate\": 0.011138901295221082,\n            \"ask\": 0.011164,\n            \"bid\": 0.011117,\n            \"diff24h\": -0.001263\n        },\n        \"usd\": {\n            \"rate\": 0.99989448,\n            \"ask\": 1.001995,\n            \"bid\": 0.997885,\n            \"diff24h\": 0.000028\n        },\n        \"dai\": {\n            \"rate\": 1.0011913600000002,\n            \"ask\": 1.003294,\n            \"bid\": 0.99889,\n            \"diff24h\": -0.000003\n        },\n        \"icp\": {\n            \"rate\": 0.1987646941621837,\n            \"ask\": 0.199301,\n            \"bid\": 0.198407,\n            \"diff24h\": 0.004431\n        },\n        \"pax\": {\n            \"rate\": 1,\n            \"ask\": 1.002,\n            \"bid\": 0.998\n        },\n        \"near\": {\n            \"rate\": 0.5035840484603735,\n            \"ask\": 0.504897,\n            \"bid\": 0.502577,\n            \"diff24h\": 0.011667\n        },\n        \"axs\": {\n            \"rate\": 0.11847980997624703,\n            \"ask\": 0.11887,\n            \"bid\": 0.118243,\n            \"diff24h\": 0.002422\n        },\n        \"ada\": {\n            \"rate\": 2.7160359379254015,\n            \"ask\": 2.72248,\n            \"bid\": 2.710607,\n            \"diff24h\": 0.022836\n        },\n        \"yfi\": {\n            \"rate\": 0.00011676029962546818,\n            \"ask\": 0.000117,\n            \"bid\": 0.000117,\n            \"diff24h\": 0.000004\n        },\n        \"bch\": {\n            \"rate\": 0.007867507886435332,\n            \"ask\": 0.00789,\n            \"bid\": 0.007852,\n            \"diff24h\": 0.000312\n        },\n        \"aud\": {\n            \"rate\": 1.4906160897951881,\n            \"ask\": 1.49371,\n            \"bid\": 1.487361,\n            \"diff24h\": -0.005071\n        },\n        \"xtz\": {\n            \"rate\": 0.8773966578715919,\n            \"ask\": 0.879239,\n            \"bid\": 0.874873,\n            \"diff24h\": 0.018447\n        },\n        \"xlm\": {\n            \"rate\": 10.902732240437158,\n            \"ask\": 10.937533,\n            \"bid\": 10.880987,\n            \"diff24h\": 0.170474\n        },\n        \"eur\": {\n            \"rate\": 0.9185471354956046,\n            \"ask\": 0.922238,\n            \"bid\": 0.914756,\n            \"diff24h\": -0.008663\n        },\n        \"egld\": {\n            \"rate\": 0.023673469387755105,\n            \"ask\": 0.023729,\n            \"bid\": 0.023626,\n            \"diff24h\": 0.000483\n        },\n        \"atom\": {\n            \"rate\": 0.08692924363889858,\n            \"ask\": 0.087112,\n            \"bid\": 0.08674,\n            \"diff24h\": 0.002122\n        },\n        \"rub\": {\n            \"rate\": 76.122097311975,\n            \"ask\": 76.309434,\n            \"bid\": 75.926575,\n            \"diff24h\": -0.964121\n        },\n        \"doge\": {\n            \"rate\": 13.109067017082786,\n            \"ask\": 13.138354,\n            \"bid\": 13.082827,\n            \"diff24h\": -0.23987\n        },\n        \"fil\": {\n            \"rate\": 0.1760677726791387,\n            \"ask\": 0.176438,\n            \"bid\": 0.175685,\n            \"diff24h\": 0.003952\n        },\n        \"uni\": {\n            \"rate\": 0.16282030357434307,\n            \"ask\": 0.163136,\n            \"bid\": 0.162415,\n            \"diff24h\": 0.004467\n        },\n        \"btt\": {\n            \"rate\": 1632466.044837179,\n            \"ask\": 999645.35965,\n            \"bid\": 995654.759412,\n            \"diff24h\": 44651.854573\n        },\n        \"gmt\": {\n            \"rate\": 2.577111857401188,\n            \"ask\": 2.58186,\n            \"bid\": 2.569965,\n            \"diff24h\": 0.081238\n        },\n        \"xmr\": {\n            \"rate\": 0.006563157894736842,\n            \"ask\": 0.006581,\n            \"bid\": 0.00655,\n            \"diff24h\": 0.000057\n        },\n        \"ilv\": {\n            \"rate\": 0.014927427801885383,\n            \"ask\": 0.014965,\n            \"bid\": 0.0149,\n            \"diff24h\": 0.000612\n        },\n        \"gbp\": {\n            \"rate\": 0.8125843243528748,\n            \"ask\": 0.816671,\n            \"bid\": 0.80841,\n            \"diff24h\": -0.002685\n        },\n        \"matic\": {\n            \"rate\": 0.9016630513376717,\n            \"ask\": 0.90372,\n            \"bid\": 0.899941,\n            \"diff24h\": 0.028969\n        },\n        \"avax\": {\n            \"rate\": 0.05769809138230191,\n            \"ask\": 0.057853,\n            \"bid\": 0.057583,\n            \"diff24h\": 0.00027\n        },\n        \"cake\": {\n            \"rate\": 0.2694031866054551,\n            \"ask\": 0.270042,\n            \"bid\": 0.268719,\n            \"diff24h\": 0.004866\n        },\n        \"sol\": {\n            \"rate\": 0.046421591437878086,\n            \"ask\": 0.046541,\n            \"bid\": 0.046329,\n            \"diff24h\": 0.001943\n        }\n    },\n    \"avax\": {\n        \"gbp\": {\n            \"rate\": 11.411274562855873,\n            \"ask\": 11.468699,\n            \"bid\": 11.345702,\n            \"diff24h\": -0.023205\n        },\n        \"uni\": {\n            \"rate\": 2.831095972750952,\n            \"ask\": 2.836762,\n            \"bid\": 2.822863,\n            \"diff24h\": -0.029807\n        },\n        \"omg\": {\n            \"rate\": 18.71523178807947,\n            \"ask\": 18.752667,\n            \"bid\": 18.639887,\n            \"diff24h\": -0.276704\n        },\n        \"mana\": {\n            \"rate\": 30.650759219088936,\n            \"ask\": 30.712114,\n            \"bid\": 30.561109,\n            \"diff24h\": -0.066632\n        },\n        \"matic\": {\n            \"rate\": 15.070392491467578,\n            \"ask\": 15.098924,\n            \"bid\": 15.026404,\n            \"diff24h\": -0.957284\n        },\n        \"dash\": {\n            \"rate\": 0.34113954611298886,\n            \"ask\": 0.341819,\n            \"bid\": 0.340136,\n            \"diff24h\": -0.006719\n        },\n        \"ada\": {\n            \"rate\": 39.55767077267637,\n            \"ask\": 39.636787,\n            \"bid\": 39.439576,\n            \"diff24h\": 0.011071\n        },\n        \"sand\": {\n            \"rate\": 28.10821563556793,\n            \"ask\": 28.170111,\n            \"bid\": 28.032055,\n            \"diff24h\": 0.128018\n        },\n        \"usdt\": {\n            \"rate\": \"14.13000000\",\n            \"ask\": 14.134239,\n            \"bid\": 14.115764\n        },\n        \"aud\": {\n            \"rate\": 21.610715367319784,\n            \"ask\": 21.655596,\n            \"bid\": 21.550353,\n            \"diff24h\": -0.041844\n        },\n        \"vet\": {\n            \"rate\": 738.2445141065831,\n            \"ask\": 739.721005,\n            \"bid\": 735.862142,\n            \"diff24h\": 1.923514\n        },\n        \"1inch\": {\n            \"rate\": 36.045918367346935,\n            \"ask\": 36.210446,\n            \"bid\": 35.948217,\n            \"diff24h\": -0.184851\n        },\n        \"bnb\": {\n            \"rate\": 0.046056062581486305,\n            \"ask\": 0.046156,\n            \"bid\": 0.045925,\n            \"diff24h\": -0.000226\n        },\n        \"busd\": {\n            \"rate\": 14.13141314131413,\n            \"ask\": 14.161086,\n            \"bid\": 14.093172,\n            \"diff24h\": -0.001413\n        },\n        \"egld\": {\n            \"rate\": 0.3964646464646464,\n            \"ask\": 0.39737,\n            \"bid\": 0.39539,\n            \"diff24h\": 0.002871\n        },\n        \"chf\": {\n            \"rate\": 12.757804094016,\n            \"ask\": 12.783891,\n            \"bid\": 12.722586,\n            \"diff24h\": -0.031803\n        },\n        \"near\": {\n            \"rate\": 9.017230376515636,\n            \"ask\": 9.041058,\n            \"bid\": 8.992799,\n            \"diff24h\": -0.063746\n        },\n        \"pax\": {\n            \"rate\": 14.13,\n            \"ask\": 14.15826,\n            \"bid\": 14.09176\n        },\n        \"zrx\": {\n            \"rate\": 64.78679504814306,\n            \"ask\": 64.886613,\n            \"bid\": 64.522711,\n            \"diff24h\": -0.508954\n        },\n        \"icp\": {\n            \"rate\": 2.9122011541632316,\n            \"ask\": 2.917419,\n            \"bid\": 2.903117,\n            \"diff24h\": -0.015689\n        },\n        \"cake\": {\n            \"rate\": 9.241334205362982,\n            \"ask\": 9.265898,\n            \"bid\": 9.216293,\n            \"diff24h\": 0.177832\n        },\n        \"tusd\": {\n            \"rate\": 17.33159582999198,\n            \"ask\": 17.366249,\n            \"bid\": 17.285201,\n            \"diff24h\": -0.081489\n        },\n        \"btt\": {\n            \"rate\": 24124978.658016052,\n            \"ask\": 14154047.917739,\n            \"bid\": 14095942.998179,\n            \"diff24h\": 404985.372805\n        },\n        \"eth\": {\n            \"rate\": \"0.00778000\",\n            \"ask\": 0.007806,\n            \"bid\": 0.007764,\n            \"diff24h\": -0.00014\n        },\n        \"theta\": {\n            \"rate\": 16.841477949940405,\n            \"ask\": 16.895293,\n            \"bid\": 16.795902\n        },\n        \"xtz\": {\n            \"rate\": 16.16704805491991,\n            \"ask\": 16.217938,\n            \"bid\": 16.123302,\n            \"diff24h\": -0.168212\n        },\n        \"paxg\": {\n            \"rate\": 0.007190839694656489,\n            \"ask\": 0.007206,\n            \"bid\": 0.007173,\n            \"diff24h\": 0.000029\n        },\n        \"cad\": {\n            \"rate\": 19.224658354284003,\n            \"ask\": 19.26374,\n            \"bid\": 19.171811,\n            \"diff24h\": 0.008811\n        },\n        \"comp\": {\n            \"rate\": 0.42153937947494036,\n            \"ask\": 0.422384,\n            \"bid\": 0.420272,\n            \"diff24h\": 0.010425\n        },\n        \"atom\": {\n            \"rate\": 1.3484111079301462,\n            \"ask\": 1.350982,\n            \"bid\": 1.344501,\n            \"diff24h\": 0.002056\n        },\n        \"ilv\": {\n            \"rate\": 0.29980903882877147,\n            \"ask\": 0.300665,\n            \"bid\": 0.29887,\n            \"diff24h\": -0.002372\n        },\n        \"snx\": {\n            \"rate\": 5.946969696969697,\n            \"ask\": 5.958868,\n            \"bid\": 5.928378,\n            \"diff24h\": -0.177868\n        },\n        \"bnt\": {\n            \"rate\": 34.51392281387397,\n            \"ask\": 34.659146,\n            \"bid\": 34.428931,\n            \"diff24h\": -0.60912\n        },\n        \"bat\": {\n            \"rate\": 65.56844547563806,\n            \"ask\": 65.699578,\n            \"bid\": 65.360661,\n            \"diff24h\": 0.513197\n        },\n        \"eur\": {\n            \"rate\": 13.14600829018437,\n            \"ask\": 13.198897,\n            \"bid\": 13.083729,\n            \"diff24h\": -0.026587\n        },\n        \"xlm\": {\n            \"rate\": 161.1174458380844,\n            \"ask\": 161.439676,\n            \"bid\": 160.498409,\n            \"diff24h\": -2.046526\n        },\n        \"gala\": {\n            \"rate\": 470.52947052947053,\n            \"ask\": 471.636509,\n            \"bid\": 469.246949,\n            \"diff24h\": -2.04578\n        },\n        \"yfi\": {\n            \"rate\": 0.002209884266499844,\n            \"ask\": 0.002208,\n            \"bid\": 0.002199,\n            \"diff24h\": -0.000021\n        },\n        \"zil\": {\n            \"rate\": 620.5533596837945,\n            \"ask\": 622.073921,\n            \"bid\": 618.86741,\n            \"diff24h\": -3.83904\n        },\n        \"ftm\": {\n            \"rate\": 42.740471869328495,\n            \"ask\": 42.826037,\n            \"bid\": 42.611807,\n            \"diff24h\": -0.194806\n        },\n        \"rep\": {\n            \"rate\": 3.7019027484143763,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": 0.114165\n        },\n        \"gmt\": {\n            \"rate\": 53.74667173830353,\n            \"ask\": 53.87471,\n            \"bid\": 53.60114,\n            \"diff24h\": 0.264461\n        },\n        \"ape\": {\n            \"rate\": 4.389561975768872,\n            \"ask\": 4.399718,\n            \"bid\": 4.377668,\n            \"diff24h\": 0.017656\n        },\n        \"doge\": {\n            \"rate\": 199.23857868020306,\n            \"ask\": 199.637057,\n            \"bid\": 198.671361,\n            \"diff24h\": -1.414645\n        },\n        \"xrp\": {\n            \"rate\": 30.360979802320585,\n            \"ask\": 30.421697,\n            \"bid\": 30.272312,\n            \"diff24h\": -0.95551\n        },\n        \"bch\": {\n            \"rate\": 0.12537710736468502,\n            \"ask\": 0.125744,\n            \"bid\": 0.125031,\n            \"diff24h\": -0.001691\n        },\n        \"link\": {\n            \"rate\": 2.235759493670886,\n            \"ask\": 2.24058,\n            \"bid\": 2.229704,\n            \"diff24h\": -0.009592\n        },\n        \"ltc\": {\n            \"rate\": 0.16211564938044976,\n            \"ask\": 0.162446,\n            \"bid\": 0.161653,\n            \"diff24h\": -0.004807\n        },\n        \"usd\": {\n            \"rate\": 14.128869600000002,\n            \"ask\": 14.15713,\n            \"bid\": 14.090489,\n            \"diff24h\": 0.000283\n        },\n        \"dai\": {\n            \"rate\": 14.127174000000002,\n            \"ask\": 14.156847,\n            \"bid\": 14.088936,\n            \"diff24h\": -0.002826\n        },\n        \"xmr\": {\n            \"rate\": 0.09332892998678996,\n            \"ask\": 0.093573,\n            \"bid\": 0.093075,\n            \"diff24h\": -0.000683\n        },\n        \"eos\": {\n            \"rate\": 16.68240850059032,\n            \"ask\": 16.735536,\n            \"bid\": 16.637256,\n            \"diff24h\": -0.199312\n        },\n        \"fil\": {\n            \"rate\": 3.2157487482931266,\n            \"ask\": 3.222188,\n            \"bid\": 3.206307,\n            \"diff24h\": 0.015296\n        },\n        \"btc\": {\n            \"rate\": \"0.00053310\",\n            \"ask\": 0.000533,\n            \"bid\": 0.000533,\n            \"diff24h\": -0.000005\n        },\n        \"axs\": {\n            \"rate\": 2.0748898678414096,\n            \"ask\": 2.079045,\n            \"bid\": 2.066234,\n            \"diff24h\": 0.032982\n        },\n        \"usdc\": {\n            \"rate\": 17.33159582999198,\n            \"ask\": 17.366249,\n            \"bid\": 17.285201,\n            \"diff24h\": -0.081489\n        },\n        \"eurs\": {\n            \"rate\": 13.145876819583817,\n            \"ask\": 13.172607,\n            \"bid\": 13.110006,\n            \"diff24h\": -0.026596\n        },\n        \"mkr\": {\n            \"rate\": 0.022717041800643087,\n            \"ask\": 0.02276,\n            \"bid\": 0.022624,\n            \"diff24h\": 0.000181\n        },\n        \"sushi\": {\n            \"rate\": 16.922155688622755,\n            \"ask\": 16.976324,\n            \"bid\": 16.876366,\n            \"diff24h\": 0.25942\n        },\n        \"sol\": {\n            \"rate\": 0.7321243523316062,\n            \"ask\": 0.733965,\n            \"bid\": 0.730149,\n            \"diff24h\": 0.001892\n        }\n    },\n    \"xmr\": {\n        \"sand\": {\n            \"rate\": 301.17366222399045,\n            \"ask\": 301.840398,\n            \"bid\": 300.387125,\n            \"diff24h\": 3.5499\n        },\n        \"dai\": {\n            \"rate\": 151.36972,\n            \"ask\": 151.68766,\n            \"bid\": 150.96714,\n            \"diff24h\": 1.06972\n        },\n        \"sushi\": {\n            \"rate\": 181.3173652694611,\n            \"ask\": 181.897769,\n            \"bid\": 180.835284,\n            \"diff24h\": 4.076799\n        },\n        \"pax\": {\n            \"rate\": 151.4,\n            \"ask\": 151.7028,\n            \"bid\": 150.9974,\n            \"diff24h\": 1.1\n        },\n        \"atom\": {\n            \"rate\": 14.44794350605974,\n            \"ask\": 14.475664,\n            \"bid\": 14.407464,\n            \"diff24h\": 0.126838\n        },\n        \"paxg\": {\n            \"rate\": 0.07704834605597964,\n            \"ask\": 0.077214,\n            \"bid\": 0.07686,\n            \"diff24h\": 0.00087\n        },\n        \"gala\": {\n            \"rate\": 5041.625041625042,\n            \"ask\": 5053.545938,\n            \"bid\": 5028.377087,\n            \"diff24h\": 14.869189\n        },\n        \"uni\": {\n            \"rate\": 30.334602284111405,\n            \"ask\": 30.395308,\n            \"bid\": 30.247814,\n            \"diff24h\": -0.096659\n        },\n        \"snx\": {\n            \"rate\": 63.72053872053873,\n            \"ask\": 63.848028,\n            \"bid\": 63.524336,\n            \"diff24h\": -1.429006\n        },\n        \"busd\": {\n            \"rate\": \"151.50000000\",\n            \"ask\": 151.7028,\n            \"bid\": 150.9974,\n            \"diff24h\": 1.2\n        },\n        \"zil\": {\n            \"rate\": 6649.0996925779555,\n            \"ask\": 6665.470281,\n            \"bid\": 6631.686607,\n            \"diff24h\": 7.473533\n        },\n        \"dot\": {\n            \"rate\": 28.981623277182237,\n            \"ask\": 29.034444,\n            \"bid\": 28.894875,\n            \"diff24h\": 0.385733\n        },\n        \"zrx\": {\n            \"rate\": 694.1769830353049,\n            \"ask\": 695.246516,\n            \"bid\": 691.380044,\n            \"diff24h\": -0.370152\n        },\n        \"1inch\": {\n            \"rate\": 386.2244897959184,\n            \"ask\": 387.991919,\n            \"bid\": 385.215486,\n            \"diff24h\": 0.839874\n        },\n        \"egld\": {\n            \"rate\": 4.248035914702582,\n            \"ask\": 4.257787,\n            \"bid\": 4.236942,\n            \"diff24h\": 0.061406\n        },\n        \"gbp\": {\n            \"rate\": 122.2694245446836,\n            \"ask\": 122.517898,\n            \"bid\": 121.939126,\n            \"diff24h\": 0.641525\n        },\n        \"dash\": {\n            \"rate\": 3.655239014968614,\n            \"ask\": 3.662524,\n            \"bid\": 3.644661,\n            \"diff24h\": -0.044909\n        },\n        \"ilv\": {\n            \"rate\": 3.2123912582219396,\n            \"ask\": 3.221596,\n            \"bid\": 3.202643,\n            \"diff24h\": -0.001894\n        },\n        \"bch\": {\n            \"rate\": 1.3433895297249334,\n            \"ask\": 1.347323,\n            \"bid\": 1.339749,\n            \"diff24h\": -0.008229\n        },\n        \"usdc\": {\n            \"rate\": 152.36567762630312,\n            \"ask\": 152.67032,\n            \"bid\": 151.945722,\n            \"diff24h\": -1.326337\n        },\n        \"ftm\": {\n            \"rate\": 457.9552329098609,\n            \"ask\": 458.877417,\n            \"bid\": 456.621471,\n            \"diff24h\": 1.255142\n        },\n        \"btc\": {\n            \"rate\": \"0.00571400\",\n            \"ask\": 0.005724,\n            \"bid\": 0.005707,\n            \"diff24h\": -0.000005\n        },\n        \"doge\": {\n            \"rate\": 2134.799774393683,\n            \"ask\": 2139.069385,\n            \"bid\": 2128.822729,\n            \"diff24h\": 0.462938\n        },\n        \"theta\": {\n            \"rate\": 180.45292014302743,\n            \"ask\": 181.029533,\n            \"bid\": 179.973087,\n            \"diff24h\": 1.311085\n        },\n        \"yfi\": {\n            \"rate\": 0.02367844854551142,\n            \"ask\": 0.023659,\n            \"bid\": 0.023563,\n            \"diff24h\": -0.000051\n        },\n        \"bat\": {\n            \"rate\": 702.5522041763342,\n            \"ask\": 703.957257,\n            \"bid\": 700.358929,\n            \"diff24h\": 10.563254\n        },\n        \"axs\": {\n            \"rate\": 22.232011747430253,\n            \"ask\": 22.276794,\n            \"bid\": 22.141441,\n            \"diff24h\": 0.512359\n        },\n        \"eos\": {\n            \"rate\": 178.74852420306965,\n            \"ask\": 179.317775,\n            \"bid\": 178.273146,\n            \"diff24h\": -0.821368\n        },\n        \"vet\": {\n            \"rate\": 7910.135841170324,\n            \"ask\": 7925.956129,\n            \"bid\": 7884.981729,\n            \"diff24h\": 77.931568\n        },\n        \"near\": {\n            \"rate\": 96.61774090619018,\n            \"ask\": 96.874187,\n            \"bid\": 96.365433,\n            \"diff24h\": 0.023911\n        },\n        \"gmt\": {\n            \"rate\": 575.8843666793457,\n            \"ask\": 577.263036,\n            \"bid\": 574.381448,\n            \"diff24h\": 6.99716\n        },\n        \"icp\": {\n            \"rate\": 31.203627370156635,\n            \"ask\": 31.259535,\n            \"bid\": 31.107762,\n            \"diff24h\": 0.059823\n        },\n        \"usd\": {\n            \"rate\": 151.387888,\n            \"ask\": 151.690688,\n            \"bid\": 150.983783,\n            \"diff24h\": 1.102918\n        },\n        \"aud\": {\n            \"rate\": 231.55430336958355,\n            \"ask\": 232.035186,\n            \"bid\": 230.918448,\n            \"diff24h\": 1.237266\n        },\n        \"mkr\": {\n            \"rate\": 0.24340836012861736,\n            \"ask\": 0.243865,\n            \"bid\": 0.242424,\n            \"diff24h\": 0.003695\n        },\n        \"mana\": {\n            \"rate\": 328.41648590021697,\n            \"ask\": 329.077747,\n            \"bid\": 327.488073,\n            \"diff24h\": 1.677355\n        },\n        \"ltc\": {\n            \"rate\": 1.737035337310693,\n            \"ask\": 1.740571,\n            \"bid\": 1.732158,\n            \"diff24h\": -0.038511\n        },\n        \"fil\": {\n            \"rate\": 34.45607646791079,\n            \"ask\": 34.525478,\n            \"bid\": 34.35828,\n            \"diff24h\": 0.413041\n        },\n        \"rep\": {\n            \"rate\": 31.860465116279066,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": -0.803383\n        },\n        \"avax\": {\n            \"rate\": 10.714791224345365,\n            \"ask\": 10.743977,\n            \"bid\": 10.68681,\n            \"diff24h\": 0.077849\n        },\n        \"link\": {\n            \"rate\": 23.955696202531644,\n            \"ask\": 24.007351,\n            \"bid\": 23.891936,\n            \"diff24h\": 0.072016\n        },\n        \"xrp\": {\n            \"rate\": 325.31155994843147,\n            \"ask\": 325.962131,\n            \"bid\": 324.376824,\n            \"diff24h\": -7.800142\n        },\n        \"trx\": {\n            \"rate\": 1993.9417884893985,\n            \"ask\": 1998.227141,\n            \"bid\": 1988.728896,\n            \"diff24h\": 47.806867\n        },\n        \"bnt\": {\n            \"rate\": 369.80947728383,\n            \"ask\": 371.365512,\n            \"bid\": 368.916237,\n            \"diff24h\": -3.792312\n        },\n        \"tusd\": {\n            \"rate\": 152.36567762630312,\n            \"ask\": 152.67032,\n            \"bid\": 151.945722,\n            \"diff24h\": -1.326337\n        },\n        \"cad\": {\n            \"rate\": 205.98820062552002,\n            \"ask\": 206.406951,\n            \"bid\": 205.43166,\n            \"diff24h\": 1.590332\n        },\n        \"xlm\": {\n            \"rate\": 1726.3397947548463,\n            \"ask\": 1729.792428,\n            \"bid\": 1719.788188,\n            \"diff24h\": -9.226025\n        },\n        \"btt\": {\n            \"rate\": 258494109.61242962,\n            \"ask\": 151659445.311505,\n            \"bid\": 151049925.839504,\n            \"diff24h\": 6185900.782482\n        },\n        \"sol\": {\n            \"rate\": 7.844559585492227,\n            \"ask\": 7.864285,\n            \"bid\": 7.823765,\n            \"diff24h\": 0.077118\n        },\n        \"chf\": {\n            \"rate\": 136.69720734848,\n            \"ask\": 136.976728,\n            \"bid\": 136.326293,\n            \"diff24h\": 0.654886\n        },\n        \"xtz\": {\n            \"rate\": 173.22654462242565,\n            \"ask\": 173.774312,\n            \"bid\": 172.774209,\n            \"diff24h\": -0.530681\n        },\n        \"ada\": {\n            \"rate\": 423.85218365061587,\n            \"ask\": 424.699898,\n            \"bid\": 422.606786,\n            \"diff24h\": 3.197272\n        },\n        \"matic\": {\n            \"rate\": 161.4761092150171,\n            \"ask\": 161.784065,\n            \"bid\": 161.020135,\n            \"diff24h\": -9.009372\n        },\n        \"eth\": {\n            \"rate\": \"0.08343000\",\n            \"ask\": 0.083637,\n            \"bid\": 0.083253,\n            \"diff24h\": -0.00072\n        },\n        \"eurs\": {\n            \"rate\": 140.8553255828018,\n            \"ask\": 142.268612,\n            \"bid\": 139.351536,\n            \"diff24h\": 0.740489\n        },\n        \"cake\": {\n            \"rate\": 99.01896664486594,\n            \"ask\": 99.283323,\n            \"bid\": 98.760363,\n            \"diff24h\": 2.611013\n        },\n        \"aave\": {\n            \"rate\": 2.3917851500789893,\n            \"ask\": 2.396603,\n            \"bid\": 2.381776,\n            \"diff24h\": 0.017378\n        },\n        \"usdt\": {\n            \"rate\": \"151.40000000\",\n            \"ask\": 151.58168,\n            \"bid\": 151.11844,\n            \"diff24h\": 1.1\n        },\n        \"ape\": {\n            \"rate\": 47.03324013668842,\n            \"ask\": 47.142617,\n            \"bid\": 46.910409,\n            \"diff24h\": 0.529527\n        },\n        \"omg\": {\n            \"rate\": 200.52980132450332,\n            \"ask\": 200.930912,\n            \"bid\": 199.731935,\n            \"diff24h\": -1.486328\n        },\n        \"eur\": {\n            \"rate\": 140.85673426283887,\n            \"ask\": 141.423426,\n            \"bid\": 140.196044,\n            \"diff24h\": 0.740591\n        },\n        \"comp\": {\n            \"rate\": 4.516706443914081,\n            \"ask\": 4.525757,\n            \"bid\": 4.503338,\n            \"diff24h\": 0.143707\n        },\n        \"bnb\": {\n            \"rate\": \"0.49320000\",\n            \"ask\": 0.494988,\n            \"bid\": 0.492214,\n            \"diff24h\": 0.0003\n        }\n    },\n    \"yfi\": {\n        \"rub\": {\n            \"rate\": 512032.11515351996,\n            \"ask\": 513360.754535,\n            \"bid\": 510699.639456,\n            \"diff24h\": 4566.041211\n        },\n        \"usdt\": {\n            \"rate\": \"6394.00000000\",\n            \"ask\": 6396.9185,\n            \"bid\": 6391.0821,\n            \"diff24h\": 60\n        },\n        \"ape\": {\n            \"rate\": 1986.331158744952,\n            \"ask\": 1995.67376,\n            \"bid\": 1987.706998,\n            \"diff24h\": 26.553931\n        },\n        \"ltc\": {\n            \"rate\": 73.32928311057108,\n            \"ask\": 73.589486,\n            \"bid\": 73.182564,\n            \"diff24h\": -1.236474\n        },\n        \"atom\": {\n            \"rate\": 610.1727264051913,\n            \"ask\": 612.859742,\n            \"bid\": 610.413196,\n            \"diff24h\": 6.647238\n        },\n        \"xrp\": {\n            \"rate\": 13731.513083048918,\n            \"ask\": 13783.892999,\n            \"bid\": 13704.03868,\n            \"diff24h\": -261.502051\n        },\n        \"snx\": {\n            \"rate\": 2688.1959910913138,\n            \"ask\": 2689.248121,\n            \"bid\": 2678.512599,\n            \"diff24h\": -37.427592\n        },\n        \"dai\": {\n            \"rate\": 6392.7212,\n            \"ask\": 6407.1505,\n            \"bid\": 6378.9354,\n            \"diff24h\": 58.7212\n        },\n        \"cake\": {\n            \"rate\": 4181.818181818182,\n            \"ask\": 4202.322198,\n            \"bid\": 4185.319734,\n            \"diff24h\": 118.957374\n        },\n        \"eos\": {\n            \"rate\": 7560.288130284998,\n            \"ask\": 7580.062598,\n            \"bid\": 7538.078848,\n            \"diff24h\": 21.874835\n        },\n        \"dash\": {\n            \"rate\": 154.64445868033312,\n            \"ask\": 154.947537,\n            \"bid\": 153.940575,\n            \"diff24h\": -0.753085\n        },\n        \"gbp\": {\n            \"rate\": 5163.743068287364,\n            \"ask\": 5190.54012,\n            \"bid\": 5136.90336,\n            \"diff24h\": 38.053688\n        },\n        \"sushi\": {\n            \"rate\": 7653.772986683577,\n            \"ask\": 7796.742333,\n            \"bid\": 7543.719962,\n            \"diff24h\": 211.048528\n        },\n        \"ilv\": {\n            \"rate\": 135.66730320390408,\n            \"ask\": 136.359098,\n            \"bid\": 135.723334,\n            \"diff24h\": 0.209647\n        },\n        \"zrx\": {\n            \"rate\": 29225.181598062954,\n            \"ask\": 29391.140777,\n            \"bid\": 29166.707022,\n            \"diff24h\": 121.065375\n        },\n        \"tusd\": {\n            \"rate\": 8564.554931836406,\n            \"ask\": 8567.6173,\n            \"bid\": 8528.566326,\n            \"diff24h\": -283.255909\n        },\n        \"avax\": {\n            \"rate\": 452.5123849964614,\n            \"ask\": 454.755666,\n            \"bid\": 452.891375,\n            \"diff24h\": 4.246285\n        },\n        \"pax\": {\n            \"rate\": 6394,\n            \"ask\": 6407.79,\n            \"bid\": 6380.214,\n            \"diff24h\": 60\n        },\n        \"eurs\": {\n            \"rate\": 5948.672072499569,\n            \"ask\": 5961.699962,\n            \"bid\": 5935.712869,\n            \"diff24h\": 43.899125\n        },\n        \"uni\": {\n            \"rate\": 1280.636604774536,\n            \"ask\": 1285.472399,\n            \"bid\": 1278.074271,\n            \"diff24h\": 1.232667\n        },\n        \"sand\": {\n            \"rate\": 12719.315695245672,\n            \"ask\": 12778.427854,\n            \"bid\": 12727.416166,\n            \"diff24h\": 176.741438\n        },\n        \"mkr\": {\n            \"rate\": 10.272340425531915,\n            \"ask\": 10.314438,\n            \"bid\": 10.24307,\n            \"diff24h\": 0.222173\n        },\n        \"usd\": {\n            \"rate\": 6393.48848,\n            \"ask\": 6407.2784,\n            \"bid\": 6379.63863,\n            \"diff24h\": 60.12188\n        },\n        \"dot\": {\n            \"rate\": 1223.9663093415006,\n            \"ask\": 1229.179354,\n            \"bid\": 1224.27245,\n            \"diff24h\": 18.867375\n        },\n        \"theta\": {\n            \"rate\": 7620.977353992847,\n            \"ask\": 7662.473829,\n            \"bid\": 7627.358289,\n            \"diff24h\": 71.513707\n        },\n        \"bnb\": {\n            \"rate\": 20.840938722294652,\n            \"ask\": 20.889536,\n            \"bid\": 20.792975,\n            \"diff24h\": 0.094132\n        },\n        \"near\": {\n            \"rate\": 4080.4084237396296,\n            \"ask\": 4100.351737,\n            \"bid\": 4083.826124,\n            \"diff24h\": 9.714336\n        },\n        \"ada\": {\n            \"rate\": 17900.335946248597,\n            \"ask\": 17979.221505,\n            \"bid\": 17907.448165,\n            \"diff24h\": 172.936002\n        },\n        \"btt\": {\n            \"rate\": 10916851630.527573,\n            \"ask\": 6423075188.846361,\n            \"bid\": 6397434170.128412\n        },\n        \"bat\": {\n            \"rate\": 29729.06403940887,\n            \"ask\": 29788.806888,\n            \"bid\": 29560.368098,\n            \"diff24h\": 660.140218\n        },\n        \"fil\": {\n            \"rate\": 1455.1661356395084,\n            \"ask\": 1461.617199,\n            \"bid\": 1455.7824,\n            \"diff24h\": 20.511549\n        },\n        \"icp\": {\n            \"rate\": 1317.8070898598514,\n            \"ask\": 1323.390682,\n            \"bid\": 1318.107686,\n            \"diff24h\": 5.332991\n        },\n        \"busd\": {\n            \"rate\": \"6397.00000000\",\n            \"ask\": 6409.794,\n            \"bid\": 6380.214,\n            \"diff24h\": 71\n        },\n        \"mana\": {\n            \"rate\": 13869.84815618221,\n            \"ask\": 13931.410464,\n            \"bid\": 13875.796051,\n            \"diff24h\": 100.282939\n        },\n        \"usdp\": {\n            \"rate\": 6395.918775632689,\n            \"ask\": 6410.354395,\n            \"bid\": 6382.125507,\n            \"diff24h\": 58.750191\n        },\n        \"link\": {\n            \"rate\": 1011.3112693757856,\n            \"ask\": 1015.016764,\n            \"bid\": 1009.287809,\n            \"diff24h\": 7.972371\n        },\n        \"gmt\": {\n            \"rate\": 24321.034613921638,\n            \"ask\": 24436.284246,\n            \"bid\": 24338.734209,\n            \"diff24h\": 346.772691\n        },\n        \"paxg\": {\n            \"rate\": 3.2538077908073864,\n            \"ask\": 3.264362,\n            \"bid\": 3.245548,\n            \"diff24h\": 0.059972\n        },\n        \"btc\": {\n            \"rate\": \"0.24140000\",\n            \"ask\": 0.242183,\n            \"bid\": 0.241017,\n            \"diff24h\": 0.001\n        },\n        \"1inch\": {\n            \"rate\": 16311.224489795919,\n            \"ask\": 16422.365913,\n            \"bid\": 16324.868878,\n            \"diff24h\": 70.198849\n        },\n        \"zil\": {\n            \"rate\": 280808.0808080808,\n            \"ask\": 282147.033618,\n            \"bid\": 281020.698154,\n            \"diff24h\": 914.134719\n        },\n        \"doge\": {\n            \"rate\": 90074.62686567163,\n            \"ask\": 80677.44362,\n            \"bid\": 80355.377977,\n            \"diff24h\": 373.134328\n        },\n        \"sol\": {\n            \"rate\": 331.29533678756474,\n            \"ask\": 332.888149,\n            \"bid\": 331.559255,\n            \"diff24h\": 3.956835\n        },\n        \"gala\": {\n            \"rate\": 212920.4129204129,\n            \"ask\": 213924.300035,\n            \"bid\": 213070.310814,\n            \"diff24h\": 1080.948037\n        },\n        \"trx\": {\n            \"rate\": 84209.13999736599,\n            \"ask\": 84597.650446,\n            \"bid\": 84259.935274,\n            \"diff24h\": 2194.378894\n        },\n        \"ftm\": {\n            \"rate\": 19340.592861464003,\n            \"ask\": 19425.606912,\n            \"bid\": 19348.059579,\n            \"diff24h\": 94.163205\n        },\n        \"xtz\": {\n            \"rate\": 7315.78947368421,\n            \"ask\": 7355.270029,\n            \"bid\": 7321.918298,\n            \"diff24h\": -6.753879\n        },\n        \"matic\": {\n            \"rate\": 6819.539249146757,\n            \"ask\": 6849.455458,\n            \"bid\": 6822.112322,\n            \"diff24h\": -365.124998\n        },\n        \"egld\": {\n            \"rate\": 179.40516273849607,\n            \"ask\": 180.246292,\n            \"bid\": 179.526746,\n            \"diff24h\": 2.970622\n        },\n        \"vet\": {\n            \"rate\": 334064.78578892373,\n            \"ask\": 335496.415477,\n            \"bid\": 334157.108429,\n            \"diff24h\": 3997.042172\n        },\n        \"chf\": {\n            \"rate\": 5773.0643579008,\n            \"ask\": 5785.77393,\n            \"bid\": 5760.303969,\n            \"diff24h\": 39.916908\n        },\n        \"xlm\": {\n            \"rate\": 72710.84337349398,\n            \"ask\": 73167.069486,\n            \"bid\": 72565.361446,\n            \"diff24h\": -137.641475\n        },\n        \"bch\": {\n            \"rate\": 56.8,\n            \"ask\": 56.984235,\n            \"bid\": 56.553286,\n            \"diff24h\": -0.032151\n        },\n        \"usdc\": {\n            \"rate\": 8564.554931836406,\n            \"ask\": 8567.6173,\n            \"bid\": 8528.566326,\n            \"diff24h\": -283.255909\n        },\n        \"eur\": {\n            \"rate\": 5948.731564574582,\n            \"ask\": 5973.598482,\n            \"bid\": 5923.815659,\n            \"diff24h\": 43.903565\n        },\n        \"omg\": {\n            \"rate\": 7987.012987012986,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": -105.63877\n        },\n        \"xmr\": {\n            \"rate\": 42.23249669749009,\n            \"ask\": 42.439855,\n            \"bid\": 42.267867,\n            \"diff24h\": 0.090115\n        },\n        \"axs\": {\n            \"rate\": 938.913362701909,\n            \"ask\": 942.900216,\n            \"bid\": 938.321866,\n            \"diff24h\": 23.595444\n        },\n        \"bnt\": {\n            \"rate\": 15624.595469255664,\n            \"ask\": 16135.488724,\n            \"bid\": 16071.075595,\n            \"diff24h\": -36.642316\n        },\n        \"comp\": {\n            \"rate\": 190.67930489731438,\n            \"ask\": 191.449012,\n            \"bid\": 190.147593,\n            \"diff24h\": 7.167855\n        },\n        \"eth\": {\n            \"rate\": 3.5240875912408756,\n            \"ask\": 3.535518,\n            \"bid\": 3.516523,\n            \"diff24h\": -0.010687\n        },\n        \"aave\": {\n            \"rate\": 101.01105845181674,\n            \"ask\": 101.439968,\n            \"bid\": 100.936201,\n            \"diff24h\": 0.947867\n        },\n        \"rep\": {\n            \"rate\": 1855.5699376321354,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": -12.50946\n        }\n    },\n    \"cake\": {\n        \"tusd\": {\n            \"rate\": 3.7119085805934238,\n            \"ask\": 3.72134,\n            \"bid\": 3.703114,\n            \"diff24h\": -0.068274\n        },\n        \"ftm\": {\n            \"rate\": 4.6249243799153055,\n            \"ask\": 4.634175,\n            \"bid\": 4.611263,\n            \"diff24h\": -0.112238\n        },\n        \"pax\": {\n            \"rate\": 1.529,\n            \"ask\": 1.532058,\n            \"bid\": 1.524944,\n            \"diff24h\": -0.03\n        },\n        \"doge\": {\n            \"rate\": 21.55950366610265,\n            \"ask\": 21.602627,\n            \"bid\": 21.499286,\n            \"diff24h\": -0.579093\n        },\n        \"ape\": {\n            \"rate\": 0.4749922336129232,\n            \"ask\": 0.47609,\n            \"bid\": 0.473732,\n            \"diff24h\": -0.007372\n        },\n        \"mkr\": {\n            \"rate\": 0.002458199356913183,\n            \"ask\": 0.002463,\n            \"bid\": 0.002448,\n            \"diff24h\": -0.000028\n        },\n        \"dash\": {\n            \"rate\": 0.03691453404152583,\n            \"ask\": 0.036988,\n            \"bid\": 0.036808,\n            \"diff24h\": -0.001466\n        },\n        \"eurs\": {\n            \"rate\": 1.422508539075984,\n            \"ask\": 1.425401,\n            \"bid\": 1.418704,\n            \"diff24h\": -0.030845\n        },\n        \"vet\": {\n            \"rate\": 79.88505747126436,\n            \"ask\": 80.044843,\n            \"bid\": 79.631561,\n            \"diff24h\": -1.355172\n        },\n        \"omg\": {\n            \"rate\": 2.0251655629139074,\n            \"ask\": 2.029217,\n            \"bid\": 2.017121,\n            \"diff24h\": -0.070265\n        },\n        \"zrx\": {\n            \"rate\": 7.010545621274645,\n            \"ask\": 7.021348,\n            \"bid\": 6.982346,\n            \"diff24h\": -0.193706\n        },\n        \"bnt\": {\n            \"rate\": 3.734733756717147,\n            \"ask\": 3.750449,\n            \"bid\": 3.725738,\n            \"diff24h\": -0.140484\n        },\n        \"sushi\": {\n            \"rate\": 1.8311377245508982,\n            \"ask\": 1.837,\n            \"bid\": 1.826281,\n            \"diff24h\": -0.007306\n        },\n        \"link\": {\n            \"rate\": 0.2419303797468354,\n            \"ask\": 0.242452,\n            \"bid\": 0.241288,\n            \"diff24h\": -0.005805\n        },\n        \"btc\": {\n            \"rate\": 0.00005774982654278718,\n            \"ask\": 0.000058,\n            \"bid\": 0.000058,\n            \"diff24h\": -0.000002\n        },\n        \"near\": {\n            \"rate\": 0.9757498404594767,\n            \"ask\": 0.978326,\n            \"bid\": 0.973162,\n            \"diff24h\": -0.026178\n        },\n        \"sand\": {\n            \"rate\": 3.0415754923413565,\n            \"ask\": 3.048266,\n            \"bid\": 3.033505,\n            \"diff24h\": -0.045553\n        },\n        \"sol\": {\n            \"rate\": 0.07922279792746113,\n            \"ask\": 0.079422,\n            \"bid\": 0.079013,\n            \"diff24h\": -0.001346\n        },\n        \"xmr\": {\n            \"rate\": 0.01009907529722589,\n            \"ask\": 0.010125,\n            \"bid\": 0.010072,\n            \"diff24h\": -0.000274\n        },\n        \"dai\": {\n            \"rate\": 1.5286942,\n            \"ask\": 1.531905,\n            \"bid\": 1.524639,\n            \"diff24h\": -0.030306\n        },\n        \"1inch\": {\n            \"rate\": 3.900510204081632,\n            \"ask\": 3.918308,\n            \"bid\": 3.890164,\n            \"diff24h\": -0.096926\n        },\n        \"ltc\": {\n            \"rate\": 0.01754245066544286,\n            \"ask\": 0.017578,\n            \"bid\": 0.017493,\n            \"diff24h\": -0.000875\n        },\n        \"fil\": {\n            \"rate\": 0.34797451069640417,\n            \"ask\": 0.34867,\n            \"bid\": 0.346973,\n            \"diff24h\": -0.00514\n        },\n        \"bat\": {\n            \"rate\": 7.0951276102088165,\n            \"ask\": 7.109319,\n            \"bid\": 7.073025,\n            \"diff24h\": -0.082589\n        },\n        \"icp\": {\n            \"rate\": 0.31512778235779054,\n            \"ask\": 0.315692,\n            \"bid\": 0.314162,\n            \"diff24h\": -0.007914\n        },\n        \"snx\": {\n            \"rate\": 0.6435185185185185,\n            \"ask\": 0.644806,\n            \"bid\": 0.641541,\n            \"diff24h\": -0.032251\n        },\n        \"uni\": {\n            \"rate\": 0.30635143257864156,\n            \"ask\": 0.306965,\n            \"bid\": 0.305477,\n            \"diff24h\": -0.0093\n        },\n        \"xrp\": {\n            \"rate\": 3.285345938977224,\n            \"ask\": 3.291917,\n            \"bid\": 3.275928,\n            \"diff24h\": -0.169885\n        },\n        \"eth\": {\n            \"rate\": 0.0008430745478606087,\n            \"ask\": 0.000845,\n            \"bid\": 0.000841,\n            \"diff24h\": -0.00003\n        },\n        \"gala\": {\n            \"rate\": 50.91575091575091,\n            \"ask\": 51.035418,\n            \"bid\": 50.779827,\n            \"diff24h\": -1.224717\n        },\n        \"eos\": {\n            \"rate\": 1.805194805194805,\n            \"ask\": 1.810944,\n            \"bid\": 1.800406,\n            \"diff24h\": -0.05741\n        },\n        \"axs\": {\n            \"rate\": 0.22452276064610865,\n            \"ask\": 0.224972,\n            \"bid\": 0.223599,\n            \"diff24h\": -0.000766\n        },\n        \"mana\": {\n            \"rate\": 3.3167028199566158,\n            \"ask\": 3.323334,\n            \"bid\": 3.307188,\n            \"diff24h\": -0.072428\n        },\n        \"egld\": {\n            \"rate\": 0.042901234567901236,\n            \"ask\": 0.042999,\n            \"bid\": 0.042787,\n            \"diff24h\": -0.000525\n        },\n        \"zil\": {\n            \"rate\": 67.14975845410628,\n            \"ask\": 67.314132,\n            \"bid\": 66.971091,\n            \"diff24h\": -1.741094\n        },\n        \"avax\": {\n            \"rate\": 0.10820948336871904,\n            \"ask\": 0.108503,\n            \"bid\": 0.107922,\n            \"diff24h\": -0.002123\n        },\n        \"busd\": {\n            \"rate\": 1.5291529152915289,\n            \"ask\": 1.532364,\n            \"bid\": 1.525097,\n            \"diff24h\": -0.030159\n        },\n        \"eur\": {\n            \"rate\": 1.4225227654417478,\n            \"ask\": 1.428246,\n            \"bid\": 1.41586,\n            \"diff24h\": -0.030844\n        },\n        \"paxg\": {\n            \"rate\": 0.0007781170483460559,\n            \"ask\": 0.00078,\n            \"bid\": 0.000776,\n            \"diff24h\": -0.000012\n        },\n        \"usdt\": {\n            \"rate\": \"1.52900000\",\n            \"ask\": 1.529459,\n            \"bid\": 1.527542,\n            \"diff24h\": -0.031\n        },\n        \"theta\": {\n            \"rate\": 1.8224076281287245,\n            \"ask\": 1.828231,\n            \"bid\": 1.817574,\n            \"diff24h\": -0.035757\n        },\n        \"ilv\": {\n            \"rate\": 0.03244218120093358,\n            \"ask\": 0.032535,\n            \"bid\": 0.032342,\n            \"diff24h\": -0.000898\n        },\n        \"usd\": {\n            \"rate\": 1.52887768,\n            \"ask\": 1.531936,\n            \"bid\": 1.524807,\n            \"diff24h\": -0.029966\n        },\n        \"aud\": {\n            \"rate\": 2.338484345126111,\n            \"ask\": 2.343341,\n            \"bid\": 2.332079,\n            \"diff24h\": -0.050499\n        },\n        \"xlm\": {\n            \"rate\": 17.434435575826683,\n            \"ask\": 17.469307,\n            \"bid\": 17.368388,\n            \"diff24h\": -0.567874\n        },\n        \"atom\": {\n            \"rate\": 0.14591086935776315,\n            \"ask\": 0.146188,\n            \"bid\": 0.145496,\n            \"diff24h\": -0.002636\n        },\n        \"btt\": {\n            \"rate\": 2610551.4768652897,\n            \"ask\": 2618008.032314,\n            \"bid\": 2604071.72015,\n            \"diff24h\": -6537.661963\n        },\n        \"yfi\": {\n            \"rate\": 0.0002391304347826087,\n            \"ask\": 0.000239,\n            \"bid\": 0.000238,\n            \"diff24h\": -0.000007\n        },\n        \"matic\": {\n            \"rate\": 1.630759385665529,\n            \"ask\": 1.633847,\n            \"bid\": 1.626087,\n            \"diff24h\": -0.137616\n        },\n        \"bch\": {\n            \"rate\": 0.013566992014196982,\n            \"ask\": 0.013607,\n            \"bid\": 0.01353,\n            \"diff24h\": -0.000453\n        },\n        \"usdc\": {\n            \"rate\": 3.7119085805934238,\n            \"ask\": 3.72134,\n            \"bid\": 3.703114,\n            \"diff24h\": -0.068274\n        },\n        \"cad\": {\n            \"rate\": 2.0802903484571997,\n            \"ask\": 2.08452,\n            \"bid\": 2.074684,\n            \"diff24h\": -0.039845\n        },\n        \"rep\": {\n            \"rate\": 0.7991543340380548,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": -0.009091\n        },\n        \"gbp\": {\n            \"rate\": 1.2348081250252392,\n            \"ask\": 1.241022,\n            \"bid\": 1.227779,\n            \"diff24h\": -0.026788\n        },\n        \"xtz\": {\n            \"rate\": 1.7494279176201373,\n            \"ask\": 1.754935,\n            \"bid\": 1.744788,\n            \"diff24h\": -0.052884\n        },\n        \"gmt\": {\n            \"rate\": 5.8158995815899575,\n            \"ask\": 5.82974,\n            \"bid\": 5.800478,\n            \"diff24h\": -0.084933\n        },\n        \"ada\": {\n            \"rate\": 4.280515117581186,\n            \"ask\": 4.289077,\n            \"bid\": 4.267967,\n            \"diff24h\": -0.082765\n        },\n        \"bnb\": {\n            \"rate\": 0.0049837027379400255,\n            \"ask\": 0.004995,\n            \"bid\": 0.00497,\n            \"diff24h\": -0.000123\n        },\n        \"comp\": {\n            \"rate\": 0.0456145584725537,\n            \"ask\": 0.045706,\n            \"bid\": 0.04548,\n            \"diff24h\": 0.000255\n        },\n        \"chf\": {\n            \"rate\": 1.3805153899328,\n            \"ask\": 1.383339,\n            \"bid\": 1.376779,\n            \"diff24h\": -0.030596\n        }\n    },\n    \"egld\": {\n        \"tusd\": {\n            \"rate\": 42.241379310344826,\n            \"ask\": 42.325837,\n            \"bid\": 42.142681,\n            \"diff24h\": -0.880552\n        },\n        \"eth\": {\n            \"rate\": 0.019651521835024263,\n            \"ask\": 0.019706,\n            \"bid\": 0.0196,\n            \"diff24h\": -0.000447\n        },\n        \"doge\": {\n            \"rate\": 502.53807106598987,\n            \"ask\": 503.54315,\n            \"bid\": 501.321572,\n            \"diff24h\": -7.260282\n        },\n        \"ftm\": {\n            \"rate\": 107.80399274047187,\n            \"ask\": 108.019607,\n            \"bid\": 107.525689,\n            \"diff24h\": -1.281392\n        },\n        \"theta\": {\n            \"rate\": 42.479141835518476,\n            \"ask\": 42.614878,\n            \"bid\": 42.382294,\n            \"diff24h\": -0.309893\n        },\n        \"xmr\": {\n            \"rate\": 0.23540290620871862,\n            \"ask\": 0.236018,\n            \"bid\": 0.234863,\n            \"diff24h\": -0.003453\n        },\n        \"rep\": {\n            \"rate\": 9.139534883720929,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": 0.012685\n        },\n        \"sand\": {\n            \"rate\": 70.89715536105032,\n            \"ask\": 71.052955,\n            \"bid\": 70.734634,\n            \"diff24h\": -0.191954\n        },\n        \"btc\": {\n            \"rate\": 0.001346111064738349,\n            \"ask\": 0.001355,\n            \"bid\": 0.001354,\n            \"diff24h\": -0.000021\n        },\n        \"cake\": {\n            \"rate\": 23.309352517985612,\n            \"ask\": 23.371271,\n            \"bid\": 23.256206,\n            \"diff24h\": 0.281771\n        },\n        \"mkr\": {\n            \"rate\": 0.05729903536977492,\n            \"ask\": 0.057407,\n            \"bid\": 0.057089,\n            \"diff24h\": 0.000042\n        },\n        \"dash\": {\n            \"rate\": 0.8604538870111057,\n            \"ask\": 0.862169,\n            \"bid\": 0.85829,\n            \"diff24h\": -0.023347\n        },\n        \"sol\": {\n            \"rate\": 1.8466321243523316,\n            \"ask\": 1.851276,\n            \"bid\": 1.842437,\n            \"diff24h\": -0.008665\n        },\n        \"zrx\": {\n            \"rate\": 163.41127922971117,\n            \"ask\": 163.66305,\n            \"bid\": 162.814745,\n            \"diff24h\": -2.485209\n        },\n        \"xrp\": {\n            \"rate\": 76.57928663515256,\n            \"ask\": 76.732433,\n            \"bid\": 76.388277,\n            \"diff24h\": -2.986316\n        },\n        \"icp\": {\n            \"rate\": 7.345424567188787,\n            \"ask\": 7.358585,\n            \"bid\": 7.325642,\n            \"diff24h\": -0.093448\n        },\n        \"mana\": {\n            \"rate\": 77.31019522776572,\n            \"ask\": 77.464602,\n            \"bid\": 77.116318,\n            \"diff24h\": -0.733283\n        },\n        \"pax\": {\n            \"rate\": 35.64,\n            \"ask\": 35.71128,\n            \"bid\": 35.55874,\n            \"diff24h\": -0.26\n        },\n        \"fil\": {\n            \"rate\": 8.11106053709604,\n            \"ask\": 8.12727,\n            \"bid\": 8.090725,\n            \"diff24h\": -0.02031\n        },\n        \"atom\": {\n            \"rate\": 3.4010878900658463,\n            \"ask\": 3.407548,\n            \"bid\": 3.392682,\n            \"diff24h\": -0.019589\n        },\n        \"xlm\": {\n            \"rate\": 406.3854047890536,\n            \"ask\": 407.198165,\n            \"bid\": 404.997046,\n            \"diff24h\": -8.164249\n        },\n        \"cad\": {\n            \"rate\": 48.490221071952,\n            \"ask\": 48.588796,\n            \"bid\": 48.377595,\n            \"diff24h\": -0.331359\n        },\n        \"xtz\": {\n            \"rate\": 40.778032036613276,\n            \"ask\": 40.906391,\n            \"bid\": 40.685075,\n            \"diff24h\": -0.724858\n        },\n        \"vet\": {\n            \"rate\": 1862.0689655172414,\n            \"ask\": 1865.793107,\n            \"bid\": 1856.853265,\n            \"diff24h\": -8.697058\n        },\n        \"dai\": {\n            \"rate\": 35.632872,\n            \"ask\": 35.707716,\n            \"bid\": 35.551614,\n            \"diff24h\": -0.267128\n        },\n        \"bnt\": {\n            \"rate\": 87.0542256961407,\n            \"ask\": 87.420521,\n            \"bid\": 86.87697,\n            \"diff24h\": -2.182662\n        },\n        \"near\": {\n            \"rate\": 22.744097000638163,\n            \"ask\": 22.804132,\n            \"bid\": 22.692253,\n            \"diff24h\": -0.327882\n        },\n        \"eurs\": {\n            \"rate\": 33.157752997166824,\n            \"ask\": 33.225174,\n            \"bid\": 33.081409,\n            \"diff24h\": -0.309463\n        },\n        \"zil\": {\n            \"rate\": 1565.217391304348,\n            \"ask\": 1569.036902,\n            \"bid\": 1561.648661,\n            \"diff24h\": -21.172357\n        },\n        \"paxg\": {\n            \"rate\": 0.018137404580152672,\n            \"ask\": 0.018176,\n            \"bid\": 0.0181,\n            \"diff24h\": -0.000058\n        },\n        \"gmt\": {\n            \"rate\": 135.56485355648533,\n            \"ask\": 135.887192,\n            \"bid\": 135.254338,\n            \"diff24h\": -0.317054\n        },\n        \"eur\": {\n            \"rate\": 33.158084604541465,\n            \"ask\": 33.291486,\n            \"bid\": 33.015103,\n            \"diff24h\": -0.309444\n        },\n        \"avax\": {\n            \"rate\": 2.5222929936305736,\n            \"ask\": 2.529135,\n            \"bid\": 2.516536,\n            \"diff24h\": -0.018401\n        },\n        \"usd\": {\n            \"rate\": 35.6371488,\n            \"ask\": 35.708429,\n            \"bid\": 35.555533,\n            \"diff24h\": -0.259261\n        },\n        \"omg\": {\n            \"rate\": 47.205298013245034,\n            \"ask\": 47.299721,\n            \"bid\": 47.035353,\n            \"diff24h\": -1.04739\n        },\n        \"bnb\": {\n            \"rate\": 0.11616688396349413,\n            \"ask\": 0.11642,\n            \"bid\": 0.115885,\n            \"diff24h\": -0.001422\n        },\n        \"bat\": {\n            \"rate\": 165.38283062645013,\n            \"ask\": 165.713584,\n            \"bid\": 164.929204,\n            \"diff24h\": 0.097379\n        },\n        \"uni\": {\n            \"rate\": 7.140853536365459,\n            \"ask\": 7.155144,\n            \"bid\": 7.12313,\n            \"diff24h\": -0.127824\n        },\n        \"aud\": {\n            \"rate\": 54.50855595833525,\n            \"ask\": 54.621757,\n            \"bid\": 54.379539,\n            \"diff24h\": -0.503963\n        },\n        \"comp\": {\n            \"rate\": 1.0632458233890214,\n            \"ask\": 1.065376,\n            \"bid\": 1.060502,\n            \"diff24h\": 0.01873\n        },\n        \"chf\": {\n            \"rate\": 32.178919880448,\n            \"ask\": 32.24472,\n            \"bid\": 32.103806,\n            \"diff24h\": -0.315553\n        },\n        \"ilv\": {\n            \"rate\": 0.7562062380649268,\n            \"ask\": 0.758361,\n            \"bid\": 0.754153,\n            \"diff24h\": -0.011544\n        },\n        \"sushi\": {\n            \"rate\": 42.68263473053893,\n            \"ask\": 42.819263,\n            \"bid\": 42.585335,\n            \"diff24h\": 0.347729\n        },\n        \"gala\": {\n            \"rate\": 1186.8131868131868,\n            \"ask\": 1189.600108,\n            \"bid\": 1184.073431,\n            \"diff24h\": -13.85571\n        },\n        \"1inch\": {\n            \"rate\": 90.91836734693878,\n            \"ask\": 91.333196,\n            \"bid\": 90.711068,\n            \"diff24h\": -1.132915\n        },\n        \"usdc\": {\n            \"rate\": 42.241379310344826,\n            \"ask\": 42.325837,\n            \"bid\": 42.142681,\n            \"diff24h\": -0.880552\n        },\n        \"ltc\": {\n            \"rate\": 0.408903166590179,\n            \"ask\": 0.409735,\n            \"bid\": 0.40791,\n            \"diff24h\": -0.015196\n        },\n        \"axs\": {\n            \"rate\": 5.233480176211454,\n            \"ask\": 5.243937,\n            \"bid\": 5.213828,\n            \"diff24h\": 0.045619\n        },\n        \"yfi\": {\n            \"rate\": 0.005573975602126994,\n            \"ask\": 0.00557,\n            \"bid\": 0.005548,\n            \"diff24h\": -0.000094\n        },\n        \"usdt\": {\n            \"rate\": \"35.64000000\",\n            \"ask\": 35.670698,\n            \"bid\": 35.639305,\n            \"diff24h\": -0.26\n        },\n        \"gbp\": {\n            \"rate\": 28.78257787828615,\n            \"ask\": 28.92742,\n            \"bid\": 28.629418,\n            \"diff24h\": -0.26893\n        },\n        \"ada\": {\n            \"rate\": 99.77603583426651,\n            \"ask\": 99.97559,\n            \"bid\": 99.520686,\n            \"diff24h\": -0.699755\n        },\n        \"snx\": {\n            \"rate\": 15.000000000000002,\n            \"ask\": 15.030011,\n            \"bid\": 14.959498,\n            \"diff24h\": -0.561335\n        },\n        \"matic\": {\n            \"rate\": 38.01194539249147,\n            \"ask\": 38.083911,\n            \"bid\": 37.917194,\n            \"diff24h\": -2.70947\n        },\n        \"link\": {\n            \"rate\": 5.639240506329114,\n            \"ask\": 5.6514,\n            \"bid\": 5.626369,\n            \"diff24h\": -0.065511\n        },\n        \"bch\": {\n            \"rate\": 0.31623779946761316,\n            \"ask\": 0.317164,\n            \"bid\": 0.315501,\n            \"diff24h\": -0.006604\n        },\n        \"eos\": {\n            \"rate\": 42.077922077922075,\n            \"ask\": 42.211925,\n            \"bid\": 41.981971,\n            \"diff24h\": -0.813356\n        },\n        \"ape\": {\n            \"rate\": 11.071761416589004,\n            \"ask\": 11.097329,\n            \"bid\": 11.046381,\n            \"diff24h\": -0.035912\n        },\n        \"busd\": {\n            \"rate\": 35.64356435643564,\n            \"ask\": 35.718408,\n            \"bid\": 35.562303,\n            \"diff24h\": -0.263617\n        },\n        \"btt\": {\n            \"rate\": 60850264.640600994,\n            \"ask\": 61024060.150388,\n            \"bid\": 60721892.0765,\n            \"diff24h\": 585030.462323\n        }\n    },\n    \"axs\": {\n        \"btc\": {\n            \"rate\": 0.0002572114576562333,\n            \"ask\": 0.000259,\n            \"bid\": 0.000259,\n            \"diff24h\": -0.000006\n        },\n        \"fil\": {\n            \"rate\": 1.549840691852526,\n            \"ask\": 1.555218,\n            \"bid\": 1.546389,\n            \"diff24h\": -0.017543\n        },\n        \"eur\": {\n            \"rate\": 6.335761957265077,\n            \"ask\": 6.370593,\n            \"bid\": 6.310211,\n            \"diff24h\": -0.115361\n        },\n        \"near\": {\n            \"rate\": 4.345883854499043,\n            \"ask\": 4.363754,\n            \"bid\": 4.337194,\n            \"diff24h\": -0.101417\n        },\n        \"bnt\": {\n            \"rate\": 16.63409868099658,\n            \"ask\": 16.728618,\n            \"bid\": 16.604887,\n            \"diff24h\": -0.566995\n        },\n        \"ftm\": {\n            \"rate\": 20.5989110707804,\n            \"ask\": 20.670419,\n            \"bid\": 20.551498,\n            \"diff24h\": -0.428132\n        },\n        \"avax\": {\n            \"rate\": 0.4819532908704883,\n            \"ask\": 0.48397,\n            \"bid\": 0.480988,\n            \"diff24h\": -0.007785\n        },\n        \"eth\": {\n            \"rate\": 0.0037549625055138948,\n            \"ask\": 0.003771,\n            \"bid\": 0.003746,\n            \"diff24h\": -0.000119\n        },\n        \"rep\": {\n            \"rate\": 1.822410147991543,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": 0.010571\n        },\n        \"comp\": {\n            \"rate\": 0.20316229116945106,\n            \"ask\": 0.203868,\n            \"bid\": 0.202695,\n            \"diff24h\": 0.001824\n        },\n        \"icp\": {\n            \"rate\": 1.4035449299258036,\n            \"ask\": 1.408124,\n            \"bid\": 1.400158,\n            \"diff24h\": -0.030355\n        },\n        \"ape\": {\n            \"rate\": 2.1155638397017706,\n            \"ask\": 2.123571,\n            \"bid\": 2.111336,\n            \"diff24h\": -0.025525\n        },\n        \"snx\": {\n            \"rate\": 2.8661616161616164,\n            \"ask\": 2.876113,\n            \"bid\": 2.859225,\n            \"diff24h\": -0.133405\n        },\n        \"busd\": {\n            \"rate\": 6.81068106810681,\n            \"ask\": 6.835004,\n            \"bid\": 6.797061,\n            \"diff24h\": -0.110703\n        },\n        \"link\": {\n            \"rate\": 1.07753164556962,\n            \"ask\": 1.081441,\n            \"bid\": 1.075374,\n            \"diff24h\": -0.022103\n        },\n        \"xrp\": {\n            \"rate\": 14.632574129780833,\n            \"ask\": 14.683367,\n            \"bid\": 14.600172,\n            \"diff24h\": -0.704305\n        },\n        \"mkr\": {\n            \"rate\": 0.010948553054662379,\n            \"ask\": 0.010985,\n            \"bid\": 0.010911,\n            \"diff24h\": -0.000088\n        },\n        \"bat\": {\n            \"rate\": 31.60092807424594,\n            \"ask\": 31.710624,\n            \"bid\": 31.523093,\n            \"diff24h\": -0.259109\n        },\n        \"ilv\": {\n            \"rate\": 0.14449395289624442,\n            \"ask\": 0.145119,\n            \"bid\": 0.144144,\n            \"diff24h\": -0.003496\n        },\n        \"cad\": {\n            \"rate\": 9.265387359707999,\n            \"ask\": 9.297856,\n            \"bid\": 9.246461,\n            \"diff24h\": -0.145346\n        },\n        \"xmr\": {\n            \"rate\": 0.044980184940554814,\n            \"ask\": 0.045164,\n            \"bid\": 0.04489,\n            \"diff24h\": -0.001061\n        },\n        \"xtz\": {\n            \"rate\": 7.7917620137299775,\n            \"ask\": 7.827766,\n            \"bid\": 7.776181,\n            \"diff24h\": -0.208238\n        },\n        \"chf\": {\n            \"rate\": 6.148665667392,\n            \"ask\": 6.170286,\n            \"bid\": 6.136034,\n            \"diff24h\": -0.114893\n        },\n        \"paxg\": {\n            \"rate\": 0.003465648854961832,\n            \"ask\": 0.003478,\n            \"bid\": 0.003459,\n            \"diff24h\": -0.000042\n        },\n        \"theta\": {\n            \"rate\": 8.116805721096544,\n            \"ask\": 8.154699,\n            \"bid\": 8.100573,\n            \"diff24h\": -0.131108\n        },\n        \"usdc\": {\n            \"rate\": 8.440256615878107,\n            \"ask\": 8.457132,\n            \"bid\": 8.412532,\n            \"diff24h\": -0.176114\n        },\n        \"matic\": {\n            \"rate\": 7.263225255972696,\n            \"ask\": 7.287662,\n            \"bid\": 7.247153,\n            \"diff24h\": -0.58614\n        },\n        \"sand\": {\n            \"rate\": 13.546847026059279,\n            \"ask\": 13.596577,\n            \"bid\": 13.519754,\n            \"diff24h\": -0.156123\n        },\n        \"eos\": {\n            \"rate\": 8.040141676505312,\n            \"ask\": 8.077591,\n            \"bid\": 8.024058,\n            \"diff24h\": -0.227481\n        },\n        \"cake\": {\n            \"rate\": 4.453891432308699,\n            \"ask\": 4.47228,\n            \"bid\": 4.444983,\n            \"diff24h\": 0.015149\n        },\n        \"ada\": {\n            \"rate\": 19.064949608062708,\n            \"ask\": 19.131131,\n            \"bid\": 19.021494,\n            \"diff24h\": -0.302529\n        },\n        \"dai\": {\n            \"rate\": 6.808638,\n            \"ask\": 6.832958,\n            \"bid\": 6.795018,\n            \"diff24h\": -0.111362\n        },\n        \"mana\": {\n            \"rate\": 14.77223427331887,\n            \"ask\": 14.823528,\n            \"bid\": 14.739532,\n            \"diff24h\": -0.271244\n        },\n        \"zil\": {\n            \"rate\": 299.07773386034256,\n            \"ask\": 300.247802,\n            \"bid\": 298.479557,\n            \"diff24h\": -6.711042\n        },\n        \"egld\": {\n            \"rate\": 0.19107744107744107,\n            \"ask\": 0.191797,\n            \"bid\": 0.190696,\n            \"diff24h\": -0.00168\n        },\n        \"yfi\": {\n            \"rate\": 0.0010650609946825148,\n            \"ask\": 0.001066,\n            \"bid\": 0.001061,\n            \"diff24h\": -0.000027\n        },\n        \"aud\": {\n            \"rate\": 10.415355389345203,\n            \"ask\": 10.452312,\n            \"bid\": 10.393619,\n            \"diff24h\": -0.188729\n        },\n        \"atom\": {\n            \"rate\": 0.6498711709132551,\n            \"ask\": 0.652062,\n            \"bid\": 0.648447,\n            \"diff24h\": -0.00949\n        },\n        \"usd\": {\n            \"rate\": 6.8094551999999995,\n            \"ask\": 6.833094,\n            \"bid\": 6.795767,\n            \"diff24h\": -0.109853\n        },\n        \"1inch\": {\n            \"rate\": 17.372448979591834,\n            \"ask\": 17.47734,\n            \"bid\": 17.337702,\n            \"diff24h\": -0.371141\n        },\n        \"doge\": {\n            \"rate\": 96.02368866328257,\n            \"ask\": 96.357022,\n            \"bid\": 95.818121,\n            \"diff24h\": -2.243849\n        },\n        \"uni\": {\n            \"rate\": 1.3644560208375076,\n            \"ask\": 1.369194,\n            \"bid\": 1.361451,\n            \"diff24h\": -0.036637\n        },\n        \"vet\": {\n            \"rate\": 355.7993730407523,\n            \"ask\": 357.034483,\n            \"bid\": 354.902324,\n            \"diff24h\": -4.805108\n        },\n        \"bnb\": {\n            \"rate\": 0.02219687092568448,\n            \"ask\": 0.022278,\n            \"bid\": 0.022149,\n            \"diff24h\": -0.000469\n        },\n        \"sol\": {\n            \"rate\": 0.35284974093264243,\n            \"ask\": 0.354256,\n            \"bid\": 0.352147,\n            \"diff24h\": -0.004773\n        },\n        \"ltc\": {\n            \"rate\": 0.078132170720514,\n            \"ask\": 0.078406,\n            \"bid\": 0.077964,\n            \"diff24h\": -0.003616\n        },\n        \"tusd\": {\n            \"rate\": 8.440256615878107,\n            \"ask\": 8.457132,\n            \"bid\": 8.412532,\n            \"diff24h\": -0.176114\n        },\n        \"btt\": {\n            \"rate\": 11627112.856411133,\n            \"ask\": 11677443.609025,\n            \"bid\": 11605839.311518,\n            \"diff24h\": 10527.326782\n        },\n        \"gala\": {\n            \"rate\": 226.77322677322675,\n            \"ask\": 227.636244,\n            \"bid\": 226.319662,\n            \"diff24h\": -4.6649\n        },\n        \"sushi\": {\n            \"rate\": 8.155688622754491,\n            \"ask\": 8.19381,\n            \"bid\": 8.13938,\n            \"diff24h\": -0.004689\n        },\n        \"usdt\": {\n            \"rate\": \"6.81000000\",\n            \"ask\": 6.822387,\n            \"bid\": 6.807616,\n            \"diff24h\": -0.11\n        },\n        \"xlm\": {\n            \"rate\": 77.65108323831242,\n            \"ask\": 77.920636,\n            \"bid\": 77.407513,\n            \"diff24h\": -2.256538\n        },\n        \"zrx\": {\n            \"rate\": 31.224209078404403,\n            \"ask\": 31.318238,\n            \"bid\": 31.118954,\n            \"diff24h\": -0.75361\n        },\n        \"gbp\": {\n            \"rate\": 5.499701328595081,\n            \"ask\": 5.535494,\n            \"bid\": 5.471971,\n            \"diff24h\": -0.100199\n        },\n        \"pax\": {\n            \"rate\": 6.81,\n            \"ask\": 6.83364,\n            \"bid\": 6.79638,\n            \"diff24h\": -0.11\n        },\n        \"dash\": {\n            \"rate\": 0.16441332689521967,\n            \"ask\": 0.164983,\n            \"bid\": 0.164046,\n            \"diff24h\": -0.005946\n        },\n        \"gmt\": {\n            \"rate\": 25.903385317611253,\n            \"ask\": 26.0032,\n            \"bid\": 25.851671,\n            \"diff24h\": -0.288893\n        },\n        \"eurs\": {\n            \"rate\": 6.335698594576488,\n            \"ask\": 6.357904,\n            \"bid\": 6.322885,\n            \"diff24h\": -0.115364\n        },\n        \"omg\": {\n            \"rate\": 9.019867549668874,\n            \"ask\": 9.051181,\n            \"bid\": 8.989917,\n            \"diff24h\": -0.281208\n        },\n        \"bch\": {\n            \"rate\": 0.060425909494232474,\n            \"ask\": 0.060692,\n            \"bid\": 0.060302,\n            \"diff24h\": -0.001804\n        }\n    },\n    \"uni\": {\n        \"cad\": {\n            \"rate\": 6.790535728678799,\n            \"ask\": 6.805704,\n            \"bid\": 6.776665,\n            \"diff24h\": 0.073829\n        },\n        \"btt\": {\n            \"rate\": 8521427.351886632,\n            \"ask\": 5001484.82724,\n            \"bid\": 4981518.819946,\n            \"diff24h\": 230341.234714\n        },\n        \"sand\": {\n            \"rate\": 9.928386711756513,\n            \"ask\": 9.952239,\n            \"bid\": 9.908517,\n            \"diff24h\": 0.148189\n        },\n        \"mkr\": {\n            \"rate\": 0.00802127659574468,\n            \"ask\": 0.008049,\n            \"bid\": 0.007993,\n            \"diff24h\": 0.000166\n        },\n        \"busd\": {\n            \"rate\": 4.991499149914991,\n            \"ask\": 5.002983,\n            \"bid\": 4.981517,\n            \"diff24h\": 0.051511\n        },\n        \"vet\": {\n            \"rate\": 260.7628004179728,\n            \"ask\": 261.337658,\n            \"bid\": 260.104792,\n            \"diff24h\": 3.389168\n        },\n        \"xlm\": {\n            \"rate\": 56.77710843373494,\n            \"ask\": 57.099698,\n            \"bid\": 56.626506,\n            \"diff24h\": -0.162285\n        },\n        \"xmr\": {\n            \"rate\": 0.03296565389696168,\n            \"ask\": 0.03306,\n            \"bid\": 0.0329,\n            \"diff24h\": 0.000105\n        },\n        \"aud\": {\n            \"rate\": 7.63333902323376,\n            \"ask\": 7.650725,\n            \"bid\": 7.617409,\n            \"diff24h\": 0.064904\n        },\n        \"1inch\": {\n            \"rate\": 12.732142857142856,\n            \"ask\": 12.792815,\n            \"bid\": 12.70665,\n            \"diff24h\": 0.06804\n        },\n        \"omg\": {\n            \"rate\": 6.07142857142857,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": 0.208809\n        },\n        \"eur\": {\n            \"rate\": 4.643434350765051,\n            \"ask\": 4.66305,\n            \"bid\": 4.624709,\n            \"diff24h\": 0.039086\n        },\n        \"pax\": {\n            \"rate\": 4.991,\n            \"ask\": 5.001984,\n            \"bid\": 4.981018,\n            \"diff24h\": 0.052\n        },\n        \"chf\": {\n            \"rate\": 4.506312826131199,\n            \"ask\": 4.516432,\n            \"bid\": 4.497056,\n            \"diff24h\": 0.035834\n        },\n        \"egld\": {\n            \"rate\": 0.14003928170594837,\n            \"ask\": 0.140387,\n            \"bid\": 0.139759,\n            \"diff24h\": 0.002463\n        },\n        \"usd\": {\n            \"rate\": 4.99060072,\n            \"ask\": 5.001585,\n            \"bid\": 4.980569,\n            \"diff24h\": 0.052095\n        },\n        \"dot\": {\n            \"rate\": 0.9553981623277182,\n            \"ask\": 0.95732,\n            \"bid\": 0.953121,\n            \"diff24h\": 0.01571\n        },\n        \"ada\": {\n            \"rate\": 13.972564389697645,\n            \"ask\": 14.003338,\n            \"bid\": 13.940707,\n            \"diff24h\": 0.149447\n        },\n        \"usdp\": {\n            \"rate\": 4.992497749324797,\n            \"ask\": 5.003986,\n            \"bid\": 4.982511,\n            \"diff24h\": 0.051027\n        },\n        \"fil\": {\n            \"rate\": 1.1358670914883933,\n            \"ask\": 1.138369,\n            \"bid\": 1.133336,\n            \"diff24h\": 0.017181\n        },\n        \"rub\": {\n            \"rate\": 399.67974456227995,\n            \"ask\": 400.734494,\n            \"bid\": 398.702026,\n            \"diff24h\": 3.977986\n        },\n        \"atom\": {\n            \"rate\": 0.47628590514362057,\n            \"ask\": 0.47729,\n            \"bid\": 0.475242,\n            \"diff24h\": 0.005681\n        },\n        \"gmt\": {\n            \"rate\": 18.984404716622286,\n            \"ask\": 19.033435,\n            \"bid\": 18.946445,\n            \"diff24h\": 0.290234\n        },\n        \"comp\": {\n            \"rate\": 0.14889415481832544,\n            \"ask\": 0.149407,\n            \"bid\": 0.148382,\n            \"diff24h\": 0.005459\n        },\n        \"matic\": {\n            \"rate\": 5.323165529010239,\n            \"ask\": 5.334321,\n            \"bid\": 5.311382,\n            \"diff24h\": -0.279148\n        },\n        \"aave\": {\n            \"rate\": 0.07884676145339652,\n            \"ask\": 0.07902,\n            \"bid\": 0.078565,\n            \"diff24h\": 0.000821\n        },\n        \"cake\": {\n            \"rate\": 3.264224983649444,\n            \"ask\": 3.273556,\n            \"bid\": 3.257692,\n            \"diff24h\": 0.096169\n        },\n        \"link\": {\n            \"rate\": 0.789694176790951,\n            \"ask\": 0.792121,\n            \"bid\": 0.787599,\n            \"diff24h\": 0.00547\n        },\n        \"ape\": {\n            \"rate\": 1.5504815159987575,\n            \"ask\": 1.55438,\n            \"bid\": 1.547379,\n            \"diff24h\": 0.022326\n        },\n        \"xtz\": {\n            \"rate\": 5.7105263157894735,\n            \"ask\": 5.729662,\n            \"bid\": 5.6991,\n            \"diff24h\": 0.0007\n        },\n        \"avax\": {\n            \"rate\": 0.35322009907997165,\n            \"ask\": 0.354249,\n            \"bid\": 0.352513,\n            \"diff24h\": 0.00368\n        },\n        \"zrx\": {\n            \"rate\": 22.820823244552056,\n            \"ask\": 23.603279,\n            \"bid\": 23.509054,\n            \"diff24h\": 0.072639\n        },\n        \"gala\": {\n            \"rate\": 166.20046620046617,\n            \"ask\": 166.624803,\n            \"bid\": 165.865162,\n            \"diff24h\": 1.01652\n        },\n        \"gbp\": {\n            \"rate\": 4.030691531720712,\n            \"ask\": 4.051787,\n            \"bid\": 4.010369,\n            \"diff24h\": 0.033884\n        },\n        \"bch\": {\n            \"rate\": 0.04435294117647059,\n            \"ask\": 0.044471,\n            \"bid\": 0.044131,\n            \"diff24h\": -0.000068\n        },\n        \"usdc\": {\n            \"rate\": 6.141740176423416,\n            \"ask\": 6.157033,\n            \"bid\": 6.129845,\n            \"diff24h\": -0.173258\n        },\n        \"trx\": {\n            \"rate\": 65.73159489003028,\n            \"ask\": 65.885263,\n            \"bid\": 65.599861,\n            \"diff24h\": 1.779763\n        },\n        \"zil\": {\n            \"rate\": 219.1919191919192,\n            \"ask\": 219.772945,\n            \"bid\": 218.751647,\n            \"diff24h\": 0.941809\n        },\n        \"eos\": {\n            \"rate\": 5.903538991544003,\n            \"ask\": 5.915493,\n            \"bid\": 5.882353,\n            \"diff24h\": 0.01141\n        },\n        \"tusd\": {\n            \"rate\": 6.141740176423416,\n            \"ask\": 6.157033,\n            \"bid\": 6.129845,\n            \"diff24h\": -0.173258\n        },\n        \"paxg\": {\n            \"rate\": 0.002540773689176438,\n            \"ask\": 0.002546,\n            \"bid\": 0.002533,\n            \"diff24h\": 0.000044\n        },\n        \"eurs\": {\n            \"rate\": 4.6433879127064985,\n            \"ask\": 4.653762,\n            \"bid\": 4.633997,\n            \"diff24h\": 0.039082\n        },\n        \"snx\": {\n            \"rate\": 2.099109131403118,\n            \"ask\": 2.098069,\n            \"bid\": 2.089694,\n            \"diff24h\": -0.031276\n        },\n        \"yfi\": {\n            \"rate\": 0.0007808616404308201,\n            \"ask\": 0.000782,\n            \"bid\": 0.000778,\n            \"diff24h\": -0.000001\n        },\n        \"doge\": {\n            \"rate\": 70.33582089552239,\n            \"ask\": 62.942077,\n            \"bid\": 62.690811,\n            \"diff24h\": 0.223881\n        },\n        \"dai\": {\n            \"rate\": 4.9900018,\n            \"ask\": 5.001485,\n            \"bid\": 4.98002,\n            \"diff24h\": 0.051002\n        },\n        \"usdt\": {\n            \"rate\": \"4.99300000\",\n            \"ask\": 4.995498,\n            \"bid\": 4.991502,\n            \"diff24h\": 0.054\n        },\n        \"theta\": {\n            \"rate\": 5.948748510131108,\n            \"ask\": 5.96897,\n            \"bid\": 5.936842,\n            \"diff24h\": 0.061979\n        },\n        \"bnt\": {\n            \"rate\": 12.200647249190938,\n            \"ask\": 12.588415,\n            \"bid\": 12.538162,\n            \"diff24h\": -0.040395\n        },\n        \"icp\": {\n            \"rate\": 1.0286479802143444,\n            \"ask\": 1.030702,\n            \"bid\": 1.026166,\n            \"diff24h\": 0.005233\n        },\n        \"eth\": {\n            \"rate\": 0.002751824817518248,\n            \"ask\": 0.002759,\n            \"bid\": 0.002744,\n            \"diff24h\": -0.000011\n        },\n        \"axs\": {\n            \"rate\": 0.732892804698972,\n            \"ask\": 0.734507,\n            \"bid\": 0.730354,\n            \"diff24h\": 0.019164\n        },\n        \"ftm\": {\n            \"rate\": 15.096793708408953,\n            \"ask\": 15.130041,\n            \"bid\": 15.062035,\n            \"diff24h\": 0.089197\n        },\n        \"sushi\": {\n            \"rate\": 5.976537729866836,\n            \"ask\": 6.080621,\n            \"bid\": 5.887476,\n            \"diff24h\": 0.1592\n        },\n        \"sol\": {\n            \"rate\": 0.25860103626943004,\n            \"ask\": 0.259305,\n            \"bid\": 0.258084,\n            \"diff24h\": 0.003356\n        },\n        \"near\": {\n            \"rate\": 3.1850670070197826,\n            \"ask\": 3.194122,\n            \"bid\": 3.178693,\n            \"diff24h\": 0.010902\n        },\n        \"dash\": {\n            \"rate\": 0.12075592568866111,\n            \"ask\": 0.120921,\n            \"bid\": 0.120128,\n            \"diff24h\": -0.000705\n        },\n        \"rep\": {\n            \"rate\": 1.3337467384778012,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": 0.005361\n        },\n        \"bnb\": {\n            \"rate\": \"0.01628000\",\n            \"ask\": 0.016333,\n            \"bid\": 0.016237,\n            \"diff24h\": 0.0001\n        },\n        \"mana\": {\n            \"rate\": 10.82646420824295,\n            \"ask\": 10.850305,\n            \"bid\": 10.802464,\n            \"diff24h\": 0.089508\n        },\n        \"ltc\": {\n            \"rate\": 0.05726002430133657,\n            \"ask\": 0.057429,\n            \"bid\": 0.057108,\n            \"diff24h\": -0.001022\n        },\n        \"btc\": {\n            \"rate\": \"0.00018850\",\n            \"ask\": 0.000189,\n            \"bid\": 0.000188,\n            \"diff24h\": 0.000001\n        },\n        \"bat\": {\n            \"rate\": 23.214285714285715,\n            \"ask\": 23.247232,\n            \"bid\": 23.067485,\n            \"diff24h\": 0.493609\n        },\n        \"ilv\": {\n            \"rate\": 0.10589857840016974,\n            \"ask\": 0.106222,\n            \"bid\": 0.105642,\n            \"diff24h\": 0.000274\n        },\n        \"xrp\": {\n            \"rate\": 10.722411831626848,\n            \"ask\": 10.756972,\n            \"bid\": 10.69397,\n            \"diff24h\": -0.214724\n        }\n    },\n    \"rub\": {\n        \"eth\": {\n            \"rate\": 0.000006885475282765376,\n            \"ask\": 0.000007,\n            \"bid\": 0.000007\n        },\n        \"usdc\": {\n            \"rate\": 0.013136789911366341,\n            \"ask\": 0.013171,\n            \"bid\": 0.013104,\n            \"diff24h\": 0.000164\n        },\n        \"bnb\": {\n            \"rate\": 0.00004070240538729884,\n            \"ask\": 0.000041,\n            \"bid\": 0.000041\n        },\n        \"eos\": {\n            \"rate\": 0.014743208940759487,\n            \"ask\": 0.014797,\n            \"bid\": 0.014707,\n            \"diff24h\": -0.000169\n        },\n        \"omg\": {\n            \"rate\": 0.016539732414335477,\n            \"ask\": 0.01658,\n            \"bid\": 0.016478,\n            \"diff24h\": -0.000237\n        },\n        \"sushi\": {\n            \"rate\": 0.014955087392602737,\n            \"ask\": 0.01501,\n            \"bid\": 0.014919,\n            \"diff24h\": 0.000236\n        },\n        \"aud\": {\n            \"rate\": 0.01909806454131103,\n            \"ask\": 0.019146,\n            \"bid\": 0.019051,\n            \"diff24h\": -0.000028\n        },\n        \"xrp\": {\n            \"rate\": 0.0268317532720741,\n            \"ask\": 0.026897,\n            \"bid\": 0.026761,\n            \"diff24h\": -0.000831\n        },\n        \"pax\": {\n            \"rate\": 0.012487497972823286,\n            \"ask\": 0.012518,\n            \"bid\": 0.012457,\n            \"diff24h\": 0.000006\n        },\n        \"gbp\": {\n            \"rate\": 0.010085604409743903,\n            \"ask\": 0.010141,\n            \"bid\": 0.01003,\n            \"diff24h\": -0.000015\n        },\n        \"yfi\": {\n            \"rate\": 0.000001953002498095603,\n            \"ask\": 0.000002,\n            \"bid\": 0.000002\n        },\n        \"busd\": {\n            \"rate\": 0.012488746847508036,\n            \"ask\": 0.012521,\n            \"bid\": 0.012458,\n            \"diff24h\": 0.000005\n        },\n        \"rep\": {\n            \"rate\": 0.0029116056512454662,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": 0.000001\n        },\n        \"btc\": {\n            \"rate\": 4.716486866474502e-7,\n            \"ask\": 0,\n            \"bid\": 0\n        },\n        \"zrx\": {\n            \"rate\": 0.05725583664751621,\n            \"ask\": 0.05737,\n            \"bid\": 0.057038,\n            \"diff24h\": -0.000423\n        },\n        \"usdp\": {\n            \"rate\": 0.013136789911366341,\n            \"ask\": 0.013171,\n            \"bid\": 0.013104,\n            \"diff24h\": 0.000164\n        },\n        \"doge\": {\n            \"rate\": 0.17607865161905367,\n            \"ask\": 0.176509,\n            \"bid\": 0.175626,\n            \"diff24h\": -0.001167\n        },\n        \"usdt\": {\n            \"rate\": 0.012487497972823286,\n            \"ask\": 0.012518,\n            \"bid\": 0.012457,\n            \"diff24h\": 0.000006\n        },\n        \"ltc\": {\n            \"rate\": 0.00014327097261155675,\n            \"ask\": 0.000144,\n            \"bid\": 0.000143,\n            \"diff24h\": -0.000004\n        },\n        \"dash\": {\n            \"rate\": 0.00030148474101456506,\n            \"ask\": 0.000302,\n            \"bid\": 0.000301,\n            \"diff24h\": -0.000006\n        },\n        \"eurs\": {\n            \"rate\": 0.011617887606114322,\n            \"ask\": 0.011739,\n            \"bid\": 0.011496,\n            \"diff24h\": -0.000018\n        },\n        \"tusd\": {\n            \"rate\": 0.013136789911366341,\n            \"ask\": 0.013171,\n            \"bid\": 0.013104,\n            \"diff24h\": 0.000164\n        },\n        \"comp\": {\n            \"rate\": 0.00037253872233959683,\n            \"ask\": 0.000373,\n            \"bid\": 0.000372,\n            \"diff24h\": 0.000009\n        },\n        \"paxg\": {\n            \"rate\": 0.000006354960800418975,\n            \"ask\": 0.000006,\n            \"bid\": 0.000006\n        },\n        \"snx\": {\n            \"rate\": 0.005255680964992966,\n            \"ask\": 0.005269,\n            \"bid\": 0.005241,\n            \"diff24h\": -0.000155\n        },\n        \"bch\": {\n            \"rate\": 0.00011080299887154644,\n            \"ask\": 0.000111,\n            \"bid\": 0.000111,\n            \"diff24h\": -0.000001\n        },\n        \"xlm\": {\n            \"rate\": 0.14238880242671934,\n            \"ask\": 0.142737,\n            \"bid\": 0.141881,\n            \"diff24h\": -0.001741\n        },\n        \"cad\": {\n            \"rate\": 0.01699052164012386,\n            \"ask\": 0.017033,\n            \"bid\": 0.016948,\n            \"diff24h\": 0.000017\n        },\n        \"ht\": {\n            \"rate\": 0.003999454880320048,\n            \"ask\": 0.004012,\n            \"bid\": 0.003989,\n            \"diff24h\": -0.00002\n        },\n        \"link\": {\n            \"rate\": 0.0019758699324087478,\n            \"ask\": 0.001981,\n            \"bid\": 0.001971,\n            \"diff24h\": -0.000008\n        },\n        \"dai\": {\n            \"rate\": 0.01248500047322872,\n            \"ask\": 0.012517,\n            \"bid\": 0.012455,\n            \"diff24h\": 0.000003\n        },\n        \"chf\": {\n            \"rate\": 0.011275566547800164,\n            \"ask\": 0.011304,\n            \"bid\": 0.011247,\n            \"diff24h\": -0.000022\n        },\n        \"eur\": {\n            \"rate\": 0.011617455234191745,\n            \"ask\": 0.011669,\n            \"bid\": 0.011566,\n            \"diff24h\": -0.000018\n        },\n        \"uni\": {\n            \"rate\": 0.002502003200325243,\n            \"ask\": 0.002508,\n            \"bid\": 0.002495,\n            \"diff24h\": -0.000025\n        },\n        \"usd\": {\n            \"rate\": 0.01248649897298546,\n            \"ask\": 0.012517,\n            \"bid\": 0.012456,\n            \"diff24h\": -0.000033\n        },\n        \"bsv\": {\n            \"rate\": 0.00039108369655418133,\n            \"ask\": 0.000392,\n            \"bid\": 0.00039,\n            \"diff24h\": -0.000002\n        },\n        \"bnt\": {\n            \"rate\": 0.030501949127560546,\n            \"ask\": 0.030644,\n            \"bid\": 0.030435,\n            \"diff24h\": -0.000524\n        },\n        \"bat\": {\n            \"rate\": 0.05794662632400597,\n            \"ask\": 0.058089,\n            \"bid\": 0.057779,\n            \"diff24h\": 0.000481\n        },\n        \"mkr\": {\n            \"rate\": 0.000020076363300358983,\n            \"ask\": 0.00002,\n            \"bid\": 0.00002\n        }\n    },\n    \"doge\": {\n        \"btc\": {\n            \"rate\": \"0.00000268\",\n            \"ask\": 0.000003,\n            \"bid\": 0.000003\n        },\n        \"busd\": {\n            \"rate\": 0.07092709270927092,\n            \"ask\": 0.071086,\n            \"bid\": 0.070786,\n            \"diff24h\": 0.000493\n        },\n        \"sol\": {\n            \"rate\": 0.0036746113989637305,\n            \"ask\": 0.003684,\n            \"bid\": 0.003667,\n            \"diff24h\": 0.000035\n        },\n        \"gbp\": {\n            \"rate\": 0.05727442264669062,\n            \"ask\": 0.057571,\n            \"bid\": 0.056986,\n            \"diff24h\": 0.000288\n        },\n        \"eos\": {\n            \"rate\": 0.08393360476041341,\n            \"ask\": 0.09407,\n            \"bid\": 0.093695,\n            \"diff24h\": -0.000105\n        },\n        \"btt\": {\n            \"rate\": 121085.88014341815,\n            \"ask\": 71066.845479,\n            \"bid\": 70783.145497,\n            \"diff24h\": 2872.014103\n        },\n        \"axs\": {\n            \"rate\": 0.01041409691629956,\n            \"ask\": 0.010436,\n            \"bid\": 0.010378,\n            \"diff24h\": 0.000238\n        },\n        \"ape\": {\n            \"rate\": 0.022031686859273068,\n            \"ask\": 0.022086,\n            \"bid\": 0.021988,\n            \"diff24h\": 0.000243\n        },\n        \"sand\": {\n            \"rate\": 0.14107817783966578,\n            \"ask\": 0.141408,\n            \"bid\": 0.140796,\n            \"diff24h\": 0.001633\n        },\n        \"icp\": {\n            \"rate\": 0.014616652926628193,\n            \"ask\": 0.014645,\n            \"bid\": 0.014581,\n            \"diff24h\": 0.000025\n        },\n        \"rep\": {\n            \"rate\": 0.016560142621564484,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": 0.000834\n        },\n        \"avax\": {\n            \"rate\": 0.005019108280254776,\n            \"ask\": 0.005033,\n            \"bid\": 0.005009,\n            \"diff24h\": 0.000035\n        },\n        \"ltc\": {\n            \"rate\": 0.0008140947752126368,\n            \"ask\": 0.000913,\n            \"bid\": 0.00091,\n            \"diff24h\": -0.000017\n        },\n        \"paxg\": {\n            \"rate\": 0.00003612346677449791,\n            \"ask\": 0.000041,\n            \"bid\": 0.00004,\n            \"diff24h\": 0.000001\n        },\n        \"egld\": {\n            \"rate\": 0.00198989898989899,\n            \"ask\": 0.001995,\n            \"bid\": 0.001986,\n            \"diff24h\": 0.000028\n        },\n        \"usdc\": {\n            \"rate\": 0.07628307939053729,\n            \"ask\": 0.076436,\n            \"bid\": 0.076113,\n            \"diff24h\": 0.001371\n        },\n        \"1inch\": {\n            \"rate\": 0.18091836734693878,\n            \"ask\": 0.181769,\n            \"bid\": 0.180556,\n            \"diff24h\": 0.000354\n        },\n        \"pax\": {\n            \"rate\": 0.07092,\n            \"ask\": 0.071072,\n            \"bid\": 0.070778,\n            \"diff24h\": 0.0005\n        },\n        \"ada\": {\n            \"rate\": 0.19854423292273235,\n            \"ask\": 0.198969,\n            \"bid\": 0.198092,\n            \"diff24h\": 0.001455\n        },\n        \"eth\": {\n            \"rate\": 0.000039124087591240874,\n            \"ask\": 0.000044,\n            \"bid\": 0.000044\n        },\n        \"eur\": {\n            \"rate\": 0.0659812390615623,\n            \"ask\": 0.066256,\n            \"bid\": 0.065715,\n            \"diff24h\": 0.000333\n        },\n        \"zil\": {\n            \"rate\": 3.114624505928854,\n            \"ask\": 3.122689,\n            \"bid\": 3.108372,\n            \"diff24h\": 0.002826\n        },\n        \"aave\": {\n            \"rate\": 0.0011203791469194314,\n            \"ask\": 0.001123,\n            \"bid\": 0.001116,\n            \"diff24h\": 0.000008\n        },\n        \"bnt\": {\n            \"rate\": 0.17346278317152106,\n            \"ask\": 0.178689,\n            \"bid\": 0.177976,\n            \"diff24h\": -0.00113\n        },\n        \"zrx\": {\n            \"rate\": 0.324455205811138,\n            \"ask\": 0.364365,\n            \"bid\": 0.36291\n        },\n        \"dai\": {\n            \"rate\": 0.070905816,\n            \"ask\": 0.071064,\n            \"bid\": 0.070764,\n            \"diff24h\": 0.000486\n        },\n        \"sushi\": {\n            \"rate\": 0.08497146480659482,\n            \"ask\": 0.095338,\n            \"bid\": 0.094958,\n            \"diff24h\": 0.001999\n        },\n        \"chf\": {\n            \"rate\": 0.06403280016614399,\n            \"ask\": 0.064173,\n            \"bid\": 0.063902,\n            \"diff24h\": 0.000293\n        },\n        \"usdp\": {\n            \"rate\": 0.0709412823847154,\n            \"ask\": 0.0711,\n            \"bid\": 0.0708,\n            \"diff24h\": 0.000486\n        },\n        \"usd\": {\n            \"rate\": 0.0709143264,\n            \"ask\": 0.071066,\n            \"bid\": 0.070772,\n            \"diff24h\": 0.000501\n        },\n        \"bat\": {\n            \"rate\": 0.3300492610837439,\n            \"ask\": 0.369289,\n            \"bid\": 0.367814,\n            \"diff24h\": 0.005986\n        },\n        \"link\": {\n            \"rate\": 0.011227482195224132,\n            \"ask\": 0.012596,\n            \"bid\": 0.012546,\n            \"diff24h\": 0.000042\n        },\n        \"xmr\": {\n            \"rate\": 0.00046842800528401585,\n            \"ask\": 0.00047,\n            \"bid\": 0.000467\n        },\n        \"dot\": {\n            \"rate\": 0.013575803981623277,\n            \"ask\": 0.013602,\n            \"bid\": 0.013543,\n            \"diff24h\": 0.000178\n        },\n        \"omg\": {\n            \"rate\": 0.08506493506493505,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": 0.0004\n        },\n        \"dash\": {\n            \"rate\": 0.0017168481742472774,\n            \"ask\": 0.001922,\n            \"bid\": 0.001914,\n            \"diff24h\": -0.000016\n        },\n        \"mana\": {\n            \"rate\": 0.15383947939262474,\n            \"ask\": 0.154169,\n            \"bid\": 0.153499,\n            \"diff24h\": 0.000753\n        },\n        \"usdt\": {\n            \"rate\": \"0.07092000\",\n            \"ask\": 0.070951,\n            \"bid\": 0.070899,\n            \"diff24h\": 0.0005\n        },\n        \"eurs\": {\n            \"rate\": 0.06598057919638246,\n            \"ask\": 0.066124,\n            \"bid\": 0.065847,\n            \"diff24h\": 0.000333\n        },\n        \"comp\": {\n            \"rate\": 0.0021169036334913113,\n            \"ask\": 0.002374,\n            \"bid\": 0.002365,\n            \"diff24h\": 0.000071\n        },\n        \"uni\": {\n            \"rate\": 0.014217506631299736,\n            \"ask\": 0.015951,\n            \"bid\": 0.015888,\n            \"diff24h\": -0.000045\n        },\n        \"xrp\": {\n            \"rate\": 0.15244596131968144,\n            \"ask\": 0.171039,\n            \"bid\": 0.170356,\n            \"diff24h\": -0.003549\n        },\n        \"cake\": {\n            \"rate\": 0.04638325703073905,\n            \"ask\": 0.046513,\n            \"bid\": 0.04629,\n            \"diff24h\": 0.001213\n        },\n        \"trx\": {\n            \"rate\": 0.9340181746345317,\n            \"ask\": 0.936144,\n            \"bid\": 0.932147,\n            \"diff24h\": 0.022196\n        },\n        \"vet\": {\n            \"rate\": 3.7053291536050157,\n            \"ask\": 3.71327,\n            \"bid\": 3.695984,\n            \"diff24h\": 0.03571\n        },\n        \"snx\": {\n            \"rate\": 0.02984409799554566,\n            \"ask\": 0.033493,\n            \"bid\": 0.033359,\n            \"diff24h\": -0.000541\n        },\n        \"atom\": {\n            \"rate\": 0.006767821356999714,\n            \"ask\": 0.006782,\n            \"bid\": 0.006753,\n            \"diff24h\": 0.000058\n        },\n        \"xlm\": {\n            \"rate\": 0.8072289156626506,\n            \"ask\": 0.90679,\n            \"bid\": 0.90317,\n            \"diff24h\": -0.004892\n        },\n        \"xtz\": {\n            \"rate\": 0.0811441647597254,\n            \"ask\": 0.081411,\n            \"bid\": 0.080982,\n            \"diff24h\": -0.000266\n        },\n        \"matic\": {\n            \"rate\": 0.07563993174061433,\n            \"ask\": 0.075794,\n            \"bid\": 0.075473,\n            \"diff24h\": -0.004238\n        },\n        \"ilv\": {\n            \"rate\": 0.0015047740292807128,\n            \"ask\": 0.001509,\n            \"bid\": 0.001501,\n            \"diff24h\": -0.000001\n        },\n        \"theta\": {\n            \"rate\": 0.08452920143027415,\n            \"ask\": 0.084811,\n            \"bid\": 0.08436,\n            \"diff24h\": 0.000596\n        },\n        \"ftm\": {\n            \"rate\": 0.21451905626134302,\n            \"ask\": 0.214978,\n            \"bid\": 0.214025,\n            \"diff24h\": 0.000542\n        },\n        \"bnb\": {\n            \"rate\": 0.00023131365441049544,\n            \"ask\": 0.000259,\n            \"bid\": 0.000258,\n            \"diff24h\": 0.000001\n        },\n        \"tusd\": {\n            \"rate\": 0.07628307939053729,\n            \"ask\": 0.076436,\n            \"bid\": 0.076113,\n            \"diff24h\": 0.001371\n        },\n        \"mkr\": {\n            \"rate\": 0.00011404255319148936,\n            \"ask\": 0.000128,\n            \"bid\": 0.000127,\n            \"diff24h\": 0.000002\n        },\n        \"rub\": {\n            \"rate\": 5.6792802012336,\n            \"ask\": 5.693907,\n            \"bid\": 5.665409,\n            \"diff24h\": 0.037386\n        },\n        \"fil\": {\n            \"rate\": 0.01614019116977697,\n            \"ask\": 0.016175,\n            \"bid\": 0.016104,\n            \"diff24h\": 0.00019\n        },\n        \"gmt\": {\n            \"rate\": 0.2697603651578547,\n            \"ask\": 0.27044,\n            \"bid\": 0.269221,\n            \"diff24h\": 0.00322\n        },\n        \"yfi\": {\n            \"rate\": 0.000011101905550952777,\n            \"ask\": 0.000012,\n            \"bid\": 0.000012\n        },\n        \"near\": {\n            \"rate\": 0.04525845564773453,\n            \"ask\": 0.045384,\n            \"bid\": 0.045168,\n            \"diff24h\": 0.000001\n        },\n        \"gala\": {\n            \"rate\": 2.3616383616383616,\n            \"ask\": 2.367523,\n            \"bid\": 2.356877,\n            \"diff24h\": 0.006454\n        },\n        \"bch\": {\n            \"rate\": 0.0006305882352941177,\n            \"ask\": 0.000706,\n            \"bid\": 0.000704,\n            \"diff24h\": -0.000003\n        }\n    },\n    \"theta\": {\n        \"rep\": {\n            \"rate\": 0.2160676532769556,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": 0.000211\n        },\n        \"ftm\": {\n            \"rate\": 2.537810042347248,\n            \"ask\": 2.542884,\n            \"bid\": 2.528953,\n            \"diff24h\": -0.011567\n        },\n        \"yfi\": {\n            \"rate\": 0.0001312167657178605,\n            \"ask\": 0.000131,\n            \"bid\": 0.000131,\n            \"diff24h\": -0.000001\n        },\n        \"eth\": {\n            \"rate\": \"0.00046230\",\n            \"ask\": 0.000464,\n            \"bid\": 0.000461,\n            \"diff24h\": -0.000008\n        },\n        \"doge\": {\n            \"rate\": 11.8302312464749,\n            \"ask\": 11.853895,\n            \"bid\": 11.79083,\n            \"diff24h\": -0.083998\n        },\n        \"matic\": {\n            \"rate\": 0.8948378839590444,\n            \"ask\": 0.896532,\n            \"bid\": 0.891794,\n            \"diff24h\": -0.056841\n        },\n        \"mana\": {\n            \"rate\": 1.8199566160520606,\n            \"ask\": 1.823595,\n            \"bid\": 1.813761,\n            \"diff24h\": -0.003956\n        },\n        \"dot\": {\n            \"rate\": 0.16060490045941808,\n            \"ask\": 0.160895,\n            \"bid\": 0.160031,\n            \"diff24h\": 0.000978\n        },\n        \"usdc\": {\n            \"rate\": 1.0114274258219726,\n            \"ask\": 1.01345,\n            \"bid\": 1.008303,\n            \"diff24h\": -0.015524\n        },\n        \"dai\": {\n            \"rate\": 0.8388322,\n            \"ask\": 0.840594,\n            \"bid\": 0.836156,\n            \"diff24h\": -0.000168\n        },\n        \"egld\": {\n            \"rate\": 0.023540965207631874,\n            \"ask\": 0.023595,\n            \"bid\": 0.023466,\n            \"diff24h\": 0.00017\n        },\n        \"cake\": {\n            \"rate\": 0.5487246566383258,\n            \"ask\": 0.550182,\n            \"bid\": 0.546975,\n            \"diff24h\": 0.010559\n        },\n        \"paxg\": {\n            \"rate\": 0.00042697201017811705,\n            \"ask\": 0.000428,\n            \"bid\": 0.000426,\n            \"diff24h\": 0.000002\n        },\n        \"omg\": {\n            \"rate\": 1.1112582781456954,\n            \"ask\": 1.113481,\n            \"bid\": 1.106248,\n            \"diff24h\": -0.01643\n        },\n        \"icp\": {\n            \"rate\": 0.17291838417147565,\n            \"ask\": 0.173228,\n            \"bid\": 0.172295,\n            \"diff24h\": -0.000932\n        },\n        \"axs\": {\n            \"rate\": 0.12320117474302496,\n            \"ask\": 0.123448,\n            \"bid\": 0.122628,\n            \"diff24h\": 0.001958\n        },\n        \"usdt\": {\n            \"rate\": \"0.83900000\",\n            \"ask\": 0.840007,\n            \"bid\": 0.836994\n        },\n        \"ape\": {\n            \"rate\": 0.2606399502951227,\n            \"ask\": 0.261242,\n            \"bid\": 0.259809,\n            \"diff24h\": 0.001048\n        },\n        \"eurs\": {\n            \"rate\": 0.7805655096695556,\n            \"ask\": 0.788398,\n            \"bid\": 0.771821,\n            \"diff24h\": -0.001579\n        },\n        \"usd\": {\n            \"rate\": 0.83893288,\n            \"ask\": 0.840611,\n            \"bid\": 0.836248,\n            \"diff24h\": 0.000017\n        },\n        \"bnb\": {\n            \"rate\": \"0.00273700\",\n            \"ask\": 0.002746,\n            \"bid\": 0.00273,\n            \"diff24h\": -0.000012\n        },\n        \"zil\": {\n            \"rate\": 36.84672815107598,\n            \"ask\": 36.936917,\n            \"bid\": 36.728945,\n            \"diff24h\": -0.227951\n        },\n        \"eos\": {\n            \"rate\": 0.9905548996458087,\n            \"ask\": 0.99371,\n            \"bid\": 0.987395,\n            \"diff24h\": -0.011835\n        },\n        \"ilv\": {\n            \"rate\": 0.017801824740080626,\n            \"ask\": 0.017853,\n            \"bid\": 0.017738,\n            \"diff24h\": -0.000141\n        },\n        \"gala\": {\n            \"rate\": 27.93872793872794,\n            \"ask\": 28.004387,\n            \"bid\": 27.849173,\n            \"diff24h\": -0.121473\n        },\n        \"eur\": {\n            \"rate\": 0.7805733160272246,\n            \"ask\": 0.783714,\n            \"bid\": 0.776499,\n            \"diff24h\": -0.001579\n        },\n        \"gbp\": {\n            \"rate\": 0.6775696644186892,\n            \"ask\": 0.678947,\n            \"bid\": 0.67538,\n            \"diff24h\": -0.001378\n        },\n        \"ada\": {\n            \"rate\": 2.348824188129899,\n            \"ask\": 2.353522,\n            \"bid\": 2.340676,\n            \"diff24h\": 0.000657\n        },\n        \"mkr\": {\n            \"rate\": 0.0013488745980707395,\n            \"ask\": 0.001351,\n            \"bid\": 0.001343,\n            \"diff24h\": 0.000011\n        },\n        \"tusd\": {\n            \"rate\": 1.0114274258219726,\n            \"ask\": 1.01345,\n            \"bid\": 1.008303,\n            \"diff24h\": -0.015524\n        },\n        \"avax\": {\n            \"rate\": 0.05937721160651097,\n            \"ask\": 0.059538,\n            \"bid\": 0.059188\n        },\n        \"ltc\": {\n            \"rate\": 0.009625975217989904,\n            \"ask\": 0.009646,\n            \"bid\": 0.009594,\n            \"diff24h\": -0.000285\n        },\n        \"link\": {\n            \"rate\": 0.132753164556962,\n            \"ask\": 0.133039,\n            \"bid\": 0.132329,\n            \"diff24h\": -0.00057\n        },\n        \"bat\": {\n            \"rate\": 3.893271461716937,\n            \"ask\": 3.901059,\n            \"bid\": 3.879052,\n            \"diff24h\": 0.030472\n        },\n        \"trx\": {\n            \"rate\": 11.04965099433689,\n            \"ask\": 11.07324,\n            \"bid\": 11.01438,\n            \"diff24h\": 0.185997\n        },\n        \"xrp\": {\n            \"rate\": 1.802750322303395,\n            \"ask\": 1.806356,\n            \"bid\": 1.796614,\n            \"diff24h\": -0.056735\n        },\n        \"btc\": {\n            \"rate\": \"0.00003167\",\n            \"ask\": 0.000032,\n            \"bid\": 0.000032\n        },\n        \"sol\": {\n            \"rate\": 0.043471502590673575,\n            \"ask\": 0.043581,\n            \"bid\": 0.043333,\n            \"diff24h\": 0.000112\n        },\n        \"xlm\": {\n            \"rate\": 9.566704675028506,\n            \"ask\": 9.58584,\n            \"bid\": 9.525326,\n            \"diff24h\": -0.121517\n        },\n        \"vet\": {\n            \"rate\": 43.83490073145246,\n            \"ask\": 43.922581,\n            \"bid\": 43.672251,\n            \"diff24h\": 0.114213\n        },\n        \"sand\": {\n            \"rate\": 1.6689874676745573,\n            \"ask\": 1.672658,\n            \"bid\": 1.663665,\n            \"diff24h\": 0.007601\n        },\n        \"atom\": {\n            \"rate\": 0.08006489168813818,\n            \"ask\": 0.080217,\n            \"bid\": 0.079794,\n            \"diff24h\": 0.000122\n        },\n        \"uni\": {\n            \"rate\": 0.1681025846523743,\n            \"ask\": 0.168439,\n            \"bid\": 0.167532,\n            \"diff24h\": -0.00177\n        },\n        \"near\": {\n            \"rate\": 0.5354179961710275,\n            \"ask\": 0.536831,\n            \"bid\": 0.53371,\n            \"diff24h\": -0.003785\n        },\n        \"cad\": {\n            \"rate\": 1.1415066071652,\n            \"ask\": 1.143827,\n            \"bid\": 1.137817,\n            \"diff24h\": 0.000523\n        },\n        \"xmr\": {\n            \"rate\": 0.005541611624834874,\n            \"ask\": 0.005556,\n            \"bid\": 0.005524,\n            \"diff24h\": -0.000041\n        },\n        \"btt\": {\n            \"rate\": 1432473.9627795801,\n            \"ask\": 840425.683006,\n            \"bid\": 836575.179624,\n            \"diff24h\": 24046.902179\n        },\n        \"bch\": {\n            \"rate\": 0.007444543034605146,\n            \"ask\": 0.007466,\n            \"bid\": 0.00742,\n            \"diff24h\": -0.0001\n        },\n        \"busd\": {\n            \"rate\": \"0.83900000\",\n            \"ask\": 0.84168,\n            \"bid\": 0.837322\n        },\n        \"gmt\": {\n            \"rate\": 3.1913275009509317,\n            \"ask\": 3.198922,\n            \"bid\": 3.181155,\n            \"diff24h\": 0.015703\n        },\n        \"zrx\": {\n            \"rate\": 3.846859238881247,\n            \"ask\": 3.852787,\n            \"bid\": 3.829321,\n            \"diff24h\": -0.03022\n        },\n        \"aave\": {\n            \"rate\": 0.01325434439178515,\n            \"ask\": 0.013281,\n            \"bid\": 0.013191\n        },\n        \"xtz\": {\n            \"rate\": 0.9599542334096112,\n            \"ask\": 0.962976,\n            \"bid\": 0.956893,\n            \"diff24h\": -0.009988\n        },\n        \"chf\": {\n            \"rate\": 0.7575228333248,\n            \"ask\": 0.759072,\n            \"bid\": 0.755065,\n            \"diff24h\": -0.001888\n        },\n        \"pax\": {\n            \"rate\": 0.839,\n            \"ask\": 0.840678,\n            \"bid\": 0.836324\n        },\n        \"sushi\": {\n            \"rate\": 1.0047904191616768,\n            \"ask\": 1.008007,\n            \"bid\": 1.001586,\n            \"diff24h\": 0.015404\n        },\n        \"bnt\": {\n            \"rate\": 2.0493404982901806,\n            \"ask\": 2.057964,\n            \"bid\": 2.043302,\n            \"diff24h\": -0.036168\n        },\n        \"comp\": {\n            \"rate\": 0.025029832935560856,\n            \"ask\": 0.02508,\n            \"bid\": 0.024942,\n            \"diff24h\": 0.000619\n        },\n        \"1inch\": {\n            \"rate\": 2.1403061224489797,\n            \"ask\": 2.15007,\n            \"bid\": 2.133478,\n            \"diff24h\": -0.010976\n        },\n        \"dash\": {\n            \"rate\": 0.020255915016900047,\n            \"ask\": 0.020296,\n            \"bid\": 0.020187,\n            \"diff24h\": -0.000399\n        },\n        \"fil\": {\n            \"rate\": 0.1909421939007738,\n            \"ask\": 0.191324,\n            \"bid\": 0.19029,\n            \"diff24h\": 0.000908\n        },\n        \"aud\": {\n            \"rate\": 1.2831840193334252,\n            \"ask\": 1.285849,\n            \"bid\": 1.278979,\n            \"diff24h\": -0.002485\n        },\n        \"snx\": {\n            \"rate\": 0.3531144781144781,\n            \"ask\": 0.353821,\n            \"bid\": 0.35184,\n            \"diff24h\": -0.010561\n        }\n    },\n    \"dash\": {\n        \"usdc\": {\n            \"rate\": 61.798315958299916,\n            \"ask\": 61.911832,\n            \"bid\": 61.618542,\n            \"diff24h\": 5.080552\n        },\n        \"bnb\": {\n            \"rate\": \"0.13470000\",\n            \"ask\": 0.135871,\n            \"bid\": 0.13473,\n            \"diff24h\": 0.0021\n        },\n        \"mana\": {\n            \"rate\": 89.84815618221259,\n            \"ask\": 90.048988,\n            \"bid\": 89.649715,\n            \"diff24h\": 1.543808\n        },\n        \"theta\": {\n            \"rate\": 49.36829558998809,\n            \"ask\": 49.53775,\n            \"bid\": 49.269892,\n            \"diff24h\": 0.953516\n        },\n        \"eth\": {\n            \"rate\": \"0.02275000\",\n            \"ask\": 0.022926,\n            \"bid\": 0.022784,\n            \"diff24h\": 0.00008\n        },\n        \"chf\": {\n            \"rate\": 37.397611151744,\n            \"ask\": 37.48313,\n            \"bid\": 37.320787,\n            \"diff24h\": 0.630884\n        },\n        \"doge\": {\n            \"rate\": 582.4626865671642,\n            \"ask\": 522.374365,\n            \"bid\": 520.289038,\n            \"diff24h\": 5.223881\n        },\n        \"eurs\": {\n            \"rate\": 38.53518880871633,\n            \"ask\": 38.622866,\n            \"bid\": 38.457254,\n            \"diff24h\": 0.667826\n        },\n        \"matic\": {\n            \"rate\": 44.17662116040957,\n            \"ask\": 44.270667,\n            \"bid\": 44.079191,\n            \"diff24h\": -1.898696\n        },\n        \"cake\": {\n            \"rate\": 27.089601046435583,\n            \"ask\": 27.167935,\n            \"bid\": 27.035606,\n            \"diff24h\": 1.034437\n        },\n        \"ltc\": {\n            \"rate\": 0.47417982989064406,\n            \"ask\": 0.476451,\n            \"bid\": 0.473876,\n            \"diff24h\": -0.005659\n        },\n        \"aave\": {\n            \"rate\": 0.6543443917851502,\n            \"ask\": 0.655808,\n            \"bid\": 0.65201,\n            \"diff24h\": 0.012638\n        },\n        \"busd\": {\n            \"rate\": 41.42414241424142,\n            \"ask\": 41.521146,\n            \"bid\": 41.341302,\n            \"diff24h\": 0.796017\n        },\n        \"omg\": {\n            \"rate\": 48.47402597402596,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": -1.685718\n        },\n        \"dot\": {\n            \"rate\": 7.928790199081165,\n            \"ask\": 7.944999,\n            \"bid\": 7.909959,\n            \"diff24h\": 0.20048\n        },\n        \"ape\": {\n            \"rate\": 12.867350108729422,\n            \"ask\": 12.900128,\n            \"bid\": 12.841704,\n            \"diff24h\": 0.299281\n        },\n        \"sand\": {\n            \"rate\": 82.39506664014323,\n            \"ask\": 82.595747,\n            \"bid\": 82.230843,\n            \"diff24h\": 1.959423\n        },\n        \"xrp\": {\n            \"rate\": 88.79408418657565,\n            \"ask\": 89.243028,\n            \"bid\": 88.737201,\n            \"diff24h\": -1.252482\n        },\n        \"mkr\": {\n            \"rate\": 0.06642553191489362,\n            \"ask\": 0.066786,\n            \"bid\": 0.066321,\n            \"diff24h\": 0.001752\n        },\n        \"snx\": {\n            \"rate\": 17.383073496659243,\n            \"ask\": 17.412479,\n            \"bid\": 17.342968,\n            \"diff24h\": -0.156609\n        },\n        \"eos\": {\n            \"rate\": 48.88819292201691,\n            \"ask\": 49.076682,\n            \"bid\": 48.811014,\n            \"diff24h\": 0.377688\n        },\n        \"pax\": {\n            \"rate\": 41.42,\n            \"ask\": 41.51286,\n            \"bid\": 41.33716,\n            \"diff24h\": 0.8\n        },\n        \"fil\": {\n            \"rate\": 9.42649066909422,\n            \"ask\": 9.447568,\n            \"bid\": 9.405564,\n            \"diff24h\": 0.226038\n        },\n        \"uni\": {\n            \"rate\": 8.281167108753316,\n            \"ask\": 8.324435,\n            \"bid\": 8.269808,\n            \"diff24h\": 0.048064\n        },\n        \"btt\": {\n            \"rate\": 70718798.01946391,\n            \"ask\": 41507869.863597,\n            \"bid\": 41342169.784301,\n            \"diff24h\": 2530112.439474\n        },\n        \"comp\": {\n            \"rate\": 1.2330173775671407,\n            \"ask\": 1.24009,\n            \"bid\": 1.230704,\n            \"diff24h\": 0.052101\n        },\n        \"sushi\": {\n            \"rate\": 49.492707672796456,\n            \"ask\": 50.483669,\n            \"bid\": 48.843555,\n            \"diff24h\": 1.597971\n        },\n        \"bat\": {\n            \"rate\": 192.24137931034485,\n            \"ask\": 192.865929,\n            \"bid\": 191.411043,\n            \"diff24h\": 5.179711\n        },\n        \"usdt\": {\n            \"rate\": \"41.45000000\",\n            \"ask\": 41.472438,\n            \"bid\": 41.437565,\n            \"diff24h\": 0.83\n        },\n        \"dai\": {\n            \"rate\": 41.411716000000006,\n            \"ask\": 41.508717,\n            \"bid\": 41.328876,\n            \"diff24h\": 0.791716\n        },\n        \"aud\": {\n            \"rate\": 63.34860796280152,\n            \"ask\": 63.495494,\n            \"bid\": 63.216405,\n            \"diff24h\": 1.103245\n        },\n        \"axs\": {\n            \"rate\": 6.082232011747431,\n            \"ask\": 6.095832,\n            \"bid\": 6.06121,\n            \"diff24h\": 0.21229\n        },\n        \"rep\": {\n            \"rate\": 13.41490690063425,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": 1.465394\n        },\n        \"vet\": {\n            \"rate\": 2164.05433646813,\n            \"ask\": 2168.896786,\n            \"bid\": 2158.611287,\n            \"diff24h\": 47.326874\n        },\n        \"ada\": {\n            \"rate\": 115.95744680851064,\n            \"ask\": 116.216675,\n            \"bid\": 115.694014,\n            \"diff24h\": 2.271469\n        },\n        \"xtz\": {\n            \"rate\": 47.39130434782609,\n            \"ask\": 47.551684,\n            \"bid\": 47.296864,\n            \"diff24h\": 0.431767\n        },\n        \"xmr\": {\n            \"rate\": 0.27357992073976223,\n            \"ask\": 0.274373,\n            \"bid\": 0.273035,\n            \"diff24h\": 0.00332\n        },\n        \"link\": {\n            \"rate\": 6.53958944281525,\n            \"ask\": 6.575604,\n            \"bid\": 6.539723,\n            \"diff24h\": 0.082995\n        },\n        \"rub\": {\n            \"rate\": 3316.9174553736,\n            \"ask\": 3325.807046,\n            \"bid\": 3308.803233,\n            \"diff24h\": 62.532876\n        },\n        \"usdp\": {\n            \"rate\": 41.43242972891868,\n            \"ask\": 41.529473,\n            \"bid\": 41.349545,\n            \"diff24h\": 0.79211\n        },\n        \"egld\": {\n            \"rate\": 1.1621773288439956,\n            \"ask\": 1.165103,\n            \"bid\": 1.159861,\n            \"diff24h\": 0.030701\n        },\n        \"yfi\": {\n            \"rate\": 0.0064664457332228665,\n            \"ask\": 0.006496,\n            \"bid\": 0.006454,\n            \"diff24h\": 0.000031\n        },\n        \"ftm\": {\n            \"rate\": 125.28735632183908,\n            \"ask\": 125.56743,\n            \"bid\": 124.999926,\n            \"diff24h\": 1.859827\n        },\n        \"gmt\": {\n            \"rate\": 157.55039939140357,\n            \"ask\": 157.962526,\n            \"bid\": 157.236668,\n            \"diff24h\": 3.803238\n        },\n        \"zil\": {\n            \"rate\": 1819.0601668862541,\n            \"ask\": 1823.942391,\n            \"bid\": 1815.421281,\n            \"diff24h\": 24.097728\n        },\n        \"ilv\": {\n            \"rate\": 0.8788457458094633,\n            \"ask\": 0.881559,\n            \"bid\": 0.876722,\n            \"diff24h\": 0.010155\n        },\n        \"btc\": {\n            \"rate\": \"0.00156100\",\n            \"ask\": 0.00157,\n            \"bid\": 0.001561,\n            \"diff24h\": 0.000014\n        },\n        \"tusd\": {\n            \"rate\": 61.798315958299916,\n            \"ask\": 61.911832,\n            \"bid\": 61.618542,\n            \"diff24h\": 5.080552\n        },\n        \"avax\": {\n            \"rate\": 2.931351733899505,\n            \"ask\": 2.939987,\n            \"bid\": 2.92551,\n            \"diff24h\": 0.056617\n        },\n        \"atom\": {\n            \"rate\": 3.952667239240386,\n            \"ask\": 3.961127,\n            \"bid\": 3.944037,\n            \"diff24h\": 0.082253\n        },\n        \"1inch\": {\n            \"rate\": 105.66326530612245,\n            \"ask\": 106.170289,\n            \"bid\": 105.452569,\n            \"diff24h\": 1.509419\n        },\n        \"gbp\": {\n            \"rate\": 33.450459475830876,\n            \"ask\": 33.626908,\n            \"bid\": 33.281798,\n            \"diff24h\": 0.579367\n        },\n        \"eur\": {\n            \"rate\": 38.53557419528921,\n            \"ask\": 38.699951,\n            \"bid\": 38.380173,\n            \"diff24h\": 0.667858\n        },\n        \"sol\": {\n            \"rate\": 2.1461139896373056,\n            \"ask\": 2.152028,\n            \"bid\": 2.141837,\n            \"diff24h\": 0.046889\n        },\n        \"icp\": {\n            \"rate\": 8.536685902720528,\n            \"ask\": 8.554012,\n            \"bid\": 8.516161,\n            \"diff24h\": 0.119777\n        },\n        \"near\": {\n            \"rate\": 26.432673899170393,\n            \"ask\": 26.508698,\n            \"bid\": 26.379995,\n            \"diff24h\": 0.327275\n        },\n        \"trx\": {\n            \"rate\": 545.5024364546293,\n            \"ask\": 546.795805,\n            \"bid\": 544.413657,\n            \"diff24h\": 19.541023\n        },\n        \"cad\": {\n            \"rate\": 56.354235600456,\n            \"ask\": 56.48243,\n            \"bid\": 56.239123,\n            \"diff24h\": 1.113774\n        },\n        \"bnt\": {\n            \"rate\": 101.03559870550163,\n            \"ask\": 104.474873,\n            \"bid\": 104.057808,\n            \"diff24h\": 0.25384\n        },\n        \"gala\": {\n            \"rate\": 1379.2873792873793,\n            \"ask\": 1382.854663,\n            \"bid\": 1376.516008,\n            \"diff24h\": 20.758951\n        },\n        \"xlm\": {\n            \"rate\": 470.1807228915663,\n            \"ask\": 473.716012,\n            \"bid\": 469.879518,\n            \"diff24h\": 1.392844\n        },\n        \"paxg\": {\n            \"rate\": 0.021040571505593745,\n            \"ask\": 0.021137,\n            \"bid\": 0.021014,\n            \"diff24h\": 0.000488\n        },\n        \"usd\": {\n            \"rate\": 41.4166864,\n            \"ask\": 41.509546,\n            \"bid\": 41.333432,\n            \"diff24h\": 0.800748\n        },\n        \"zrx\": {\n            \"rate\": 188.98305084745763,\n            \"ask\": 195.890387,\n            \"bid\": 195.108389,\n            \"diff24h\": 1.694915\n        },\n        \"bch\": {\n            \"rate\": 0.3672941176470588,\n            \"ask\": 0.368941,\n            \"bid\": 0.366197,\n            \"diff24h\": 0.001573\n        }\n    },\n    \"bch\": {\n        \"pax\": {\n            \"rate\": 112.7,\n            \"ask\": 112.9254,\n            \"bid\": 112.3748,\n            \"diff24h\": 1.5\n        },\n        \"ftm\": {\n            \"rate\": 340.8953418027828,\n            \"ask\": 341.594373,\n            \"bid\": 339.796062,\n            \"diff24h\": 3.004123\n        },\n        \"cake\": {\n            \"rate\": 73.7083060824068,\n            \"ask\": 73.907809,\n            \"bid\": 73.492782,\n            \"diff24h\": 2.380532\n        },\n        \"omg\": {\n            \"rate\": 135.7142857142857,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": 2.487449\n        },\n        \"matic\": {\n            \"rate\": 120.2005119453925,\n            \"ask\": 120.434182,\n            \"bid\": 119.823554,\n            \"diff24h\": -5.933789\n        },\n        \"dot\": {\n            \"rate\": 21.573506891271055,\n            \"ask\": 21.613621,\n            \"bid\": 21.502197,\n            \"diff24h\": 0.416734\n        },\n        \"vet\": {\n            \"rate\": 5888.192267502612,\n            \"ask\": 5900.279533,\n            \"bid\": 5867.904389,\n            \"diff24h\": 93.507536\n        },\n        \"usdc\": {\n            \"rate\": 127.10505212510023,\n            \"ask\": 127.359188,\n            \"bid\": 126.738137,\n            \"diff24h\": -5.246416\n        },\n        \"icp\": {\n            \"rate\": 23.2275350370981,\n            \"ask\": 23.270383,\n            \"bid\": 23.150079,\n            \"diff24h\": 0.185678\n        },\n        \"trx\": {\n            \"rate\": 1484.2618200974582,\n            \"ask\": 1487.506514,\n            \"bid\": 1479.91781,\n            \"diff24h\": 44.406841\n        },\n        \"eurs\": {\n            \"rate\": 104.85069480304996,\n            \"ask\": 105.063891,\n            \"bid\": 104.545795,\n            \"diff24h\": 1.186225\n        },\n        \"1inch\": {\n            \"rate\": 287.5,\n            \"ask\": 288.826278,\n            \"bid\": 286.659111,\n            \"diff24h\": 2.371795\n        },\n        \"mkr\": {\n            \"rate\": 0.18085106382978725,\n            \"ask\": 0.181794,\n            \"bid\": 0.180336,\n            \"diff24h\": 0.004012\n        },\n        \"usdp\": {\n            \"rate\": 112.73382014604381,\n            \"ask\": 112.970593,\n            \"bid\": 112.408467,\n            \"diff24h\": 1.478192\n        },\n        \"ltc\": {\n            \"rate\": 1.2910085054678009,\n            \"ask\": 1.297174,\n            \"bid\": 1.288578,\n            \"diff24h\": -0.021026\n        },\n        \"aud\": {\n            \"rate\": 172.36571987947204,\n            \"ask\": 172.723682,\n            \"bid\": 171.853385,\n            \"diff24h\": 1.964825\n        },\n        \"gbp\": {\n            \"rate\": 91.01561523240318,\n            \"ask\": 91.473631,\n            \"bid\": 90.476352,\n            \"diff24h\": 1.028773\n        },\n        \"near\": {\n            \"rate\": 71.92086790044672,\n            \"ask\": 72.114416,\n            \"bid\": 71.710589,\n            \"diff24h\": 0.455572\n        },\n        \"rep\": {\n            \"rate\": 27.639950274841436,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": -0.178707\n        },\n        \"snx\": {\n            \"rate\": 47.32739420935412,\n            \"ask\": 47.37219,\n            \"bid\": 47.183079,\n            \"diff24h\": -0.631789\n        },\n        \"bnb\": {\n            \"rate\": \"0.36900000\",\n            \"ask\": 0.368736,\n            \"bid\": 0.366266,\n            \"diff24h\": 0.005\n        },\n        \"chf\": {\n            \"rate\": 101.75545091264,\n            \"ask\": 101.963522,\n            \"bid\": 101.456316,\n            \"diff24h\": 1.104046\n        },\n        \"gmt\": {\n            \"rate\": 428.68010650437424,\n            \"ask\": 429.722181,\n            \"bid\": 427.427457,\n            \"diff24h\": 7.786844\n        },\n        \"busd\": {\n            \"rate\": 112.71127112711271,\n            \"ask\": 112.94794,\n            \"bid\": 112.38606,\n            \"diff24h\": 1.489027\n        },\n        \"eth\": {\n            \"rate\": 0.06204379562043795,\n            \"ask\": 0.062321,\n            \"bid\": 0.061918,\n            \"diff24h\": -0.000153\n        },\n        \"zrx\": {\n            \"rate\": 514.5278450363196,\n            \"ask\": 532.937135,\n            \"bid\": 530.809642,\n            \"diff24h\": 2.421308\n        },\n        \"bat\": {\n            \"rate\": 523.3990147783251,\n            \"ask\": 532.937135,\n            \"bid\": 530.809642,\n            \"diff24h\": 11.911711\n        },\n        \"ada\": {\n            \"rate\": 315.5095184770436,\n            \"ask\": 316.156525,\n            \"bid\": 314.499149,\n            \"diff24h\": 4.286457\n        },\n        \"mana\": {\n            \"rate\": 244.46854663774403,\n            \"ask\": 244.969795,\n            \"bid\": 243.701106,\n            \"diff24h\": 2.729416\n        },\n        \"usd\": {\n            \"rate\": 112.690984,\n            \"ask\": 112.916384,\n            \"bid\": 112.364666,\n            \"diff24h\": 1.502104\n        },\n        \"aave\": {\n            \"rate\": 1.7804107424960507,\n            \"ask\": 1.784063,\n            \"bid\": 1.772405,\n            \"diff24h\": 0.023697\n        },\n        \"xmr\": {\n            \"rate\": 0.7443857331571995,\n            \"ask\": 0.746406,\n            \"bid\": 0.742209,\n            \"diff24h\": 0.004532\n        },\n        \"yfi\": {\n            \"rate\": 0.017605633802816902,\n            \"ask\": 0.017682,\n            \"bid\": 0.017549,\n            \"diff24h\": 0.00001\n        },\n        \"axs\": {\n            \"rate\": 16.549192364170338,\n            \"ask\": 16.583138,\n            \"bid\": 16.476611,\n            \"diff24h\": 0.479828\n        },\n        \"eur\": {\n            \"rate\": 104.85174340437213,\n            \"ask\": 105.273581,\n            \"bid\": 104.33625,\n            \"diff24h\": 1.186307\n        },\n        \"uni\": {\n            \"rate\": 22.546419098143236,\n            \"ask\": 22.659484,\n            \"bid\": 22.486683,\n            \"diff24h\": 0.034445\n        },\n        \"theta\": {\n            \"rate\": 134.32657926102505,\n            \"ask\": 134.762787,\n            \"bid\": 133.933802,\n            \"diff24h\": 1.787843\n        },\n        \"link\": {\n            \"rate\": 17.804775869292,\n            \"ask\": 17.899088,\n            \"bid\": 17.782356,\n            \"diff24h\": 0.150352\n        },\n        \"ape\": {\n            \"rate\": 35.01087294190743,\n            \"ask\": 35.093583,\n            \"bid\": 34.908504,\n            \"diff24h\": 0.604932\n        },\n        \"comp\": {\n            \"rate\": 3.357030015797789,\n            \"ask\": 3.375581,\n            \"bid\": 3.346443,\n            \"diff24h\": 0.128022\n        },\n        \"gala\": {\n            \"rate\": 3752.9137529137533,\n            \"ask\": 3761.925933,\n            \"bid\": 3741.879962,\n            \"diff24h\": 33.850208\n        },\n        \"rub\": {\n            \"rate\": 9025.026490116,\n            \"ask\": 9047.030029,\n            \"bid\": 8994.960019,\n            \"diff24h\": 115.928381\n        },\n        \"zil\": {\n            \"rate\": 4949.49494949495,\n            \"ask\": 4961.863573,\n            \"bid\": 4934.986935,\n            \"diff24h\": 35.663752\n        },\n        \"sushi\": {\n            \"rate\": 134.74952441344325,\n            \"ask\": 137.418805,\n            \"bid\": 132.811969,\n            \"diff24h\": 3.789772\n        },\n        \"eos\": {\n            \"rate\": 133.10366426558096,\n            \"ask\": 133.234284,\n            \"bid\": 132.70241,\n            \"diff24h\": 0.460202\n        },\n        \"tusd\": {\n            \"rate\": 127.10505212510023,\n            \"ask\": 127.359188,\n            \"bid\": 126.738137,\n            \"diff24h\": -5.246416\n        },\n        \"xlm\": {\n            \"rate\": 1280.120481927711,\n            \"ask\": 1289.728097,\n            \"bid\": 1277.710843,\n            \"diff24h\": -1.6977\n        },\n        \"atom\": {\n            \"rate\": 10.754843019372078,\n            \"ask\": 10.775874,\n            \"bid\": 10.721352,\n            \"diff24h\": 0.159321\n        },\n        \"fil\": {\n            \"rate\": 25.6486117432863,\n            \"ask\": 25.701219,\n            \"bid\": 25.567804,\n            \"diff24h\": 0.461749\n        },\n        \"dash\": {\n            \"rate\": 2.7226137091607945,\n            \"ask\": 2.730758,\n            \"bid\": 2.710448,\n            \"diff24h\": -0.011711\n        },\n        \"sand\": {\n            \"rate\": 224.18937736224387,\n            \"ask\": 224.693954,\n            \"bid\": 223.533865,\n            \"diff24h\": 3.991358\n        },\n        \"cad\": {\n            \"rate\": 153.33467774436002,\n            \"ask\": 153.646389,\n            \"bid\": 152.88569,\n            \"diff24h\": 2.110173\n        },\n        \"btc\": {\n            \"rate\": \"0.00425000\",\n            \"ask\": 0.004269,\n            \"bid\": 0.004242,\n            \"diff24h\": 0.00002\n        },\n        \"ilv\": {\n            \"rate\": 2.391258221939317,\n            \"ask\": 2.398198,\n            \"bid\": 2.383255,\n            \"diff24h\": 0.013157\n        },\n        \"usdt\": {\n            \"rate\": \"112.60000000\",\n            \"ask\": 112.73381,\n            \"bid\": 112.56622,\n            \"diff24h\": 1.4\n        },\n        \"egld\": {\n            \"rate\": 3.1621773288439954,\n            \"ask\": 3.169553,\n            \"bid\": 3.152932,\n            \"diff24h\": 0.064684\n        },\n        \"bnt\": {\n            \"rate\": 275.0809061488673,\n            \"ask\": 284.233139,\n            \"bid\": 283.098476,\n            \"diff24h\": -0.489126\n        },\n        \"sol\": {\n            \"rate\": 5.839378238341968,\n            \"ask\": 5.854389,\n            \"bid\": 5.822305,\n            \"diff24h\": 0.092608\n        },\n        \"xrp\": {\n            \"rate\": 241.75199089874857,\n            \"ask\": 242.970973,\n            \"bid\": 241.296928,\n            \"diff24h\": -4.46454\n        },\n        \"btt\": {\n            \"rate\": 192419327.3006659,\n            \"ask\": 112897281.869222,\n            \"bid\": 112404197.413327,\n            \"diff24h\": 5748184.107784\n        },\n        \"paxg\": {\n            \"rate\": 0.057285348429707506,\n            \"ask\": 0.057535,\n            \"bid\": 0.05714,\n            \"diff24h\": 0.001088\n        },\n        \"avax\": {\n            \"rate\": 7.97593772116065,\n            \"ask\": 7.997958,\n            \"bid\": 7.952618,\n            \"diff24h\": 0.106157\n        },\n        \"doge\": {\n            \"rate\": 1585.820895522388,\n            \"ask\": 1421.165694,\n            \"bid\": 1415.492378,\n            \"diff24h\": 7.462687\n        },\n        \"dai\": {\n            \"rate\": 112.67746000000001,\n            \"ask\": 112.91413,\n            \"bid\": 112.35228,\n            \"diff24h\": 1.47746\n        },\n        \"xtz\": {\n            \"rate\": 128.94736842105263,\n            \"ask\": 129.359879,\n            \"bid\": 128.57038,\n            \"diff24h\": 0.392455\n        }\n    },\n    \"omg\": {\n        \"doge\": {\n            \"rate\": 11.755725190839696,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": -0.055596\n        },\n        \"near\": {\n            \"rate\": 0.4818123803446075,\n            \"ask\": 0.483724,\n            \"bid\": 0.480849,\n            \"diff24h\": 0.003663\n        },\n        \"matic\": {\n            \"rate\": 0.8052474402730374,\n            \"ask\": 0.807841,\n            \"bid\": 0.803466,\n            \"diff24h\": -0.038673\n        },\n        \"eurs\": {\n            \"rate\": 0.702415923480947,\n            \"ask\": 0.704777,\n            \"bid\": 0.700995,\n            \"diff24h\": 0.008834\n        },\n        \"mkr\": {\n            \"rate\": 0.0013449781659388648,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": 0.00004\n        },\n        \"xtz\": {\n            \"rate\": 0.8638443935926773,\n            \"ask\": 0.867712,\n            \"bid\": 0.862117,\n            \"diff24h\": 0.003729\n        },\n        \"ftm\": {\n            \"rate\": 2.2837265577737442,\n            \"ask\": 2.291324,\n            \"bid\": 2.278471,\n            \"diff24h\": 0.023016\n        },\n        \"usdt\": {\n            \"rate\": \"0.75600000\",\n            \"ask\": 0.757227,\n            \"bid\": 0.755773,\n            \"diff24h\": 0.012\n        },\n        \"xrp\": {\n            \"rate\": 1.9845360824742269,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": -0.030918\n        },\n        \"dot\": {\n            \"rate\": 0.1445252679938744,\n            \"ask\": 0.144978,\n            \"bid\": 0.144181,\n            \"diff24h\": 0.002973\n        },\n        \"gmt\": {\n            \"rate\": 2.8718143780905283,\n            \"ask\": 2.882462,\n            \"bid\": 2.866075,\n            \"diff24h\": 0.055766\n        },\n        \"snx\": {\n            \"rate\": 0.4101198402130493,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": 0.009352\n        },\n        \"rub\": {\n            \"rate\": 60.4604702754,\n            \"ask\": 60.688168,\n            \"bid\": 60.312525,\n            \"diff24h\": 0.852835\n        },\n        \"aave\": {\n            \"rate\": 0.01192733017377567,\n            \"ask\": 0.011967,\n            \"bid\": 0.011885,\n            \"diff24h\": 0.000174\n        },\n        \"uni\": {\n            \"rate\": 0.1647058823529412,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": -0.005866\n        },\n        \"fil\": {\n            \"rate\": 0.1718252162039144,\n            \"ask\": 0.172397,\n            \"bid\": 0.171443,\n            \"diff24h\": 0.003309\n        },\n        \"bnb\": {\n            \"rate\": 0.0027048388513216826,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": -0.000055\n        },\n        \"btt\": {\n            \"rate\": 1289055.8306300153,\n            \"ask\": 757285.031225,\n            \"bid\": 753715.85486,\n            \"diff24h\": 40105.016462\n        },\n        \"xmr\": {\n            \"rate\": 0.004986789960369881,\n            \"ask\": 0.005007,\n            \"bid\": 0.004977,\n            \"diff24h\": 0.000037\n        },\n        \"link\": {\n            \"rate\": 0.1310080816673756,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": -0.00067\n        },\n        \"zrx\": {\n            \"rate\": 3.874213836477988,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": 0.07567\n        },\n        \"cake\": {\n            \"rate\": 0.4937867887508175,\n            \"ask\": 0.495754,\n            \"bid\": 0.492799,\n            \"diff24h\": 0.016558\n        },\n        \"sand\": {\n            \"rate\": 1.501889795106425,\n            \"ask\": 1.507187,\n            \"bid\": 1.498885,\n            \"diff24h\": 0.028622\n        },\n        \"1inch\": {\n            \"rate\": 1.926020408163265,\n            \"ask\": 1.93737,\n            \"bid\": 1.922166,\n            \"diff24h\": 0.018328\n        },\n        \"yfi\": {\n            \"rate\": 0.00012520325203252034,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": 0.000002\n        },\n        \"chf\": {\n            \"rate\": 0.681680261216,\n            \"ask\": 0.683979,\n            \"bid\": 0.680279,\n            \"diff24h\": 0.008257\n        },\n        \"xlm\": {\n            \"rate\": 9.305135951661633,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": -0.476114\n        },\n        \"btc\": {\n            \"rate\": \"0.00003080\",\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": -0.000001\n        },\n        \"bnt\": {\n            \"rate\": 2.0263157894736845,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": 0.003045\n        },\n        \"usdc\": {\n            \"rate\": 1.7311547714514837,\n            \"ask\": 1.736625,\n            \"bid\": 1.72752,\n            \"diff24h\": -0.028188\n        },\n        \"axs\": {\n            \"rate\": 0.11086637298091043,\n            \"ask\": 0.111235,\n            \"bid\": 0.110482,\n            \"diff24h\": 0.003352\n        },\n        \"dash\": {\n            \"rate\": 0.02062960482250503,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": 0.000693\n        },\n        \"usdp\": {\n            \"rate\": 0.7552265679703911,\n            \"ask\": 0.757815,\n            \"bid\": 0.753715,\n            \"diff24h\": 0.010854\n        },\n        \"atom\": {\n            \"rate\": 0.07204885962400992,\n            \"ask\": 0.072282,\n            \"bid\": 0.071891,\n            \"diff24h\": 0.001158\n        },\n        \"sol\": {\n            \"rate\": 0.039119170984455956,\n            \"ask\": 0.03927,\n            \"bid\": 0.039041,\n            \"diff24h\": 0.00067\n        },\n        \"zil\": {\n            \"rate\": 33.1576635924462,\n            \"ask\": 33.282865,\n            \"bid\": 33.091094,\n            \"diff24h\": 0.280951\n        },\n        \"eth\": {\n            \"rate\": \"0.00079100\",\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": 0.000013\n        },\n        \"eos\": {\n            \"rate\": 0.947692307692308,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": -0.003675\n        },\n        \"rep\": {\n            \"rate\": 0.37528380761099367,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": 0.003574\n        },\n        \"icp\": {\n            \"rate\": 0.15560593569661993,\n            \"ask\": 0.156092,\n            \"bid\": 0.155231,\n            \"diff24h\": 0.001441\n        },\n        \"bch\": {\n            \"rate\": 0.00736842105263158,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": -0.000138\n        },\n        \"ltc\": {\n            \"rate\": 0.010447761194029851,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": -0.000217\n        },\n        \"ada\": {\n            \"rate\": 2.1136618141097423,\n            \"ask\": 2.120694,\n            \"bid\": 2.108845,\n            \"diff24h\": 0.031378\n        },\n        \"vet\": {\n            \"rate\": 39.446185997910135,\n            \"ask\": 39.577511,\n            \"bid\": 39.346685,\n            \"diff24h\": 0.675993\n        },\n        \"bat\": {\n            \"rate\": 3.9086294416243654,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": -0.063452\n        },\n        \"eur\": {\n            \"rate\": 0.7024229482724131,\n            \"ask\": 0.706183,\n            \"bid\": 0.69959,\n            \"diff24h\": 0.008834\n        },\n        \"ilv\": {\n            \"rate\": 0.016019520475281136,\n            \"ask\": 0.016086,\n            \"bid\": 0.015981,\n            \"diff24h\": 0.000108\n        },\n        \"gala\": {\n            \"rate\": 25.141525141525136,\n            \"ask\": 25.234002,\n            \"bid\": 25.090827,\n            \"diff24h\": 0.258582\n        },\n        \"comp\": {\n            \"rate\": 0.0238574748257165,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": 0.000181\n        },\n        \"usd\": {\n            \"rate\": 0.7549396,\n            \"ask\": 0.757452,\n            \"bid\": 0.753422,\n            \"diff24h\": 0.011014\n        },\n        \"theta\": {\n            \"rate\": 0.899880810488677,\n            \"ask\": 0.903953,\n            \"bid\": 0.898081,\n            \"diff24h\": 0.013111\n        },\n        \"mana\": {\n            \"rate\": 1.6377440347071581,\n            \"ask\": 1.643192,\n            \"bid\": 1.634115,\n            \"diff24h\": 0.020353\n        },\n        \"ape\": {\n            \"rate\": 0.2345448897173035,\n            \"ask\": 0.235398,\n            \"bid\": 0.234076,\n            \"diff24h\": 0.004347\n        },\n        \"dai\": {\n            \"rate\": 0.754849,\n            \"ask\": 0.757437,\n            \"bid\": 0.753339,\n            \"diff24h\": 0.010849\n        },\n        \"paxg\": {\n            \"rate\": 0.0004102837351804983,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": -0.000018\n        },\n        \"sushi\": {\n            \"rate\": 0.953560371517028,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": -0.003919\n        },\n        \"pax\": {\n            \"rate\": 0.755,\n            \"ask\": 0.757512,\n            \"bid\": 0.75349,\n            \"diff24h\": 0.011\n        },\n        \"avax\": {\n            \"rate\": 0.05343241330502477,\n            \"ask\": 0.053648,\n            \"bid\": 0.053326,\n            \"diff24h\": 0.000778\n        },\n        \"tusd\": {\n            \"rate\": 1.7311547714514837,\n            \"ask\": 1.736625,\n            \"bid\": 1.72752,\n            \"diff24h\": -0.028188\n        },\n        \"gbp\": {\n            \"rate\": 0.6097319387796308,\n            \"ask\": 0.613612,\n            \"bid\": 0.606657,\n            \"diff24h\": 0.007662\n        },\n        \"trx\": {\n            \"rate\": 9.943368892400896,\n            \"ask\": 9.977799,\n            \"bid\": 9.923451,\n            \"diff24h\": 0.309807\n        },\n        \"egld\": {\n            \"rate\": 0.021184062850729518,\n            \"ask\": 0.021261,\n            \"bid\": 0.021142,\n            \"diff24h\": 0.00046\n        },\n        \"busd\": {\n            \"rate\": \"0.75400000\",\n            \"ask\": 0.758514,\n            \"bid\": 0.754488,\n            \"diff24h\": 0.01\n        }\n    },\n    \"comp\": {\n        \"usdp\": {\n            \"rate\": 33.53005901770531,\n            \"ask\": 33.610506,\n            \"bid\": 33.462982,\n            \"diff24h\": -0.857135\n        },\n        \"eurs\": {\n            \"rate\": 31.185406298120988,\n            \"ask\": 31.258139,\n            \"bid\": 31.122336,\n            \"diff24h\": -0.855491\n        },\n        \"ftm\": {\n            \"rate\": 101.39140955837871,\n            \"ask\": 101.624756,\n            \"bid\": 101.157704,\n            \"diff24h\": -3.044932\n        },\n        \"avax\": {\n            \"rate\": 2.3722576079263975,\n            \"ask\": 2.379402,\n            \"bid\": 2.367504,\n            \"diff24h\": -0.060156\n        },\n        \"usd\": {\n            \"rate\": 33.5173184,\n            \"ask\": 33.594378,\n            \"bid\": 33.449943,\n            \"diff24h\": -0.849245\n        },\n        \"zrx\": {\n            \"rate\": 153.2687651331719,\n            \"ask\": 158.566017,\n            \"bid\": 157.933019,\n            \"diff24h\": -5.326877\n        },\n        \"trx\": {\n            \"rate\": 441.4592387725537,\n            \"ask\": 442.535059,\n            \"bid\": 440.573347,\n            \"diff24h\": -3.575074\n        },\n        \"paxg\": {\n            \"rate\": 0.0170642943792964,\n            \"ask\": 0.017112,\n            \"bid\": 0.017008,\n            \"diff24h\": -0.00034\n        },\n        \"rub\": {\n            \"rate\": 2684.2847200416,\n            \"ask\": 2691.631915,\n            \"bid\": 2677.718116,\n            \"diff24h\": -69.363679\n        },\n        \"btt\": {\n            \"rate\": 57230664.162540555,\n            \"ask\": 33592034.515832,\n            \"bid\": 33457934.577645,\n            \"diff24h\": -466163.099504\n        },\n        \"vet\": {\n            \"rate\": 1751.3061650992686,\n            \"ask\": 1755.340582,\n            \"bid\": 1746.882333,\n            \"diff24h\": -39.730833\n        },\n        \"xrp\": {\n            \"rate\": 72.0136518771331,\n            \"ask\": 72.282299,\n            \"bid\": 71.786121,\n            \"diff24h\": -4.237803\n        },\n        \"xlm\": {\n            \"rate\": 381.32530120481925,\n            \"ask\": 383.685801,\n            \"bid\": 380.120482,\n            \"diff24h\": -15.644396\n        },\n        \"dash\": {\n            \"rate\": 0.8110185778347213,\n            \"ask\": 0.81254,\n            \"bid\": 0.80639,\n            \"diff24h\": -0.035782\n        },\n        \"bat\": {\n            \"rate\": 155.9113300492611,\n            \"ask\": 156.211562,\n            \"bid\": 154.846626,\n            \"diff24h\": -2.492539\n        },\n        \"sand\": {\n            \"rate\": 66.67992838671175,\n            \"ask\": 66.846734,\n            \"bid\": 66.546306,\n            \"diff24h\": -1.379478\n        },\n        \"mana\": {\n            \"rate\": 72.7114967462039,\n            \"ask\": 72.878822,\n            \"bid\": 72.550118,\n            \"diff24h\": -2.005895\n        },\n        \"bnt\": {\n            \"rate\": 81.94174757281554,\n            \"ask\": 84.568543,\n            \"bid\": 84.230944,\n            \"diff24h\": -3.400272\n        },\n        \"usdc\": {\n            \"rate\": 42.90296712109061,\n            \"ask\": 42.958616,\n            \"bid\": 42.772871,\n            \"diff24h\": -1.180792\n        },\n        \"uni\": {\n            \"rate\": 6.7161803713527854,\n            \"ask\": 6.739335,\n            \"bid\": 6.693095,\n            \"diff24h\": -0.255613\n        },\n        \"eur\": {\n            \"rate\": 31.185718180253364,\n            \"ask\": 31.320525,\n            \"bid\": 31.059956,\n            \"diff24h\": -0.855478\n        },\n        \"yfi\": {\n            \"rate\": 0.005244407622203811,\n            \"ask\": 0.005259,\n            \"bid\": 0.005223,\n            \"diff24h\": -0.000205\n        },\n        \"bnb\": {\n            \"rate\": 0.10925684485006519,\n            \"ask\": 0.109527,\n            \"bid\": 0.109022,\n            \"diff24h\": -0.003321\n        },\n        \"ilv\": {\n            \"rate\": 0.7112242732866539,\n            \"ask\": 0.713467,\n            \"bid\": 0.709498,\n            \"diff24h\": -0.023806\n        },\n        \"bch\": {\n            \"rate\": 0.29788235294117643,\n            \"ask\": 0.298824,\n            \"bid\": 0.296244,\n            \"diff24h\": -0.01181\n        },\n        \"cad\": {\n            \"rate\": 45.60584204073601,\n            \"ask\": 45.712187,\n            \"bid\": 45.512685,\n            \"diff24h\": -1.135041\n        },\n        \"btc\": {\n            \"rate\": \"0.00126600\",\n            \"ask\": 0.00127,\n            \"bid\": 0.001262,\n            \"diff24h\": -0.000044\n        },\n        \"egld\": {\n            \"rate\": 0.9405162738496072,\n            \"ask\": 0.942946,\n            \"bid\": 0.938632,\n            \"diff24h\": -0.016865\n        },\n        \"eos\": {\n            \"rate\": 39.64923269652365,\n            \"ask\": 39.749609,\n            \"bid\": 39.486859,\n            \"diff24h\": -1.429475\n        },\n        \"matic\": {\n            \"rate\": 35.75085324232082,\n            \"ask\": 35.829321,\n            \"bid\": 35.671619,\n            \"diff24h\": -3.235081\n        },\n        \"aave\": {\n            \"rate\": 0.5295418641390206,\n            \"ask\": 0.530761,\n            \"bid\": 0.527647,\n            \"diff24h\": -0.013428\n        },\n        \"gala\": {\n            \"rate\": 1116.2171162171162,\n            \"ask\": 1119.177697,\n            \"bid\": 1113.962254,\n            \"diff24h\": -33.281212\n        },\n        \"gmt\": {\n            \"rate\": 127.50095093191328,\n            \"ask\": 127.842889,\n            \"bid\": 127.245678,\n            \"diff24h\": -2.589889\n        },\n        \"tusd\": {\n            \"rate\": 42.90296712109061,\n            \"ask\": 42.958616,\n            \"bid\": 42.772871,\n            \"diff24h\": -1.180792\n        },\n        \"atom\": {\n            \"rate\": 3.1987785093997525,\n            \"ask\": 3.205836,\n            \"bid\": 3.19176,\n            \"diff24h\": -0.076114\n        },\n        \"omg\": {\n            \"rate\": 41.91558441558442,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": -0.320837\n        },\n        \"dai\": {\n            \"rate\": 33.513296000000004,\n            \"ask\": 33.593707,\n            \"bid\": 33.446256,\n            \"diff24h\": -0.856704\n        },\n        \"sol\": {\n            \"rate\": 1.7367875647668396,\n            \"ask\": 1.741688,\n            \"bid\": 1.733307,\n            \"diff24h\": -0.03944\n        },\n        \"1inch\": {\n            \"rate\": 85.51020408163265,\n            \"ask\": 85.926181,\n            \"bid\": 85.338769,\n            \"diff24h\": -2.618001\n        },\n        \"gbp\": {\n            \"rate\": 27.070482897871827,\n            \"ask\": 27.214826,\n            \"bid\": 26.93399,\n            \"diff24h\": -0.742896\n        },\n        \"cake\": {\n            \"rate\": 21.922825376062786,\n            \"ask\": 21.987666,\n            \"bid\": 21.878891,\n            \"diff24h\": -0.123358\n        },\n        \"ltc\": {\n            \"rate\": 0.3845686512758202,\n            \"ask\": 0.385901,\n            \"bid\": 0.383354,\n            \"diff24h\": -0.021759\n        },\n        \"icp\": {\n            \"rate\": 6.908491343775763,\n            \"ask\": 6.922968,\n            \"bid\": 6.891807,\n            \"diff24h\": -0.213349\n        },\n        \"pax\": {\n            \"rate\": 33.52,\n            \"ask\": 33.59706,\n            \"bid\": 33.45296,\n            \"diff24h\": -0.85\n        },\n        \"xtz\": {\n            \"rate\": 38.35240274599543,\n            \"ask\": 38.484727,\n            \"bid\": 38.27556,\n            \"diff24h\": -1.381701\n        },\n        \"mkr\": {\n            \"rate\": 0.05387234042553191,\n            \"ask\": 0.054089,\n            \"bid\": 0.053656,\n            \"diff24h\": -0.000894\n        },\n        \"theta\": {\n            \"rate\": 39.9523241954708,\n            \"ask\": 40.092099,\n            \"bid\": 39.872257,\n            \"diff24h\": -1.013111\n        },\n        \"axs\": {\n            \"rate\": 4.922173274596182,\n            \"ask\": 4.933504,\n            \"bid\": 4.905107,\n            \"diff24h\": -0.04459\n        },\n        \"rep\": {\n            \"rate\": 9.322526331923891,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": 0.047655\n        },\n        \"xmr\": {\n            \"rate\": 0.22140026420079262,\n            \"ask\": 0.222057,\n            \"bid\": 0.220957,\n            \"diff24h\": -0.007276\n        },\n        \"fil\": {\n            \"rate\": 7.628584433318161,\n            \"ask\": 7.646145,\n            \"bid\": 7.611567,\n            \"diff24h\": -0.15624\n        },\n        \"near\": {\n            \"rate\": 21.391193363114233,\n            \"ask\": 21.454129,\n            \"bid\": 21.34833,\n            \"diff24h\": -0.697496\n        },\n        \"usdt\": {\n            \"rate\": \"33.53000000\",\n            \"ask\": 33.550062,\n            \"bid\": 33.519941,\n            \"diff24h\": -0.84\n        },\n        \"busd\": {\n            \"rate\": 33.523352335233525,\n            \"ask\": 33.603766,\n            \"bid\": 33.456312,\n            \"diff24h\": -0.853523\n        },\n        \"snx\": {\n            \"rate\": 14.097995545657016,\n            \"ask\": 14.094757,\n            \"bid\": 14.038491,\n            \"diff24h\": -0.754612\n        },\n        \"chf\": {\n            \"rate\": 30.264797822464,\n            \"ask\": 30.335731,\n            \"bid\": 30.202626,\n            \"diff24h\": -0.844813\n        },\n        \"ape\": {\n            \"rate\": 10.413171792482137,\n            \"ask\": 10.440385,\n            \"bid\": 10.392304,\n            \"diff24h\": -0.22111\n        },\n        \"zil\": {\n            \"rate\": 1472.1124286341678,\n            \"ask\": 1476.160654,\n            \"bid\": 1469.151663,\n            \"diff24h\": -46.667951\n        },\n        \"eth\": {\n            \"rate\": 0.018481751824817514,\n            \"ask\": 0.01854,\n            \"bid\": 0.018421,\n            \"diff24h\": -0.00078\n        },\n        \"sushi\": {\n            \"rate\": 40.139505389980975,\n            \"ask\": 40.870804,\n            \"bid\": 39.531092,\n            \"diff24h\": -0.41777\n        },\n        \"link\": {\n            \"rate\": 5.303728529534982,\n            \"ask\": 5.322716,\n            \"bid\": 5.286971,\n            \"diff24h\": -0.163717\n        },\n        \"aud\": {\n            \"rate\": 51.26618394285628,\n            \"ask\": 51.387977,\n            \"bid\": 51.159196,\n            \"diff24h\": -1.401791\n        },\n        \"ada\": {\n            \"rate\": 93.84098544232923,\n            \"ask\": 94.056964,\n            \"bid\": 93.626782,\n            \"diff24h\": -2.352689\n        },\n        \"dot\": {\n            \"rate\": 6.416539050535987,\n            \"ask\": 6.43008,\n            \"bid\": 6.40123,\n            \"diff24h\": -0.122654\n        },\n        \"doge\": {\n            \"rate\": 472.3880597014925,\n            \"ask\": 422.842713,\n            \"bid\": 421.154718,\n            \"diff24h\": -16.41791\n        }\n    },\n    \"dai\": {\n        \"rub\": {\n            \"rate\": 80.0961123024605,\n            \"ask\": 80.291358,\n            \"bid\": 79.892198,\n            \"diff24h\": -0.021676\n        },\n        \"eth\": {\n            \"rate\": 0.0005514998015041915,\n            \"ask\": 0.000553,\n            \"bid\": 0.00055,\n            \"diff24h\": -0.000008\n        },\n        \"zil\": {\n            \"rate\": 43.92622046587623,\n            \"ask\": 44.033762,\n            \"bid\": 43.83365,\n            \"diff24h\": -0.262909\n        },\n        \"ftm\": {\n            \"rate\": 3.025408469473689,\n            \"ask\": 3.031459,\n            \"bid\": 3.018144,\n            \"diff24h\": -0.013182\n        },\n        \"btc\": {\n            \"rate\": 0.000037777226173022166,\n            \"ask\": 0.000038,\n            \"bid\": 0.000038\n        },\n        \"busd\": {\n            \"rate\": 1.000100010001,\n            \"ask\": 1.0021,\n            \"bid\": 0.998,\n            \"diff24h\": -0.0001\n        },\n        \"chf\": {\n            \"rate\": 0.9030583756751349,\n            \"ask\": 0.904904,\n            \"bid\": 0.901113,\n            \"diff24h\": -0.00208\n        },\n        \"doge\": {\n            \"rate\": 14.10321545414554,\n            \"ask\": 14.131373,\n            \"bid\": 14.07167,\n            \"diff24h\": -0.097296\n        },\n        \"mana\": {\n            \"rate\": 2.169631323227769,\n            \"ask\": 2.17397,\n            \"bid\": 2.164607,\n            \"diff24h\": -0.004282\n        },\n        \"tusd\": {\n            \"rate\": 0.9988100576497182,\n            \"ask\": 1.001107,\n            \"bid\": 0.996713,\n            \"diff24h\": 0.000003\n        },\n        \"atom\": {\n            \"rate\": 0.0954480427529346,\n            \"ask\": 0.09563,\n            \"bid\": 0.095229,\n            \"diff24h\": 0.000165\n        },\n        \"avax\": {\n            \"rate\": 0.070785565464119,\n            \"ask\": 0.070977,\n            \"bid\": 0.070637,\n            \"diff24h\": 0.000014\n        },\n        \"matic\": {\n            \"rate\": 1.0667662542747458,\n            \"ask\": 1.068786,\n            \"bid\": 1.064299,\n            \"diff24h\": -0.067535\n        },\n        \"eurs\": {\n            \"rate\": 0.9305383241958948,\n            \"ask\": 0.939874,\n            \"bid\": 0.921119,\n            \"diff24h\": -0.001705\n        },\n        \"usd\": {\n            \"rate\": 1.000120024004801,\n            \"ask\": 1.00212,\n            \"bid\": 0.99801,\n            \"diff24h\": 0.00022\n        },\n        \"usdp\": {\n            \"rate\": 1.000500190065021,\n            \"ask\": 1.002602,\n            \"bid\": 0.9984\n        },\n        \"bat\": {\n            \"rate\": 4.641299489596295,\n            \"ask\": 4.650592,\n            \"bid\": 4.629398,\n            \"diff24h\": 0.037248\n        },\n        \"gmt\": {\n            \"rate\": 3.8044885508101993,\n            \"ask\": 3.813544,\n            \"bid\": 3.796506,\n            \"diff24h\": 0.019477\n        },\n        \"eos\": {\n            \"rate\": 1.1808737190177114,\n            \"ask\": 1.184635,\n            \"bid\": 1.178394,\n            \"diff24h\": -0.013869\n        },\n        \"paxg\": {\n            \"rate\": 0.0005090076539480924,\n            \"ask\": 0.00051,\n            \"bid\": 0.000508,\n            \"diff24h\": 0.000002\n        },\n        \"bch\": {\n            \"rate\": 0.008874889441064788,\n            \"ask\": 0.008901,\n            \"bid\": 0.008856,\n            \"diff24h\": -0.000118\n        },\n        \"bnt\": {\n            \"rate\": 2.443087542765026,\n            \"ask\": 2.453371,\n            \"bid\": 2.438551,\n            \"diff24h\": -0.04262\n        },\n        \"omg\": {\n            \"rate\": 1.3247682649112604,\n            \"ask\": 1.327419,\n            \"bid\": 1.320237,\n            \"diff24h\": -0.019318\n        },\n        \"trx\": {\n            \"rate\": 13.172659554958535,\n            \"ask\": 13.200788,\n            \"bid\": 13.144959,\n            \"diff24h\": 0.224323\n        },\n        \"icp\": {\n            \"rate\": 0.20614180544270436,\n            \"ask\": 0.206512,\n            \"bid\": 0.205624,\n            \"diff24h\": -0.001069\n        },\n        \"ilv\": {\n            \"rate\": 0.0212221523447486,\n            \"ask\": 0.021283,\n            \"bid\": 0.021169,\n            \"diff24h\": -0.000164\n        },\n        \"theta\": {\n            \"rate\": 1.1921335399380233,\n            \"ask\": 1.195944,\n            \"bid\": 1.18963,\n            \"diff24h\": 0.000238\n        },\n        \"mkr\": {\n            \"rate\": 0.0016080386495305494,\n            \"ask\": 0.001611,\n            \"bid\": 0.001602,\n            \"diff24h\": 0.000013\n        },\n        \"ape\": {\n            \"rate\": 0.31071762659459506,\n            \"ask\": 0.311436,\n            \"bid\": 0.310065,\n            \"diff24h\": 0.001312\n        },\n        \"1inch\": {\n            \"rate\": 2.5515307143061263,\n            \"ask\": 2.563172,\n            \"bid\": 2.54617,\n            \"diff24h\": -0.012572\n        },\n        \"cad\": {\n            \"rate\": 1.3608583160632126,\n            \"ask\": 1.363614,\n            \"bid\": 1.357953,\n            \"diff24h\": 0.000921\n        },\n        \"dash\": {\n            \"rate\": 0.02414775567378082,\n            \"ask\": 0.024196,\n            \"bid\": 0.024091,\n            \"diff24h\": -0.000471\n        },\n        \"xrp\": {\n            \"rate\": 2.1491191233519586,\n            \"ask\": 2.153419,\n            \"bid\": 2.144145,\n            \"diff24h\": -0.067193\n        },\n        \"usdt\": {\n            \"rate\": 1.0002000400080016,\n            \"ask\": 1.0022,\n            \"bid\": 0.9981,\n            \"diff24h\": 0.0002\n        },\n        \"ltc\": {\n            \"rate\": 0.011475447911977991,\n            \"ask\": 0.011498,\n            \"bid\": 0.01145,\n            \"diff24h\": -0.000338\n        },\n        \"xlm\": {\n            \"rate\": 11.40478950978337,\n            \"ask\": 11.427563,\n            \"bid\": 11.367921,\n            \"diff24h\": -0.142555\n        },\n        \"eur\": {\n            \"rate\": 0.9305129991066294,\n            \"ask\": 0.934257,\n            \"bid\": 0.926667,\n            \"diff24h\": -0.00173\n        },\n        \"comp\": {\n            \"rate\": 0.02983890334152749,\n            \"ask\": 0.029899,\n            \"bid\": 0.029767,\n            \"diff24h\": 0.000744\n        },\n        \"xtz\": {\n            \"rate\": 1.144393638453091,\n            \"ask\": 1.147997,\n            \"bid\": 1.141991,\n            \"diff24h\": -0.011676\n        },\n        \"dot\": {\n            \"rate\": 0.19146248851607992,\n            \"ask\": 0.191809,\n            \"bid\": 0.190987,\n            \"diff24h\": 0.001204\n        },\n        \"vet\": {\n            \"rate\": 52.25705538181827,\n            \"ask\": 52.361678,\n            \"bid\": 52.12003,\n            \"diff24h\": 0.146581\n        },\n        \"axs\": {\n            \"rate\": 0.14687225257092534,\n            \"ask\": 0.147166,\n            \"bid\": 0.146349,\n            \"diff24h\": 0.002364\n        },\n        \"ada\": {\n            \"rate\": 2.8001120940873503,\n            \"ask\": 2.805712,\n            \"bid\": 2.793451,\n            \"diff24h\": 0.001344\n        },\n        \"rep\": {\n            \"rate\": 0.21078413807204183,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": 0.000189\n        },\n        \"pax\": {\n            \"rate\": 1.0002000400080016,\n            \"ask\": 1.002201,\n            \"bid\": 0.9981,\n            \"diff24h\": 0.0002\n        },\n        \"btt\": {\n            \"rate\": 1707700.2561174692,\n            \"ask\": 1002150.348311,\n            \"bid\": 998149.748119,\n            \"diff24h\": 29002.925246\n        },\n        \"sol\": {\n            \"rate\": 0.05182383626984464,\n            \"ask\": 0.051954,\n            \"bid\": 0.051715,\n            \"diff24h\": 0.000144\n        },\n        \"fil\": {\n            \"rate\": 0.22762859353846188,\n            \"ask\": 0.228084,\n            \"bid\": 0.227099,\n            \"diff24h\": 0.001128\n        },\n        \"snx\": {\n            \"rate\": 0.4209596127979805,\n            \"ask\": 0.421802,\n            \"bid\": 0.419899,\n            \"diff24h\": -0.012504\n        },\n        \"xmr\": {\n            \"rate\": 0.0066063410832761,\n            \"ask\": 0.006624,\n            \"bid\": 0.006592,\n            \"diff24h\": -0.000047\n        },\n        \"usdc\": {\n            \"rate\": 0.9988100576497182,\n            \"ask\": 1.001107,\n            \"bid\": 0.996713,\n            \"diff24h\": 0.000003\n        },\n        \"sushi\": {\n            \"rate\": 1.19784435929102,\n            \"ask\": 1.201679,\n            \"bid\": 1.19533,\n            \"diff24h\": 0.018599\n        },\n        \"egld\": {\n            \"rate\": 0.02806397418653203,\n            \"ask\": 0.028128,\n            \"bid\": 0.028005,\n            \"diff24h\": 0.000209\n        },\n        \"uni\": {\n            \"rate\": 0.20040072931436617,\n            \"ask\": 0.200802,\n            \"bid\": 0.19994,\n            \"diff24h\": -0.002069\n        },\n        \"aud\": {\n            \"rate\": 1.5296331217668215,\n            \"ask\": 1.53281,\n            \"bid\": 1.526289,\n            \"diff24h\": -0.002702\n        },\n        \"link\": {\n            \"rate\": 0.15825950000126607,\n            \"ask\": 0.158601,\n            \"bid\": 0.157927,\n            \"diff24h\": -0.000647\n        },\n        \"cake\": {\n            \"rate\": 0.6541530673695236,\n            \"ask\": 0.65589,\n            \"bid\": 0.652779,\n            \"diff24h\": 0.012716\n        },\n        \"yfi\": {\n            \"rate\": 0.0001564279074144513,\n            \"ask\": 0.000157,\n            \"bid\": 0.000156,\n            \"diff24h\": -0.000001\n        },\n        \"gbp\": {\n            \"rate\": 0.8077665705578583,\n            \"ask\": 0.811831,\n            \"bid\": 0.803613,\n            \"diff24h\": -0.001484\n        },\n        \"gala\": {\n            \"rate\": 33.30669463896109,\n            \"ask\": 33.384987,\n            \"bid\": 33.236209,\n            \"diff24h\": -0.138121\n        },\n        \"ht\": {\n            \"rate\": 0.32034078724273823,\n            \"ask\": 0.321208,\n            \"bid\": 0.319596,\n            \"diff24h\": -0.001669\n        },\n        \"bnb\": {\n            \"rate\": 0.0032601044328813607,\n            \"ask\": 0.003268,\n            \"bid\": 0.003253,\n            \"diff24h\": -0.000015\n        },\n        \"bsv\": {\n            \"rate\": 0.031324283678865084,\n            \"ask\": 0.031386,\n            \"bid\": 0.031217,\n            \"diff24h\": -0.000135\n        },\n        \"sand\": {\n            \"rate\": 1.9896559379510674,\n            \"ask\": 1.994033,\n            \"bid\": 1.985477,\n            \"diff24h\": 0.009458\n        },\n        \"aave\": {\n            \"rate\": 0.01580094849933652,\n            \"ask\": 0.015833,\n            \"bid\": 0.015743,\n            \"diff24h\": 0.000003\n        },\n        \"zrx\": {\n            \"rate\": 4.585969922090792,\n            \"ask\": 4.593028,\n            \"bid\": 4.570043,\n            \"diff24h\": -0.035102\n        },\n        \"near\": {\n            \"rate\": 0.63828975112189,\n            \"ask\": 0.639975,\n            \"bid\": 0.636949,\n            \"diff24h\": -0.004384\n        }\n    },\n    \"bat\": {\n        \"gbp\": {\n            \"rate\": 0.1740360699430602,\n            \"ask\": 0.174993,\n            \"bid\": 0.173158,\n            \"diff24h\": -0.00173\n        },\n        \"eth\": {\n            \"rate\": \"0.00011910\",\n            \"ask\": 0.000119,\n            \"bid\": 0.000118,\n            \"diff24h\": -0.000002\n        },\n        \"ftm\": {\n            \"rate\": 0.6518451300665457,\n            \"ask\": 0.653452,\n            \"bid\": 0.650345,\n            \"diff24h\": -0.008137\n        },\n        \"cake\": {\n            \"rate\": 0.1409417920209287,\n            \"ask\": 0.141382,\n            \"bid\": 0.14066,\n            \"diff24h\": 0.001622\n        },\n        \"usd\": {\n            \"rate\": 0.21548276,\n            \"ask\": 0.216014,\n            \"bid\": 0.215049,\n            \"diff24h\": -0.001696\n        },\n        \"xrp\": {\n            \"rate\": 0.4618885096700796,\n            \"ask\": 0.456104,\n            \"bid\": 0.454283,\n            \"diff24h\": -0.019485\n        },\n        \"eurs\": {\n            \"rate\": 0.2004909026624425,\n            \"ask\": 0.200992,\n            \"bid\": 0.200085,\n            \"diff24h\": -0.00199\n        },\n        \"axs\": {\n            \"rate\": 0.031644640234948604,\n            \"ask\": 0.031723,\n            \"bid\": 0.031535,\n            \"diff24h\": 0.000257\n        },\n        \"ilv\": {\n            \"rate\": 0.004572459155527265,\n            \"ask\": 0.004588,\n            \"bid\": 0.004561,\n            \"diff24h\": -0.000073\n        },\n        \"omg\": {\n            \"rate\": 0.2558441558441559,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": 0.004087\n        },\n        \"atom\": {\n            \"rate\": 0.020564939402614755,\n            \"ask\": 0.020614,\n            \"bid\": 0.02052,\n            \"diff24h\": -0.000131\n        },\n        \"1inch\": {\n            \"rate\": 0.5497448979591836,\n            \"ask\": 0.552509,\n            \"bid\": 0.548645,\n            \"diff24h\": -0.007178\n        },\n        \"sand\": {\n            \"rate\": 0.42868510045752933,\n            \"ask\": 0.429827,\n            \"bid\": 0.427828,\n            \"diff24h\": -0.001414\n        },\n        \"aud\": {\n            \"rate\": 0.329590174214962,\n            \"ask\": 0.330428,\n            \"bid\": 0.328902,\n            \"diff24h\": -0.003243\n        },\n        \"usdt\": {\n            \"rate\": \"0.21550000\",\n            \"ask\": 0.215765,\n            \"bid\": 0.215435,\n            \"diff24h\": -0.0017\n        },\n        \"btc\": {\n            \"rate\": \"0.00000812\",\n            \"ask\": 0.000008,\n            \"bid\": 0.000008\n        },\n        \"theta\": {\n            \"rate\": 0.25685339690107273,\n            \"ask\": 0.257794,\n            \"bid\": 0.25634,\n            \"diff24h\": -0.002026\n        },\n        \"gmt\": {\n            \"rate\": 0.8197033092430581,\n            \"ask\": 0.822035,\n            \"bid\": 0.818065,\n            \"diff24h\": -0.002401\n        },\n        \"cad\": {\n            \"rate\": 0.2931998496354,\n            \"ask\": 0.293933,\n            \"bid\": 0.2926,\n            \"diff24h\": -0.002178\n        },\n        \"gala\": {\n            \"rate\": 7.176157176157176,\n            \"ask\": 7.196361,\n            \"bid\": 7.161689,\n            \"diff24h\": -0.088057\n        },\n        \"avax\": {\n            \"rate\": 0.01525123849964614,\n            \"ask\": 0.0153,\n            \"bid\": 0.015221,\n            \"diff24h\": -0.00012\n        },\n        \"bnb\": {\n            \"rate\": 0.0007024119947848761,\n            \"ask\": 0.000704,\n            \"bid\": 0.000701,\n            \"diff24h\": -0.000009\n        },\n        \"zrx\": {\n            \"rate\": 0.9830508474576269,\n            \"ask\": 1.019532,\n            \"bid\": 1.015462,\n            \"diff24h\": -0.01816\n        },\n        \"eos\": {\n            \"rate\": 0.254306295020357,\n            \"ask\": 0.254883,\n            \"bid\": 0.253865,\n            \"diff24h\": -0.005023\n        },\n        \"busd\": {\n            \"rate\": 0.2155215521552155,\n            \"ask\": 0.216075,\n            \"bid\": 0.21509,\n            \"diff24h\": -0.001722\n        },\n        \"dot\": {\n            \"rate\": 0.04125191424196018,\n            \"ask\": 0.041346,\n            \"bid\": 0.041154,\n            \"diff24h\": -0.000072\n        },\n        \"sol\": {\n            \"rate\": 0.011165803108808289,\n            \"ask\": 0.011199,\n            \"bid\": 0.011143,\n            \"diff24h\": -0.000059\n        },\n        \"xlm\": {\n            \"rate\": 2.4457831325301203,\n            \"ask\": 2.418107,\n            \"bid\": 2.408454,\n            \"diff24h\": -0.060277\n        },\n        \"pax\": {\n            \"rate\": 0.2155,\n            \"ask\": 0.216032,\n            \"bid\": 0.215069,\n            \"diff24h\": -0.0017\n        },\n        \"comp\": {\n            \"rate\": 0.00641390205371248,\n            \"ask\": 0.006458,\n            \"bid\": 0.006402,\n            \"diff24h\": 0.000101\n        },\n        \"btt\": {\n            \"rate\": 367935.8033122759,\n            \"ask\": 215981.102578,\n            \"bid\": 215118.902568,\n            \"diff24h\": 3322.743047\n        },\n        \"rub\": {\n            \"rate\": 17.25726005874,\n            \"ask\": 17.307387,\n            \"bid\": 17.215015,\n            \"diff24h\": -0.144324\n        },\n        \"yfi\": {\n            \"rate\": 0.000033637116818558404,\n            \"ask\": 0.000034,\n            \"bid\": 0.000034,\n            \"diff24h\": -0.000001\n        },\n        \"chf\": {\n            \"rate\": 0.19457231296959998,\n            \"ask\": 0.195061,\n            \"bid\": 0.194172,\n            \"diff24h\": -0.002024\n        },\n        \"doge\": {\n            \"rate\": 3.0298507462686564,\n            \"ask\": 2.718752,\n            \"bid\": 2.707898,\n            \"diff24h\": -0.05597\n        },\n        \"xmr\": {\n            \"rate\": 0.0014233817701453104,\n            \"ask\": 0.001428,\n            \"bid\": 0.001421,\n            \"diff24h\": -0.000022\n        },\n        \"snx\": {\n            \"rate\": 0.09042316258351893,\n            \"ask\": 0.090625,\n            \"bid\": 0.090263,\n            \"diff24h\": -0.003341\n        },\n        \"fil\": {\n            \"rate\": 0.04904415111515703,\n            \"ask\": 0.049165,\n            \"bid\": 0.048935,\n            \"diff24h\": -0.000152\n        },\n        \"bch\": {\n            \"rate\": 0.0019105882352941177,\n            \"ask\": 0.001884,\n            \"bid\": 0.001876,\n            \"diff24h\": -0.000044\n        },\n        \"tusd\": {\n            \"rate\": 0.24208099438652764,\n            \"ask\": 0.242364,\n            \"bid\": 0.241273,\n            \"diff24h\": -0.003085\n        },\n        \"vet\": {\n            \"rate\": 11.25914315569488,\n            \"ask\": 11.286917,\n            \"bid\": 11.230746,\n            \"diff24h\": -0.059252\n        },\n        \"dash\": {\n            \"rate\": 0.005201793721973094,\n            \"ask\": 0.005224,\n            \"bid\": 0.005185,\n            \"diff24h\": -0.000144\n        },\n        \"zil\": {\n            \"rate\": 9.464207290294247,\n            \"ask\": 9.491777,\n            \"bid\": 9.445209,\n            \"diff24h\": -0.133672\n        },\n        \"ape\": {\n            \"rate\": 0.06694625660142901,\n            \"ask\": 0.067132,\n            \"bid\": 0.066812,\n            \"diff24h\": -0.000257\n        },\n        \"trx\": {\n            \"rate\": 2.8381403924667454,\n            \"ask\": 2.84552,\n            \"bid\": 2.832456,\n            \"diff24h\": 0.025762\n        },\n        \"usdc\": {\n            \"rate\": 0.24208099438652764,\n            \"ask\": 0.242364,\n            \"bid\": 0.241273,\n            \"diff24h\": -0.003085\n        },\n        \"egld\": {\n            \"rate\": 0.006046576879910213,\n            \"ask\": 0.006063,\n            \"bid\": 0.006034,\n            \"diff24h\": -0.000004\n        },\n        \"matic\": {\n            \"rate\": 0.22984215017064846,\n            \"ask\": 0.230384,\n            \"bid\": 0.229334,\n            \"diff24h\": -0.016528\n        },\n        \"bnt\": {\n            \"rate\": 0.5255663430420712,\n            \"ask\": 0.54375,\n            \"bid\": 0.54158,\n            \"diff24h\": -0.013196\n        },\n        \"near\": {\n            \"rate\": 0.13752393107849392,\n            \"ask\": 0.137951,\n            \"bid\": 0.137249,\n            \"diff24h\": -0.002065\n        },\n        \"icp\": {\n            \"rate\": 0.04441467436108821,\n            \"ask\": 0.044515,\n            \"bid\": 0.044308,\n            \"diff24h\": -0.000592\n        },\n        \"mana\": {\n            \"rate\": 0.4674620390455531,\n            \"ask\": 0.468614,\n            \"bid\": 0.466426,\n            \"diff24h\": -0.004712\n        },\n        \"aave\": {\n            \"rate\": 0.0034044233807266986,\n            \"ask\": 0.003413,\n            \"bid\": 0.003392,\n            \"diff24h\": -0.000027\n        },\n        \"ltc\": {\n            \"rate\": 0.002466585662211422,\n            \"ask\": 0.002435,\n            \"bid\": 0.002426,\n            \"diff24h\": -0.000099\n        },\n        \"eur\": {\n            \"rate\": 0.20049290775192719,\n            \"ask\": 0.201393,\n            \"bid\": 0.199684,\n            \"diff24h\": -0.00199\n        },\n        \"uni\": {\n            \"rate\": 0.043076923076923075,\n            \"ask\": 0.043351,\n            \"bid\": 0.043016,\n            \"diff24h\": -0.000936\n        },\n        \"xtz\": {\n            \"rate\": 0.2465675057208238,\n            \"ask\": 0.247458,\n            \"bid\": 0.246074,\n            \"diff24h\": -0.004531\n        },\n        \"rep\": {\n            \"rate\": 0.05230145763213531,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": 0.000655\n        },\n        \"link\": {\n            \"rate\": 0.03401759530791789,\n            \"ask\": 0.034244,\n            \"bid\": 0.034017,\n            \"diff24h\": -0.000498\n        },\n        \"dai\": {\n            \"rate\": 0.2154569,\n            \"ask\": 0.21601,\n            \"bid\": 0.215026,\n            \"diff24h\": -0.001743\n        },\n        \"sushi\": {\n            \"rate\": 0.25745085605580215,\n            \"ask\": 0.262902,\n            \"bid\": 0.254061,\n            \"diff24h\": 0.001414\n        },\n        \"mkr\": {\n            \"rate\": 0.00034553191489361697,\n            \"ask\": 0.000348,\n            \"bid\": 0.000345\n        },\n        \"paxg\": {\n            \"rate\": 0.00010944871276452351,\n            \"ask\": 0.00011,\n            \"bid\": 0.000109\n        },\n        \"usdp\": {\n            \"rate\": 0.21556466940082022,\n            \"ask\": 0.216118,\n            \"bid\": 0.215133,\n            \"diff24h\": -0.001744\n        },\n        \"ada\": {\n            \"rate\": 0.6033034714445689,\n            \"ask\": 0.60479,\n            \"bid\": 0.601929,\n            \"diff24h\": -0.004589\n        }\n    },\n    \"bnt\": {\n        \"atom\": {\n            \"rate\": 0.03906861341731081,\n            \"ask\": 0.039133,\n            \"bid\": 0.038897,\n            \"diff24h\": 0.000736\n        },\n        \"tusd\": {\n            \"rate\": 0.5609462710505212,\n            \"ask\": 0.56247,\n            \"bid\": 0.559068,\n            \"diff24h\": -0.027973\n        },\n        \"fil\": {\n            \"rate\": 0.09317250796540737,\n            \"ask\": 0.093336,\n            \"bid\": 0.092761,\n            \"diff24h\": 0.002051\n        },\n        \"sol\": {\n            \"rate\": 0.021212435233160618,\n            \"ask\": 0.021261,\n            \"bid\": 0.021123,\n            \"diff24h\": 0.000422\n        },\n        \"rub\": {\n            \"rate\": 32.784790106951995,\n            \"ask\": 32.856711,\n            \"bid\": 32.632656,\n            \"diff24h\": 0.553404\n        },\n        \"paxg\": {\n            \"rate\": 0.00020824909017387786,\n            \"ask\": 0.000203,\n            \"bid\": 0.000202,\n            \"diff24h\": 0.000004\n        },\n        \"dash\": {\n            \"rate\": 0.009897501601537476,\n            \"ask\": 0.00961,\n            \"bid\": 0.009572,\n            \"diff24h\": -0.000025\n        },\n        \"bat\": {\n            \"rate\": 1.9027093596059113,\n            \"ask\": 1.846443,\n            \"bid\": 1.839072,\n            \"diff24h\": 0.046603\n        },\n        \"chf\": {\n            \"rate\": 0.36964225025408,\n            \"ask\": 0.370308,\n            \"bid\": 0.368072,\n            \"diff24h\": 0.005505\n        },\n        \"busd\": {\n            \"rate\": \"0.40810000\",\n            \"ask\": 0.409918,\n            \"bid\": 0.407583,\n            \"diff24h\": 0.0049\n        },\n        \"snx\": {\n            \"rate\": 0.1720489977728285,\n            \"ask\": 0.167466,\n            \"bid\": 0.166797,\n            \"diff24h\": -0.001987\n        },\n        \"egld\": {\n            \"rate\": 0.01148709315375982,\n            \"ask\": 0.01151,\n            \"bid\": 0.011439,\n            \"diff24h\": 0.000281\n        },\n        \"eos\": {\n            \"rate\": 0.48387096774193544,\n            \"ask\": 0.470351,\n            \"bid\": 0.468473,\n            \"diff24h\": 0.002529\n        },\n        \"pax\": {\n            \"rate\": 0.4094,\n            \"ask\": 0.410119,\n            \"bid\": 0.407683,\n            \"diff24h\": 0.0071\n        },\n        \"mana\": {\n            \"rate\": 0.8880694143167027,\n            \"ask\": 0.889627,\n            \"bid\": 0.884154,\n            \"diff24h\": 0.013504\n        },\n        \"1inch\": {\n            \"rate\": 1.0443877551020406,\n            \"ask\": 1.048896,\n            \"bid\": 1.040007,\n            \"diff24h\": 0.012849\n        },\n        \"eur\": {\n            \"rate\": 0.38089000665261713,\n            \"ask\": 0.382329,\n            \"bid\": 0.37852,\n            \"diff24h\": 0.005849\n        },\n        \"eurs\": {\n            \"rate\": 0.38088619744781416,\n            \"ask\": 0.381568,\n            \"bid\": 0.37928,\n            \"diff24h\": 0.005848\n        },\n        \"link\": {\n            \"rate\": 0.0647255969836615,\n            \"ask\": 0.062979,\n            \"bid\": 0.062728,\n            \"diff24h\": 0.00066\n        },\n        \"xrp\": {\n            \"rate\": 0.8788395904436859,\n            \"ask\": 0.855195,\n            \"bid\": 0.851781,\n            \"diff24h\": -0.014641\n        },\n        \"btt\": {\n            \"rate\": 698992.6583575208,\n            \"ask\": 409995.520988,\n            \"bid\": 407805.273305,\n            \"diff24h\": 23652.722148\n        },\n        \"sand\": {\n            \"rate\": 0.8144022279689674,\n            \"ask\": 0.815994,\n            \"bid\": 0.810987,\n            \"diff24h\": 0.017769\n        },\n        \"mkr\": {\n            \"rate\": 0.0006574468085106382,\n            \"ask\": 0.00064,\n            \"bid\": 0.000637,\n            \"diff24h\": 0.000016\n        },\n        \"xtz\": {\n            \"rate\": 0.46842105263157885,\n            \"ask\": 0.469781,\n            \"bid\": 0.466457,\n            \"diff24h\": 0.003334\n        },\n        \"near\": {\n            \"rate\": 0.2612635609444799,\n            \"ask\": 0.261889,\n            \"bid\": 0.260168,\n            \"diff24h\": 0.002716\n        },\n        \"ilv\": {\n            \"rate\": 0.008686611500106089,\n            \"ask\": 0.008709,\n            \"bid\": 0.008647,\n            \"diff24h\": 0.000083\n        },\n        \"uni\": {\n            \"rate\": 0.08196286472148541,\n            \"ask\": 0.079756,\n            \"bid\": 0.079438,\n            \"diff24h\": 0.00027\n        },\n        \"trx\": {\n            \"rate\": 5.391808244435664,\n            \"ask\": 5.401999,\n            \"bid\": 5.369179,\n            \"diff24h\": 0.182693\n        },\n        \"theta\": {\n            \"rate\": 0.48796185935637665,\n            \"ask\": 0.489402,\n            \"bid\": 0.485915,\n            \"diff24h\": 0.008462\n        },\n        \"gmt\": {\n            \"rate\": 1.5572461011791552,\n            \"ask\": 1.560571,\n            \"bid\": 1.550718,\n            \"diff24h\": 0.034536\n        },\n        \"avax\": {\n            \"rate\": 0.028973814578910115,\n            \"ask\": 0.029045,\n            \"bid\": 0.028852,\n            \"diff24h\": 0.000502\n        },\n        \"yfi\": {\n            \"rate\": 0.0000640016570008285,\n            \"ask\": 0.000062,\n            \"bid\": 0.000062\n        },\n        \"zil\": {\n            \"rate\": 17.97979797979798,\n            \"ask\": 18.019405,\n            \"bid\": 17.904258,\n            \"diff24h\": 0.202511\n        },\n        \"bnb\": {\n            \"rate\": 0.0013335059554634902,\n            \"ask\": 0.001297,\n            \"bid\": 0.001292,\n            \"diff24h\": 0.000013\n        },\n        \"xlm\": {\n            \"rate\": 4.653614457831325,\n            \"ask\": 4.533951,\n            \"bid\": 4.515852,\n            \"diff24h\": 0.002099\n        },\n        \"rep\": {\n            \"rate\": 0.12211615961945033,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": -0.001727\n        },\n        \"matic\": {\n            \"rate\": 0.4366467576791809,\n            \"ask\": 0.437366,\n            \"bid\": 0.434723,\n            \"diff24h\": -0.019683\n        },\n        \"icp\": {\n            \"rate\": 0.08437757625721351,\n            \"ask\": 0.084508,\n            \"bid\": 0.083989,\n            \"diff24h\": 0.001017\n        },\n        \"zrx\": {\n            \"rate\": 1.87046004842615,\n            \"ask\": 1.821824,\n            \"bid\": 1.814551,\n            \"diff24h\": 0.012107\n        },\n        \"btc\": {\n            \"rate\": \"0.00001545\",\n            \"ask\": 0.000015,\n            \"bid\": 0.000015\n        },\n        \"dai\": {\n            \"rate\": 0.40931812,\n            \"ask\": 0.410078,\n            \"bid\": 0.407601,\n            \"diff24h\": 0.007018\n        },\n        \"ada\": {\n            \"rate\": 1.1461366181410972,\n            \"ask\": 1.148148,\n            \"bid\": 1.141011,\n            \"diff24h\": 0.020192\n        },\n        \"usd\": {\n            \"rate\": 0.409367248,\n            \"ask\": 0.410086,\n            \"bid\": 0.407646,\n            \"diff24h\": 0.007107\n        },\n        \"gbp\": {\n            \"rate\": 0.3306281532932197,\n            \"ask\": 0.332211,\n            \"bid\": 0.328238,\n            \"diff24h\": 0.005073\n        },\n        \"comp\": {\n            \"rate\": 0.012203791469194312,\n            \"ask\": 0.011872,\n            \"bid\": 0.011825,\n            \"diff24h\": 0.000486\n        },\n        \"aave\": {\n            \"rate\": 0.006467614533965245,\n            \"ask\": 0.006479,\n            \"bid\": 0.00643,\n            \"diff24h\": 0.000112\n        },\n        \"bch\": {\n            \"rate\": 0.0036352941176470586,\n            \"ask\": 0.003532,\n            \"bid\": 0.003518,\n            \"diff24h\": 0.000006\n        },\n        \"cake\": {\n            \"rate\": 0.26775670372792676,\n            \"ask\": 0.268402,\n            \"bid\": 0.266634,\n            \"diff24h\": 0.009707\n        },\n        \"usdc\": {\n            \"rate\": 0.5609462710505212,\n            \"ask\": 0.56247,\n            \"bid\": 0.559068,\n            \"diff24h\": -0.027973\n        },\n        \"gala\": {\n            \"rate\": 13.633033633033632,\n            \"ask\": 13.661735,\n            \"bid\": 13.575635,\n            \"diff24h\": 0.178184\n        },\n        \"omg\": {\n            \"rate\": 0.49350649350649345,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": -0.000743\n        },\n        \"vet\": {\n            \"rate\": 21.38975966562173,\n            \"ask\": 21.427338,\n            \"bid\": 21.288906,\n            \"diff24h\": 0.425716\n        },\n        \"usdt\": {\n            \"rate\": \"0.40940000\",\n            \"ask\": 0.409223,\n            \"bid\": 0.408377,\n            \"diff24h\": 0.0071\n        },\n        \"xmr\": {\n            \"rate\": 0.002704095112285337,\n            \"ask\": 0.002711,\n            \"bid\": 0.002693,\n            \"diff24h\": 0.000027\n        },\n        \"sushi\": {\n            \"rate\": 0.489854153455929,\n            \"ask\": 0.476691,\n            \"bid\": 0.474788,\n            \"diff24h\": 0.014622\n        },\n        \"doge\": {\n            \"rate\": 5.764925373134328,\n            \"ask\": 5.618713,\n            \"bid\": 5.596283,\n            \"diff24h\": 0.037313\n        },\n        \"ltc\": {\n            \"rate\": 0.004693195625759416,\n            \"ask\": 0.004566,\n            \"bid\": 0.004548,\n            \"diff24h\": -0.000068\n        },\n        \"eth\": {\n            \"rate\": \"0.00022470\",\n            \"ask\": 0.000226,\n            \"bid\": 0.000224,\n            \"diff24h\": -0.000002\n        },\n        \"ape\": {\n            \"rate\": 0.12718235476856166,\n            \"ask\": 0.127445,\n            \"bid\": 0.126649,\n            \"diff24h\": 0.002708\n        },\n        \"usdp\": {\n            \"rate\": 0.4095228568570571,\n            \"ask\": 0.410283,\n            \"bid\": 0.407805,\n            \"diff24h\": 0.007022\n        },\n        \"axs\": {\n            \"rate\": 0.06011747430249633,\n            \"ask\": 0.060223,\n            \"bid\": 0.059778,\n            \"diff24h\": 0.001982\n        },\n        \"ftm\": {\n            \"rate\": 1.2383545069570476,\n            \"ask\": 1.240527,\n            \"bid\": 1.232789,\n            \"diff24h\": 0.01593\n        },\n        \"dot\": {\n            \"rate\": 0.07836906584992342,\n            \"ask\": 0.078492,\n            \"bid\": 0.078011,\n            \"diff24h\": 0.001828\n        }\n    },\n    \"cad\": {\n        \"btt\": {\n            \"rate\": 1254897.6534940642,\n            \"ask\": 736467.138378,\n            \"bid\": 733527.149802,\n            \"diff24h\": 20500.201016\n        },\n        \"flr\": {\n            \"rate\": 28.820335398094212,\n            \"ask\": 28.878712,\n            \"bid\": 28.694583,\n            \"diff24h\": 0.842342\n        },\n        \"fil\": {\n            \"rate\": 0.16727208822291156,\n            \"ask\": 0.167614,\n            \"bid\": 0.166894,\n            \"diff24h\": 0.000719\n        },\n        \"avax\": {\n            \"rate\": 0.052016529062383104,\n            \"ask\": 0.05216,\n            \"bid\": 0.051911,\n            \"diff24h\": -0.000024\n        },\n        \"btc\": {\n            \"rate\": 0.000027760464584001954,\n            \"ask\": 0.000028,\n            \"bid\": 0.000028\n        },\n        \"rep\": {\n            \"rate\": 0.15702642608284306,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": 0.000055\n        },\n        \"busd\": {\n            \"rate\": 0.7350670623577091,\n            \"ask\": 0.736643,\n            \"bid\": 0.733573,\n            \"diff24h\": -0.000411\n        },\n        \"gbp\": {\n            \"rate\": 0.593601810666384,\n            \"ask\": 0.59662,\n            \"bid\": 0.590584,\n            \"diff24h\": -0.001506\n        },\n        \"comp\": {\n            \"rate\": 0.021927015383397173,\n            \"ask\": 0.021972,\n            \"bid\": 0.021876,\n            \"diff24h\": 0.000532\n        },\n        \"pax\": {\n            \"rate\": 0.7349773508394696,\n            \"ask\": 0.736474,\n            \"bid\": 0.733489,\n            \"diff24h\": -0.00035\n        },\n        \"cake\": {\n            \"rate\": 0.4807021292684588,\n            \"ask\": 0.481999,\n            \"bid\": 0.479725,\n            \"diff24h\": 0.009034\n        },\n        \"uni\": {\n            \"rate\": 0.14726378594499567,\n            \"ask\": 0.147565,\n            \"bid\": 0.146935,\n            \"diff24h\": -0.001619\n        },\n        \"mana\": {\n            \"rate\": 1.5943461077038468,\n            \"ask\": 1.597602,\n            \"bid\": 1.590761,\n            \"diff24h\": -0.004199\n        },\n        \"rub\": {\n            \"rate\": 58.85634480100106,\n            \"ask\": 59.003436,\n            \"bid\": 58.709372,\n            \"diff24h\": -0.060332\n        },\n        \"ht\": {\n            \"rate\": 0.23540132455288515,\n            \"ask\": 0.236049,\n            \"bid\": 0.23487,\n            \"diff24h\": -0.001382\n        },\n        \"mkr\": {\n            \"rate\": 0.0011816616650345232,\n            \"ask\": 0.001184,\n            \"bid\": 0.001177,\n            \"diff24h\": 0.000009\n        },\n        \"trx\": {\n            \"rate\": 9.679883519708591,\n            \"ask\": 9.700964,\n            \"bid\": 9.660179,\n            \"diff24h\": 0.158576\n        },\n        \"dash\": {\n            \"rate\": 0.01774489511471447,\n            \"ask\": 0.017781,\n            \"bid\": 0.017705,\n            \"diff24h\": -0.000358\n        },\n        \"xtz\": {\n            \"rate\": 0.8409537250016857,\n            \"ask\": 0.843637,\n            \"bid\": 0.839244,\n            \"diff24h\": -0.009139\n        },\n        \"eos\": {\n            \"rate\": 0.8677609866015034,\n            \"ask\": 0.870562,\n            \"bid\": 0.865997,\n            \"diff24h\": -0.01077\n        },\n        \"bnb\": {\n            \"rate\": 0.002395676517768818,\n            \"ask\": 0.002401,\n            \"bid\": 0.002391,\n            \"diff24h\": -0.000013\n        },\n        \"bat\": {\n            \"rate\": 3.410642949658809,\n            \"ask\": 3.417616,\n            \"bid\": 3.402126,\n            \"diff24h\": 0.025143\n        },\n        \"bsv\": {\n            \"rate\": 0.023018542010036593,\n            \"ask\": 0.023065,\n            \"bid\": 0.022941,\n            \"diff24h\": -0.000114\n        },\n        \"tusd\": {\n            \"rate\": 0.7323443977985729,\n            \"ask\": 0.733909,\n            \"bid\": 0.730861,\n            \"diff24h\": 0.002634\n        },\n        \"1inch\": {\n            \"rate\": 1.874983560335391,\n            \"ask\": 1.883618,\n            \"bid\": 1.87117,\n            \"diff24h\": -0.010479\n        },\n        \"axs\": {\n            \"rate\": 0.10792856911181696,\n            \"ask\": 0.108149,\n            \"bid\": 0.107551,\n            \"diff24h\": 0.001667\n        },\n        \"aave\": {\n            \"rate\": 0.011611272601129123,\n            \"ask\": 0.011635,\n            \"bid\": 0.011569,\n            \"diff24h\": -0.000005\n        },\n        \"chf\": {\n            \"rate\": 0.6636386325639596,\n            \"ask\": 0.665022,\n            \"bid\": 0.662256,\n            \"diff24h\": -0.001978\n        },\n        \"usd\": {\n            \"rate\": 0.7348267462239091,\n            \"ask\": 0.736321,\n            \"bid\": 0.733333,\n            \"diff24h\": -0.000443\n        },\n        \"bch\": {\n            \"rate\": 0.0065216819489926645,\n            \"ask\": 0.006541,\n            \"bid\": 0.006508,\n            \"diff24h\": -0.000091\n        },\n        \"ftm\": {\n            \"rate\": 2.2232109971308933,\n            \"ask\": 2.227751,\n            \"bid\": 2.218022,\n            \"diff24h\": -0.011157\n        },\n        \"gmt\": {\n            \"rate\": 2.7957153124818306,\n            \"ask\": 2.802488,\n            \"bid\": 2.790037,\n            \"diff24h\": 0.012481\n        },\n        \"egld\": {\n            \"rate\": 0.02062271480503573,\n            \"ask\": 0.020671,\n            \"bid\": 0.020581,\n            \"diff24h\": 0.00014\n        },\n        \"near\": {\n            \"rate\": 0.46904502594222935,\n            \"ask\": 0.470303,\n            \"bid\": 0.468092,\n            \"diff24h\": -0.003532\n        },\n        \"ada\": {\n            \"rate\": 2.0576527313871034,\n            \"ask\": 2.061855,\n            \"bid\": 2.052896,\n            \"diff24h\": -0.000367\n        },\n        \"xlm\": {\n            \"rate\": 8.380770303893653,\n            \"ask\": 8.397861,\n            \"bid\": 8.354241,\n            \"diff24h\": -0.110345\n        },\n        \"sand\": {\n            \"rate\": 1.4620918154992506,\n            \"ask\": 1.46537,\n            \"bid\": 1.45912,\n            \"diff24h\": 0.005992\n        },\n        \"aud\": {\n            \"rate\": 1.1240422716751741,\n            \"ask\": 1.126368,\n            \"bid\": 1.121717,\n            \"diff24h\": -0.002795\n        },\n        \"usdc\": {\n            \"rate\": 0.7323443977985729,\n            \"ask\": 0.733909,\n            \"bid\": 0.730861,\n            \"diff24h\": 0.002634\n        },\n        \"ltc\": {\n            \"rate\": 0.008432693387465275,\n            \"ask\": 0.00845,\n            \"bid\": 0.008415,\n            \"diff24h\": -0.000254\n        },\n        \"ilv\": {\n            \"rate\": 0.015595025581401935,\n            \"ask\": 0.01564,\n            \"bid\": 0.015557,\n            \"diff24h\": -0.000131\n        },\n        \"zil\": {\n            \"rate\": 32.27903186875158,\n            \"ask\": 32.359428,\n            \"bid\": 32.213178,\n            \"diff24h\": -0.214586\n        },\n        \"usdt\": {\n            \"rate\": 0.7349773508394696,\n            \"ask\": 0.736474,\n            \"bid\": 0.733489,\n            \"diff24h\": -0.000358\n        },\n        \"vet\": {\n            \"rate\": 38.40091722316998,\n            \"ask\": 38.479428,\n            \"bid\": 38.302806,\n            \"diff24h\": 0.082493\n        },\n        \"sgb\": {\n            \"rate\": 91.8648190814253,\n            \"ask\": 93.218461,\n            \"bid\": 91.678762,\n            \"diff24h\": -0.042891\n        },\n        \"ape\": {\n            \"rate\": 0.2283297780837134,\n            \"ask\": 0.228867,\n            \"bid\": 0.227866,\n            \"diff24h\": 0.000814\n        },\n        \"icp\": {\n            \"rate\": 0.15148259597103736,\n            \"ask\": 0.151761,\n            \"bid\": 0.151112,\n            \"diff24h\": -0.000886\n        },\n        \"sol\": {\n            \"rate\": 0.03808256765033541,\n            \"ask\": 0.03818,\n            \"bid\": 0.038005,\n            \"diff24h\": 0.000081\n        },\n        \"link\": {\n            \"rate\": 0.1162964486790306,\n            \"ask\": 0.116552,\n            \"bid\": 0.11606,\n            \"diff24h\": -0.000553\n        },\n        \"dai\": {\n            \"rate\": 0.7348303553693016,\n            \"ask\": 0.7364,\n            \"bid\": 0.733342,\n            \"diff24h\": -0.000497\n        },\n        \"eurs\": {\n            \"rate\": 0.6837863988047413,\n            \"ask\": 0.69065,\n            \"bid\": 0.676923,\n            \"diff24h\": -0.001763\n        },\n        \"eth\": {\n            \"rate\": 0.0004052677302886378,\n            \"ask\": 0.000406,\n            \"bid\": 0.000404,\n            \"diff24h\": -0.000006\n        },\n        \"theta\": {\n            \"rate\": 0.8760352272365595,\n            \"ask\": 0.878873,\n            \"bid\": 0.874254,\n            \"diff24h\": -0.000402\n        },\n        \"xrp\": {\n            \"rate\": 1.5792727882498354,\n            \"ask\": 1.582499,\n            \"bid\": 1.575724,\n            \"diff24h\": -0.050449\n        },\n        \"matic\": {\n            \"rate\": 0.7839095090139434,\n            \"ask\": 0.785427,\n            \"bid\": 0.782149,\n            \"diff24h\": -0.050177\n        },\n        \"xmr\": {\n            \"rate\": 0.0048546469990189784,\n            \"ask\": 0.004868,\n            \"bid\": 0.004845,\n            \"diff24h\": -0.000038\n        },\n        \"eur\": {\n            \"rate\": 0.683732633191117,\n            \"ask\": 0.685128,\n            \"bid\": 0.682337,\n            \"diff24h\": -0.001816\n        },\n        \"dot\": {\n            \"rate\": 0.14069555046927132,\n            \"ask\": 0.140956,\n            \"bid\": 0.140356,\n            \"diff24h\": 0.000792\n        },\n        \"bttc\": {\n            \"rate\": 1267230.2683646095,\n            \"ask\": 736467.138378,\n            \"bid\": 733527.149802,\n            \"diff24h\": 20907.281176\n        },\n        \"gala\": {\n            \"rate\": 24.47530987850394,\n            \"ask\": 24.533881,\n            \"bid\": 24.42516,\n            \"diff24h\": -0.117686\n        },\n        \"atom\": {\n            \"rate\": 0.07013966558368866,\n            \"ask\": 0.070276,\n            \"bid\": 0.069984,\n            \"diff24h\": 0.000075\n        },\n        \"usdp\": {\n            \"rate\": 0.7323443977985729,\n            \"ask\": 0.733909,\n            \"bid\": 0.730861,\n            \"diff24h\": 0.002634\n        },\n        \"paxg\": {\n            \"rate\": 0.00037404252196003736,\n            \"ask\": 0.000375,\n            \"bid\": 0.000373,\n            \"diff24h\": 0.000001\n        }\n    },\n    \"atom\": {\n        \"near\": {\n            \"rate\": 6.687300574345883,\n            \"ask\": 6.706232,\n            \"bid\": 6.674567,\n            \"diff24h\": -0.057558\n        },\n        \"usd\": {\n            \"rate\": 10.47816168,\n            \"ask\": 10.501123,\n            \"bid\": 10.458097,\n            \"diff24h\": -0.015789\n        },\n        \"zrx\": {\n            \"rate\": 48.04676753782668,\n            \"ask\": 48.129977,\n            \"bid\": 47.889378,\n            \"diff24h\": -0.451384\n        },\n        \"eur\": {\n            \"rate\": 9.749258377412737,\n            \"ask\": 9.790349,\n            \"bid\": 9.710869,\n            \"diff24h\": -0.034633\n        },\n        \"avax\": {\n            \"rate\": 0.7416135881104033,\n            \"ask\": 0.743767,\n            \"bid\": 0.740199,\n            \"diff24h\": -0.001132\n        },\n        \"mana\": {\n            \"rate\": 22.731019522776567,\n            \"ask\": 22.78084,\n            \"bid\": 22.682933,\n            \"diff24h\": -0.084198\n        },\n        \"sushi\": {\n            \"rate\": 12.549700598802396,\n            \"ask\": 12.592275,\n            \"bid\": 12.525802,\n            \"diff24h\": 0.173521\n        },\n        \"eos\": {\n            \"rate\": 12.37190082644628,\n            \"ask\": 12.413669,\n            \"bid\": 12.348332,\n            \"diff24h\": -0.166928\n        },\n        \"xrp\": {\n            \"rate\": 22.516115169746453,\n            \"ask\": 22.565449,\n            \"bid\": 22.468401,\n            \"diff24h\": -0.74408\n        },\n        \"ada\": {\n            \"rate\": 29.33650615901455,\n            \"ask\": 29.400789,\n            \"bid\": 29.272433,\n            \"diff24h\": -0.03657\n        },\n        \"busd\": {\n            \"rate\": 10.480048004800478,\n            \"ask\": 10.504058,\n            \"bid\": 10.460088,\n            \"diff24h\": -0.017051\n        },\n        \"bnb\": {\n            \"rate\": 0.03415580182529335,\n            \"ask\": 0.034237,\n            \"bid\": 0.034086,\n            \"diff24h\": -0.00022\n        },\n        \"sand\": {\n            \"rate\": 20.845434652874474,\n            \"ask\": 20.895299,\n            \"bid\": 20.80583,\n            \"diff24h\": 0.063256\n        },\n        \"ape\": {\n            \"rate\": 3.255358807082945,\n            \"ask\": 3.26351,\n            \"bid\": 3.249174,\n            \"diff24h\": 0.008143\n        },\n        \"icp\": {\n            \"rate\": 2.159727947238252,\n            \"ask\": 2.16401,\n            \"bid\": 2.154721,\n            \"diff24h\": -0.014951\n        },\n        \"bat\": {\n            \"rate\": 48.62645011600928,\n            \"ask\": 48.732997,\n            \"bid\": 48.511312,\n            \"diff24h\": 0.306929\n        },\n        \"axs\": {\n            \"rate\": 1.5387665198237885,\n            \"ask\": 1.54214,\n            \"bid\": 1.533591,\n            \"diff24h\": 0.022148\n        },\n        \"fil\": {\n            \"rate\": 2.384842967683204,\n            \"ask\": 2.390065,\n            \"bid\": 2.379759,\n            \"diff24h\": 0.00772\n        },\n        \"theta\": {\n            \"rate\": 12.489868891537544,\n            \"ask\": 12.53217,\n            \"bid\": 12.46608,\n            \"diff24h\": -0.01907\n        },\n        \"ftm\": {\n            \"rate\": 31.696914700544465,\n            \"ask\": 31.766371,\n            \"bid\": 31.626978,\n            \"diff24h\": -0.193088\n        },\n        \"dot\": {\n            \"rate\": 2.0059341500765693,\n            \"ask\": 2.009948,\n            \"bid\": 2.001357,\n            \"diff24h\": 0.009169\n        },\n        \"cad\": {\n            \"rate\": 14.2572678623172,\n            \"ask\": 14.288977,\n            \"bid\": 14.229503,\n            \"diff24h\": -0.015225\n        },\n        \"chf\": {\n            \"rate\": 9.461360870572799,\n            \"ask\": 9.482517,\n            \"bid\": 9.442826,\n            \"diff24h\": -0.038068\n        },\n        \"paxg\": {\n            \"rate\": 0.005332824427480915,\n            \"ask\": 0.005345,\n            \"bid\": 0.005324,\n            \"diff24h\": 0.000014\n        },\n        \"eth\": {\n            \"rate\": 0.005778010586678429,\n            \"ask\": 0.005795,\n            \"bid\": 0.005765,\n            \"diff24h\": -0.000098\n        },\n        \"omg\": {\n            \"rate\": 13.879470198675497,\n            \"ask\": 13.909887,\n            \"bid\": 13.834704,\n            \"diff24h\": -0.226713\n        },\n        \"usdc\": {\n            \"rate\": 11.503608660785886,\n            \"ask\": 11.528618,\n            \"bid\": 11.479454,\n            \"diff24h\": -0.287795\n        },\n        \"bnt\": {\n            \"rate\": 25.595994137762577,\n            \"ask\": 25.708599,\n            \"bid\": 25.553484,\n            \"diff24h\": -0.491503\n        },\n        \"xtz\": {\n            \"rate\": 11.989702517162472,\n            \"ask\": 12.029738,\n            \"bid\": 11.96687,\n            \"diff24h\": -0.143245\n        },\n        \"rep\": {\n            \"rate\": 2.4803382663847775,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": 0.030233\n        },\n        \"xmr\": {\n            \"rate\": 0.06921400264200792,\n            \"ask\": 0.069408,\n            \"bid\": 0.069081,\n            \"diff24h\": -0.000613\n        },\n        \"dai\": {\n            \"rate\": 10.4769042,\n            \"ask\": 10.500914,\n            \"bid\": 10.456944,\n            \"diff24h\": -0.018096\n        },\n        \"usdt\": {\n            \"rate\": \"10.47900000\",\n            \"ask\": 10.484144,\n            \"bid\": 10.476856,\n            \"diff24h\": -0.016\n        },\n        \"pax\": {\n            \"rate\": 10.479,\n            \"ask\": 10.501962,\n            \"bid\": 10.45904,\n            \"diff24h\": -0.016\n        },\n        \"sol\": {\n            \"rate\": 0.5429533678756476,\n            \"ask\": 0.544423,\n            \"bid\": 0.541924,\n            \"diff24h\": 0.000576\n        },\n        \"zil\": {\n            \"rate\": 460.21080368906456,\n            \"ask\": 461.425949,\n            \"bid\": 459.333081,\n            \"diff24h\": -3.55411\n        },\n        \"xlm\": {\n            \"rate\": 119.48688711516533,\n            \"ask\": 119.748705,\n            \"bid\": 119.123465,\n            \"diff24h\": -1.702489\n        },\n        \"cake\": {\n            \"rate\": 6.8534990189666445,\n            \"ask\": 6.873019,\n            \"bid\": 6.840477,\n            \"diff24h\": 0.12162\n        },\n        \"gala\": {\n            \"rate\": 348.9510489510489,\n            \"ask\": 349.838366,\n            \"bid\": 348.282432,\n            \"diff24h\": -2.052296\n        },\n        \"yfi\": {\n            \"rate\": 0.001638880200187676,\n            \"ask\": 0.001638,\n            \"bid\": 0.001632,\n            \"diff24h\": -0.000018\n        },\n        \"btt\": {\n            \"rate\": 17891411.985658187,\n            \"ask\": 17945935.918476,\n            \"bid\": 17860382.51366,\n            \"diff24h\": 273483.498164\n        },\n        \"eurs\": {\n            \"rate\": 9.749160877028931,\n            \"ask\": 9.770848,\n            \"bid\": 9.730372,\n            \"diff24h\": -0.03464\n        },\n        \"comp\": {\n            \"rate\": 0.3126193317422434,\n            \"ask\": 0.313306,\n            \"bid\": 0.31193,\n            \"diff24h\": 0.007266\n        },\n        \"btc\": {\n            \"rate\": 0.00039578837955648585,\n            \"ask\": 0.000398,\n            \"bid\": 0.000398,\n            \"diff24h\": -0.000004\n        },\n        \"aud\": {\n            \"rate\": 16.026800165190657,\n            \"ask\": 16.063149,\n            \"bid\": 15.99488,\n            \"diff24h\": -0.05555\n        },\n        \"uni\": {\n            \"rate\": 2.099579242636746,\n            \"ask\": 2.104182,\n            \"bid\": 2.095156,\n            \"diff24h\": -0.025345\n        },\n        \"doge\": {\n            \"rate\": 147.7580372250423,\n            \"ask\": 148.081807,\n            \"bid\": 147.455798,\n            \"diff24h\": -1.276328\n        },\n        \"tusd\": {\n            \"rate\": 11.503608660785886,\n            \"ask\": 11.528618,\n            \"bid\": 11.479454,\n            \"diff24h\": -0.287795\n        },\n        \"egld\": {\n            \"rate\": 0.294023569023569,\n            \"ask\": 0.294751,\n            \"bid\": 0.293465,\n            \"diff24h\": 0.001684\n        },\n        \"dash\": {\n            \"rate\": 0.25299372283920807,\n            \"ask\": 0.253546,\n            \"bid\": 0.252452,\n            \"diff24h\": -0.005377\n        },\n        \"1inch\": {\n            \"rate\": 26.73214285714285,\n            \"ask\": 26.859251,\n            \"bid\": 26.68133,\n            \"diff24h\": -0.178114\n        },\n        \"matic\": {\n            \"rate\": 11.176407849829351,\n            \"ask\": 11.199704,\n            \"bid\": 11.152742,\n            \"diff24h\": -0.728084\n        },\n        \"gmt\": {\n            \"rate\": 39.85926207683529,\n            \"ask\": 39.961793,\n            \"bid\": 39.783605,\n            \"diff24h\": 0.135568\n        },\n        \"ltc\": {\n            \"rate\": 0.12022716842588342,\n            \"ask\": 0.120495,\n            \"bid\": 0.11998,\n            \"diff24h\": -0.003754\n        },\n        \"link\": {\n            \"rate\": 1.6580696202531642,\n            \"ask\": 1.661962,\n            \"bid\": 1.654907,\n            \"diff24h\": -0.009656\n        },\n        \"mkr\": {\n            \"rate\": 0.016847266881028937,\n            \"ask\": 0.016882,\n            \"bid\": 0.016792,\n            \"diff24h\": 0.000109\n        },\n        \"vet\": {\n            \"rate\": 547.4921630094043,\n            \"ask\": 548.691835,\n            \"bid\": 546.163969,\n            \"diff24h\": 0.592736\n        },\n        \"gbp\": {\n            \"rate\": 8.462756273472518,\n            \"ask\": 8.506966,\n            \"bid\": 8.42089,\n            \"diff24h\": -0.030157\n        },\n        \"snx\": {\n            \"rate\": 4.4103535353535355,\n            \"ask\": 4.420021,\n            \"bid\": 4.400099,\n            \"diff24h\": -0.138845\n        },\n        \"ilv\": {\n            \"rate\": 0.22234245703373645,\n            \"ask\": 0.223019,\n            \"bid\": 0.221826,\n            \"diff24h\": -0.002102\n        },\n        \"bch\": {\n            \"rate\": 0.09298136645962732,\n            \"ask\": 0.093271,\n            \"bid\": 0.0928,\n            \"diff24h\": -0.001398\n        }\n    },\n    \"sand\": {\n        \"paxg\": {\n            \"rate\": 0.00025582697201017814,\n            \"ask\": 0.000256,\n            \"bid\": 0.000255\n        },\n        \"bnt\": {\n            \"rate\": 1.227894479726429,\n            \"ask\": 1.233061,\n            \"bid\": 1.225494,\n            \"diff24h\": -0.027388\n        },\n        \"mkr\": {\n            \"rate\": 0.0008081993569131834,\n            \"ask\": 0.00081,\n            \"bid\": 0.000805,\n            \"diff24h\": 0.000003\n        },\n        \"chf\": {\n            \"rate\": 0.45388167856064005,\n            \"ask\": 0.45481,\n            \"bid\": 0.452859,\n            \"diff24h\": -0.003213\n        },\n        \"eurs\": {\n            \"rate\": 0.46768805925016166,\n            \"ask\": 0.468639,\n            \"bid\": 0.466649,\n            \"diff24h\": -0.00309\n        },\n        \"tusd\": {\n            \"rate\": 0.6398356054530874,\n            \"ask\": 0.641014,\n            \"bid\": 0.638292,\n            \"diff24h\": -0.016211\n        },\n        \"ape\": {\n            \"rate\": 0.15616651133892515,\n            \"ask\": 0.156527,\n            \"bid\": 0.155823,\n            \"diff24h\": -0.000083\n        },\n        \"usdt\": {\n            \"rate\": \"0.50280000\",\n            \"ask\": 0.502976,\n            \"bid\": 0.502524,\n            \"diff24h\": -0.0022\n        },\n        \"theta\": {\n            \"rate\": 0.599165673420739,\n            \"ask\": 0.60108,\n            \"bid\": 0.597848,\n            \"diff24h\": -0.002741\n        },\n        \"ada\": {\n            \"rate\": 1.4073348264277714,\n            \"ask\": 1.41015,\n            \"bid\": 1.403848,\n            \"diff24h\": -0.006043\n        },\n        \"omg\": {\n            \"rate\": 0.6658278145695365,\n            \"ask\": 0.66716,\n            \"bid\": 0.663485,\n            \"diff24h\": -0.012936\n        },\n        \"gbp\": {\n            \"rate\": 0.405976484270888,\n            \"ask\": 0.40802,\n            \"bid\": 0.403849,\n            \"diff24h\": -0.002687\n        },\n        \"zrx\": {\n            \"rate\": 2.304906006419074,\n            \"ask\": 2.308457,\n            \"bid\": 2.296679,\n            \"diff24h\": -0.028735\n        },\n        \"btc\": {\n            \"rate\": 0.00001898681347485881,\n            \"ask\": 0.000019,\n            \"bid\": 0.000019\n        },\n        \"aud\": {\n            \"rate\": 0.7688398170666423,\n            \"ask\": 0.770437,\n            \"bid\": 0.767083,\n            \"diff24h\": -0.005013\n        },\n        \"comp\": {\n            \"rate\": 0.014997016706443914,\n            \"ask\": 0.015027,\n            \"bid\": 0.01496,\n            \"diff24h\": 0.000304\n        },\n        \"zil\": {\n            \"rate\": 22.077294685990342,\n            \"ask\": 22.131171,\n            \"bid\": 22.028753,\n            \"diff24h\": -0.238216\n        },\n        \"snx\": {\n            \"rate\": 0.2115740740740741,\n            \"ask\": 0.211997,\n            \"bid\": 0.21102,\n            \"diff24h\": -0.007325\n        },\n        \"matic\": {\n            \"rate\": 0.53615614334471,\n            \"ask\": 0.537171,\n            \"bid\": 0.534863,\n            \"diff24h\": -0.036666\n        },\n        \"atom\": {\n            \"rate\": 0.04797213474568185,\n            \"ask\": 0.048063,\n            \"bid\": 0.047857,\n            \"diff24h\": -0.000146\n        },\n        \"vet\": {\n            \"rate\": 26.264367816091955,\n            \"ask\": 26.316899,\n            \"bid\": 26.192935,\n            \"diff24h\": -0.051422\n        },\n        \"cake\": {\n            \"rate\": 0.3287769784172662,\n            \"ask\": 0.32965,\n            \"bid\": 0.328054,\n            \"diff24h\": 0.004851\n        },\n        \"yfi\": {\n            \"rate\": 0.00007862058179543323,\n            \"ask\": 0.000079,\n            \"bid\": 0.000078,\n            \"diff24h\": -0.000001\n        },\n        \"gala\": {\n            \"rate\": 16.73992673992674,\n            \"ask\": 16.779268,\n            \"bid\": 16.702853,\n            \"diff24h\": -0.149705\n        },\n        \"ftm\": {\n            \"rate\": 1.5205686630369029,\n            \"ask\": 1.52361,\n            \"bid\": 1.516767,\n            \"diff24h\": -0.013919\n        },\n        \"sol\": {\n            \"rate\": 0.02604663212435233,\n            \"ask\": 0.026112,\n            \"bid\": 0.02599,\n            \"diff24h\": -0.000052\n        },\n        \"icp\": {\n            \"rate\": 0.10360676009892827,\n            \"ask\": 0.103792,\n            \"bid\": 0.103336,\n            \"diff24h\": -0.001035\n        },\n        \"avax\": {\n            \"rate\": 0.03557678697806087,\n            \"ask\": 0.035673,\n            \"bid\": 0.035498,\n            \"diff24h\": -0.000163\n        },\n        \"dash\": {\n            \"rate\": 0.012136648961854176,\n            \"ask\": 0.012161,\n            \"bid\": 0.012107,\n            \"diff24h\": -0.000296\n        },\n        \"eur\": {\n            \"rate\": 0.4676927365517114,\n            \"ask\": 0.469574,\n            \"bid\": 0.465714,\n            \"diff24h\": -0.00309\n        },\n        \"gmt\": {\n            \"rate\": 1.9121338912133892,\n            \"ask\": 1.916684,\n            \"bid\": 1.907933,\n            \"diff24h\": 0.000703\n        },\n        \"eth\": {\n            \"rate\": 0.00027718350242611386,\n            \"ask\": 0.000278,\n            \"bid\": 0.000276,\n            \"diff24h\": -0.000006\n        },\n        \"dai\": {\n            \"rate\": 0.50259946,\n            \"ask\": 0.503655,\n            \"bid\": 0.501494,\n            \"diff24h\": -0.002401\n        },\n        \"usdc\": {\n            \"rate\": 0.6398356054530874,\n            \"ask\": 0.641014,\n            \"bid\": 0.638292,\n            \"diff24h\": -0.016211\n        },\n        \"doge\": {\n            \"rate\": 7.088268471517203,\n            \"ask\": 7.102446,\n            \"bid\": 7.071686,\n            \"diff24h\": -0.08299\n        },\n        \"btt\": {\n            \"rate\": 858289.2265665018,\n            \"ask\": 860740.695644,\n            \"bid\": 856548.343833,\n            \"diff24h\": 10547.074477\n        },\n        \"sushi\": {\n            \"rate\": 0.6020359281437127,\n            \"ask\": 0.603963,\n            \"bid\": 0.600712,\n            \"diff24h\": 0.006517\n        },\n        \"xmr\": {\n            \"rate\": 0.003320343461030383,\n            \"ask\": 0.003329,\n            \"bid\": 0.003313,\n            \"diff24h\": -0.00004\n        },\n        \"1inch\": {\n            \"rate\": 1.2823979591836736,\n            \"ask\": 1.288249,\n            \"bid\": 1.279578,\n            \"diff24h\": -0.012474\n        },\n        \"near\": {\n            \"rate\": 0.3208040842373963,\n            \"ask\": 0.321651,\n            \"bid\": 0.320099,\n            \"diff24h\": -0.003746\n        },\n        \"bch\": {\n            \"rate\": 0.0044605146406388645,\n            \"ask\": 0.004474,\n            \"bid\": 0.00445,\n            \"diff24h\": -0.000081\n        },\n        \"uni\": {\n            \"rate\": 0.10072129833700663,\n            \"ask\": 0.100923,\n            \"bid\": 0.10048,\n            \"diff24h\": -0.001526\n        },\n        \"xtz\": {\n            \"rate\": 0.5751716247139589,\n            \"ask\": 0.576982,\n            \"bid\": 0.573907,\n            \"diff24h\": -0.008643\n        },\n        \"eos\": {\n            \"rate\": 0.5935064935064935,\n            \"ask\": 0.595397,\n            \"bid\": 0.592201,\n            \"diff24h\": -0.009839\n        },\n        \"rep\": {\n            \"rate\": 0.1381395348837209,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": 0.001057\n        },\n        \"xlm\": {\n            \"rate\": 5.732041049030787,\n            \"ask\": 5.743506,\n            \"bid\": 5.712924,\n            \"diff24h\": -0.099368\n        },\n        \"egld\": {\n            \"rate\": 0.014104938271604939,\n            \"ask\": 0.014137,\n            \"bid\": 0.014074,\n            \"diff24h\": 0.000038\n        },\n        \"link\": {\n            \"rate\": 0.07954113924050632,\n            \"ask\": 0.079713,\n            \"bid\": 0.079366,\n            \"diff24h\": -0.000707\n        },\n        \"mana\": {\n            \"rate\": 1.0904555314533624,\n            \"ask\": 1.092635,\n            \"bid\": 1.087823,\n            \"diff24h\": -0.007371\n        },\n        \"cad\": {\n            \"rate\": 0.6839515749963601,\n            \"ask\": 0.685342,\n            \"bid\": 0.682419,\n            \"diff24h\": -0.002814\n        },\n        \"busd\": {\n            \"rate\": 0.5027502750275027,\n            \"ask\": 0.503806,\n            \"bid\": 0.501645,\n            \"diff24h\": -0.002351\n        },\n        \"xrp\": {\n            \"rate\": 1.080146110872368,\n            \"ask\": 1.082306,\n            \"bid\": 1.07754,\n            \"diff24h\": -0.039091\n        },\n        \"ltc\": {\n            \"rate\": 0.005767553923818266,\n            \"ask\": 0.005779,\n            \"bid\": 0.005754,\n            \"diff24h\": -0.000198\n        },\n        \"pax\": {\n            \"rate\": 0.5027,\n            \"ask\": 0.503705,\n            \"bid\": 0.501595,\n            \"diff24h\": -0.0023\n        },\n        \"axs\": {\n            \"rate\": 0.07381791483113069,\n            \"ask\": 0.073966,\n            \"bid\": 0.073548,\n            \"diff24h\": 0.000841\n        },\n        \"fil\": {\n            \"rate\": 0.11440600819299045,\n            \"ask\": 0.114635,\n            \"bid\": 0.114128,\n            \"diff24h\": 0.000023\n        },\n        \"usd\": {\n            \"rate\": 0.502659784,\n            \"ask\": 0.503665,\n            \"bid\": 0.501549,\n            \"diff24h\": -0.00229\n        },\n        \"ilv\": {\n            \"rate\": 0.010666242308508381,\n            \"ask\": 0.010697,\n            \"bid\": 0.010638,\n            \"diff24h\": -0.000134\n        },\n        \"bat\": {\n            \"rate\": 2.3327146171693736,\n            \"ask\": 2.33738,\n            \"bid\": 2.326506,\n            \"diff24h\": 0.007669\n        },\n        \"bnb\": {\n            \"rate\": 0.0016385267275097783,\n            \"ask\": 0.001642,\n            \"bid\": 0.001635,\n            \"diff24h\": -0.000016\n        }\n    },\n    \"ltc\": {\n        \"bnt\": {\n            \"rate\": 213.07443365695795,\n            \"ask\": 219.871382,\n            \"bid\": 218.993652,\n            \"diff24h\": 3.04186\n        },\n        \"gala\": {\n            \"rate\": 2902.4309024309023,\n            \"ask\": 2909.686347,\n            \"bid\": 2896.476569,\n            \"diff24h\": 71.327224\n        },\n        \"chf\": {\n            \"rate\": 78.69569744051199,\n            \"ask\": 78.865663,\n            \"bid\": 78.534036,\n            \"diff24h\": 2.075721\n        },\n        \"xmr\": {\n            \"rate\": 0.5756935270805812,\n            \"ask\": 0.577312,\n            \"bid\": 0.574522,\n            \"diff24h\": 0.012487\n        },\n        \"ape\": {\n            \"rate\": 27.07673190431811,\n            \"ask\": 27.143363,\n            \"bid\": 27.021621,\n            \"diff24h\": 0.885519\n        },\n        \"ftm\": {\n            \"rate\": 263.6418632788869,\n            \"ask\": 264.208414,\n            \"bid\": 263.025896,\n            \"diff24h\": 6.425212\n        },\n        \"dot\": {\n            \"rate\": 16.684532924961715,\n            \"ask\": 16.717198,\n            \"bid\": 16.644203,\n            \"diff24h\": 0.57913\n        },\n        \"snx\": {\n            \"rate\": 36.65924276169265,\n            \"ask\": 36.64523,\n            \"bid\": 36.498942,\n            \"diff24h\": 0.105955\n        },\n        \"usdc\": {\n            \"rate\": 89.77546110665597,\n            \"ask\": 89.95496,\n            \"bid\": 89.576955,\n            \"diff24h\": 9.142258\n        },\n        \"usd\": {\n            \"rate\": 87.1530272,\n            \"ask\": 87.337366,\n            \"bid\": 86.977836,\n            \"diff24h\": 2.511492\n        },\n        \"ilv\": {\n            \"rate\": 1.8493528538086144,\n            \"ask\": 1.854902,\n            \"bid\": 1.844806,\n            \"diff24h\": 0.039045\n        },\n        \"gbp\": {\n            \"rate\": 70.38971627024189,\n            \"ask\": 70.752054,\n            \"bid\": 70.034803,\n            \"diff24h\": 1.888042\n        },\n        \"gmt\": {\n            \"rate\": 331.53290224419925,\n            \"ask\": 332.371446,\n            \"bid\": 330.85872,\n            \"diff24h\": 11.131691\n        },\n        \"xtz\": {\n            \"rate\": 99.7254004576659,\n            \"ask\": 100.054249,\n            \"bid\": 99.522458,\n            \"diff24h\": 1.864129\n        },\n        \"bch\": {\n            \"rate\": 0.7745882352941176,\n            \"ask\": 0.776046,\n            \"bid\": 0.770903,\n            \"diff24h\": 0.012413\n        },\n        \"rep\": {\n            \"rate\": 19.496887338266383,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": 2.555504\n        },\n        \"axs\": {\n            \"rate\": 12.798825256975038,\n            \"ask\": 12.826337,\n            \"bid\": 12.754048,\n            \"diff24h\": 0.566166\n        },\n        \"aave\": {\n            \"rate\": 1.3769352290679304,\n            \"ask\": 1.379895,\n            \"bid\": 1.371965,\n            \"diff24h\": 0.039652\n        },\n        \"dash\": {\n            \"rate\": 2.1089045483664313,\n            \"ask\": 2.110248,\n            \"bid\": 2.098844,\n            \"diff24h\": 0.024871\n        },\n        \"mana\": {\n            \"rate\": 189.06724511930585,\n            \"ask\": 189.473498,\n            \"bid\": 188.641686,\n            \"diff24h\": 5.045506\n        },\n        \"sushi\": {\n            \"rate\": 104.37539632213063,\n            \"ask\": 106.193124,\n            \"bid\": 102.843339,\n            \"diff24h\": 4.561155\n        },\n        \"dai\": {\n            \"rate\": 87.142568,\n            \"ask\": 87.335623,\n            \"bid\": 86.968248,\n            \"diff24h\": 2.492568\n        },\n        \"usdt\": {\n            \"rate\": \"87.17000000\",\n            \"ask\": 87.196151,\n            \"bid\": 87.133852,\n            \"diff24h\": 2.53\n        },\n        \"busd\": {\n            \"rate\": 87.16871687168715,\n            \"ask\": 87.361774,\n            \"bid\": 86.994396,\n            \"diff24h\": 2.501783\n        },\n        \"1inch\": {\n            \"rate\": 222.34693877551018,\n            \"ask\": 223.394583,\n            \"bid\": 221.894184,\n            \"diff24h\": 5.295657\n        },\n        \"aud\": {\n            \"rate\": 133.30431361752247,\n            \"ask\": 133.59648,\n            \"bid\": 133.02612,\n            \"diff24h\": 3.588165\n        },\n        \"paxg\": {\n            \"rate\": 0.04437255694837579,\n            \"ask\": 0.044461,\n            \"bid\": 0.044247,\n            \"diff24h\": 0.00154\n        },\n        \"rub\": {\n            \"rate\": 6979.7809128528,\n            \"ask\": 6997.600778,\n            \"bid\": 6962.706175,\n            \"diff24h\": 197.810095\n        },\n        \"link\": {\n            \"rate\": 13.791369920402177,\n            \"ask\": 13.831877,\n            \"bid\": 13.769819,\n            \"diff24h\": 0.33561\n        },\n        \"xlm\": {\n            \"rate\": 991.5662650602409,\n            \"ask\": 996.676737,\n            \"bid\": 989.156627,\n            \"diff24h\": 14.596568\n        },\n        \"bat\": {\n            \"rate\": 405.41871921182263,\n            \"ask\": 412.258842,\n            \"bid\": 410.613098,\n            \"diff24h\": 15.575914\n        },\n        \"egld\": {\n            \"rate\": 2.4455667789001123,\n            \"ask\": 2.451511,\n            \"bid\": 2.440589,\n            \"diff24h\": 0.087628\n        },\n        \"tusd\": {\n            \"rate\": 89.77546110665597,\n            \"ask\": 89.95496,\n            \"bid\": 89.576955,\n            \"diff24h\": 9.142258\n        },\n        \"sol\": {\n            \"rate\": 4.516062176165803,\n            \"ask\": 4.528116,\n            \"bid\": 4.506871,\n            \"diff24h\": 0.141385\n        },\n        \"fil\": {\n            \"rate\": 19.836140191169775,\n            \"ask\": 19.878777,\n            \"bid\": 19.791267,\n            \"diff24h\": 0.662867\n        },\n        \"mkr\": {\n            \"rate\": 0.14008510638297872,\n            \"ask\": 0.140485,\n            \"bid\": 0.139644,\n            \"diff24h\": 0.005303\n        },\n        \"ada\": {\n            \"rate\": 244.00895856662933,\n            \"ask\": 244.533343,\n            \"bid\": 243.444318,\n            \"diff24h\": 7.093202\n        },\n        \"cake\": {\n            \"rate\": 57.0045781556573,\n            \"ask\": 57.164481,\n            \"bid\": 56.888549,\n            \"diff24h\": 2.706951\n        },\n        \"near\": {\n            \"rate\": 55.62220804084238,\n            \"ask\": 55.777369,\n            \"bid\": 55.509007,\n            \"diff24h\": 1.219894\n        },\n        \"eur\": {\n            \"rate\": 81.09031016082587,\n            \"ask\": 81.425892,\n            \"bid\": 80.763299,\n            \"diff24h\": 2.175929\n        },\n        \"cad\": {\n            \"rate\": 118.586073755088,\n            \"ask\": 118.840779,\n            \"bid\": 118.343843,\n            \"diff24h\": 3.46778\n        },\n        \"usdp\": {\n            \"rate\": 87.18615584675402,\n            \"ask\": 87.379295,\n            \"bid\": 87.011741,\n            \"diff24h\": 2.49381\n        },\n        \"icp\": {\n            \"rate\": 17.963726298433635,\n            \"ask\": 17.998631,\n            \"bid\": 17.919779,\n            \"diff24h\": 0.42332\n        },\n        \"vet\": {\n            \"rate\": 4553.814002089864,\n            \"ask\": 4563.609998,\n            \"bid\": 4542.16804,\n            \"diff24h\": 142.662361\n        },\n        \"eurs\": {\n            \"rate\": 81.0894991928468,\n            \"ask\": 81.263704,\n            \"bid\": 80.925502,\n            \"diff24h\": 2.175854\n        },\n        \"uni\": {\n            \"rate\": 17.46419098143236,\n            \"ask\": 17.510568,\n            \"bid\": 17.412629,\n            \"diff24h\": 0.306128\n        },\n        \"omg\": {\n            \"rate\": 95.71428571428571,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": 1.944318\n        },\n        \"trx\": {\n            \"rate\": 1147.8993810088239,\n            \"ask\": 1150.521693,\n            \"bid\": 1145.5598,\n            \"diff24h\": 51.822727\n        },\n        \"eth\": {\n            \"rate\": \"0.04805000\",\n            \"ask\": 0.048156,\n            \"bid\": 0.047944,\n            \"diff24h\": 0.00068\n        },\n        \"doge\": {\n            \"rate\": 1228.3582089552237,\n            \"ask\": 1099.356912,\n            \"bid\": 1094.968261,\n            \"diff24h\": 25.373134\n        },\n        \"btc\": {\n            \"rate\": \"0.00329200\",\n            \"ask\": 0.003299,\n            \"bid\": 0.003284,\n            \"diff24h\": 0.000068\n        },\n        \"comp\": {\n            \"rate\": 2.6003159557661926,\n            \"ask\": 2.608547,\n            \"bid\": 2.591328,\n            \"diff24h\": 0.139247\n        },\n        \"sand\": {\n            \"rate\": 173.38372786950467,\n            \"ask\": 173.791016,\n            \"bid\": 173.030832,\n            \"diff24h\": 5.759965\n        },\n        \"yfi\": {\n            \"rate\": 0.01363711681855841,\n            \"ask\": 0.013664,\n            \"bid\": 0.013589,\n            \"diff24h\": 0.000226\n        },\n        \"btt\": {\n            \"rate\": 148813385.69233397,\n            \"ask\": 87339286.57887,\n            \"bid\": 86990626.752208,\n            \"diff24h\": 6711656.634083\n        },\n        \"theta\": {\n            \"rate\": 103.8855780691299,\n            \"ask\": 104.233163,\n            \"bid\": 103.674122,\n            \"diff24h\": 2.991657\n        },\n        \"avax\": {\n            \"rate\": 6.168435951875442,\n            \"ask\": 6.186073,\n            \"bid\": 6.155882,\n            \"diff24h\": 0.177636\n        },\n        \"eos\": {\n            \"rate\": 103.10053241465705,\n            \"ask\": 103.06471,\n            \"bid\": 102.653274,\n            \"diff24h\": 2.00301\n        },\n        \"bnb\": {\n            \"rate\": \"0.28400000\",\n            \"ask\": 0.284768,\n            \"bid\": 0.283532,\n            \"diff24h\": 0.0068\n        },\n        \"xrp\": {\n            \"rate\": 187.2582480091012,\n            \"ask\": 187.763233,\n            \"bid\": 186.803185,\n            \"diff24h\": -0.401822\n        },\n        \"zil\": {\n            \"rate\": 3827.8436539306103,\n            \"ask\": 3837.786004,\n            \"bid\": 3820.024739,\n            \"diff24h\": 87.233844\n        },\n        \"pax\": {\n            \"rate\": 87.16,\n            \"ask\": 87.34434,\n            \"bid\": 86.98568,\n            \"diff24h\": 2.51\n        },\n        \"matic\": {\n            \"rate\": 92.96075085324232,\n            \"ask\": 93.15061,\n            \"bid\": 92.751804,\n            \"diff24h\": -3.057852\n        },\n        \"atom\": {\n            \"rate\": 8.317587556064511,\n            \"ask\": 8.334671,\n            \"bid\": 8.299076,\n            \"diff24h\": 0.251842\n        },\n        \"zrx\": {\n            \"rate\": 398.54721549636804,\n            \"ask\": 412.258842,\n            \"bid\": 410.613098,\n            \"diff24h\": 8.232446\n        }\n    },\n    \"eurs\": {\n        \"ilv\": {\n            \"rate\": 0.022806317368053892,\n            \"ask\": 0.022872,\n            \"bid\": 0.02275,\n            \"diff24h\": -0.000134\n        },\n        \"cake\": {\n            \"rate\": 0.7029834778001178,\n            \"ask\": 0.704866,\n            \"bid\": 0.701554,\n            \"diff24h\": 0.01492\n        },\n        \"sol\": {\n            \"rate\": 0.0556923180081026,\n            \"ask\": 0.05628,\n            \"bid\": 0.055134,\n            \"diff24h\": 0.000256\n        },\n        \"gmt\": {\n            \"rate\": 4.088481314402358,\n            \"ask\": 4.098303,\n            \"bid\": 4.080176,\n            \"diff24h\": 0.028332\n        },\n        \"ape\": {\n            \"rate\": 0.33391169231325885,\n            \"ask\": 0.334691,\n            \"bid\": 0.333233,\n            \"diff24h\": 0.002015\n        },\n        \"mkr\": {\n            \"rate\": 0.0017280735330488426,\n            \"ask\": 0.001732,\n            \"bid\": 0.001722,\n            \"diff24h\": 0.000017\n        },\n        \"link\": {\n            \"rate\": 0.17007305973993356,\n            \"ask\": 0.170444,\n            \"bid\": 0.169727,\n            \"diff24h\": -0.000385\n        },\n        \"btc\": {\n            \"rate\": 0.00004059717390540209,\n            \"ask\": 0.000041,\n            \"bid\": 0.000041\n        },\n        \"rub\": {\n            \"rate\": 86.0741671725,\n            \"ask\": 86.974912,\n            \"bid\": 85.174201,\n            \"diff24h\": 0.133294\n        },\n        \"egld\": {\n            \"rate\": 0.03015885907846184,\n            \"ask\": 0.030228,\n            \"bid\": 0.030098,\n            \"diff24h\": 0.000279\n        },\n        \"bsv\": {\n            \"rate\": 0.03366254012797733,\n            \"ask\": 0.033999,\n            \"bid\": 0.033281,\n            \"diff24h\": -0.000083\n        },\n        \"usdc\": {\n            \"rate\": 1.0887348833048862,\n            \"ask\": 1.099662,\n            \"bid\": 1.07771,\n            \"diff24h\": 0.010319\n        },\n        \"comp\": {\n            \"rate\": 0.03206628095335262,\n            \"ask\": 0.032131,\n            \"bid\": 0.031992,\n            \"diff24h\": 0.000856\n        },\n        \"xmr\": {\n            \"rate\": 0.007099483075009116,\n            \"ask\": 0.007175,\n            \"bid\": 0.007028,\n            \"diff24h\": -0.000038\n        },\n        \"xtz\": {\n            \"rate\": 1.2298189216892221,\n            \"ask\": 1.233718,\n            \"bid\": 1.227319,\n            \"diff24h\": -0.010287\n        },\n        \"dot\": {\n            \"rate\": 0.20575454394264547,\n            \"ask\": 0.206131,\n            \"bid\": 0.205258,\n            \"diff24h\": 0.001666\n        },\n        \"usdt\": {\n            \"rate\": 1.0748509880790462,\n            \"ask\": 1.085635,\n            \"bid\": 1.064078,\n            \"diff24h\": 0.002169\n        },\n        \"ada\": {\n            \"rate\": 3.009131404133203,\n            \"ask\": 3.015216,\n            \"bid\": 3.002174,\n            \"diff24h\": 0.006916\n        },\n        \"aud\": {\n            \"rate\": 1.64385,\n            \"ask\": 1.660339,\n            \"bid\": 1.627362,\n            \"diff24h\": 0.00015\n        },\n        \"trx\": {\n            \"rate\": 14.155955979933887,\n            \"ask\": 14.186497,\n            \"bid\": 14.127133,\n            \"diff24h\": 0.266385\n        },\n        \"matic\": {\n            \"rate\": 1.1463969043903373,\n            \"ask\": 1.157763,\n            \"bid\": 1.134654,\n            \"diff24h\": -0.070358\n        },\n        \"mana\": {\n            \"rate\": 2.33158728320256,\n            \"ask\": 2.336301,\n            \"bid\": 2.326344,\n            \"diff24h\": -0.000351\n        },\n        \"paxg\": {\n            \"rate\": 0.0005470034287818728,\n            \"ask\": 0.000548,\n            \"bid\": 0.000546,\n            \"diff24h\": 0.000003\n        },\n        \"gala\": {\n            \"rate\": 35.79293165355911,\n            \"ask\": 35.87786,\n            \"bid\": 35.719575,\n            \"diff24h\": -0.08304\n        },\n        \"ht\": {\n            \"rate\": 0.3442531907748711,\n            \"ask\": 0.345193,\n            \"bid\": 0.343476,\n            \"diff24h\": -0.001163\n        },\n        \"doge\": {\n            \"rate\": 15.15597486684123,\n            \"ask\": 15.186569,\n            \"bid\": 15.123087,\n            \"diff24h\": -0.076793\n        },\n        \"rep\": {\n            \"rate\": 0.22457803988200664,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": 0.000081\n        },\n        \"fil\": {\n            \"rate\": 0.2446203317151525,\n            \"ask\": 0.245115,\n            \"bid\": 0.244067,\n            \"diff24h\": 0.001655\n        },\n        \"theta\": {\n            \"rate\": 1.2811224523913947,\n            \"ask\": 1.295507,\n            \"bid\": 1.268269,\n            \"diff24h\": 0.002587\n        },\n        \"cad\": {\n            \"rate\": 1.462445,\n            \"ask\": 1.477125,\n            \"bid\": 1.447766,\n            \"diff24h\": 0.00376\n        },\n        \"eos\": {\n            \"rate\": 1.2690221222625504,\n            \"ask\": 1.273092,\n            \"bid\": 1.266442,\n            \"diff24h\": -0.012569\n        },\n        \"vet\": {\n            \"rate\": 56.15787552541171,\n            \"ask\": 56.720824,\n            \"bid\": 55.565358,\n            \"diff24h\": 0.259411\n        },\n        \"dash\": {\n            \"rate\": 0.025950307521882664,\n            \"ask\": 0.026003,\n            \"bid\": 0.025891,\n            \"diff24h\": -0.000458\n        },\n        \"snx\": {\n            \"rate\": 0.4523828861769277,\n            \"ask\": 0.453298,\n            \"bid\": 0.451273,\n            \"diff24h\": -0.01259\n        },\n        \"pax\": {\n            \"rate\": 1.07486173755638,\n            \"ask\": 1.085636,\n            \"bid\": 1.064079,\n            \"diff24h\": 0.00218\n        },\n        \"avax\": {\n            \"rate\": 0.0760694789494961,\n            \"ask\": 0.076277,\n            \"bid\": 0.075915,\n            \"diff24h\": 0.000154\n        },\n        \"bat\": {\n            \"rate\": 4.987757482860232,\n            \"ask\": 4.997853,\n            \"bid\": 4.9753,\n            \"diff24h\": 0.04903\n        },\n        \"zrx\": {\n            \"rate\": 4.928297742120037,\n            \"ask\": 4.935992,\n            \"bid\": 4.911511,\n            \"diff24h\": -0.028687\n        },\n        \"axs\": {\n            \"rate\": 0.1578357911242849,\n            \"ask\": 0.158155,\n            \"bid\": 0.157284,\n            \"diff24h\": 0.002823\n        },\n        \"ftm\": {\n            \"rate\": 3.251245425155415,\n            \"ask\": 3.28383,\n            \"bid\": 3.217655,\n            \"diff24h\": -0.008224\n        },\n        \"usdp\": {\n            \"rate\": 1.0887348833048862,\n            \"ask\": 1.099662,\n            \"bid\": 1.07771,\n            \"diff24h\": 0.010319\n        },\n        \"omg\": {\n            \"rate\": 1.423657930538252,\n            \"ask\": 1.426538,\n            \"bid\": 1.418884,\n            \"diff24h\": -0.018132\n        },\n        \"atom\": {\n            \"rate\": 0.10257293038995897,\n            \"ask\": 0.102771,\n            \"bid\": 0.102345,\n            \"diff24h\": 0.000363\n        },\n        \"xlm\": {\n            \"rate\": 12.25612015457674,\n            \"ask\": 12.280865,\n            \"bid\": 12.217318,\n            \"diff24h\": -0.130618\n        },\n        \"chf\": {\n            \"rate\": 0.9705349999999999,\n            \"ask\": 0.980285,\n            \"bid\": 0.960785,\n            \"diff24h\": -0.00039\n        },\n        \"xrp\": {\n            \"rate\": 2.3095439139587026,\n            \"ask\": 2.314216,\n            \"bid\": 2.304353,\n            \"diff24h\": -0.067875\n        },\n        \"btt\": {\n            \"rate\": 1835174.556182995,\n            \"ask\": 1077005.556938,\n            \"bid\": 1072706.133557,\n            \"diff24h\": 34450.127379\n        },\n        \"yfi\": {\n            \"rate\": 0.00016810474469133253,\n            \"ask\": 0.000168,\n            \"bid\": 0.000168,\n            \"diff24h\": -0.000001\n        },\n        \"near\": {\n            \"rate\": 0.685936016309113,\n            \"ask\": 0.687762,\n            \"bid\": 0.684541,\n            \"diff24h\": -0.003454\n        },\n        \"gbp\": {\n            \"rate\": 0.8681099999999999,\n            \"ask\": 0.876832,\n            \"bid\": 0.85939,\n            \"diff24h\": 0.000035\n        },\n        \"eur\": {\n            \"rate\": 1,\n            \"ask\": 1,\n            \"bid\": 1\n        },\n        \"bnt\": {\n            \"rate\": 2.625456124954519,\n            \"ask\": 2.636565,\n            \"bid\": 2.620757,\n            \"diff24h\": -0.040941\n        },\n        \"usd\": {\n            \"rate\": 1.074805,\n            \"ask\": 1.085578,\n            \"bid\": 1.064032,\n            \"diff24h\": 0.00222\n        },\n        \"uni\": {\n            \"rate\": 0.21535999550318174,\n            \"ask\": 0.215796,\n            \"bid\": 0.214879,\n            \"diff24h\": -0.001828\n        },\n        \"1inch\": {\n            \"rate\": 2.741994228460153,\n            \"ask\": 2.754565,\n            \"bid\": 2.736416,\n            \"diff24h\": -0.008497\n        },\n        \"busd\": {\n            \"rate\": 1.074969234479828,\n            \"ask\": 1.085852,\n            \"bid\": 1.064184,\n            \"diff24h\": 0.002063\n        },\n        \"tusd\": {\n            \"rate\": 1.0887348833048862,\n            \"ask\": 1.099662,\n            \"bid\": 1.07771,\n            \"diff24h\": 0.010319\n        },\n        \"bch\": {\n            \"rate\": 0.009537371229426621,\n            \"ask\": 0.009565,\n            \"bid\": 0.009518,\n            \"diff24h\": -0.000109\n        },\n        \"dai\": {\n            \"rate\": 1.074646765208869,\n            \"ask\": 1.085527,\n            \"bid\": 1.063866,\n            \"diff24h\": 0.001965\n        },\n        \"zil\": {\n            \"rate\": 47.2051707315055,\n            \"ask\": 47.321784,\n            \"bid\": 47.108844,\n            \"diff24h\": -0.196135\n        },\n        \"ltc\": {\n            \"rate\": 0.012332052977930016,\n            \"ask\": 0.012357,\n            \"bid\": 0.012306,\n            \"diff24h\": -0.00034\n        },\n        \"icp\": {\n            \"rate\": 0.22152962439331825,\n            \"ask\": 0.223704,\n            \"bid\": 0.219217,\n            \"diff24h\": -0.000744\n        },\n        \"sushi\": {\n            \"rate\": 1.2872595659357846,\n            \"ask\": 1.291409,\n            \"bid\": 1.284643,\n            \"diff24h\": 0.022293\n        },\n        \"eth\": {\n            \"rate\": 0.0005926674776998126,\n            \"ask\": 0.000594,\n            \"bid\": 0.000591,\n            \"diff24h\": -0.000008\n        },\n        \"sand\": {\n            \"rate\": 2.1381773175977323,\n            \"ask\": 2.142928,\n            \"bid\": 2.13383,\n            \"diff24h\": 0.014036\n        },\n        \"aave\": {\n            \"rate\": 0.01698043819204392,\n            \"ask\": 0.017015,\n            \"bid\": 0.016919,\n            \"diff24h\": 0.000034\n        },\n        \"bnb\": {\n            \"rate\": 0.0035034606830390484,\n            \"ask\": 0.003512,\n            \"bid\": 0.003496,\n            \"diff24h\": -0.00001\n        }\n    },\n    \"aave\": {\n        \"btc\": {\n            \"rate\": \"0.00239500\",\n            \"ask\": 0.002398,\n            \"bid\": 0.002391,\n            \"diff24h\": -0.000014\n        },\n        \"eth\": {\n            \"rate\": \"0.03500000\",\n            \"ask\": 0.03507,\n            \"bid\": 0.03483,\n            \"diff24h\": -0.0005\n        },\n        \"theta\": {\n            \"rate\": 75.44696066746125,\n            \"ask\": 75.807612,\n            \"bid\": 75.296077\n        },\n        \"paxg\": {\n            \"rate\": 0.03221374045801526,\n            \"ask\": 0.032334,\n            \"bid\": 0.032156,\n            \"diff24h\": 0.000131\n        },\n        \"aud\": {\n            \"rate\": 96.81233423576379,\n            \"ask\": 97.16665,\n            \"bid\": 96.610296,\n            \"diff24h\": -0.187456\n        },\n        \"xrp\": {\n            \"rate\": 136.01203266007735,\n            \"ask\": 136.499334,\n            \"bid\": 135.710859,\n            \"diff24h\": -4.280521\n        },\n        \"yfi\": {\n            \"rate\": 0.0098999061620269,\n            \"ask\": 0.009907,\n            \"bid\": 0.009858,\n            \"diff24h\": -0.000094\n        },\n        \"xtz\": {\n            \"rate\": 72.42562929061785,\n            \"ask\": 72.768384,\n            \"bid\": 72.280809,\n            \"diff24h\": -0.753561\n        },\n        \"eur\": {\n            \"rate\": 58.891884272375826,\n            \"ask\": 59.222227,\n            \"bid\": 58.654392,\n            \"diff24h\": -0.119106\n        },\n        \"dai\": {\n            \"rate\": 63.28734,\n            \"ask\": 63.52046,\n            \"bid\": 63.16074,\n            \"diff24h\": -0.01266\n        },\n        \"cad\": {\n            \"rate\": 86.12320409243999,\n            \"ask\": 86.434615,\n            \"bid\": 85.947284,\n            \"diff24h\": 0.039471\n        },\n        \"mkr\": {\n            \"rate\": 0.1017684887459807,\n            \"ask\": 0.10212,\n            \"bid\": 0.101424,\n            \"diff24h\": 0.000812\n        },\n        \"xmr\": {\n            \"rate\": 0.41809775429326285,\n            \"ask\": 0.419853,\n            \"bid\": 0.417256,\n            \"diff24h\": -0.00306\n        },\n        \"eurs\": {\n            \"rate\": 58.89129530641582,\n            \"ask\": 59.104265,\n            \"bid\": 58.772192,\n            \"diff24h\": -0.119145\n        },\n        \"chf\": {\n            \"rate\": 57.152795410559996,\n            \"ask\": 57.360136,\n            \"bid\": 57.035389,\n            \"diff24h\": -0.142474\n        },\n        \"snx\": {\n            \"rate\": 26.641414141414142,\n            \"ask\": 26.736889,\n            \"bid\": 26.576936,\n            \"diff24h\": -0.796817\n        },\n        \"matic\": {\n            \"rate\": 67.51279863481228,\n            \"ask\": 67.747474,\n            \"bid\": 67.363413,\n            \"diff24h\": -4.288472\n        },\n        \"omg\": {\n            \"rate\": 83.84105960264901,\n            \"ask\": 84.141478,\n            \"bid\": 83.562667,\n            \"diff24h\": -1.239586\n        },\n        \"dash\": {\n            \"rate\": 1.5282472235634956,\n            \"ask\": 1.533712,\n            \"bid\": 1.524832,\n            \"diff24h\": -0.030098\n        },\n        \"bat\": {\n            \"rate\": 293.73549883990717,\n            \"ask\": 294.787913,\n            \"bid\": 293.01203,\n            \"diff24h\": 2.299035\n        },\n        \"usdc\": {\n            \"rate\": 76.68404170008019,\n            \"ask\": 76.837365,\n            \"bid\": 76.422996,\n            \"diff24h\": -1.163869\n        },\n        \"link\": {\n            \"rate\": 10.015822784810124,\n            \"ask\": 10.053276,\n            \"bid\": 9.995767,\n            \"diff24h\": -0.042973\n        },\n        \"bch\": {\n            \"rate\": 0.5616681455190772,\n            \"ask\": 0.564203,\n            \"bid\": 0.560516,\n            \"diff24h\": -0.007576\n        },\n        \"ada\": {\n            \"rate\": 177.2116461366181,\n            \"ask\": 177.846589,\n            \"bid\": 176.80773,\n            \"diff24h\": 0.049597\n        },\n        \"doge\": {\n            \"rate\": 892.554991539763,\n            \"ask\": 895.752966,\n            \"bid\": 890.644275,\n            \"diff24h\": -6.337369\n        },\n        \"comp\": {\n            \"rate\": 1.8884248210023864,\n            \"ask\": 1.895198,\n            \"bid\": 1.88408,\n            \"diff24h\": 0.046702\n        },\n        \"tusd\": {\n            \"rate\": 76.68404170008019,\n            \"ask\": 76.837365,\n            \"bid\": 76.422996,\n            \"diff24h\": -1.163869\n        },\n        \"uni\": {\n            \"rate\": 12.68282909236626,\n            \"ask\": 12.728286,\n            \"bid\": 12.654902,\n            \"diff24h\": -0.13353\n        },\n        \"rep\": {\n            \"rate\": 16.448202959830866,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": 0.2537\n        },\n        \"gbp\": {\n            \"rate\": 51.12057182086176,\n            \"ask\": 51.45899,\n            \"bid\": 50.862816,\n            \"diff24h\": -0.103953\n        },\n        \"icp\": {\n            \"rate\": 13.04616652926628,\n            \"ask\": 13.090188,\n            \"bid\": 13.014682,\n            \"diff24h\": -0.070286\n        },\n        \"ltc\": {\n            \"rate\": 0.7262505736576411,\n            \"ask\": 0.728878,\n            \"bid\": 0.72469,\n            \"diff24h\": -0.021534\n        },\n        \"bnb\": {\n            \"rate\": \"0.20670000\",\n            \"ask\": 0.207314,\n            \"bid\": 0.206187,\n            \"diff24h\": -0.0006\n        },\n        \"bnt\": {\n            \"rate\": 154.61651196873473,\n            \"ask\": 155.512374,\n            \"bid\": 154.344996,\n            \"diff24h\": -2.728753\n        },\n        \"usdt\": {\n            \"rate\": \"63.40000000\",\n            \"ask\": 63.41902,\n            \"bid\": 63.28101,\n            \"diff24h\": 0.1\n        },\n        \"sol\": {\n            \"rate\": 3.2797927461139893,\n            \"ask\": 3.293234,\n            \"bid\": 3.273261,\n            \"diff24h\": 0.008475\n        },\n        \"dot\": {\n            \"rate\": 12.117151607963246,\n            \"ask\": 12.158241,\n            \"bid\": 12.088319,\n            \"diff24h\": 0.073773\n        },\n        \"xlm\": {\n            \"rate\": 721.7787913340935,\n            \"ask\": 724.364861,\n            \"bid\": 719.51482,\n            \"diff24h\": -9.168091\n        },\n        \"zrx\": {\n            \"rate\": 290.23383768913345,\n            \"ask\": 291.140219,\n            \"bid\": 289.255498,\n            \"diff24h\": -2.280026\n        },\n        \"trx\": {\n            \"rate\": 833.6625839589095,\n            \"ask\": 836.769582,\n            \"bid\": 831.96797,\n            \"diff24h\": 14.032906\n        },\n        \"vet\": {\n            \"rate\": 3307.2100313479623,\n            \"ask\": 3319.059568,\n            \"bid\": 3298.872065,\n            \"diff24h\": 8.617014\n        },\n        \"busd\": {\n            \"rate\": \"63.40000000\",\n            \"ask\": 63.627,\n            \"bid\": 63.1734,\n            \"diff24h\": 0.2\n        },\n        \"usd\": {\n            \"rate\": 63.294936,\n            \"ask\": 63.521728,\n            \"bid\": 63.167703,\n            \"diff24h\": 0.001266\n        },\n        \"usdp\": {\n            \"rate\": 63.31899569870961,\n            \"ask\": 63.501483,\n            \"bid\": 63.242982,\n            \"diff24h\": -0.01267\n        },\n        \"sushi\": {\n            \"rate\": 75.80838323353294,\n            \"ask\": 76.171193,\n            \"bid\": 75.656797,\n            \"diff24h\": 1.162157\n        },\n        \"eos\": {\n            \"rate\": 74.73435655253837,\n            \"ask\": 75.090799,\n            \"bid\": 74.584866,\n            \"diff24h\": -0.892884\n        }\n    },\n    \"busd\": {\n        \"gmt\": {\n            \"rate\": 3.803347280334728,\n            \"ask\": 3.812398,\n            \"bid\": 3.795369,\n            \"diff24h\": 0.019093\n        },\n        \"xmr\": {\n            \"rate\": 0.006600660066006601,\n            \"ask\": 0.006623,\n            \"bid\": 0.006592,\n            \"diff24h\": -0.000053\n        },\n        \"bnt\": {\n            \"rate\": 2.450379808870375,\n            \"ask\": 2.453477,\n            \"bid\": 2.439501,\n            \"diff24h\": -0.029779\n        },\n        \"near\": {\n            \"rate\": 0.6380982769623486,\n            \"ask\": 0.639783,\n            \"bid\": 0.636759,\n            \"diff24h\": -0.004447\n        },\n        \"paxg\": {\n            \"rate\": 0.0005088549618320611,\n            \"ask\": 0.00051,\n            \"bid\": 0.000508,\n            \"diff24h\": 0.000002\n        },\n        \"zrx\": {\n            \"rate\": 4.593477262287552,\n            \"ask\": 4.592117,\n            \"bid\": 4.565416,\n            \"diff24h\": -0.03187\n        },\n        \"comp\": {\n            \"rate\": 0.0298299522673031,\n            \"ask\": 0.02989,\n            \"bid\": 0.029758,\n            \"diff24h\": 0.000741\n        },\n        \"doge\": {\n            \"rate\": 14.098984771573607,\n            \"ask\": 14.127125,\n            \"bid\": 14.067458,\n            \"diff24h\": -0.098686\n        },\n        \"aave\": {\n            \"rate\": 0.015772870662460567,\n            \"ask\": 0.015829,\n            \"bid\": 0.015717,\n            \"diff24h\": -0.00005\n        },\n        \"omg\": {\n            \"rate\": 1.3262599469496021,\n            \"ask\": 1.325397,\n            \"bid\": 1.318362,\n            \"diff24h\": -0.017826\n        },\n        \"matic\": {\n            \"rate\": 1.0634903754121026,\n            \"ask\": 1.065844,\n            \"bid\": 1.061251,\n            \"diff24h\": -0.070425\n        },\n        \"axs\": {\n            \"rate\": 0.14682819383259915,\n            \"ask\": 0.147122,\n            \"bid\": 0.146305,\n            \"diff24h\": 0.002348\n        },\n        \"tusd\": {\n            \"rate\": 1,\n            \"ask\": 1.002,\n            \"bid\": 0.998\n        },\n        \"eth\": {\n            \"rate\": 0.0005513343625937363,\n            \"ask\": 0.000552,\n            \"bid\": 0.00055,\n            \"diff24h\": -0.000008\n        },\n        \"sand\": {\n            \"rate\": 1.989059080962801,\n            \"ask\": 1.993434,\n            \"bid\": 1.984883,\n            \"diff24h\": 0.009257\n        },\n        \"ada\": {\n            \"rate\": 2.7995520716685327,\n            \"ask\": 2.805151,\n            \"bid\": 2.793171,\n            \"diff24h\": 0.002349\n        },\n        \"cake\": {\n            \"rate\": 0.6539568345323742,\n            \"ask\": 0.655693,\n            \"bid\": 0.652584,\n            \"diff24h\": 0.012648\n        },\n        \"bnb\": {\n            \"rate\": 0.0032594524119947846,\n            \"ask\": 0.003267,\n            \"bid\": 0.003253,\n            \"diff24h\": -0.000015\n        },\n        \"eurs\": {\n            \"rate\": 0.9302591813094025,\n            \"ask\": 0.939593,\n            \"bid\": 0.920843,\n            \"diff24h\": -0.001789\n        },\n        \"cad\": {\n            \"rate\": 1.3604200911853201,\n            \"ask\": 1.363186,\n            \"bid\": 1.357505,\n            \"diff24h\": 0.000759\n        },\n        \"usd\": {\n            \"rate\": 0.999820008,\n            \"ask\": 1.00182,\n            \"bid\": 0.99771,\n            \"diff24h\": 0.00012\n        },\n        \"btc\": {\n            \"rate\": 0.000037762995662919945,\n            \"ask\": 0.000038,\n            \"bid\": 0.000038\n        },\n        \"aud\": {\n            \"rate\": 1.5292678199421834,\n            \"ask\": 1.532444,\n            \"bid\": 1.525923,\n            \"diff24h\": -0.002808\n        },\n        \"ftt\": {\n            \"rate\": 1.0567473317129874,\n            \"ask\": 1.058861,\n            \"bid\": 1.052743\n        },\n        \"usdt\": {\n            \"rate\": \"0.99990000\",\n            \"ask\": 1.0019,\n            \"bid\": 0.9978,\n            \"diff24h\": 0.0002\n        },\n        \"gbp\": {\n            \"rate\": 0.8075112126963615,\n            \"ask\": 0.811575,\n            \"bid\": 0.803359,\n            \"diff24h\": -0.001561\n        },\n        \"atom\": {\n            \"rate\": 0.09541941024906958,\n            \"ask\": 0.095601,\n            \"bid\": 0.095201,\n            \"diff24h\": 0.000155\n        },\n        \"rep\": {\n            \"rate\": 0.21101479915433402,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": 0.000063\n        },\n        \"avax\": {\n            \"rate\": 0.07076433121019109,\n            \"ask\": 0.070956,\n            \"bid\": 0.070616,\n            \"diff24h\": 0.000007\n        },\n        \"egld\": {\n            \"rate\": 0.02805555555555556,\n            \"ask\": 0.02812,\n            \"bid\": 0.027997,\n            \"diff24h\": 0.000206\n        },\n        \"dai\": {\n            \"rate\": \"0.99990000\",\n            \"ask\": 1.002,\n            \"bid\": 0.9979,\n            \"diff24h\": 0.0001\n        },\n        \"usdp\": {\n            \"rate\": 1,\n            \"ask\": 1.002,\n            \"bid\": 0.998\n        },\n        \"dot\": {\n            \"rate\": 0.19140505359877488,\n            \"ask\": 0.191751,\n            \"bid\": 0.19093,\n            \"diff24h\": 0.001184\n        },\n        \"srm\": {\n            \"rate\": 6.272345229881453,\n            \"ask\": 6.318577,\n            \"bid\": 6.259801\n        },\n        \"bch\": {\n            \"rate\": 0.008872227151730257,\n            \"ask\": 0.008898,\n            \"bid\": 0.008854,\n            \"diff24h\": -0.000119\n        },\n        \"xlm\": {\n            \"rate\": 11.401368301026228,\n            \"ask\": 11.424128,\n            \"bid\": 11.364518,\n            \"diff24h\": -0.143666\n        },\n        \"zil\": {\n            \"rate\": 43.913043478260875,\n            \"ask\": 44.020526,\n            \"bid\": 43.820529,\n            \"diff24h\": -0.267248\n        },\n        \"eur\": {\n            \"rate\": 0.9302684847385244,\n            \"ask\": 0.934011,\n            \"bid\": 0.926424,\n            \"diff24h\": -0.001788\n        },\n        \"chf\": {\n            \"rate\": 0.90279747442368,\n            \"ask\": 0.904644,\n            \"bid\": 0.900852,\n            \"diff24h\": -0.00216\n        },\n        \"xtz\": {\n            \"rate\": 1.144050343249428,\n            \"ask\": 1.147651,\n            \"bid\": 1.141649,\n            \"diff24h\": -0.011788\n        },\n        \"gala\": {\n            \"rate\": 33.2967032967033,\n            \"ask\": 33.374952,\n            \"bid\": 33.22626,\n            \"diff24h\": -0.141424\n        },\n        \"theta\": {\n            \"rate\": 1.1918951132300357,\n            \"ask\": 1.194279,\n            \"bid\": 1.188095\n        },\n        \"ltc\": {\n            \"rate\": 0.011472005507113357,\n            \"ask\": 0.011495,\n            \"bid\": 0.011447,\n            \"diff24h\": -0.000339\n        },\n        \"ape\": {\n            \"rate\": 0.3106244175209693,\n            \"ask\": 0.311342,\n            \"bid\": 0.309972,\n            \"diff24h\": 0.00128\n        },\n        \"xrp\": {\n            \"rate\": 2.148474430597336,\n            \"ask\": 2.152771,\n            \"bid\": 2.143503,\n            \"diff24h\": -0.067394\n        },\n        \"icp\": {\n            \"rate\": 0.20605810838656502,\n            \"ask\": 0.20647,\n            \"bid\": 0.205604,\n            \"diff24h\": -0.001024\n        },\n        \"btt\": {\n            \"rate\": 1707187.9801946392,\n            \"ask\": 1001849.74688,\n            \"bid\": 997850.346693,\n            \"diff24h\": 28826.38879\n        },\n        \"link\": {\n            \"rate\": 0.1582278481012658,\n            \"ask\": 0.158519,\n            \"bid\": 0.157861,\n            \"diff24h\": -0.000553\n        },\n        \"uni\": {\n            \"rate\": 0.20034061310358647,\n            \"ask\": 0.200741,\n            \"bid\": 0.19988,\n            \"diff24h\": -0.002089\n        },\n        \"mkr\": {\n            \"rate\": 0.0016075562700964632,\n            \"ask\": 0.001611,\n            \"bid\": 0.001602,\n            \"diff24h\": 0.000013\n        },\n        \"ftm\": {\n            \"rate\": 3.0245009074410163,\n            \"ask\": 3.030548,\n            \"bid\": 3.017241,\n            \"diff24h\": -0.013481\n        },\n        \"eos\": {\n            \"rate\": 1.1805194805194807,\n            \"ask\": 1.184279,\n            \"bid\": 1.178041,\n            \"diff24h\": -0.013985\n        },\n        \"ilv\": {\n            \"rate\": 0.021215786123488223,\n            \"ask\": 0.021276,\n            \"bid\": 0.021162,\n            \"diff24h\": -0.000166\n        },\n        \"snx\": {\n            \"rate\": 0.4208754208754209,\n            \"ask\": 0.421362,\n            \"bid\": 0.419328,\n            \"diff24h\": -0.012212\n        },\n        \"yfi\": {\n            \"rate\": 0.0001563232765358762,\n            \"ask\": 0.000157,\n            \"bid\": 0.000156,\n            \"diff24h\": -0.000002\n        },\n        \"1inch\": {\n            \"rate\": 2.550765306122449,\n            \"ask\": 2.562401,\n            \"bid\": 2.545408,\n            \"diff24h\": -0.012824\n        },\n        \"rub\": {\n            \"rate\": 80.072085070692,\n            \"ask\": 80.267321,\n            \"bid\": 79.868183,\n            \"diff24h\": -0.02968\n        },\n        \"mana\": {\n            \"rate\": 2.1689804772234273,\n            \"ask\": 2.173316,\n            \"bid\": 2.163959,\n            \"diff24h\": -0.004498\n        },\n        \"pax\": {\n            \"rate\": 1,\n            \"ask\": 1.002,\n            \"bid\": 0.998\n        },\n        \"sol\": {\n            \"rate\": 0.05181347150259067,\n            \"ask\": 0.051917,\n            \"bid\": 0.051683,\n            \"diff24h\": 0.000134\n        },\n        \"dash\": {\n            \"rate\": 0.024140511830033802,\n            \"ask\": 0.024189,\n            \"bid\": 0.024084,\n            \"diff24h\": -0.000473\n        },\n        \"fil\": {\n            \"rate\": 0.22756030951297224,\n            \"ask\": 0.228015,\n            \"bid\": 0.227031,\n            \"diff24h\": 0.001105\n        },\n        \"bat\": {\n            \"rate\": 4.639907192575406,\n            \"ask\": 4.649194,\n            \"bid\": 4.628012,\n            \"diff24h\": 0.036776\n        },\n        \"vet\": {\n            \"rate\": 52.27391531625718,\n            \"ask\": 52.351097,\n            \"bid\": 52.114883,\n            \"diff24h\": 0.190582\n        },\n        \"usdc\": {\n            \"rate\": 1,\n            \"ask\": 1.002,\n            \"bid\": 0.998\n        },\n        \"sushi\": {\n            \"rate\": 1.1976047904191618,\n            \"ask\": 1.2,\n            \"bid\": 1.19378,\n            \"diff24h\": 0.019748\n        },\n        \"trx\": {\n            \"rate\": 13.168290755859891,\n            \"ask\": 13.194627,\n            \"bid\": 13.140224,\n            \"diff24h\": 0.224982\n        }\n    },\n    \"mana\": {\n        \"pax\": {\n            \"rate\": 0.461,\n            \"ask\": 0.462022,\n            \"bid\": 0.460078,\n            \"diff24h\": 0.001\n        },\n        \"eurs\": {\n            \"rate\": 0.42889237182081663,\n            \"ask\": 0.429857,\n            \"bid\": 0.428025,\n            \"diff24h\": 0.000065\n        },\n        \"paxg\": {\n            \"rate\": 0.0002346055979643766,\n            \"ask\": 0.000235,\n            \"bid\": 0.000234,\n            \"diff24h\": 0.000001\n        },\n        \"chf\": {\n            \"rate\": 0.4162312588352,\n            \"ask\": 0.417172,\n            \"bid\": 0.415377,\n            \"diff24h\": -0.000132\n        },\n        \"busd\": {\n            \"rate\": 0.461046104610461,\n            \"ask\": 0.462114,\n            \"bid\": 0.460124,\n            \"diff24h\": 0.000954\n        },\n        \"cad\": {\n            \"rate\": 0.6272163836748,\n            \"ask\": 0.628627,\n            \"bid\": 0.625936,\n            \"diff24h\": 0.001647\n        },\n        \"near\": {\n            \"rate\": 0.2941927249521379,\n            \"ask\": 0.295033,\n            \"bid\": 0.293605,\n            \"diff24h\": -0.001437\n        },\n        \"sand\": {\n            \"rate\": 0.917047941117963,\n            \"ask\": 0.919263,\n            \"bid\": 0.915215,\n            \"diff24h\": 0.006157\n        },\n        \"zil\": {\n            \"rate\": 20.245937637241987,\n            \"ask\": 20.299728,\n            \"bid\": 20.205461,\n            \"diff24h\": -0.081062\n        },\n        \"bat\": {\n            \"rate\": 2.1392111368909514,\n            \"ask\": 2.143953,\n            \"bid\": 2.133944,\n            \"diff24h\": 0.021347\n        },\n        \"ilv\": {\n            \"rate\": 0.009781455548482918,\n            \"ask\": 0.009811,\n            \"bid\": 0.009758,\n            \"diff24h\": -0.000056\n        },\n        \"1inch\": {\n            \"rate\": 1.1760204081632653,\n            \"ask\": 1.181641,\n            \"bid\": 1.173669,\n            \"diff24h\": -0.003467\n        },\n        \"cake\": {\n            \"rate\": 0.30150425114453894,\n            \"ask\": 0.30237,\n            \"bid\": 0.300901,\n            \"diff24h\": 0.006443\n        },\n        \"atom\": {\n            \"rate\": 0.043992747399561036,\n            \"ask\": 0.044086,\n            \"bid\": 0.043896,\n            \"diff24h\": 0.000162\n        },\n        \"egld\": {\n            \"rate\": 0.012934904601571269,\n            \"ask\": 0.012967,\n            \"bid\": 0.012909,\n            \"diff24h\": 0.000122\n        },\n        \"bnb\": {\n            \"rate\": 0.0015026075619295957,\n            \"ask\": 0.001506,\n            \"bid\": 0.001499,\n            \"diff24h\": -0.000004\n        },\n        \"xtz\": {\n            \"rate\": 0.5274599542334096,\n            \"ask\": 0.529235,\n            \"bid\": 0.526406,\n            \"diff24h\": -0.004332\n        },\n        \"avax\": {\n            \"rate\": 0.032625619249823073,\n            \"ask\": 0.032721,\n            \"bid\": 0.03256,\n            \"diff24h\": 0.000071\n        },\n        \"ltc\": {\n            \"rate\": 0.005289123451124369,\n            \"ask\": 0.005301,\n            \"bid\": 0.005278,\n            \"diff24h\": -0.000145\n        },\n        \"comp\": {\n            \"rate\": 0.013752983293556086,\n            \"ask\": 0.013784,\n            \"bid\": 0.013721,\n            \"diff24h\": 0.000369\n        },\n        \"vet\": {\n            \"rate\": 24.085684430512018,\n            \"ask\": 24.139071,\n            \"bid\": 24.024979,\n            \"diff24h\": 0.114866\n        },\n        \"icp\": {\n            \"rate\": 0.09501236603462489,\n            \"ask\": 0.095203,\n            \"bid\": 0.094783,\n            \"diff24h\": -0.000305\n        },\n        \"theta\": {\n            \"rate\": 0.5494636471990465,\n            \"ask\": 0.551338,\n            \"bid\": 0.548365,\n            \"diff24h\": 0.001192\n        },\n        \"doge\": {\n            \"rate\": 6.500282007896221,\n            \"ask\": 6.51469,\n            \"bid\": 6.486372,\n            \"diff24h\": -0.031953\n        },\n        \"matic\": {\n            \"rate\": 0.49168088737201365,\n            \"ask\": 0.492718,\n            \"bid\": 0.490593,\n            \"diff24h\": -0.030098\n        },\n        \"gala\": {\n            \"rate\": 15.351315351315352,\n            \"ask\": 15.390467,\n            \"bid\": 15.320624,\n            \"diff24h\": -0.0333\n        },\n        \"eur\": {\n            \"rate\": 0.4288966611305728,\n            \"ask\": 0.430715,\n            \"bid\": 0.427167,\n            \"diff24h\": 0.000065\n        },\n        \"uni\": {\n            \"rate\": 0.09236625926668003,\n            \"ask\": 0.092571,\n            \"bid\": 0.092163,\n            \"diff24h\": -0.00077\n        },\n        \"snx\": {\n            \"rate\": 0.19402356902356904,\n            \"ask\": 0.194454,\n            \"bid\": 0.193554,\n            \"diff24h\": -0.00537\n        },\n        \"gbp\": {\n            \"rate\": 0.37229989904292693,\n            \"ask\": 0.374254,\n            \"bid\": 0.370423,\n            \"diff24h\": 0.000052\n        },\n        \"fil\": {\n            \"rate\": 0.1049157942649067,\n            \"ask\": 0.105148,\n            \"bid\": 0.104682,\n            \"diff24h\": 0.000726\n        },\n        \"usdc\": {\n            \"rate\": 0.5932237369687249,\n            \"ask\": 0.594209,\n            \"bid\": 0.591678,\n            \"diff24h\": -0.012026\n        },\n        \"aud\": {\n            \"rate\": 0.7050629712904757,\n            \"ask\": 0.70668,\n            \"bid\": 0.703592,\n            \"diff24h\": 0.000167\n        },\n        \"eth\": {\n            \"rate\": 0.0002541905602117336,\n            \"ask\": 0.000255,\n            \"bid\": 0.000254,\n            \"diff24h\": -0.000003\n        },\n        \"sushi\": {\n            \"rate\": 0.5520958083832336,\n            \"ask\": 0.553983,\n            \"bid\": 0.550992,\n            \"diff24h\": 0.009643\n        },\n        \"eos\": {\n            \"rate\": 0.5442739079102715,\n            \"ask\": 0.546125,\n            \"bid\": 0.543186,\n            \"diff24h\": -0.005308\n        },\n        \"zrx\": {\n            \"rate\": 2.113709307657038,\n            \"ask\": 2.117423,\n            \"bid\": 2.106586,\n            \"diff24h\": -0.011984\n        },\n        \"rep\": {\n            \"rate\": 0.12841437632135305,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": 0.001755\n        },\n        \"usd\": {\n            \"rate\": 0.46096312000000006,\n            \"ask\": 0.461985,\n            \"bid\": 0.460037,\n            \"diff24h\": 0.001009\n        },\n        \"xmr\": {\n            \"rate\": 0.003044914134742404,\n            \"ask\": 0.003054,\n            \"bid\": 0.003039,\n            \"diff24h\": -0.000016\n        },\n        \"tusd\": {\n            \"rate\": 0.5932237369687249,\n            \"ask\": 0.594209,\n            \"bid\": 0.591678,\n            \"diff24h\": -0.012026\n        },\n        \"btc\": {\n            \"rate\": 0.00001741181820551007,\n            \"ask\": 0.000018,\n            \"bid\": 0.000018\n        },\n        \"gmt\": {\n            \"rate\": 1.7535184480791173,\n            \"ask\": 1.758073,\n            \"bid\": 1.750014,\n            \"diff24h\": 0.012413\n        },\n        \"sol\": {\n            \"rate\": 0.0238860103626943,\n            \"ask\": 0.023951,\n            \"bid\": 0.023838,\n            \"diff24h\": 0.000113\n        },\n        \"mkr\": {\n            \"rate\": 0.0007411575562700965,\n            \"ask\": 0.000743,\n            \"bid\": 0.000739,\n            \"diff24h\": 0.000008\n        },\n        \"btt\": {\n            \"rate\": 787092.3681065392,\n            \"ask\": 789510.960979,\n            \"bid\": 785652.919095,\n            \"diff24h\": 14891.595906\n        },\n        \"axs\": {\n            \"rate\": 0.06769456681350955,\n            \"ask\": 0.067844,\n            \"bid\": 0.06746,\n            \"diff24h\": 0.001221\n        },\n        \"ada\": {\n            \"rate\": 1.2905935050391937,\n            \"ask\": 1.293454,\n            \"bid\": 1.287653,\n            \"diff24h\": 0.00316\n        },\n        \"dash\": {\n            \"rate\": 0.011129888942539835,\n            \"ask\": 0.011154,\n            \"bid\": 0.011105,\n            \"diff24h\": -0.000195\n        },\n        \"ape\": {\n            \"rate\": 0.1432121776949363,\n            \"ask\": 0.143574,\n            \"bid\": 0.142926,\n            \"diff24h\": 0.000885\n        },\n        \"omg\": {\n            \"rate\": 0.6105960264900663,\n            \"ask\": 0.61195,\n            \"bid\": 0.608569,\n            \"diff24h\": -0.007684\n        },\n        \"link\": {\n            \"rate\": 0.07294303797468354,\n            \"ask\": 0.073116,\n            \"bid\": 0.072797,\n            \"diff24h\": -0.000154\n        },\n        \"bch\": {\n            \"rate\": 0.004090505767524401,\n            \"ask\": 0.004103,\n            \"bid\": 0.004082,\n            \"diff24h\": -0.000046\n        },\n        \"yfi\": {\n            \"rate\": 0.00007209884266499845,\n            \"ask\": 0.000072,\n            \"bid\": 0.000072,\n            \"diff24h\": -0.000001\n        },\n        \"ftm\": {\n            \"rate\": 1.3944343617664854,\n            \"ask\": 1.397525,\n            \"bid\": 1.391226,\n            \"diff24h\": -0.003317\n        },\n        \"xrp\": {\n            \"rate\": 0.99054576708208,\n            \"ask\": 0.992741,\n            \"bid\": 0.988353,\n            \"diff24h\": -0.028958\n        },\n        \"xlm\": {\n            \"rate\": 5.256556442417332,\n            \"ask\": 5.268208,\n            \"bid\": 5.240072,\n            \"diff24h\": -0.055222\n        },\n        \"bnt\": {\n            \"rate\": 1.1260381045432342,\n            \"ask\": 1.13102,\n            \"bid\": 1.124062,\n            \"diff24h\": -0.017387\n        },\n        \"dai\": {\n            \"rate\": 0.46090780000000003,\n            \"ask\": 0.461976,\n            \"bid\": 0.459986,\n            \"diff24h\": 0.000908\n        },\n        \"usdt\": {\n            \"rate\": \"0.46100000\",\n            \"ask\": 0.461261,\n            \"bid\": 0.460839,\n            \"diff24h\": 0.001\n        }\n    },\n    \"xrp\": {\n        \"mana\": {\n            \"rate\": 1.0095444685466377,\n            \"ask\": 1.01178,\n            \"bid\": 1.007308,\n            \"diff24h\": 0.028675\n        },\n        \"xmr\": {\n            \"rate\": 0.0030739762219286655,\n            \"ask\": 0.003083,\n            \"bid\": 0.003068,\n            \"diff24h\": 0.000072\n        },\n        \"usd\": {\n            \"rate\": 0.465362768,\n            \"ask\": 0.466394,\n            \"bid\": 0.464427,\n            \"diff24h\": 0.014208\n        },\n        \"near\": {\n            \"rate\": 0.29700063816209316,\n            \"ask\": 0.297849,\n            \"bid\": 0.296407,\n            \"diff24h\": 0.007026\n        },\n        \"yfi\": {\n            \"rate\": 0.00007282518641259321,\n            \"ask\": 0.000073,\n            \"bid\": 0.000073,\n            \"diff24h\": 0.000001\n        },\n        \"usdp\": {\n            \"rate\": 0.46553966189856955,\n            \"ask\": 0.466618,\n            \"bid\": 0.464608,\n            \"diff24h\": 0.014114\n        },\n        \"eos\": {\n            \"rate\": 0.5505793924209208,\n            \"ask\": 0.550315,\n            \"bid\": 0.548118,\n            \"diff24h\": 0.011853\n        },\n        \"ltc\": {\n            \"rate\": 0.005340218712029163,\n            \"ask\": 0.005353,\n            \"bid\": 0.005326,\n            \"diff24h\": 0.000011\n        },\n        \"uni\": {\n            \"rate\": 0.09326259946949603,\n            \"ask\": 0.09351,\n            \"bid\": 0.092963,\n            \"diff24h\": 0.001831\n        },\n        \"fil\": {\n            \"rate\": 0.1059171597633136,\n            \"ask\": 0.106152,\n            \"bid\": 0.105681,\n            \"diff24h\": 0.00372\n        },\n        \"omg\": {\n            \"rate\": 0.5038961038961038,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": 0.00773\n        },\n        \"paxg\": {\n            \"rate\": 0.000236959158916296,\n            \"ask\": 0.000237,\n            \"bid\": 0.000236,\n            \"diff24h\": 0.000009\n        },\n        \"btc\": {\n            \"rate\": \"0.00001758\",\n            \"ask\": 0.000018,\n            \"bid\": 0.000018\n        },\n        \"dash\": {\n            \"rate\": 0.011262011531069828,\n            \"ask\": 0.011269,\n            \"bid\": 0.011205,\n            \"diff24h\": 0.000157\n        },\n        \"tusd\": {\n            \"rate\": 0.4420609462710505,\n            \"ask\": 0.442944,\n            \"bid\": 0.441033,\n            \"diff24h\": -0.001883\n        },\n        \"sol\": {\n            \"rate\": 0.024113989637305697,\n            \"ask\": 0.02418,\n            \"bid\": 0.024066,\n            \"diff24h\": 0.000796\n        },\n        \"bnb\": {\n            \"rate\": \"0.00151700\",\n            \"ask\": 0.001521,\n            \"bid\": 0.001514,\n            \"diff24h\": 0.000041\n        },\n        \"cake\": {\n            \"rate\": 0.3043819489862655,\n            \"ask\": 0.305256,\n            \"bid\": 0.303773,\n            \"diff24h\": 0.014966\n        },\n        \"axs\": {\n            \"rate\": 0.06834067547723936,\n            \"ask\": 0.068492,\n            \"bid\": 0.068104,\n            \"diff24h\": 0.003138\n        },\n        \"eur\": {\n            \"rate\": 0.43299025182249146,\n            \"ask\": 0.434826,\n            \"bid\": 0.431244,\n            \"diff24h\": 0.012362\n        },\n        \"trx\": {\n            \"rate\": 6.129329645726327,\n            \"ask\": 6.143735,\n            \"bid\": 6.117054,\n            \"diff24h\": 0.28704\n        },\n        \"eurs\": {\n            \"rate\": 0.43298592157355326,\n            \"ask\": 0.43396,\n            \"bid\": 0.43211,\n            \"diff24h\": 0.012362\n        },\n        \"xtz\": {\n            \"rate\": 0.5324942791762014,\n            \"ask\": 0.534285,\n            \"bid\": 0.531429,\n            \"diff24h\": 0.010876\n        },\n        \"sand\": {\n            \"rate\": 0.9258006763477221,\n            \"ask\": 0.928036,\n            \"bid\": 0.923949,\n            \"diff24h\": 0.032335\n        },\n        \"link\": {\n            \"rate\": 0.07364893171344784,\n            \"ask\": 0.073865,\n            \"bid\": 0.073514,\n            \"diff24h\": 0.001946\n        },\n        \"atom\": {\n            \"rate\": 0.04441263479339632,\n            \"ask\": 0.044507,\n            \"bid\": 0.044315,\n            \"diff24h\": 0.001421\n        },\n        \"xlm\": {\n            \"rate\": 5.295180722891566,\n            \"ask\": 5.870029,\n            \"bid\": 5.846596,\n            \"diff24h\": 0.08912\n        },\n        \"sushi\": {\n            \"rate\": 0.5573874445149019,\n            \"ask\": 0.567095,\n            \"bid\": 0.54906,\n            \"diff24h\": 0.025499\n        },\n        \"ilv\": {\n            \"rate\": 0.00987481434330575,\n            \"ask\": 0.009905,\n            \"bid\": 0.009851,\n            \"diff24h\": 0.000226\n        },\n        \"mkr\": {\n            \"rate\": 0.0007480851063829788,\n            \"ask\": 0.00075,\n            \"bid\": 0.000746,\n            \"diff24h\": 0.00003\n        },\n        \"rub\": {\n            \"rate\": 37.269275319432,\n            \"ask\": 37.368174,\n            \"bid\": 37.178094,\n            \"diff24h\": 1.120129\n        },\n        \"aave\": {\n            \"rate\": 0.007352290679304897,\n            \"ask\": 0.007369,\n            \"bid\": 0.007326,\n            \"diff24h\": 0.000224\n        },\n        \"gmt\": {\n            \"rate\": 1.7702548497527575,\n            \"ask\": 1.774849,\n            \"bid\": 1.766718,\n            \"diff24h\": 0.062458\n        },\n        \"doge\": {\n            \"rate\": 6.5597014925373145,\n            \"ask\": 5.870029,\n            \"bid\": 5.846596,\n            \"diff24h\": 0.149254\n        },\n        \"busd\": {\n            \"rate\": 0.4654465446544654,\n            \"ask\": 0.466524,\n            \"bid\": 0.464516,\n            \"diff24h\": 0.014156\n        },\n        \"eth\": {\n            \"rate\": \"0.00025670\",\n            \"ask\": 0.000257,\n            \"bid\": 0.000256,\n            \"diff24h\": 0.000004\n        },\n        \"theta\": {\n            \"rate\": 0.5547079856972587,\n            \"ask\": 0.5566,\n            \"bid\": 0.553599,\n            \"diff24h\": 0.016925\n        },\n        \"dot\": {\n            \"rate\": 0.08908882082695252,\n            \"ask\": 0.089269,\n            \"bid\": 0.088877,\n            \"diff24h\": 0.003244\n        },\n        \"usdt\": {\n            \"rate\": \"0.46570000\",\n            \"ask\": 0.465963,\n            \"bid\": 0.465537,\n            \"diff24h\": 0.0148\n        },\n        \"vet\": {\n            \"rate\": 24.315569487983282,\n            \"ask\": 24.369475,\n            \"bid\": 24.254245,\n            \"diff24h\": 0.803324\n        },\n        \"egld\": {\n            \"rate\": 0.013058361391694724,\n            \"ask\": 0.013091,\n            \"bid\": 0.013032,\n            \"diff24h\": 0.00049\n        },\n        \"rep\": {\n            \"rate\": 0.09602499966173363,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": 0.00274\n        },\n        \"matic\": {\n            \"rate\": 0.4963737201365187,\n            \"ask\": 0.49742,\n            \"bid\": 0.495276,\n            \"diff24h\": -0.015423\n        },\n        \"cad\": {\n            \"rate\": 0.63320283072072,\n            \"ask\": 0.634626,\n            \"bid\": 0.631909,\n            \"diff24h\": 0.019601\n        },\n        \"gala\": {\n            \"rate\": 15.497835497835498,\n            \"ask\": 15.537596,\n            \"bid\": 15.46659,\n            \"diff24h\": 0.407534\n        },\n        \"btt\": {\n            \"rate\": 794604.7464572308,\n            \"ask\": 466380.886439,\n            \"bid\": 464519.086493,\n            \"diff24h\": 37176.510768\n        },\n        \"snx\": {\n            \"rate\": 0.19576837416481072,\n            \"ask\": 0.195668,\n            \"bid\": 0.194887,\n            \"diff24h\": 0.000984\n        },\n        \"ftm\": {\n            \"rate\": 1.4077434966727163,\n            \"ask\": 1.410861,\n            \"bid\": 1.404504,\n            \"diff24h\": 0.036732\n        },\n        \"bnt\": {\n            \"rate\": 1.1378640776699032,\n            \"ask\": 1.174006,\n            \"bid\": 1.169319,\n            \"diff24h\": 0.018646\n        },\n        \"zil\": {\n            \"rate\": 20.439174352217833,\n            \"ask\": 20.493607,\n            \"bid\": 20.398148,\n            \"diff24h\": 0.501039\n        },\n        \"pax\": {\n            \"rate\": 0.4654,\n            \"ask\": 0.466431,\n            \"bid\": 0.464469,\n            \"diff24h\": 0.0142\n        },\n        \"icp\": {\n            \"rate\": 0.095919208573784,\n            \"ask\": 0.096112,\n            \"bid\": 0.095688,\n            \"diff24h\": 0.002426\n        },\n        \"comp\": {\n            \"rate\": 0.013886255924170617,\n            \"ask\": 0.01393,\n            \"bid\": 0.013835,\n            \"diff24h\": 0.000772\n        },\n        \"ada\": {\n            \"rate\": 1.3029115341545352,\n            \"ask\": 1.305797,\n            \"bid\": 1.299943,\n            \"diff24h\": 0.040107\n        },\n        \"1inch\": {\n            \"rate\": 1.1872448979591836,\n            \"ask\": 1.192917,\n            \"bid\": 1.184869,\n            \"diff24h\": 0.030322\n        },\n        \"ape\": {\n            \"rate\": 0.14457906182044114,\n            \"ask\": 0.144944,\n            \"bid\": 0.14429,\n            \"diff24h\": 0.004975\n        },\n        \"bat\": {\n            \"rate\": 2.165024630541872,\n            \"ask\": 2.201261,\n            \"bid\": 2.192474,\n            \"diff24h\": 0.087636\n        },\n        \"dai\": {\n            \"rate\": 0.46530692,\n            \"ask\": 0.466385,\n            \"bid\": 0.464376,\n            \"diff24h\": 0.014107\n        },\n        \"usdc\": {\n            \"rate\": 0.4420609462710505,\n            \"ask\": 0.442944,\n            \"bid\": 0.441033,\n            \"diff24h\": -0.001883\n        },\n        \"aud\": {\n            \"rate\": 0.7117924226433565,\n            \"ask\": 0.713424,\n            \"bid\": 0.710307,\n            \"diff24h\": 0.020382\n        },\n        \"chf\": {\n            \"rate\": 0.42020396499327994,\n            \"ask\": 0.421154,\n            \"bid\": 0.419341,\n            \"diff24h\": 0.011805\n        },\n        \"bch\": {\n            \"rate\": 0.004136470588235294,\n            \"ask\": 0.004144,\n            \"bid\": 0.004116,\n            \"diff24h\": 0.000075\n        },\n        \"gbp\": {\n            \"rate\": 0.3758533037192585,\n            \"ask\": 0.377826,\n            \"bid\": 0.373958,\n            \"diff24h\": 0.010727\n        },\n        \"avax\": {\n            \"rate\": 0.03293701344656758,\n            \"ask\": 0.033033,\n            \"bid\": 0.032871,\n            \"diff24h\": 0.001005\n        },\n        \"zrx\": {\n            \"rate\": 2.1283292978208235,\n            \"ask\": 2.201261,\n            \"bid\": 2.192474,\n            \"diff24h\": 0.048426\n        }\n    },\n    \"vet\": {\n        \"eth\": {\n            \"rate\": \"0.00001055\",\n            \"ask\": 0.000011,\n            \"bid\": 0.000011\n        },\n        \"ilv\": {\n            \"rate\": 0.0004061107574793125,\n            \"ask\": 0.000407,\n            \"bid\": 0.000405,\n            \"diff24h\": -0.000004\n        },\n        \"chf\": {\n            \"rate\": 0.017281271787648,\n            \"ask\": 0.017326,\n            \"bid\": 0.017246,\n            \"diff24h\": -0.000088\n        },\n        \"yfi\": {\n            \"rate\": 0.0000029934313418830154,\n            \"ask\": 0.000003,\n            \"bid\": 0.000003\n        },\n        \"near\": {\n            \"rate\": 0.01221442246330568,\n            \"ask\": 0.012253,\n            \"bid\": 0.01219,\n            \"diff24h\": -0.000118\n        },\n        \"dai\": {\n            \"rate\": 0.019136172,\n            \"ask\": 0.019186,\n            \"bid\": 0.019098,\n            \"diff24h\": -0.000054\n        },\n        \"xlm\": {\n            \"rate\": 0.21824401368301027,\n            \"ask\": 0.218795,\n            \"bid\": 0.217559,\n            \"diff24h\": -0.00335\n        },\n        \"ftm\": {\n            \"rate\": 0.05789473684210526,\n            \"ask\": 0.058041,\n            \"bid\": 0.057762,\n            \"diff24h\": -0.000416\n        },\n        \"zil\": {\n            \"rate\": 0.8405797101449276,\n            \"ask\": 0.843078,\n            \"bid\": 0.838892,\n            \"diff24h\": -0.00741\n        },\n        \"comp\": {\n            \"rate\": 0.0005710023866348448,\n            \"ask\": 0.000572,\n            \"bid\": 0.00057,\n            \"diff24h\": 0.000013\n        },\n        \"zrx\": {\n            \"rate\": 0.087757909215956,\n            \"ask\": 0.087939,\n            \"bid\": 0.087462,\n            \"diff24h\": -0.00092\n        },\n        \"rep\": {\n            \"rate\": 0.0049069767441860465,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": 0.000082\n        },\n        \"mkr\": {\n            \"rate\": 0.00003077170418006431,\n            \"ask\": 0.000031,\n            \"bid\": 0.000031\n        },\n        \"sushi\": {\n            \"rate\": 0.02292215568862276,\n            \"ask\": 0.023008,\n            \"bid\": 0.022876,\n            \"diff24h\": 0.000292\n        },\n        \"ada\": {\n            \"rate\": 0.05358342665173572,\n            \"ask\": 0.053719,\n            \"bid\": 0.053461,\n            \"diff24h\": -0.000125\n        },\n        \"link\": {\n            \"rate\": 0.0030284810126582277,\n            \"ask\": 0.003037,\n            \"bid\": 0.003022,\n            \"diff24h\": -0.000021\n        },\n        \"mana\": {\n            \"rate\": 0.041518438177874185,\n            \"ask\": 0.041623,\n            \"bid\": 0.041426,\n            \"diff24h\": -0.000199\n        },\n        \"axs\": {\n            \"rate\": 0.00281057268722467,\n            \"ask\": 0.002818,\n            \"bid\": 0.002801,\n            \"diff24h\": 0.000037\n        },\n        \"ltc\": {\n            \"rate\": 0.0002195961450206517,\n            \"ask\": 0.00022,\n            \"bid\": 0.000219,\n            \"diff24h\": -0.000007\n        },\n        \"doge\": {\n            \"rate\": 0.26988155668358715,\n            \"ask\": 0.270563,\n            \"bid\": 0.269303,\n            \"diff24h\": -0.002626\n        },\n        \"cake\": {\n            \"rate\": 0.012517985611510792,\n            \"ask\": 0.012558,\n            \"bid\": 0.012493,\n            \"diff24h\": 0.000209\n        },\n        \"dash\": {\n            \"rate\": 0.00046209560598744565,\n            \"ask\": 0.000463,\n            \"bid\": 0.000461,\n            \"diff24h\": -0.00001\n        },\n        \"atom\": {\n            \"rate\": 0.0018265101631835103,\n            \"ask\": 0.001831,\n            \"bid\": 0.001823,\n            \"diff24h\": -0.000002\n        },\n        \"usd\": {\n            \"rate\": 0.019138468800000003,\n            \"ask\": 0.019187,\n            \"bid\": 0.0191,\n            \"diff24h\": -0.00005\n        },\n        \"xrp\": {\n            \"rate\": 0.0411259131929523,\n            \"ask\": 0.04123,\n            \"bid\": 0.041035,\n            \"diff24h\": -0.001405\n        },\n        \"xtz\": {\n            \"rate\": 0.021899313501144164,\n            \"ask\": 0.02198,\n            \"bid\": 0.021856,\n            \"diff24h\": -0.000286\n        },\n        \"sol\": {\n            \"rate\": 0.0009917098445595856,\n            \"ask\": 0.000995,\n            \"bid\": 0.00099\n        },\n        \"gbp\": {\n            \"rate\": 0.015457310342042563,\n            \"ask\": 0.015497,\n            \"bid\": 0.015426,\n            \"diff24h\": -0.000072\n        },\n        \"cad\": {\n            \"rate\": 0.026041044649752,\n            \"ask\": 0.026108,\n            \"bid\": 0.025988,\n            \"diff24h\": -0.000056\n        },\n        \"matic\": {\n            \"rate\": 0.02041382252559727,\n            \"ask\": 0.020463,\n            \"bid\": 0.020369,\n            \"diff24h\": -0.001353\n        },\n        \"bnb\": {\n            \"rate\": \"0.00006240\",\n            \"ask\": 0.000063,\n            \"bid\": 0.000062\n        },\n        \"omg\": {\n            \"rate\": 0.025350993377483446,\n            \"ask\": 0.025415,\n            \"bid\": 0.025267,\n            \"diff24h\": -0.000442\n        },\n        \"usdt\": {\n            \"rate\": \"0.01914000\",\n            \"ask\": 0.019173,\n            \"bid\": 0.019117,\n            \"diff24h\": -0.00005\n        },\n        \"paxg\": {\n            \"rate\": 0.000009740458015267175,\n            \"ask\": 0.00001,\n            \"bid\": 0.00001\n        },\n        \"egld\": {\n            \"rate\": 0.000537037037037037,\n            \"ask\": 0.000539,\n            \"bid\": 0.000536,\n            \"diff24h\": 0.000002\n        },\n        \"1inch\": {\n            \"rate\": 0.0488265306122449,\n            \"ask\": 0.049075,\n            \"bid\": 0.048729,\n            \"diff24h\": -0.000379\n        },\n        \"icp\": {\n            \"rate\": 0.003944765045342127,\n            \"ask\": 0.003954,\n            \"bid\": 0.003935,\n            \"diff24h\": -0.000032\n        },\n        \"bat\": {\n            \"rate\": 0.08881670533642692,\n            \"ask\": 0.089041,\n            \"bid\": 0.088598,\n            \"diff24h\": 0.000465\n        },\n        \"avax\": {\n            \"rate\": 0.0013545647558386412,\n            \"ask\": 0.001359,\n            \"bid\": 0.001352,\n            \"diff24h\": -0.000004\n        },\n        \"pax\": {\n            \"rate\": 0.01914,\n            \"ask\": 0.019188,\n            \"bid\": 0.019102,\n            \"diff24h\": -0.00005\n        },\n        \"eurs\": {\n            \"rate\": 0.017806941424404404,\n            \"ask\": 0.017995,\n            \"bid\": 0.017628,\n            \"diff24h\": -0.000083\n        },\n        \"aud\": {\n            \"rate\": 0.029273113385031895,\n            \"ask\": 0.029349,\n            \"bid\": 0.029212,\n            \"diff24h\": -0.000133\n        },\n        \"tusd\": {\n            \"rate\": 0.023035284683239773,\n            \"ask\": 0.023082,\n            \"bid\": 0.022976,\n            \"diff24h\": -0.000229\n        },\n        \"sand\": {\n            \"rate\": 0.038074398249452954,\n            \"ask\": 0.038178,\n            \"bid\": 0.037998,\n            \"diff24h\": 0.000074\n        },\n        \"gala\": {\n            \"rate\": 0.6373626373626373,\n            \"ask\": 0.639194,\n            \"bid\": 0.636078,\n            \"diff24h\": -0.004443\n        },\n        \"btt\": {\n            \"rate\": 32678.845825507946,\n            \"ask\": 19183.288442,\n            \"bid\": 19106.708448,\n            \"diff24h\": 464.644046\n        },\n        \"usdc\": {\n            \"rate\": 0.023035284683239773,\n            \"ask\": 0.023082,\n            \"bid\": 0.022976,\n            \"diff24h\": -0.000229\n        },\n        \"fil\": {\n            \"rate\": 0.004355939918070095,\n            \"ask\": 0.004367,\n            \"bid\": 0.004346,\n            \"diff24h\": 0.000009\n        },\n        \"bch\": {\n            \"rate\": 0.00016983141082519966,\n            \"ask\": 0.00017,\n            \"bid\": 0.000169,\n            \"diff24h\": -0.000003\n        },\n        \"btc\": {\n            \"rate\": \"0.00000072\",\n            \"ask\": 0.000001,\n            \"bid\": 0.000001\n        },\n        \"aave\": {\n            \"rate\": 0.0003023696682464455,\n            \"ask\": 0.000303,\n            \"bid\": 0.000301,\n            \"diff24h\": -0.000001\n        },\n        \"bnt\": {\n            \"rate\": 0.0467513434294089,\n            \"ask\": 0.046973,\n            \"bid\": 0.046669,\n            \"diff24h\": -0.000949\n        },\n        \"snx\": {\n            \"rate\": 0.008055555555555557,\n            \"ask\": 0.008076,\n            \"bid\": 0.008036,\n            \"diff24h\": -0.000263\n        },\n        \"uni\": {\n            \"rate\": 0.0038349028250851537,\n            \"ask\": 0.003845,\n            \"bid\": 0.003826,\n            \"diff24h\": -0.00005\n        },\n        \"xmr\": {\n            \"rate\": 0.00012642007926023778,\n            \"ask\": 0.000127,\n            \"bid\": 0.000126,\n            \"diff24h\": -0.000001\n        },\n        \"theta\": {\n            \"rate\": 0.022812872467222883,\n            \"ask\": 0.022898,\n            \"bid\": 0.022767,\n            \"diff24h\": -0.00006\n        },\n        \"eur\": {\n            \"rate\": 0.017807119509846342,\n            \"ask\": 0.017888,\n            \"bid\": 0.017735,\n            \"diff24h\": -0.000083\n        },\n        \"trx\": {\n            \"rate\": 0.25207427894113,\n            \"ask\": 0.252744,\n            \"bid\": 0.251569,\n            \"diff24h\": 0.003596\n        },\n        \"eos\": {\n            \"rate\": 0.0225974025974026,\n            \"ask\": 0.022681,\n            \"bid\": 0.022552,\n            \"diff24h\": -0.00033\n        },\n        \"dot\": {\n            \"rate\": 0.00366385911179173,\n            \"ask\": 0.003672,\n            \"bid\": 0.003655,\n            \"diff24h\": 0.000013\n        },\n        \"busd\": {\n            \"rate\": \"0.01913000\",\n            \"ask\": 0.019188,\n            \"bid\": 0.019102,\n            \"diff24h\": -0.00007\n        },\n        \"ape\": {\n            \"rate\": 0.005945945945945946,\n            \"ask\": 0.005963,\n            \"bid\": 0.005934,\n            \"diff24h\": 0.000008\n        },\n        \"gmt\": {\n            \"rate\": 0.07280334728033472,\n            \"ask\": 0.073015,\n            \"bid\": 0.072658,\n            \"diff24h\": 0.000169\n        }\n    },\n    \"1inch\": {\n        \"mkr\": {\n            \"rate\": 0.0006302250803858522,\n            \"ask\": 0.000631,\n            \"bid\": 0.000626,\n            \"diff24h\": 0.000008\n        },\n        \"zrx\": {\n            \"rate\": 1.7973406694176985,\n            \"ask\": 1.800112,\n            \"bid\": 1.786714,\n            \"diff24h\": -0.004877\n        },\n        \"rep\": {\n            \"rate\": 0.11078224101479915,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": 0.001903\n        },\n        \"gala\": {\n            \"rate\": 13.053613053613054,\n            \"ask\": 13.084293,\n            \"bid\": 12.994061,\n            \"diff24h\": 0.010135\n        },\n        \"egld\": {\n            \"rate\": 0.010998877665544332,\n            \"ask\": 0.011024,\n            \"bid\": 0.010949,\n            \"diff24h\": 0.000135\n        },\n        \"bch\": {\n            \"rate\": 0.0034782608695652175,\n            \"ask\": 0.003488,\n            \"bid\": 0.003462,\n            \"diff24h\": -0.000029\n        },\n        \"icp\": {\n            \"rate\": 0.0807914262159934,\n            \"ask\": 0.080936,\n            \"bid\": 0.080391,\n            \"diff24h\": -0.000021\n        },\n        \"fil\": {\n            \"rate\": 0.08921256258534366,\n            \"ask\": 0.089391,\n            \"bid\": 0.088787,\n            \"diff24h\": 0.000877\n        },\n        \"comp\": {\n            \"rate\": 0.011694510739856803,\n            \"ask\": 0.011718,\n            \"bid\": 0.011638,\n            \"diff24h\": 0.000347\n        },\n        \"usdp\": {\n            \"rate\": 0.3921176352905872,\n            \"ask\": 0.392157,\n            \"bid\": 0.391117,\n            \"diff24h\": 0.001923\n        },\n        \"link\": {\n            \"rate\": 0.0620253164556962,\n            \"ask\": 0.062159,\n            \"bid\": 0.061743,\n            \"diff24h\": 0.000052\n        },\n        \"xmr\": {\n            \"rate\": 0.0025891677675033025,\n            \"ask\": 0.002596,\n            \"bid\": 0.002577,\n            \"diff24h\": -0.000006\n        },\n        \"gbp\": {\n            \"rate\": 0.3165760529822719,\n            \"ask\": 0.318169,\n            \"bid\": 0.314177,\n            \"diff24h\": 0.000975\n        },\n        \"ltc\": {\n            \"rate\": 0.004497475906379073,\n            \"ask\": 0.004507,\n            \"bid\": 0.004476,\n            \"diff24h\": -0.00011\n        },\n        \"bnb\": {\n            \"rate\": 0.0012777053455019557,\n            \"ask\": 0.00128,\n            \"bid\": 0.001272\n        },\n        \"sushi\": {\n            \"rate\": 0.46946107784431146,\n            \"ask\": 0.470964,\n            \"bid\": 0.467327,\n            \"diff24h\": 0.009555\n        },\n        \"usd\": {\n            \"rate\": 0.39196864000000003,\n            \"ask\": 0.392753,\n            \"bid\": 0.390183,\n            \"diff24h\": 0.002008\n        },\n        \"busd\": {\n            \"rate\": 0.39203920392039204,\n            \"ask\": 0.392863,\n            \"bid\": 0.390257,\n            \"diff24h\": 0.001961\n        },\n        \"omg\": {\n            \"rate\": 0.5192052980132451,\n            \"ask\": 0.520244,\n            \"bid\": 0.516162,\n            \"diff24h\": -0.004988\n        },\n        \"aud\": {\n            \"rate\": 0.599532938711207,\n            \"ask\": 0.600779,\n            \"bid\": 0.596756,\n            \"diff24h\": 0.001904\n        },\n        \"mana\": {\n            \"rate\": 0.8503253796095445,\n            \"ask\": 0.852025,\n            \"bid\": 0.846277,\n            \"diff24h\": 0.002499\n        },\n        \"xlm\": {\n            \"rate\": 4.469783352337514,\n            \"ask\": 4.478727,\n            \"bid\": 4.4444,\n            \"diff24h\": -0.033681\n        },\n        \"bnt\": {\n            \"rate\": 0.9574987787005375,\n            \"ask\": 0.961529,\n            \"bid\": 0.95338,\n            \"diff24h\": -0.011927\n        },\n        \"yfi\": {\n            \"rate\": 0.00006130747575852362,\n            \"ask\": 0.000061,\n            \"bid\": 0.000061\n        },\n        \"tusd\": {\n            \"rate\": 0.506214915797915,\n            \"ask\": 0.508232,\n            \"bid\": 0.505153,\n            \"diff24h\": -0.016779\n        },\n        \"dash\": {\n            \"rate\": 0.009464027040077257,\n            \"ask\": 0.009483,\n            \"bid\": 0.009419,\n            \"diff24h\": -0.000137\n        },\n        \"dai\": {\n            \"rate\": 0.39192160000000004,\n            \"ask\": 0.392745,\n            \"bid\": 0.39014,\n            \"diff24h\": 0.001922\n        },\n        \"ada\": {\n            \"rate\": 1.0974244120940648,\n            \"ask\": 1.09962,\n            \"bid\": 1.092131,\n            \"diff24h\": 0.005905\n        },\n        \"xtz\": {\n            \"rate\": 0.44851258581235703,\n            \"ask\": 0.449925,\n            \"bid\": 0.446474,\n            \"diff24h\": -0.002354\n        },\n        \"usdt\": {\n            \"rate\": \"0.39200000\",\n            \"ask\": 0.392118,\n            \"bid\": 0.390883,\n            \"diff24h\": 0.002\n        },\n        \"axs\": {\n            \"rate\": 0.05756240822320118,\n            \"ask\": 0.057678,\n            \"bid\": 0.057217,\n            \"diff24h\": 0.001204\n        },\n        \"sol\": {\n            \"rate\": 0.020310880829015544,\n            \"ask\": 0.020362,\n            \"bid\": 0.020219,\n            \"diff24h\": 0.000156\n        },\n        \"cad\": {\n            \"rate\": 0.5333380095456001,\n            \"ask\": 0.534423,\n            \"bid\": 0.530891,\n            \"diff24h\": 0.002964\n        },\n        \"near\": {\n            \"rate\": 0.2501595405232929,\n            \"ask\": 0.25082,\n            \"bid\": 0.249023,\n            \"diff24h\": -0.000483\n        },\n        \"sand\": {\n            \"rate\": 0.779789138651283,\n            \"ask\": 0.781504,\n            \"bid\": 0.776244,\n            \"diff24h\": 0.007512\n        },\n        \"eth\": {\n            \"rate\": 0.00021614468460520514,\n            \"ask\": 0.000217,\n            \"bid\": 0.000215,\n            \"diff24h\": -0.000002\n        },\n        \"gmt\": {\n            \"rate\": 1.4910612400152148,\n            \"ask\": 1.49461,\n            \"bid\": 1.484286,\n            \"diff24h\": 0.014907\n        },\n        \"snx\": {\n            \"rate\": 0.164983164983165,\n            \"ask\": 0.165313,\n            \"bid\": 0.164164,\n            \"diff24h\": -0.004068\n        },\n        \"pax\": {\n            \"rate\": 0.392,\n            \"ask\": 0.392784,\n            \"bid\": 0.390218,\n            \"diff24h\": 0.002\n        },\n        \"btt\": {\n            \"rate\": 669284.6166979683,\n            \"ask\": 671196.856938,\n            \"bid\": 666356.385741,\n            \"diff24h\": 14592.657658\n        },\n        \"xrp\": {\n            \"rate\": 0.8422862054146971,\n            \"ask\": 0.843972,\n            \"bid\": 0.838278,\n            \"diff24h\": -0.022075\n        },\n        \"usdc\": {\n            \"rate\": 0.506214915797915,\n            \"ask\": 0.508232,\n            \"bid\": 0.505153,\n            \"diff24h\": -0.016779\n        },\n        \"uni\": {\n            \"rate\": 0.07854137447405331,\n            \"ask\": 0.078699,\n            \"bid\": 0.078169,\n            \"diff24h\": -0.000422\n        },\n        \"eurs\": {\n            \"rate\": 0.3646980688801738,\n            \"ask\": 0.36544,\n            \"bid\": 0.363032,\n            \"diff24h\": 0.001127\n        },\n        \"ftm\": {\n            \"rate\": 1.1857229280096795,\n            \"ask\": 1.188096,\n            \"bid\": 1.179977,\n            \"diff24h\": 0.000673\n        },\n        \"theta\": {\n            \"rate\": 0.46722288438617404,\n            \"ask\": 0.468716,\n            \"bid\": 0.465099,\n            \"diff24h\": 0.002384\n        },\n        \"vet\": {\n            \"rate\": 20.480668756530825,\n            \"ask\": 20.521651,\n            \"bid\": 20.376935,\n            \"diff24h\": 0.157584\n        },\n        \"avax\": {\n            \"rate\": 0.027742392073602268,\n            \"ask\": 0.027818,\n            \"bid\": 0.027616,\n            \"diff24h\": 0.000142\n        },\n        \"eos\": {\n            \"rate\": 0.4628099173553719,\n            \"ask\": 0.464284,\n            \"bid\": 0.460706,\n            \"diff24h\": -0.00314\n        },\n        \"paxg\": {\n            \"rate\": 0.0001994910941475827,\n            \"ask\": 0.0002,\n            \"bid\": 0.000199,\n            \"diff24h\": 0.000002\n        },\n        \"chf\": {\n            \"rate\": 0.3539320031744,\n            \"ask\": 0.354656,\n            \"bid\": 0.352304,\n            \"diff24h\": 0.000928\n        },\n        \"cake\": {\n            \"rate\": 0.25637671680837154,\n            \"ask\": 0.257058,\n            \"bid\": 0.255211,\n            \"diff24h\": 0.006216\n        },\n        \"ape\": {\n            \"rate\": 0.12177694936315626,\n            \"ask\": 0.122058,\n            \"bid\": 0.121223,\n            \"diff24h\": 0.001109\n        },\n        \"matic\": {\n            \"rate\": 0.4180887372013652,\n            \"ask\": 0.418881,\n            \"bid\": 0.4161,\n            \"diff24h\": -0.024289\n        },\n        \"btc\": {\n            \"rate\": 0.000014805710925292725,\n            \"ask\": 0.000015,\n            \"bid\": 0.000015\n        },\n        \"eur\": {\n            \"rate\": 0.36470171618912045,\n            \"ask\": 0.366169,\n            \"bid\": 0.362305,\n            \"diff24h\": 0.001127\n        },\n        \"doge\": {\n            \"rate\": 5.527354765933446,\n            \"ask\": 5.538415,\n            \"bid\": 5.501456,\n            \"diff24h\": -0.010845\n        },\n        \"atom\": {\n            \"rate\": 0.03740814963259854,\n            \"ask\": 0.037479,\n            \"bid\": 0.037231,\n            \"diff24h\": 0.000248\n        },\n        \"bat\": {\n            \"rate\": 1.8190255220417635,\n            \"ask\": 1.822665,\n            \"bid\": 1.809918,\n            \"diff24h\": 0.023445\n        },\n        \"ilv\": {\n            \"rate\": 0.008317419902397623,\n            \"ask\": 0.008341,\n            \"bid\": 0.008276,\n            \"diff24h\": -0.000023\n        },\n        \"zil\": {\n            \"rate\": 17.215634606938956,\n            \"ask\": 17.257776,\n            \"bid\": 17.137247,\n            \"diff24h\": -0.018126\n        }\n    },\n    \"near\": {\n        \"xrp\": {\n            \"rate\": 3.3669961323592608,\n            \"ask\": 3.373729,\n            \"bid\": 3.357396,\n            \"diff24h\": -0.081585\n        },\n        \"bat\": {\n            \"rate\": 7.271461716937355,\n            \"ask\": 7.286004,\n            \"bid\": 7.248922,\n            \"diff24h\": 0.107557\n        },\n        \"usdc\": {\n            \"rate\": 1.9857658380112269,\n            \"ask\": 1.989736,\n            \"bid\": 1.980596,\n            \"diff24h\": -0.047097\n        },\n        \"link\": {\n            \"rate\": 0.2479430379746835,\n            \"ask\": 0.248478,\n            \"bid\": 0.247289,\n            \"diff24h\": 0.000684\n        },\n        \"busd\": {\n            \"rate\": 1.567156715671567,\n            \"ask\": 1.570447,\n            \"bid\": 1.563024,\n            \"diff24h\": 0.010845\n        },\n        \"eos\": {\n            \"rate\": 1.8500590318772137,\n            \"ask\": 1.855951,\n            \"bid\": 1.84518,\n            \"diff24h\": -0.008961\n        },\n        \"xtz\": {\n            \"rate\": 1.7929061784897027,\n            \"ask\": 1.79855,\n            \"bid\": 1.788179,\n            \"diff24h\": -0.005938\n        },\n        \"avax\": {\n            \"rate\": 0.11089879688605803,\n            \"ask\": 0.1112,\n            \"bid\": 0.110606,\n            \"diff24h\": 0.000778\n        },\n        \"matic\": {\n            \"rate\": 1.671288395904437,\n            \"ask\": 1.674452,\n            \"bid\": 1.666526,\n            \"diff24h\": -0.093684\n        },\n        \"dai\": {\n            \"rate\": 1.5666866,\n            \"ask\": 1.569977,\n            \"bid\": 1.562555,\n            \"diff24h\": 0.010687\n        },\n        \"eurs\": {\n            \"rate\": 1.457861923304164,\n            \"ask\": 1.460826,\n            \"bid\": 1.453985,\n            \"diff24h\": 0.007305\n        },\n        \"1inch\": {\n            \"rate\": 3.9974489795918364,\n            \"ask\": 4.015683,\n            \"bid\": 3.986905,\n            \"diff24h\": 0.007705\n        },\n        \"ada\": {\n            \"rate\": 4.3868980963045905,\n            \"ask\": 4.395672,\n            \"bid\": 4.374105,\n            \"diff24h\": 0.032014\n        },\n        \"cad\": {\n            \"rate\": 2.1319914820356,\n            \"ask\": 2.136325,\n            \"bid\": 2.126279,\n            \"diff24h\": 0.015936\n        },\n        \"paxg\": {\n            \"rate\": 0.0007974554707379135,\n            \"ask\": 0.000799,\n            \"bid\": 0.000796,\n            \"diff24h\": 0.000009\n        },\n        \"usd\": {\n            \"rate\": 1.56687464,\n            \"ask\": 1.570009,\n            \"bid\": 1.562727,\n            \"diff24h\": 0.01103\n        },\n        \"comp\": {\n            \"rate\": 0.046748210023866345,\n            \"ask\": 0.046842,\n            \"bid\": 0.046611,\n            \"diff24h\": 0.001476\n        },\n        \"ftm\": {\n            \"rate\": 4.739866908650937,\n            \"ask\": 4.749341,\n            \"bid\": 4.725943,\n            \"diff24h\": 0.011821\n        },\n        \"pax\": {\n            \"rate\": 1.567,\n            \"ask\": 1.570134,\n            \"bid\": 1.562868,\n            \"diff24h\": 0.011\n        },\n        \"doge\": {\n            \"rate\": 22.09531866892273,\n            \"ask\": 22.139508,\n            \"bid\": 22.033946,\n            \"diff24h\": -0.000677\n        },\n        \"zil\": {\n            \"rate\": 68.81862099253404,\n            \"ask\": 68.987038,\n            \"bid\": 68.636664,\n            \"diff24h\": 0.060336\n        },\n        \"bnt\": {\n            \"rate\": 3.827552515876893,\n            \"ask\": 3.843657,\n            \"bid\": 3.818392,\n            \"diff24h\": -0.040208\n        },\n        \"tusd\": {\n            \"rate\": 1.9857658380112269,\n            \"ask\": 1.989736,\n            \"bid\": 1.980596,\n            \"diff24h\": -0.047097\n        },\n        \"btc\": {\n            \"rate\": 0.00005918507403044311,\n            \"ask\": 0.00006,\n            \"bid\": 0.00006\n        },\n        \"eur\": {\n            \"rate\": 1.4578765032355911,\n            \"ask\": 1.463742,\n            \"bid\": 1.451071,\n            \"diff24h\": 0.007306\n        },\n        \"sushi\": {\n            \"rate\": 1.8766467065868264,\n            \"ask\": 1.882654,\n            \"bid\": 1.871699,\n            \"diff24h\": 0.041741\n        },\n        \"omg\": {\n            \"rate\": 2.075496688741722,\n            \"ask\": 2.079648,\n            \"bid\": 2.067285,\n            \"diff24h\": -0.015901\n        },\n        \"ilv\": {\n            \"rate\": 0.03324846170167621,\n            \"ask\": 0.033343,\n            \"bid\": 0.033147,\n            \"diff24h\": -0.000028\n        },\n        \"aud\": {\n            \"rate\": 2.3966023340828095,\n            \"ask\": 2.401579,\n            \"bid\": 2.390074,\n            \"diff24h\": 0.012216\n        },\n        \"mkr\": {\n            \"rate\": 0.0025192926045016074,\n            \"ask\": 0.002524,\n            \"bid\": 0.002509,\n            \"diff24h\": 0.000038\n        },\n        \"rep\": {\n            \"rate\": 0.42706131078224097,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": 0.008457\n        },\n        \"dash\": {\n            \"rate\": 0.03783196523418638,\n            \"ask\": 0.037907,\n            \"bid\": 0.037723,\n            \"diff24h\": -0.000474\n        },\n        \"snx\": {\n            \"rate\": 0.6595117845117845,\n            \"ask\": 0.660831,\n            \"bid\": 0.657496,\n            \"diff24h\": -0.014957\n        },\n        \"egld\": {\n            \"rate\": 0.04396745230078563,\n            \"ask\": 0.044068,\n            \"bid\": 0.043852,\n            \"diff24h\": 0.000625\n        },\n        \"bnb\": {\n            \"rate\": 0.0051075619295958274,\n            \"ask\": 0.005119,\n            \"bid\": 0.005093,\n            \"diff24h\": 0.000011\n        },\n        \"atom\": {\n            \"rate\": 0.14953716957724975,\n            \"ask\": 0.149822,\n            \"bid\": 0.149114,\n            \"diff24h\": 0.001276\n        },\n        \"ltc\": {\n            \"rate\": 0.017978430472693895,\n            \"ask\": 0.018015,\n            \"bid\": 0.017928,\n            \"diff24h\": -0.000403\n        },\n        \"chf\": {\n            \"rate\": 1.4148251249344,\n            \"ask\": 1.417718,\n            \"bid\": 1.411017,\n            \"diff24h\": 0.00643\n        },\n        \"sol\": {\n            \"rate\": 0.08119170984455958,\n            \"ask\": 0.081396,\n            \"bid\": 0.080978,\n            \"diff24h\": 0.000778\n        },\n        \"gbp\": {\n            \"rate\": 1.265496619957194,\n            \"ask\": 1.271865,\n            \"bid\": 1.258312,\n            \"diff24h\": 0.006328\n        },\n        \"ape\": {\n            \"rate\": 0.4867971419695558,\n            \"ask\": 0.487922,\n            \"bid\": 0.485514,\n            \"diff24h\": 0.005362\n        },\n        \"btt\": {\n            \"rate\": 2675431.108075807,\n            \"ask\": 1569662.085236,\n            \"bid\": 1563337.288626,\n            \"diff24h\": 63378.06124\n        },\n        \"theta\": {\n            \"rate\": 1.8676996424314658,\n            \"ask\": 1.873668,\n            \"bid\": 1.862775,\n            \"diff24h\": 0.013111\n        },\n        \"xlm\": {\n            \"rate\": 17.867730900798175,\n            \"ask\": 17.903465,\n            \"bid\": 17.800317,\n            \"diff24h\": -0.099937\n        },\n        \"cake\": {\n            \"rate\": 1.02485284499673,\n            \"ask\": 1.027574,\n            \"bid\": 1.022151,\n            \"diff24h\": 0.026777\n        },\n        \"usdt\": {\n            \"rate\": \"1.56700000\",\n            \"ask\": 1.56847,\n            \"bid\": 1.56653,\n            \"diff24h\": 0.011\n        },\n        \"gmt\": {\n            \"rate\": 5.960441232407759,\n            \"ask\": 5.974622,\n            \"bid\": 5.944736,\n            \"diff24h\": 0.070964\n        },\n        \"icp\": {\n            \"rate\": 0.32295960428689197,\n            \"ask\": 0.323538,\n            \"bid\": 0.321975,\n            \"diff24h\": 0.000539\n        },\n        \"uni\": {\n            \"rate\": 0.3139651372470447,\n            \"ask\": 0.314593,\n            \"bid\": 0.313074,\n            \"diff24h\": -0.001078\n        },\n        \"zrx\": {\n            \"rate\": 7.184777624942687,\n            \"ask\": 7.195847,\n            \"bid\": 7.155988,\n            \"diff24h\": -0.005611\n        },\n        \"xmr\": {\n            \"rate\": 0.01035006605019815,\n            \"ask\": 0.010377,\n            \"bid\": 0.010323,\n            \"diff24h\": -0.000003\n        },\n        \"axs\": {\n            \"rate\": 0.23010279001468428,\n            \"ask\": 0.230563,\n            \"bid\": 0.22916,\n            \"diff24h\": 0.005247\n        },\n        \"yfi\": {\n            \"rate\": 0.0002450735064122615,\n            \"ask\": 0.000245,\n            \"bid\": 0.000244,\n            \"diff24h\": -0.000001\n        },\n        \"bch\": {\n            \"rate\": 0.013904170363797692,\n            \"ask\": 0.013945,\n            \"bid\": 0.013867,\n            \"diff24h\": -0.000089\n        },\n        \"gala\": {\n            \"rate\": 52.18115218115218,\n            \"ask\": 52.303761,\n            \"bid\": 52.042723,\n            \"diff24h\": 0.141018\n        },\n        \"mana\": {\n            \"rate\": 3.3991323210412143,\n            \"ask\": 3.405926,\n            \"bid\": 3.389438,\n            \"diff24h\": 0.016524\n        },\n        \"eth\": {\n            \"rate\": 0.0008640273489192766,\n            \"ask\": 0.000866,\n            \"bid\": 0.000861,\n            \"diff24h\": -0.000007\n        },\n        \"sand\": {\n            \"rate\": 3.1171672965983688,\n            \"ask\": 3.124022,\n            \"bid\": 3.108948,\n            \"diff24h\": 0.035979\n        },\n        \"vet\": {\n            \"rate\": 81.87042842215256,\n            \"ask\": 82.034164,\n            \"bid\": 81.611896,\n            \"diff24h\": 0.786531\n        },\n        \"fil\": {\n            \"rate\": 0.35662266727355485,\n            \"ask\": 0.357336,\n            \"bid\": 0.355602,\n            \"diff24h\": 0.004188\n        }\n    },\n    \"ada\": {\n        \"zrx\": {\n            \"rate\": 1.6377808344795968,\n            \"ask\": 1.640763,\n            \"bid\": 1.632261,\n            \"diff24h\": -0.013328\n        },\n        \"comp\": {\n            \"rate\": 0.010656324582338903,\n            \"ask\": 0.010681,\n            \"bid\": 0.010632,\n            \"diff24h\": 0.000261\n        },\n        \"uni\": {\n            \"rate\": 0.0715688238829894,\n            \"ask\": 0.071732,\n            \"bid\": 0.071411,\n            \"diff24h\": -0.000774\n        },\n        \"vet\": {\n            \"rate\": 18.66248693834901,\n            \"ask\": 18.705078,\n            \"bid\": 18.615416,\n            \"diff24h\": 0.043415\n        },\n        \"link\": {\n            \"rate\": 0.05651898734177215,\n            \"ask\": 0.056657,\n            \"bid\": 0.056406,\n            \"diff24h\": -0.000258\n        },\n        \"theta\": {\n            \"rate\": 0.42574493444576883,\n            \"ask\": 0.427225,\n            \"bid\": 0.424893,\n            \"diff24h\": -0.000119\n        },\n        \"trx\": {\n            \"rate\": 4.704332938232583,\n            \"ask\": 4.715696,\n            \"bid\": 4.694911,\n            \"diff24h\": 0.077892\n        },\n        \"near\": {\n            \"rate\": 0.227951499680919,\n            \"ask\": 0.228617,\n            \"bid\": 0.227496,\n            \"diff24h\": -0.001676\n        },\n        \"ltc\": {\n            \"rate\": 0.004098210188159706,\n            \"ask\": 0.004108,\n            \"bid\": 0.004089,\n            \"diff24h\": -0.000123\n        },\n        \"aave\": {\n            \"rate\": 0.005642969984202213,\n            \"ask\": 0.005656,\n            \"bid\": 0.005623,\n            \"diff24h\": -0.000002\n        },\n        \"btc\": {\n            \"rate\": \"0.00001350\",\n            \"ask\": 0.000014,\n            \"bid\": 0.000013\n        },\n        \"chf\": {\n            \"rate\": 0.32251150901504,\n            \"ask\": 0.323261,\n            \"bid\": 0.321849,\n            \"diff24h\": -0.000894\n        },\n        \"aud\": {\n            \"rate\": 0.5463090961929673,\n            \"ask\": 0.547597,\n            \"bid\": 0.545169,\n            \"diff24h\": -0.001211\n        },\n        \"dot\": {\n            \"rate\": 0.06837672281776418,\n            \"ask\": 0.06852,\n            \"bid\": 0.068214,\n            \"diff24h\": 0.000397\n        },\n        \"ilv\": {\n            \"rate\": 0.007579036706980693,\n            \"ask\": 0.007603,\n            \"bid\": 0.007561,\n            \"diff24h\": -0.000062\n        },\n        \"bnb\": {\n            \"rate\": \"0.00116500\",\n            \"ask\": 0.001168,\n            \"bid\": 0.001163,\n            \"diff24h\": -0.000005\n        },\n        \"gbp\": {\n            \"rate\": 0.28847185236037637,\n            \"ask\": 0.290005,\n            \"bid\": 0.287017,\n            \"diff24h\": -0.000668\n        },\n        \"omg\": {\n            \"rate\": 0.473112582781457,\n            \"ask\": 0.474191,\n            \"bid\": 0.471542,\n            \"diff24h\": -0.007129\n        },\n        \"avax\": {\n            \"rate\": 0.025279547062986556,\n            \"ask\": 0.025355,\n            \"bid\": 0.025229,\n            \"diff24h\": -0.000007\n        },\n        \"cad\": {\n            \"rate\": 0.48599065563696003,\n            \"ask\": 0.487115,\n            \"bid\": 0.484998,\n            \"diff24h\": 0.000087\n        },\n        \"axs\": {\n            \"rate\": 0.05245227606461087,\n            \"ask\": 0.052572,\n            \"bid\": 0.052271,\n            \"diff24h\": 0.000819\n        },\n        \"busd\": {\n            \"rate\": \"0.35720000\",\n            \"ask\": 0.358015,\n            \"bid\": 0.356486,\n            \"diff24h\": -0.0003\n        },\n        \"bch\": {\n            \"rate\": 0.0031694764862466728,\n            \"ask\": 0.00318,\n            \"bid\": 0.003163,\n            \"diff24h\": -0.000044\n        },\n        \"eth\": {\n            \"rate\": \"0.00019700\",\n            \"ask\": 0.000197,\n            \"bid\": 0.000197,\n            \"diff24h\": -0.000003\n        },\n        \"gala\": {\n            \"rate\": 11.894771894771896,\n            \"ask\": 11.926065,\n            \"bid\": 11.870789,\n            \"diff24h\": -0.055061\n        },\n        \"matic\": {\n            \"rate\": 0.3809726962457338,\n            \"ask\": 0.381801,\n            \"bid\": 0.38013,\n            \"diff24h\": -0.024313\n        },\n        \"ftm\": {\n            \"rate\": 1.0804597701149425,\n            \"ask\": 1.082923,\n            \"bid\": 1.077973,\n            \"diff24h\": -0.005228\n        },\n        \"egld\": {\n            \"rate\": 0.010022446689113357,\n            \"ask\": 0.010048,\n            \"bid\": 0.010002,\n            \"diff24h\": 0.00007\n        },\n        \"xtz\": {\n            \"rate\": 0.40869565217391307,\n            \"ask\": 0.410097,\n            \"bid\": 0.407878,\n            \"diff24h\": -0.004368\n        },\n        \"tusd\": {\n            \"rate\": 0.36818364073777066,\n            \"ask\": 0.36892,\n            \"bid\": 0.367311,\n            \"diff24h\": -0.003122\n        },\n        \"snx\": {\n            \"rate\": 0.15033670033670035,\n            \"ask\": 0.15068,\n            \"bid\": 0.149973,\n            \"diff24h\": -0.00454\n        },\n        \"eurs\": {\n            \"rate\": 0.33232181174489306,\n            \"ask\": 0.333091,\n            \"bid\": 0.33165,\n            \"diff24h\": -0.000766\n        },\n        \"sand\": {\n            \"rate\": 0.7105629600159141,\n            \"ask\": 0.712325,\n            \"bid\": 0.709142,\n            \"diff24h\": 0.003038\n        },\n        \"cake\": {\n            \"rate\": 0.23361674296926102,\n            \"ask\": 0.234303,\n            \"bid\": 0.233149,\n            \"diff24h\": 0.004431\n        },\n        \"doge\": {\n            \"rate\": 5.036661026508742,\n            \"ask\": 5.048145,\n            \"bid\": 5.025881,\n            \"diff24h\": -0.037182\n        },\n        \"usd\": {\n            \"rate\": 0.357171424,\n            \"ask\": 0.357986,\n            \"bid\": 0.356454,\n            \"diff24h\": -0.000093\n        },\n        \"zil\": {\n            \"rate\": 15.687307861220907,\n            \"ask\": 15.73011,\n            \"bid\": 15.655817,\n            \"diff24h\": -0.101468\n        },\n        \"paxg\": {\n            \"rate\": 0.00018178117048346057,\n            \"ask\": 0.000182,\n            \"bid\": 0.000181,\n            \"diff24h\": 0.000001\n        },\n        \"btt\": {\n            \"rate\": 609868.533378863,\n            \"ask\": 357964.466118,\n            \"bid\": 356535.466253,\n            \"diff24h\": 10069.977059\n        },\n        \"sol\": {\n            \"rate\": 0.01850777202072539,\n            \"ask\": 0.01856,\n            \"bid\": 0.018471,\n            \"diff24h\": 0.000043\n        },\n        \"gmt\": {\n            \"rate\": 1.3586915176873335,\n            \"ask\": 1.362306,\n            \"bid\": 1.355976,\n            \"diff24h\": 0.006307\n        },\n        \"ape\": {\n            \"rate\": 0.11096613855234547,\n            \"ask\": 0.111254,\n            \"bid\": 0.110744,\n            \"diff24h\": 0.000415\n        },\n        \"yfi\": {\n            \"rate\": 0.000055864873318736323,\n            \"ask\": 0.000056,\n            \"bid\": 0.000056,\n            \"diff24h\": -0.000001\n        },\n        \"usdc\": {\n            \"rate\": 0.36818364073777066,\n            \"ask\": 0.36892,\n            \"bid\": 0.367311,\n            \"diff24h\": -0.003122\n        },\n        \"xlm\": {\n            \"rate\": 4.072976054732042,\n            \"ask\": 4.082262,\n            \"bid\": 4.060202,\n            \"diff24h\": -0.05289\n        },\n        \"xrp\": {\n            \"rate\": 0.7675118177911474,\n            \"ask\": 0.769262,\n            \"bid\": 0.765813,\n            \"diff24h\": -0.024376\n        },\n        \"eos\": {\n            \"rate\": 0.42172373081463993,\n            \"ask\": 0.423185,\n            \"bid\": 0.42088,\n            \"diff24h\": -0.005158\n        },\n        \"bnt\": {\n            \"rate\": 0.8724963361016123,\n            \"ask\": 0.876412,\n            \"bid\": 0.870965,\n            \"diff24h\": -0.015647\n        },\n        \"sushi\": {\n            \"rate\": 0.42778443113772463,\n            \"ask\": 0.429274,\n            \"bid\": 0.426929,\n            \"diff24h\": 0.00644\n        },\n        \"dai\": {\n            \"rate\": 0.35712856000000004,\n            \"ask\": 0.357979,\n            \"bid\": 0.356414,\n            \"diff24h\": -0.000171\n        },\n        \"mkr\": {\n            \"rate\": 0.0005742765273311898,\n            \"ask\": 0.000576,\n            \"bid\": 0.000572,\n            \"diff24h\": 0.000004\n        },\n        \"dash\": {\n            \"rate\": 0.008623853211009174,\n            \"ask\": 0.008643,\n            \"bid\": 0.008605,\n            \"diff24h\": -0.000172\n        },\n        \"xmr\": {\n            \"rate\": 0.002359313077939234,\n            \"ask\": 0.002366,\n            \"bid\": 0.002355,\n            \"diff24h\": -0.000018\n        },\n        \"icp\": {\n            \"rate\": 0.07361912613355318,\n            \"ask\": 0.073772,\n            \"bid\": 0.073442,\n            \"diff24h\": -0.000417\n        },\n        \"fil\": {\n            \"rate\": 0.08129267182521621,\n            \"ask\": 0.081478,\n            \"bid\": 0.081112,\n            \"diff24h\": 0.000364\n        },\n        \"mana\": {\n            \"rate\": 0.7748373101952278,\n            \"ask\": 0.776604,\n            \"bid\": 0.773121,\n            \"diff24h\": -0.001902\n        },\n        \"1inch\": {\n            \"rate\": 0.9112244897959185,\n            \"ask\": 0.915638,\n            \"bid\": 0.909401,\n            \"diff24h\": -0.004929\n        },\n        \"pax\": {\n            \"rate\": 0.3572,\n            \"ask\": 0.358014,\n            \"bid\": 0.356486,\n            \"diff24h\": -0.0001\n        },\n        \"usdt\": {\n            \"rate\": \"0.35720000\",\n            \"ask\": 0.357407,\n            \"bid\": 0.357093,\n            \"diff24h\": -0.0001\n        },\n        \"usdp\": {\n            \"rate\": 0.3573071921576473,\n            \"ask\": 0.358158,\n            \"bid\": 0.356593,\n            \"diff24h\": -0.000172\n        },\n        \"atom\": {\n            \"rate\": 0.03408722206317397,\n            \"ask\": 0.034162,\n            \"bid\": 0.034013,\n            \"diff24h\": 0.000042\n        },\n        \"eur\": {\n            \"rate\": 0.33232513526212715,\n            \"ask\": 0.333755,\n            \"bid\": 0.330985,\n            \"diff24h\": -0.000765\n        },\n        \"bat\": {\n            \"rate\": 1.65754060324826,\n            \"ask\": 1.66132,\n            \"bid\": 1.653459,\n            \"diff24h\": 0.012513\n        },\n        \"rep\": {\n            \"rate\": 0.07898520084566595,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": 0.007252\n        }\n    },\n    \"bnb\": {\n        \"busd\": {\n            \"rate\": \"306.80000000\",\n            \"ask\": 307.4136,\n            \"bid\": 306.0866,\n            \"diff24h\": 1.4\n        },\n        \"ltc\": {\n            \"rate\": 3.5211267605633805,\n            \"ask\": 3.526927,\n            \"bid\": 3.511612,\n            \"diff24h\": -0.086377\n        },\n        \"egld\": {\n            \"rate\": 8.608305274971942,\n            \"ask\": 8.6292,\n            \"bid\": 8.589588,\n            \"diff24h\": 0.104127\n        },\n        \"xrp\": {\n            \"rate\": 659.1957811470007,\n            \"ask\": 660.514173,\n            \"bid\": 657.444005,\n            \"diff24h\": -18.310994\n        },\n        \"near\": {\n            \"rate\": 195.78813018506702,\n            \"ask\": 196.333601,\n            \"bid\": 195.362427,\n            \"diff24h\": -0.420096\n        },\n        \"usdt\": {\n            \"rate\": \"306.70000000\",\n            \"ask\": 306.89204,\n            \"bid\": 306.60799,\n            \"diff24h\": 1.3\n        },\n        \"eos\": {\n            \"rate\": 362.71309394269133,\n            \"ask\": 363.43852,\n            \"bid\": 360.809834,\n            \"diff24h\": -1.585631\n        },\n        \"sushi\": {\n            \"rate\": 367.2420124862284,\n            \"ask\": 368.382353,\n            \"bid\": 365.835777,\n            \"diff24h\": 7.27081\n        },\n        \"ape\": {\n            \"rate\": 95.30910220565394,\n            \"ask\": 95.543304,\n            \"bid\": 95.101855,\n            \"diff24h\": 0.847469\n        },\n        \"uni\": {\n            \"rate\": 61.42506142506143,\n            \"ask\": 61.585741,\n            \"bid\": 61.226994,\n            \"diff24h\": -0.379636\n        },\n        \"xtz\": {\n            \"rate\": 346.860908775581,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": -5.375794\n        },\n        \"cake\": {\n            \"rate\": 200.65402223675608,\n            \"ask\": 201.216164,\n            \"bid\": 200.217687,\n            \"diff24h\": 4.823362\n        },\n        \"ilv\": {\n            \"rate\": 6.5096541481009975,\n            \"ask\": 6.529165,\n            \"bid\": 6.492745,\n            \"diff24h\": -0.019431\n        },\n        \"xlm\": {\n            \"rate\": 3489.1835310537335,\n            \"ask\": 3503.496503,\n            \"bid\": 3484.636872,\n            \"diff24h\": -35.666663\n        },\n        \"snx\": {\n            \"rate\": 128.2051282051282,\n            \"ask\": 129.457364,\n            \"bid\": 128.277635,\n            \"diff24h\": -3.720993\n        },\n        \"yfi\": {\n            \"rate\": 0.04798248357835471,\n            \"ask\": 0.048093,\n            \"bid\": 0.047871,\n            \"diff24h\": -0.000218\n        },\n        \"rep\": {\n            \"rate\": 70.30316662579281,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": 1.584532\n        },\n        \"dai\": {\n            \"rate\": 306.73864000000003,\n            \"ask\": 307.38292,\n            \"bid\": 306.02526,\n            \"diff24h\": 1.43864\n        },\n        \"rub\": {\n            \"rate\": 24568.572556944,\n            \"ask\": 24628.472164,\n            \"bid\": 24500.481686,\n            \"diff24h\": 108.611652\n        },\n        \"gbp\": {\n            \"rate\": 247.7692169769414,\n            \"ask\": 249.016061,\n            \"bid\": 246.439584,\n            \"diff24h\": 0.710018\n        },\n        \"theta\": {\n            \"rate\": 365.36353671903544,\n            \"ask\": 366.361974,\n            \"bid\": 364.100693,\n            \"diff24h\": 1.594894\n        },\n        \"comp\": {\n            \"rate\": 9.152744630071599,\n            \"ask\": 9.172386,\n            \"bid\": 9.130119,\n            \"diff24h\": 0.269998\n        },\n        \"aave\": {\n            \"rate\": 4.837929366231253,\n            \"ask\": 4.849952,\n            \"bid\": 4.823586,\n            \"diff24h\": 0.014003\n        },\n        \"tusd\": {\n            \"rate\": 323.6768243785084,\n            \"ask\": 324.42443,\n            \"bid\": 322.997193,\n            \"diff24h\": -2.843564\n        },\n        \"chf\": {\n            \"rate\": 277.00596574976,\n            \"ask\": 277.572391,\n            \"bid\": 276.346821,\n            \"diff24h\": 0.667172\n        },\n        \"fil\": {\n            \"rate\": 69.8224852071006,\n            \"ask\": 69.972318,\n            \"bid\": 69.654821,\n            \"diff24h\": 0.671862\n        },\n        \"doge\": {\n            \"rate\": 4323.134328358209,\n            \"ask\": 3869.875857,\n            \"bid\": 3854.427251,\n            \"diff24h\": -14.552239\n        },\n        \"pax\": {\n            \"rate\": 306.8,\n            \"ask\": 307.4136,\n            \"bid\": 306.0866,\n            \"diff24h\": 1.5\n        },\n        \"eurs\": {\n            \"rate\": 285.4320600317279,\n            \"ask\": 286.012439,\n            \"bid\": 284.761949,\n            \"diff24h\": 0.820885\n        },\n        \"usd\": {\n            \"rate\": 306.775456,\n            \"ask\": 307.389056,\n            \"bid\": 306.058997,\n            \"diff24h\": 1.505986\n        },\n        \"atom\": {\n            \"rate\": 29.277602824697016,\n            \"ask\": 29.337632,\n            \"bid\": 29.208369,\n            \"diff24h\": 0.18756\n        },\n        \"ada\": {\n            \"rate\": 858.3690987124463,\n            \"ask\": 860.085837,\n            \"bid\": 855.917667,\n            \"diff24h\": 3.668244\n        },\n        \"sol\": {\n            \"rate\": 15.923566878980893,\n            \"ask\": 15.955414,\n            \"bid\": 15.84127,\n            \"diff24h\": 0.125779\n        },\n        \"xmr\": {\n            \"rate\": 2.02757502027575,\n            \"ask\": 2.03163,\n            \"bid\": 2.020243,\n            \"diff24h\": -0.001234\n        },\n        \"aud\": {\n            \"rate\": 469.2262897872406,\n            \"ask\": 470.20076,\n            \"bid\": 468.094434,\n            \"diff24h\": 1.39002\n        },\n        \"link\": {\n            \"rate\": 48.537913699204026,\n            \"ask\": 48.657574,\n            \"bid\": 48.442828,\n            \"diff24h\": 0.01955\n        },\n        \"dash\": {\n            \"rate\": 7.423904974016334,\n            \"ask\": 7.422222,\n            \"bid\": 7.359882,\n            \"diff24h\": -0.117573\n        },\n        \"mkr\": {\n            \"rate\": 0.4932475884244374,\n            \"ask\": 0.494306,\n            \"bid\": 0.491385,\n            \"diff24h\": 0.006326\n        },\n        \"ftm\": {\n            \"rate\": 928.009679370841,\n            \"ask\": 930.000641,\n            \"bid\": 925.712423,\n            \"diff24h\": 0.328124\n        },\n        \"eur\": {\n            \"rate\": 285.4349146092402,\n            \"ask\": 286.58327,\n            \"bid\": 284.191188,\n            \"diff24h\": 0.821086\n        },\n        \"trx\": {\n            \"rate\": 4038.7722132471727,\n            \"ask\": 4050.121261,\n            \"bid\": 4029.06742,\n            \"diff24h\": 86.203043\n        },\n        \"gmt\": {\n            \"rate\": 1166.9836439710916,\n            \"ask\": 1169.931169,\n            \"bid\": 1164.448185,\n            \"diff24h\": 11.419677\n        },\n        \"dot\": {\n            \"rate\": 58.68544600938967,\n            \"ask\": 58.837346,\n            \"bid\": 58.568075,\n            \"diff24h\": 0.613437\n        },\n        \"matic\": {\n            \"rate\": 326.37075718015666,\n            \"ask\": 327.344005,\n            \"bid\": 325.611746,\n            \"diff24h\": -19.650004\n        },\n        \"bnt\": {\n            \"rate\": 749.9029126213593,\n            \"ask\": 773.975171,\n            \"bid\": 770.88545,\n            \"diff24h\": -7.426078\n        },\n        \"axs\": {\n            \"rate\": 45.05139500734215,\n            \"ask\": 45.148077,\n            \"bid\": 44.887523,\n            \"diff24h\": 0.932898\n        },\n        \"paxg\": {\n            \"rate\": 0.15586034912718202,\n            \"ask\": 0.156636,\n            \"bid\": 0.155089,\n            \"diff24h\": 0.001396\n        },\n        \"eth\": {\n            \"rate\": \"0.16910000\",\n            \"ask\": 0.169538,\n            \"bid\": 0.168762,\n            \"diff24h\": -0.0018\n        },\n        \"btc\": {\n            \"rate\": \"0.01158600\",\n            \"ask\": 0.011589,\n            \"bid\": 0.011582,\n            \"diff24h\": -0.000038\n        },\n        \"vet\": {\n            \"rate\": 16025.641025641025,\n            \"ask\": 16057.692308,\n            \"bid\": 15968,\n            \"diff24h\": 127.389833\n        },\n        \"usdp\": {\n            \"rate\": 306.89206762028607,\n            \"ask\": 307.536627,\n            \"bid\": 306.178303,\n            \"diff24h\": 1.439341\n        },\n        \"omg\": {\n            \"rate\": 369.7077922077922,\n            \"ask\": null,\n            \"bid\": null,\n            \"diff24h\": 7.311626\n        },\n        \"usdc\": {\n            \"rate\": 323.6768243785084,\n            \"ask\": 324.42443,\n            \"bid\": 322.997193,\n            \"diff24h\": -2.843564\n        },\n        \"bch\": {\n            \"rate\": 2.710027100271003,\n            \"ask\": 2.730245,\n            \"bid\": 2.711957,\n            \"diff24h\": -0.037226\n        },\n        \"btt\": {\n            \"rate\": 523817654.08912426,\n            \"ask\": 307409113.707075,\n            \"bid\": 306181931.616428,\n            \"diff24h\": 11311358.974133\n        },\n        \"mana\": {\n            \"rate\": 665.5097613882864,\n            \"ask\": 666.93741,\n            \"bid\": 663.919236,\n            \"diff24h\": 1.814109\n        },\n        \"zrx\": {\n            \"rate\": 1402.6634382566585,\n            \"ask\": 1451.203446,\n            \"bid\": 1445.410219,\n            \"diff24h\": -4.72155\n        },\n        \"cad\": {\n            \"rate\": 417.41862583824,\n            \"ask\": 418.26719,\n            \"bid\": 416.430206,\n            \"diff24h\": 2.231205\n        },\n        \"zil\": {\n            \"rate\": 13473.86912604304,\n            \"ask\": 13508.81826,\n            \"bid\": 13444.472226,\n            \"diff24h\": -17.072102\n        },\n        \"bat\": {\n            \"rate\": 1423.6658932714618,\n            \"ask\": 1426.723336,\n            \"bid\": 1419.909322,\n            \"diff24h\": 18.04895\n        },\n        \"avax\": {\n            \"rate\": 21.712668082094837,\n            \"ask\": 21.774673,\n            \"bid\": 21.665457,\n            \"diff24h\": 0.106157\n        },\n        \"icp\": {\n            \"rate\": 63.291139240506325,\n            \"ask\": 63.377609,\n            \"bid\": 63.084703,\n            \"diff24h\": 0.040032\n        },\n        \"1inch\": {\n            \"rate\": 782.6530612244898,\n            \"ask\": 786.337963,\n            \"bid\": 780.950489,\n            \"diff24h\": -0.167452\n        },\n        \"sand\": {\n            \"rate\": 610.3043564750349,\n            \"ask\": 611.735843,\n            \"bid\": 608.977264,\n            \"diff24h\": 5.749901\n        },\n        \"gala\": {\n            \"rate\": 10216.450216450217,\n            \"ask\": 10241.953045,\n            \"bid\": 10194.069789,\n            \"diff24h\": 5.747875\n        }\n    },\n    \"zil\": {\n        \"pax\": {\n            \"rate\": 0.02277,\n            \"ask\": 0.022816,\n            \"bid\": 0.022714,\n            \"diff24h\": 0.00014\n        },\n        \"ape\": {\n            \"rate\": 0.007073625349487419,\n            \"ask\": 0.00709,\n            \"bid\": 0.007056,\n            \"diff24h\": 0.000072\n        },\n        \"matic\": {\n            \"rate\": 0.024285409556313992,\n            \"ask\": 0.024332,\n            \"bid\": 0.024221,\n            \"diff24h\": -0.001384\n        },\n        \"xlm\": {\n            \"rate\": 0.2596351197263398,\n            \"ask\": 0.260156,\n            \"bid\": 0.258705,\n            \"diff24h\": -0.001681\n        },\n        \"rep\": {\n            \"rate\": 0.005919661733615221,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": 0.000099\n        },\n        \"bnt\": {\n            \"rate\": 0.05561797752808989,\n            \"ask\": 0.055852,\n            \"bid\": 0.055496,\n            \"diff24h\": -0.000634\n        },\n        \"usdc\": {\n            \"rate\": 0.027746591820368885,\n            \"ask\": 0.027802,\n            \"bid\": 0.027669,\n            \"diff24h\": -0.000407\n        },\n        \"ilv\": {\n            \"rate\": 0.0004831317632081476,\n            \"ask\": 0.000485,\n            \"bid\": 0.000482,\n            \"diff24h\": -0.000001\n        },\n        \"tusd\": {\n            \"rate\": 0.027746591820368885,\n            \"ask\": 0.027802,\n            \"bid\": 0.027669,\n            \"diff24h\": -0.000407\n        },\n        \"aud\": {\n            \"rate\": 0.03482491075115863,\n            \"ask\": 0.034897,\n            \"bid\": 0.034737,\n            \"diff24h\": 0.000147\n        },\n        \"eos\": {\n            \"rate\": 0.02688311688311688,\n            \"ask\": 0.026969,\n            \"bid\": 0.026817,\n            \"diff24h\": -0.000154\n        },\n        \"ada\": {\n            \"rate\": 0.06374580067189249,\n            \"ask\": 0.063874,\n            \"bid\": 0.063572,\n            \"diff24h\": 0.00041\n        },\n        \"icp\": {\n            \"rate\": 0.004692910140148392,\n            \"ask\": 0.004701,\n            \"bid\": 0.004679,\n            \"diff24h\": 0.000004\n        },\n        \"cad\": {\n            \"rate\": 0.030979863462636,\n            \"ask\": 0.031043,\n            \"bid\": 0.030903,\n            \"diff24h\": 0.000205\n        },\n        \"bch\": {\n            \"rate\": 0.0002020408163265306,\n            \"ask\": 0.000203,\n            \"bid\": 0.000202,\n            \"diff24h\": -0.000001\n        },\n        \"xmr\": {\n            \"rate\": 0.00015039630118890353,\n            \"ask\": 0.000151,\n            \"bid\": 0.00015\n        },\n        \"xtz\": {\n            \"rate\": 0.02605263157894737,\n            \"ask\": 0.026135,\n            \"bid\": 0.025989,\n            \"diff24h\": -0.000109\n        },\n        \"sushi\": {\n            \"rate\": 0.027269461077844313,\n            \"ask\": 0.027357,\n            \"bid\": 0.027203,\n            \"diff24h\": 0.000583\n        },\n        \"mana\": {\n            \"rate\": 0.04939262472885032,\n            \"ask\": 0.049491,\n            \"bid\": 0.049262,\n            \"diff24h\": 0.000197\n        },\n        \"usdt\": {\n            \"rate\": \"0.02277000\",\n            \"ask\": 0.022787,\n            \"bid\": 0.022763,\n            \"diff24h\": 0.00014\n        },\n        \"axs\": {\n            \"rate\": 0.003343612334801762,\n            \"ask\": 0.00335,\n            \"bid\": 0.003331,\n            \"diff24h\": 0.000073\n        },\n        \"paxg\": {\n            \"rate\": 0.000011587786259541984,\n            \"ask\": 0.000012,\n            \"bid\": 0.000012\n        },\n        \"egld\": {\n            \"rate\": 0.0006388888888888888,\n            \"ask\": 0.00064,\n            \"bid\": 0.000637,\n            \"diff24h\": 0.000009\n        },\n        \"comp\": {\n            \"rate\": 0.0006792959427207637,\n            \"ask\": 0.000681,\n            \"bid\": 0.000677,\n            \"diff24h\": 0.000021\n        },\n        \"snx\": {\n            \"rate\": 0.009583333333333333,\n            \"ask\": 0.009603,\n            \"bid\": 0.009556,\n            \"diff24h\": -0.000226\n        },\n        \"sol\": {\n            \"rate\": 0.0011797927461139894,\n            \"ask\": 0.001183,\n            \"bid\": 0.001177,\n            \"diff24h\": 0.00001\n        },\n        \"busd\": {\n            \"rate\": 0.022772277227722768,\n            \"ask\": 0.02282,\n            \"bid\": 0.022717,\n            \"diff24h\": 0.000138\n        },\n        \"omg\": {\n            \"rate\": 0.030158940397350995,\n            \"ask\": 0.030219,\n            \"bid\": 0.030045,\n            \"diff24h\": -0.000258\n        },\n        \"xrp\": {\n            \"rate\": 0.04892565535023635,\n            \"ask\": 0.049024,\n            \"bid\": 0.048796,\n            \"diff24h\": -0.001229\n        },\n        \"dai\": {\n            \"rate\": 0.022765445999999998,\n            \"ask\": 0.022813,\n            \"bid\": 0.02271,\n            \"diff24h\": 0.000135\n        },\n        \"chf\": {\n            \"rate\": 0.020558754368063998,\n            \"ask\": 0.020601,\n            \"bid\": 0.020507,\n            \"diff24h\": 0.000075\n        },\n        \"theta\": {\n            \"rate\": 0.027139451728247912,\n            \"ask\": 0.027226,\n            \"bid\": 0.027073,\n            \"diff24h\": 0.000167\n        },\n        \"usd\": {\n            \"rate\": 0.0227681784,\n            \"ask\": 0.022814,\n            \"bid\": 0.022712,\n            \"diff24h\": 0.00014\n        },\n        \"bnb\": {\n            \"rate\": 0.00007421773142112124,\n            \"ask\": 0.000074,\n            \"bid\": 0.000074\n        },\n        \"gbp\": {\n            \"rate\": 0.01838886920001615,\n            \"ask\": 0.018482,\n            \"bid\": 0.018288,\n            \"diff24h\": 0.000076\n        },\n        \"near\": {\n            \"rate\": 0.014530950861518826,\n            \"ask\": 0.014569,\n            \"bid\": 0.014495,\n            \"diff24h\": -0.000013\n        },\n        \"gmt\": {\n            \"rate\": 0.08661087866108785,\n            \"ask\": 0.086817,\n            \"bid\": 0.0864,\n            \"diff24h\": 0.000956\n        },\n        \"bat\": {\n            \"rate\": 0.10566125290023201,\n            \"ask\": 0.105873,\n            \"bid\": 0.105354,\n            \"diff24h\": 0.001472\n        },\n        \"avax\": {\n            \"rate\": 0.0016114649681528662,\n            \"ask\": 0.001616,\n            \"bid\": 0.001608,\n            \"diff24h\": 0.00001\n        },\n        \"uni\": {\n            \"rate\": 0.00456221198156682,\n            \"ask\": 0.004571,\n            \"bid\": 0.00455,\n            \"diff24h\": -0.00002\n        },\n        \"yfi\": {\n            \"rate\": 0.0000035611510791366908,\n            \"ask\": 0.000004,\n            \"bid\": 0.000004\n        },\n        \"btc\": {\n            \"rate\": 8.600154024717228e-7,\n            \"ask\": 0.000001,\n            \"bid\": 0.000001\n        },\n        \"eurs\": {\n            \"rate\": 0.021184119970412134,\n            \"ask\": 0.021227,\n            \"bid\": 0.021132,\n            \"diff24h\": 0.000088\n        },\n        \"eth\": {\n            \"rate\": 0.000012555138950154389,\n            \"ask\": 0.000013,\n            \"bid\": 0.000013\n        },\n        \"btt\": {\n            \"rate\": 38876.55796482841,\n            \"ask\": 38987.883266,\n            \"bid\": 38788.094762,\n            \"diff24h\": 887.637367\n        },\n        \"atom\": {\n            \"rate\": 0.002172917263097624,\n            \"ask\": 0.002177,\n            \"bid\": 0.002167,\n            \"diff24h\": 0.000017\n        },\n        \"gala\": {\n            \"rate\": 0.7582417582417582,\n            \"ask\": 0.760024,\n            \"bid\": 0.756381,\n            \"diff24h\": 0.001386\n        },\n        \"dash\": {\n            \"rate\": 0.0005497344278126508,\n            \"ask\": 0.000551,\n            \"bid\": 0.000548,\n            \"diff24h\": -0.000007\n        },\n        \"vet\": {\n            \"rate\": 1.189655172413793,\n            \"ask\": 1.192043,\n            \"bid\": 1.186126,\n            \"diff24h\": 0.010395\n        },\n        \"ltc\": {\n            \"rate\": 0.0002612436897659477,\n            \"ask\": 0.000262,\n            \"bid\": 0.000261,\n            \"diff24h\": -0.000006\n        },\n        \"sand\": {\n            \"rate\": 0.04529540481400437,\n            \"ask\": 0.045395,\n            \"bid\": 0.045185,\n            \"diff24h\": 0.000484\n        },\n        \"cake\": {\n            \"rate\": 0.014892086330935252,\n            \"ask\": 0.014932,\n            \"bid\": 0.014856,\n            \"diff24h\": 0.000376\n        },\n        \"fil\": {\n            \"rate\": 0.005182066454255803,\n            \"ask\": 0.005192,\n            \"bid\": 0.005168,\n            \"diff24h\": 0.000056\n        },\n        \"1inch\": {\n            \"rate\": 0.05808673469387755,\n            \"ask\": 0.058352,\n            \"bid\": 0.057945,\n            \"diff24h\": 0.000061\n        },\n        \"zrx\": {\n            \"rate\": 0.10440165061898211,\n            \"ask\": 0.104563,\n            \"bid\": 0.104003,\n            \"diff24h\": -0.000173\n        },\n        \"mkr\": {\n            \"rate\": 0.00003660771704180064,\n            \"ask\": 0.000037,\n            \"bid\": 0.000036,\n            \"diff24h\": 0.000001\n        },\n        \"ftm\": {\n            \"rate\": 0.06887477313974591,\n            \"ask\": 0.069013,\n            \"bid\": 0.068686,\n            \"diff24h\": 0.000111\n        },\n        \"link\": {\n            \"rate\": 0.003602848101265822,\n            \"ask\": 0.003611,\n            \"bid\": 0.003594,\n            \"diff24h\": 0.000007\n        },\n        \"eur\": {\n            \"rate\": 0.021184331830679266,\n            \"ask\": 0.02127,\n            \"bid\": 0.021089,\n            \"diff24h\": 0.000088\n        },\n        \"doge\": {\n            \"rate\": 0.3210659898477157,\n            \"ask\": 0.321711,\n            \"bid\": 0.320236,\n            \"diff24h\": -0.000292\n        }\n    },\n    \"dot\": {\n        \"usdc\": {\n            \"rate\": 6.131716118684843,\n            \"ask\": 6.142972,\n            \"bid\": 6.116841,\n            \"diff24h\": -0.147214\n        },\n        \"mkr\": {\n            \"rate\": 0.008398713826366559,\n            \"ask\": 0.008418,\n            \"bid\": 0.008372,\n            \"diff24h\": 0.000016\n        },\n        \"dash\": {\n            \"rate\": 0.12612264606470303,\n            \"ask\": 0.126422,\n            \"bid\": 0.125865,\n            \"diff24h\": -0.003272\n        },\n        \"usdp\": {\n            \"rate\": 5.22556767030109,\n            \"ask\": 5.238548,\n            \"bid\": 5.216112,\n            \"diff24h\": -0.033062\n        },\n        \"xrp\": {\n            \"rate\": 11.224752900730556,\n            \"ask\": 11.251507,\n            \"bid\": 11.202041,\n            \"diff24h\": -0.424183\n        },\n        \"usd\": {\n            \"rate\": 5.223582080000001,\n            \"ask\": 5.236034,\n            \"bid\": 5.214079,\n            \"diff24h\": -0.031892\n        },\n        \"sushi\": {\n            \"rate\": 6.256287425149702,\n            \"ask\": 6.278717,\n            \"bid\": 6.244972,\n            \"diff24h\": 0.058174\n        },\n        \"vet\": {\n            \"rate\": 272.9362591431557,\n            \"ask\": 273.586845,\n            \"bid\": 272.300235,\n            \"diff24h\": -0.956393\n        },\n        \"tusd\": {\n            \"rate\": 6.131716118684843,\n            \"ask\": 6.142972,\n            \"bid\": 6.116841,\n            \"diff24h\": -0.147214\n        },\n        \"btc\": {\n            \"rate\": 0.00019730875988196225,\n            \"ask\": 0.000199,\n            \"bid\": 0.000198,\n            \"diff24h\": -0.000003\n        },\n        \"link\": {\n            \"rate\": 0.8265822784810126,\n            \"ask\": 0.828682,\n            \"bid\": 0.825085,\n            \"diff24h\": -0.008631\n        },\n        \"busd\": {\n            \"rate\": 5.224522452245225,\n            \"ask\": 5.237497,\n            \"bid\": 5.215072,\n            \"diff24h\": -0.032529\n        },\n        \"sol\": {\n            \"rate\": 0.27067357512953366,\n            \"ask\": 0.271458,\n            \"bid\": 0.270186,\n            \"diff24h\": -0.000954\n        },\n        \"xlm\": {\n            \"rate\": 59.56670467502851,\n            \"ask\": 59.708689,\n            \"bid\": 59.391226,\n            \"diff24h\": -1.126136\n        },\n        \"eth\": {\n            \"rate\": 0.002880458756065285,\n            \"ask\": 0.00289,\n            \"bid\": 0.002874,\n            \"diff24h\": -0.000062\n        },\n        \"aave\": {\n            \"rate\": 0.08252764612954187,\n            \"ask\": 0.082724,\n            \"bid\": 0.082248,\n            \"diff24h\": -0.000506\n        },\n        \"cad\": {\n            \"rate\": 7.1075453108832,\n            \"ask\": 7.124721,\n            \"bid\": 7.094384,\n            \"diff24h\": -0.04026\n        },\n        \"icp\": {\n            \"rate\": 1.076669414674361,\n            \"ask\": 1.079011,\n            \"bid\": 1.074277,\n            \"diff24h\": -0.012431\n        },\n        \"pax\": {\n            \"rate\": 5.224,\n            \"ask\": 5.236452,\n            \"bid\": 5.21455,\n            \"diff24h\": -0.032\n        },\n        \"uni\": {\n            \"rate\": 1.0466840312562613,\n            \"ask\": 1.04918,\n            \"bid\": 1.044579,\n            \"diff24h\": -0.017499\n        },\n        \"paxg\": {\n            \"rate\": 0.0026585241730279897,\n            \"ask\": 0.002665,\n            \"bid\": 0.002654,\n            \"diff24h\": -0.000005\n        },\n        \"atom\": {\n            \"rate\": 0.4985208512262621,\n            \"ask\": 0.499659,\n            \"bid\": 0.497523,\n            \"diff24h\": -0.002289\n        },\n        \"zrx\": {\n            \"rate\": 23.952315451627697,\n            \"ask\": 23.998404,\n            \"bid\": 23.876143,\n            \"diff24h\": -0.336039\n        },\n        \"xmr\": {\n            \"rate\": 0.03450462351387054,\n            \"ask\": 0.034608,\n            \"bid\": 0.034442,\n            \"diff24h\": -0.000465\n        },\n        \"bnt\": {\n            \"rate\": 12.760136785539816,\n            \"ask\": 12.818733,\n            \"bid\": 12.740166,\n            \"diff24h\": -0.30474\n        },\n        \"comp\": {\n            \"rate\": 0.1558472553699284,\n            \"ask\": 0.156219,\n            \"bid\": 0.155518,\n            \"diff24h\": 0.002923\n        },\n        \"theta\": {\n            \"rate\": 6.226460071513706,\n            \"ask\": 6.248748,\n            \"bid\": 6.215197,\n            \"diff24h\": -0.038141\n        },\n        \"bat\": {\n            \"rate\": 24.241299303944317,\n            \"ask\": 24.29908,\n            \"bid\": 24.18622,\n            \"diff24h\": 0.042404\n        },\n        \"eurs\": {\n            \"rate\": 4.860159979158235,\n            \"ask\": 4.871907,\n            \"bid\": 4.851259,\n            \"diff24h\": -0.039664\n        },\n        \"bnb\": {\n            \"rate\": \"0.01704000\",\n            \"ask\": 0.017074,\n            \"bid\": 0.016996,\n            \"diff24h\": -0.00018\n        },\n        \"rep\": {\n            \"rate\": 1.3272727272727272,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": 0.02685\n        },\n        \"matic\": {\n            \"rate\": 5.571672354948806,\n            \"ask\": 5.584358,\n            \"bid\": 5.560408,\n            \"diff24h\": -0.390215\n        },\n        \"eos\": {\n            \"rate\": 6.1676505312868946,\n            \"ask\": 6.189661,\n            \"bid\": 6.156491,\n            \"diff24h\": -0.111919\n        },\n        \"gbp\": {\n            \"rate\": 4.21886046117191,\n            \"ask\": 4.241714,\n            \"bid\": 4.198392,\n            \"diff24h\": -0.034474\n        },\n        \"ltc\": {\n            \"rate\": 0.059935750344194585,\n            \"ask\": 0.060081,\n            \"bid\": 0.059818,\n            \"diff24h\": -0.002155\n        },\n        \"snx\": {\n            \"rate\": 2.198653198653199,\n            \"ask\": 2.203896,\n            \"bid\": 2.193752,\n            \"diff24h\": -0.07963\n        },\n        \"eur\": {\n            \"rate\": 4.860208585132565,\n            \"ask\": 4.88163,\n            \"bid\": 4.841535,\n            \"diff24h\": -0.039661\n        },\n        \"usdt\": {\n            \"rate\": \"5.22500000\",\n            \"ask\": 5.227568,\n            \"bid\": 5.223432,\n            \"diff24h\": -0.031\n        },\n        \"doge\": {\n            \"rate\": 73.6604624929498,\n            \"ask\": 73.836044,\n            \"bid\": 73.516839,\n            \"diff24h\": -0.977424\n        },\n        \"trx\": {\n            \"rate\": 68.80021072040037,\n            \"ask\": 68.973323,\n            \"bid\": 68.675546,\n            \"diff24h\": 0.743756\n        },\n        \"chf\": {\n            \"rate\": 4.7166856749568,\n            \"ask\": 4.72814,\n            \"bid\": 4.707897,\n            \"diff24h\": -0.040722\n        },\n        \"yfi\": {\n            \"rate\": 0.0008170159524554271,\n            \"ask\": 0.000817,\n            \"bid\": 0.000814,\n            \"diff24h\": -0.000013\n        },\n        \"ada\": {\n            \"rate\": 14.624860022396415,\n            \"ask\": 14.659721,\n            \"bid\": 14.594318,\n            \"diff24h\": -0.085467\n        },\n        \"xtz\": {\n            \"rate\": 5.977116704805493,\n            \"ask\": 5.998213,\n            \"bid\": 5.966305,\n            \"diff24h\": -0.099184\n        },\n        \"aud\": {\n            \"rate\": 7.989694060784045,\n            \"ask\": 8.009352,\n            \"bid\": 7.974546,\n            \"diff24h\": -0.064507\n        },\n        \"bch\": {\n            \"rate\": 0.04635314995563443,\n            \"ask\": 0.046507,\n            \"bid\": 0.046267,\n            \"diff24h\": -0.000913\n        },\n        \"omg\": {\n            \"rate\": 6.919205298013246,\n            \"ask\": 6.9357,\n            \"bid\": 6.89755,\n            \"diff24h\": -0.145311\n        },\n        \"dai\": {\n            \"rate\": 5.2229552,\n            \"ask\": 5.23593,\n            \"bid\": 5.213505,\n            \"diff24h\": -0.033045\n        }\n    },\n    \"bsv\": {\n        \"pax\": {\n            \"rate\": 31.9305,\n            \"ask\": 32.036745,\n            \"bid\": 31.867737,\n            \"diff24h\": 0.1433\n        },\n        \"rub\": {\n            \"rate\": 2556.9974120909396,\n            \"ask\": 2566.627138,\n            \"bid\": 2550.830059,\n            \"diff24h\": 10.277238\n        },\n        \"usd\": {\n            \"rate\": 31.92794556,\n            \"ask\": 32.034187,\n            \"bid\": 31.864863,\n            \"diff24h\": 0.143924\n        },\n        \"aud\": {\n            \"rate\": 48.83516964162805,\n            \"ask\": 49.001417,\n            \"bid\": 48.734934,\n            \"diff24h\": 0.125032\n        },\n        \"btc\": {\n            \"rate\": \"0.0012100000\",\n            \"ask\": 0.001213,\n            \"bid\": 0.001204,\n            \"diff24h\": 0.000001\n        },\n        \"eurs\": {\n            \"rate\": 29.70661144994487,\n            \"ask\": 30.044424,\n            \"bid\": 29.409898,\n            \"diff24h\": 0.073489\n        },\n        \"eur\": {\n            \"rate\": 29.70690854279773,\n            \"ask\": 29.865937,\n            \"bid\": 29.588129,\n            \"diff24h\": 0.07351\n        },\n        \"ht\": {\n            \"rate\": 9.232309232309232,\n            \"ask\": 9.697459,\n            \"bid\": 9.287324,\n            \"diff24h\": 0.0308\n        },\n        \"usdt\": {\n            \"rate\": \"31.9305000000\",\n            \"ask\": 32.011167,\n            \"bid\": 31.893282,\n            \"diff24h\": 0.1433\n        },\n        \"chf\": {\n            \"rate\": 28.829657722857597,\n            \"ask\": 28.926879,\n            \"bid\": 28.771425,\n            \"diff24h\": 0.057838\n        },\n        \"tusd\": {\n            \"rate\": 36.3742983159583,\n            \"ask\": 36.407151,\n            \"bid\": 36.233603,\n            \"diff24h\": -1.054316\n        },\n        \"dai\": {\n            \"rate\": 31.9241139,\n            \"ask\": 32.033548,\n            \"bid\": 31.86135,\n            \"diff24h\": 0.136914\n        },\n        \"gbp\": {\n            \"rate\": 25.78681545854702,\n            \"ask\": 25.950915,\n            \"bid\": 25.657679,\n            \"diff24h\": 0.063526\n        },\n        \"cad\": {\n            \"rate\": 43.4432380453974,\n            \"ask\": 43.589221,\n            \"bid\": 43.355992,\n            \"diff24h\": 0.214789\n        },\n        \"usdc\": {\n            \"rate\": 36.3742983159583,\n            \"ask\": 36.407151,\n            \"bid\": 36.233603,\n            \"diff24h\": -1.054316\n        }\n    },\n    \"icp\": {\n        \"link\": {\n            \"rate\": 0.7677215189873418,\n            \"ask\": 0.769694,\n            \"bid\": 0.766342,\n            \"diff24h\": 0.000838\n        },\n        \"omg\": {\n            \"rate\": 6.426490066225166,\n            \"ask\": 6.441999,\n            \"bid\": 6.406471,\n            \"diff24h\": -0.060069\n        },\n        \"usdt\": {\n            \"rate\": \"4.85400000\",\n            \"ask\": 4.859825,\n            \"bid\": 4.847176,\n            \"diff24h\": 0.028\n        },\n        \"ftm\": {\n            \"rate\": 14.676346037507564,\n            \"ask\": 14.711784,\n            \"bid\": 14.645618,\n            \"diff24h\": 0.01211\n        },\n        \"bnb\": {\n            \"rate\": \"0.01580000\",\n            \"ask\": 0.015852,\n            \"bid\": 0.015778,\n            \"diff24h\": -0.00001\n        },\n        \"doge\": {\n            \"rate\": 68.41511562323745,\n            \"ask\": 68.580206,\n            \"bid\": 68.282722,\n            \"diff24h\": -0.116552\n        },\n        \"eth\": {\n            \"rate\": \"0.00267400\",\n            \"ask\": 0.002682,\n            \"bid\": 0.002666,\n            \"diff24h\": -0.000024\n        },\n        \"matic\": {\n            \"rate\": 5.174914675767918,\n            \"ask\": 5.186858,\n            \"bid\": 5.164539,\n            \"diff24h\": -0.299223\n        },\n        \"zrx\": {\n            \"rate\": 22.246675836772127,\n            \"ask\": 22.290137,\n            \"bid\": 22.176253,\n            \"diff24h\": -0.054618\n        },\n        \"bch\": {\n            \"rate\": 0.04305235137533275,\n            \"ask\": 0.043196,\n            \"bid\": 0.042973,\n            \"diff24h\": -0.000347\n        },\n        \"uni\": {\n            \"rate\": 0.9721498697655782,\n            \"ask\": 0.974497,\n            \"bid\": 0.970209,\n            \"diff24h\": -0.004971\n        },\n        \"avax\": {\n            \"rate\": 0.34338287331917905,\n            \"ask\": 0.344456,\n            \"bid\": 0.342767,\n            \"diff24h\": 0.00184\n        },\n        \"eurs\": {\n            \"rate\": 4.514068954608682,\n            \"ask\": 4.561241,\n            \"bid\": 4.469749,\n            \"diff24h\": 0.015106\n        },\n        \"eur\": {\n            \"rate\": 4.514114099361256,\n            \"ask\": 4.534144,\n            \"bid\": 4.496836,\n            \"diff24h\": 0.015109\n        },\n        \"theta\": {\n            \"rate\": 5.783075089392135,\n            \"ask\": 5.803963,\n            \"bid\": 5.772708,\n            \"diff24h\": 0.030989\n        },\n        \"busd\": {\n            \"rate\": \"4.85300000\",\n            \"ask\": 4.863708,\n            \"bid\": 4.843294,\n            \"diff24h\": 0.024\n        },\n        \"comp\": {\n            \"rate\": 0.14474940334128877,\n            \"ask\": 0.145099,\n            \"bid\": 0.144446,\n            \"diff24h\": 0.004336\n        },\n        \"xtz\": {\n            \"rate\": 5.551487414187644,\n            \"ask\": 5.57127,\n            \"bid\": 5.541538,\n            \"diff24h\": -0.027703\n        },\n        \"xlm\": {\n            \"rate\": 55.324971493728626,\n            \"ask\": 55.458473,\n            \"bid\": 55.162798,\n            \"diff24h\": -0.402511\n        },\n        \"tusd\": {\n            \"rate\": 5.031074578989575,\n            \"ask\": 5.04013,\n            \"bid\": 5.01751,\n            \"diff24h\": -0.114702\n        },\n        \"dash\": {\n            \"rate\": 0.1171414775470787,\n            \"ask\": 0.117423,\n            \"bid\": 0.116904,\n            \"diff24h\": -0.001667\n        },\n        \"near\": {\n            \"rate\": 3.0963624760689217,\n            \"ask\": 3.105823,\n            \"bid\": 3.090812,\n            \"diff24h\": -0.00518\n        },\n        \"ape\": {\n            \"rate\": 1.5073004038521283,\n            \"ask\": 1.51141,\n            \"bid\": 1.504598,\n            \"diff24h\": 0.014107\n        },\n        \"aave\": {\n            \"rate\": 0.07665086887835704,\n            \"ask\": 0.076836,\n            \"bid\": 0.076393,\n            \"diff24h\": 0.000411\n        },\n        \"sushi\": {\n            \"rate\": 5.810778443113773,\n            \"ask\": 5.831782,\n            \"bid\": 5.800354,\n            \"diff24h\": 0.119741\n        },\n        \"ada\": {\n            \"rate\": 13.58342665173572,\n            \"ask\": 13.616205,\n            \"bid\": 13.555258,\n            \"diff24h\": 0.07657\n        },\n        \"mkr\": {\n            \"rate\": 0.007800643086816721,\n            \"ask\": 0.007818,\n            \"bid\": 0.007776,\n            \"diff24h\": 0.000104\n        },\n        \"1inch\": {\n            \"rate\": 12.377551020408163,\n            \"ask\": 12.439168,\n            \"bid\": 12.355352,\n            \"diff24h\": 0.003192\n        },\n        \"btc\": {\n            \"rate\": \"0.00018310\",\n            \"ask\": 0.000184,\n            \"bid\": 0.000183,\n            \"diff24h\": -0.000001\n        },\n        \"vet\": {\n            \"rate\": 253.5005224660397,\n            \"ask\": 254.112237,\n            \"bid\": 252.913504,\n            \"diff24h\": 2.015374\n        },\n        \"cake\": {\n            \"rate\": 3.1733158927403537,\n            \"ask\": 3.183061,\n            \"bid\": 3.167627,\n            \"diff24h\": 0.077742\n        },\n        \"bat\": {\n            \"rate\": 22.51508120649652,\n            \"ask\": 22.56941,\n            \"bid\": 22.464254,\n            \"diff24h\": 0.295928\n        },\n        \"dot\": {\n            \"rate\": 0.928790199081164,\n            \"ask\": 0.930855,\n            \"bid\": 0.926771,\n            \"diff24h\": 0.010601\n        },\n        \"bnt\": {\n            \"rate\": 11.851489985344408,\n            \"ask\": 11.906263,\n            \"bid\": 11.833115,\n            \"diff24h\": -0.144533\n        },\n        \"sand\": {\n            \"rate\": 9.651879848816392,\n            \"ask\": 9.677117,\n            \"bid\": 9.634578,\n            \"diff24h\": 0.095444\n        },\n        \"ilv\": {\n            \"rate\": 0.10294928920008488,\n            \"ask\": 0.103286,\n            \"bid\": 0.102721,\n            \"diff24h\": -0.000259\n        },\n        \"ltc\": {\n            \"rate\": 0.05566773749426343,\n            \"ask\": 0.055804,\n            \"bid\": 0.05556,\n            \"diff24h\": -0.001343\n        },\n        \"mana\": {\n            \"rate\": 10.524945770065077,\n            \"ask\": 10.550357,\n            \"bid\": 10.50381,\n            \"diff24h\": 0.033641\n        },\n        \"egld\": {\n            \"rate\": 0.13613916947250282,\n            \"ask\": 0.136506,\n            \"bid\": 0.135895,\n            \"diff24h\": 0.00171\n        },\n        \"yfi\": {\n            \"rate\": 0.0007588364091335628,\n            \"ask\": 0.000759,\n            \"bid\": 0.000756,\n            \"diff24h\": -0.000003\n        },\n        \"chf\": {\n            \"rate\": 4.3808114270464005,\n            \"ask\": 4.391579,\n            \"bid\": 4.372713,\n            \"diff24h\": 0.012613\n        },\n        \"gala\": {\n            \"rate\": 161.57176157176158,\n            \"ask\": 162.018596,\n            \"bid\": 161.279519,\n            \"diff24h\": 0.167079\n        },\n        \"btt\": {\n            \"rate\": 8284104.490353425,\n            \"ask\": 4863216.298474,\n            \"bid\": 4843802.261354,\n            \"diff24h\": 182711.171569\n        },\n        \"dai\": {\n            \"rate\": 4.8510296,\n            \"ask\": 4.863223,\n            \"bid\": 4.842323,\n            \"diff24h\": 0.02503\n        },\n        \"rep\": {\n            \"rate\": 1.0890063424947145,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": 0.001903\n        },\n        \"trx\": {\n            \"rate\": 63.9009614118267,\n            \"ask\": 64.063919,\n            \"bid\": 63.786234,\n            \"diff24h\": 1.412291\n        },\n        \"paxg\": {\n            \"rate\": 0.0024692111959287535,\n            \"ask\": 0.002476,\n            \"bid\": 0.002465,\n            \"diff24h\": 0.000023\n        },\n        \"zil\": {\n            \"rate\": 213.08739569609136,\n            \"ask\": 213.697501,\n            \"bid\": 212.703862,\n            \"diff24h\": -0.169343\n        },\n        \"cad\": {\n            \"rate\": 6.601418424273601,\n            \"ask\": 6.617565,\n            \"bid\": 6.589291,\n            \"diff24h\": 0.038384\n        },\n        \"gmt\": {\n            \"rate\": 18.455686572841387,\n            \"ask\": 18.507272,\n            \"bid\": 18.422637,\n            \"diff24h\": 0.189222\n        },\n        \"eos\": {\n            \"rate\": 5.7284533648170015,\n            \"ask\": 5.749065,\n            \"bid\": 5.718173,\n            \"diff24h\": -0.037377\n        },\n        \"xmr\": {\n            \"rate\": 0.03204755614266843,\n            \"ask\": 0.032146,\n            \"bid\": 0.03199,\n            \"diff24h\": -0.000062\n        },\n        \"axs\": {\n            \"rate\": 0.712481644640235,\n            \"ask\": 0.714202,\n            \"bid\": 0.710162,\n            \"diff24h\": 0.015083\n        },\n        \"atom\": {\n            \"rate\": 0.46302128065655124,\n            \"ask\": 0.464095,\n            \"bid\": 0.462103,\n            \"diff24h\": 0.003183\n        },\n        \"sol\": {\n            \"rate\": 0.25139896373056997,\n            \"ask\": 0.252137,\n            \"bid\": 0.250948,\n            \"diff24h\": 0.001993\n        },\n        \"pax\": {\n            \"rate\": 4.852,\n            \"ask\": 4.863708,\n            \"bid\": 4.843294,\n            \"diff24h\": 0.026\n        },\n        \"aud\": {\n            \"rate\": 7.420749537313206,\n            \"ask\": 7.439226,\n            \"bid\": 7.406789,\n            \"diff24h\": 0.025473\n        },\n        \"snx\": {\n            \"rate\": 2.0420875420875424,\n            \"ask\": 2.047017,\n            \"bid\": 2.037565,\n            \"diff24h\": -0.049807\n        },\n        \"usd\": {\n            \"rate\": 4.85161184,\n            \"ask\": 4.86332,\n            \"bid\": 4.842857,\n            \"diff24h\": 0.026094\n        },\n        \"gbp\": {\n            \"rate\": 3.918436247627509,\n            \"ask\": 3.928018,\n            \"bid\": 3.911239,\n            \"diff24h\": 0.013072\n        },\n        \"usdc\": {\n            \"rate\": 5.031074578989575,\n            \"ask\": 5.04013,\n            \"bid\": 5.01751,\n            \"diff24h\": -0.114702\n        },\n        \"xrp\": {\n            \"rate\": 10.425440481306405,\n            \"ask\": 10.450596,\n            \"bid\": 10.404498,\n            \"diff24h\": -0.270481\n        },\n        \"fil\": {\n            \"rate\": 1.1042330450614475,\n            \"ask\": 1.1069,\n            \"bid\": 1.102003,\n            \"diff24h\": 0.011141\n        }\n    },\n    \"bttc\": {\n        \"cad\": {\n            \"rate\": 7.891225651439999e-7,\n            \"ask\": 0.000001,\n            \"bid\": 0.000001\n        },\n        \"gbp\": {\n            \"rate\": 4.6840334369825943e-7,\n            \"ask\": 0.000001,\n            \"bid\": 0.000001\n        },\n        \"btc\": {\n            \"rate\": 2.1906409022116787e-11,\n            \"ask\": 0,\n            \"bid\": 0\n        },\n        \"chf\": {\n            \"rate\": 5.23674902656e-7,\n            \"ask\": 0.000001,\n            \"bid\": 0.000001\n        },\n        \"usdt\": {\n            \"rate\": \"0.00000058\",\n            \"ask\": 0.000001,\n            \"bid\": 0.000001\n        },\n        \"aud\": {\n            \"rate\": 8.870640419706634e-7,\n            \"ask\": 0.000002,\n            \"bid\": 0.000002\n        },\n        \"usd\": {\n            \"rate\": 5.799536e-7,\n            \"ask\": 0.000001,\n            \"bid\": 0.000001\n        },\n        \"eur\": {\n            \"rate\": 5.396096821165557e-7,\n            \"ask\": 0.000001,\n            \"bid\": 0.000001\n        }\n    },\n    \"gala\": {\n        \"zrx\": {\n            \"rate\": 0.13768913342503442,\n            \"ask\": 0.137904,\n            \"bid\": 0.137177,\n            \"diff24h\": -0.000481\n        },\n        \"comp\": {\n            \"rate\": 0.0008958830548926014,\n            \"ask\": 0.000898,\n            \"bid\": 0.000894,\n            \"diff24h\": 0.000026\n        },\n        \"tusd\": {\n            \"rate\": 0.040948275862068964,\n            \"ask\": 0.04104,\n            \"bid\": 0.040863,\n            \"diff24h\": -0.001783\n        },\n        \"sand\": {\n            \"rate\": 0.05973741794310722,\n            \"ask\": 0.05987,\n            \"bid\": 0.059597,\n            \"diff24h\": 0.000529\n        },\n        \"vet\": {\n            \"rate\": 1.5689655172413794,\n            \"ask\": 1.572129,\n            \"bid\": 1.564463,\n            \"diff24h\": 0.010862\n        },\n        \"bat\": {\n            \"rate\": 0.13935034802784224,\n            \"ask\": 0.139631,\n            \"bid\": 0.138959,\n            \"diff24h\": 0.001689\n        },\n        \"usdt\": {\n            \"rate\": \"0.03003000\",\n            \"ask\": 0.030051,\n            \"bid\": 0.030019,\n            \"diff24h\": 0.00013\n        },\n        \"btt\": {\n            \"rate\": 51271.98224346936,\n            \"ask\": 51419.258898,\n            \"bid\": 51160.293398,\n            \"diff24h\": 1078.93205\n        },\n        \"axs\": {\n            \"rate\": 0.004409691629955948,\n            \"ask\": 0.004419,\n            \"bid\": 0.004393,\n            \"diff24h\": 0.000089\n        },\n        \"gbp\": {\n            \"rate\": 0.024251986915963333,\n            \"ask\": 0.024374,\n            \"bid\": 0.024121,\n            \"diff24h\": 0.000056\n        },\n        \"xtz\": {\n            \"rate\": 0.03435926773455378,\n            \"ask\": 0.034468,\n            \"bid\": 0.034279,\n            \"diff24h\": -0.000207\n        },\n        \"chf\": {\n            \"rate\": 0.027113719528896,\n            \"ask\": 0.02717,\n            \"bid\": 0.027049,\n            \"diff24h\": 0.00005\n        },\n        \"usd\": {\n            \"rate\": 0.0300275976,\n            \"ask\": 0.030088,\n            \"bid\": 0.029957,\n            \"diff24h\": 0.000131\n        },\n        \"mana\": {\n            \"rate\": 0.0651409978308026,\n            \"ask\": 0.065271,\n            \"bid\": 0.064975,\n            \"diff24h\": 0.000141\n        },\n        \"cad\": {\n            \"rate\": 0.040857501088404004,\n            \"ask\": 0.040941,\n            \"bid\": 0.04076,\n            \"diff24h\": 0.000196\n        },\n        \"dai\": {\n            \"rate\": 0.030023994000000002,\n            \"ask\": 0.030088,\n            \"bid\": 0.029953,\n            \"diff24h\": 0.000124\n        },\n        \"ftm\": {\n            \"rate\": 0.09083484573502723,\n            \"ask\": 0.091018,\n            \"bid\": 0.090594,\n            \"diff24h\": -0.000019\n        },\n        \"eurs\": {\n            \"rate\": 0.0279384770624276,\n            \"ask\": 0.027996,\n            \"bid\": 0.027872,\n            \"diff24h\": 0.000065\n        },\n        \"avax\": {\n            \"rate\": 0.0021252653927813165,\n            \"ask\": 0.002131,\n            \"bid\": 0.00212,\n            \"diff24h\": 0.000009\n        },\n        \"near\": {\n            \"rate\": 0.01916400765794512,\n            \"ask\": 0.019215,\n            \"bid\": 0.019119,\n            \"diff24h\": -0.000052\n        },\n        \"ape\": {\n            \"rate\": 0.009328984156570365,\n            \"ask\": 0.009351,\n            \"bid\": 0.009307,\n            \"diff24h\": 0.000078\n        },\n        \"icp\": {\n            \"rate\": 0.006189200329760923,\n            \"ask\": 0.0062,\n            \"bid\": 0.006172,\n            \"diff24h\": -0.000006\n        },\n        \"paxg\": {\n            \"rate\": 0.000015282442748091604,\n            \"ask\": 0.000015,\n            \"bid\": 0.000015\n        },\n        \"usdc\": {\n            \"rate\": 0.040948275862068964,\n            \"ask\": 0.04104,\n            \"bid\": 0.040863,\n            \"diff24h\": -0.001783\n        },\n        \"aud\": {\n            \"rate\": 0.04592850548341211,\n            \"ask\": 0.046025,\n            \"bid\": 0.045817,\n            \"diff24h\": 0.00011\n        },\n        \"pax\": {\n            \"rate\": 0.03003,\n            \"ask\": 0.030091,\n            \"bid\": 0.029959,\n            \"diff24h\": 0.00013\n        },\n        \"link\": {\n            \"rate\": 0.004751582278481012,\n            \"ask\": 0.004762,\n            \"bid\": 0.00474\n        },\n        \"ada\": {\n            \"rate\": 0.08407054871220604,\n            \"ask\": 0.08424,\n            \"bid\": 0.08385,\n            \"diff24h\": 0.000387\n        },\n        \"doge\": {\n            \"rate\": 0.42343485617597293,\n            \"ask\": 0.424289,\n            \"bid\": 0.422381,\n            \"diff24h\": -0.00116\n        },\n        \"atom\": {\n            \"rate\": 0.002865731462925852,\n            \"ask\": 0.002871,\n            \"bid\": 0.002858,\n            \"diff24h\": 0.000017\n        },\n        \"busd\": {\n            \"rate\": 0.03003300330033003,\n            \"ask\": 0.030097,\n            \"bid\": 0.029962,\n            \"diff24h\": 0.000127\n        },\n        \"sushi\": {\n            \"rate\": 0.03596407185628743,\n            \"ask\": 0.03608,\n            \"bid\": 0.03588,\n            \"diff24h\": 0.000705\n        },\n        \"omg\": {\n            \"rate\": 0.0397748344370861,\n            \"ask\": 0.039855,\n            \"bid\": 0.039629,\n            \"diff24h\": -0.000413\n        },\n        \"bnb\": {\n            \"rate\": 0.00009788135593220338,\n            \"ask\": 0.000098,\n            \"bid\": 0.000098\n        },\n        \"eth\": {\n            \"rate\": 0.000016558226731363037,\n            \"ask\": 0.000017,\n            \"bid\": 0.000017\n        },\n        \"xrp\": {\n            \"rate\": 0.06452513966480447,\n            \"ask\": 0.064655,\n            \"bid\": 0.06436,\n            \"diff24h\": -0.001743\n        },\n        \"dash\": {\n            \"rate\": 0.0007250120714630613,\n            \"ask\": 0.000726,\n            \"bid\": 0.000723,\n            \"diff24h\": -0.000011\n        },\n        \"1inch\": {\n            \"rate\": 0.07660714285714286,\n            \"ask\": 0.076958,\n            \"bid\": 0.076427,\n            \"diff24h\": -0.00006\n        },\n        \"gmt\": {\n            \"rate\": 0.11422594142259414,\n            \"ask\": 0.114498,\n            \"bid\": 0.11396,\n            \"diff24h\": 0.001054\n        },\n        \"btc\": {\n            \"rate\": 0.0000011342232119554607,\n            \"ask\": 0.000001,\n            \"bid\": 0.000001\n        },\n        \"uni\": {\n            \"rate\": 0.006016830294530155,\n            \"ask\": 0.006029,\n            \"bid\": 0.006001,\n            \"diff24h\": -0.000037\n        },\n        \"fil\": {\n            \"rate\": 0.006834319526627219,\n            \"ask\": 0.006848,\n            \"bid\": 0.006817,\n            \"diff24h\": 0.000062\n        },\n        \"mkr\": {\n            \"rate\": 0.000048279742765273315,\n            \"ask\": 0.000048,\n            \"bid\": 0.000048,\n            \"diff24h\": 0.000001\n        },\n        \"eur\": {\n            \"rate\": 0.027938756472345123,\n            \"ask\": 0.028052,\n            \"bid\": 0.027816,\n            \"diff24h\": 0.000065\n        },\n        \"sol\": {\n            \"rate\": 0.001555958549222798,\n            \"ask\": 0.00156,\n            \"bid\": 0.001552,\n            \"diff24h\": 0.000011\n        },\n        \"yfi\": {\n            \"rate\": 0.0000046965905536440415,\n            \"ask\": 0.000005,\n            \"bid\": 0.000005\n        },\n        \"egld\": {\n            \"rate\": 0.0008425925925925926,\n            \"ask\": 0.000845,\n            \"bid\": 0.000841,\n            \"diff24h\": 0.00001\n        },\n        \"rep\": {\n            \"rate\": 0.009090909090909089,\n            \"ask\": 0,\n            \"bid\": 0,\n            \"diff24h\": 0.000146\n        },\n        \"ltc\": {\n            \"rate\": 0.0003445387792565397,\n            \"ask\": 0.000345,\n            \"bid\": 0.000344,\n            \"diff24h\": -0.000009\n        },\n        \"theta\": {\n            \"rate\": 0.03579261025029797,\n            \"ask\": 0.035908,\n            \"bid\": 0.035709,\n            \"diff24h\": 0.000155\n        },\n        \"zil\": {\n            \"rate\": 1.318840579710145,\n            \"ask\": 1.32208,\n            \"bid\": 1.315743,\n            \"diff24h\": -0.002414\n        },\n        \"snx\": {\n            \"rate\": 0.01263888888888889,\n            \"ask\": 0.012664,\n            \"bid\": 0.012604,\n            \"diff24h\": -0.000322\n        },\n        \"cake\": {\n            \"rate\": 0.019640287769784173,\n            \"ask\": 0.019693,\n            \"bid\": 0.019594,\n            \"diff24h\": 0.000461\n        },\n        \"xmr\": {\n            \"rate\": 0.00019834874504623512,\n            \"ask\": 0.000199,\n            \"bid\": 0.000198,\n            \"diff24h\": -0.000001\n        },\n        \"bnt\": {\n            \"rate\": 0.07335124572545189,\n            \"ask\": 0.073661,\n            \"bid\": 0.073197,\n            \"diff24h\": -0.000971\n        },\n        \"xlm\": {\n            \"rate\": 0.3424173318129989,\n            \"ask\": 0.343108,\n            \"bid\": 0.341224,\n            \"diff24h\": -0.002848\n        },\n        \"ilv\": {\n            \"rate\": 0.0006371737746658179,\n            \"ask\": 0.000639,\n            \"bid\": 0.000635,\n            \"diff24h\": -0.000002\n        },\n        \"matic\": {\n            \"rate\": 0.03202858361774744,\n            \"ask\": 0.03209,\n            \"bid\": 0.031947,\n            \"diff24h\": -0.001887\n        },\n        \"eos\": {\n            \"rate\": 0.035454545454545454,\n            \"ask\": 0.035568,\n            \"bid\": 0.035371,\n            \"diff24h\": -0.000268\n        },\n        \"bch\": {\n            \"rate\": 0.00026645962732919253,\n            \"ask\": 0.000267,\n            \"bid\": 0.000266,\n            \"diff24h\": -0.000002\n        }\n    },\n    \"flr\": {\n        \"chf\": {\n            \"rate\": 0.023025224999999996,\n            \"ask\": 0.023126,\n            \"bid\": 0.022978,\n            \"diff24h\": -0.000764\n        },\n        \"btc\": {\n            \"rate\": 9.632032960526575e-7,\n            \"ask\": 0.000001,\n            \"bid\": 0.000001\n        },\n        \"aud\": {\n            \"rate\": 0.039000963553217194,\n            \"ask\": 0.039174,\n            \"bid\": 0.03892,\n            \"diff24h\": -0.001272\n        },\n        \"usd\": {\n            \"rate\": \"0.025540000\",\n            \"ask\": 0.025621,\n            \"bid\": 0.025489,\n            \"diff24h\": -0.00074\n        },\n        \"usdt\": {\n            \"rate\": 0.025502040163213054,\n            \"ask\": 0.025571,\n            \"bid\": 0.025493,\n            \"diff24h\": -0.000781\n        },\n        \"eur\": {\n            \"rate\": 0.02372523387963398,\n            \"ask\": 0.023877,\n            \"bid\": 0.02363,\n            \"diff24h\": -0.000776\n        },\n        \"cad\": {\n            \"rate\": 0.0346977225,\n            \"ask\": 0.03485,\n            \"bid\": 0.034627,\n            \"diff24h\": -0.001045\n        },\n        \"gbp\": {\n            \"rate\": 0.020595575585762402,\n            \"ask\": 0.020748,\n            \"bid\": 0.020492,\n            \"diff24h\": -0.000673\n        }\n    },\n    \"ht\": {\n        \"aud\": {\n            \"rate\": 4.775310445250004,\n            \"ask\": 4.786301,\n            \"bid\": 4.761987,\n            \"diff24h\": 0.016498\n        },\n        \"tusd\": {\n            \"rate\": 3.6148757016840416,\n            \"ask\": 3.622806,\n            \"bid\": 3.607385,\n            \"diff24h\": -0.393841\n        },\n        \"eurs\": {\n            \"rate\": 2.904838725674915,\n            \"ask\": 2.911398,\n            \"bid\": 2.896921,\n            \"diff24h\": 0.009785\n        },\n        \"eur\": {\n            \"rate\": 2.9048677766767623,\n            \"ask\": 2.917209,\n            \"bid\": 2.891115,\n            \"diff24h\": 0.009787\n        },\n        \"gbp\": {\n            \"rate\": 2.521544413843234,\n            \"ask\": 2.534802,\n            \"bid\": 2.507063,\n            \"diff24h\": 0.008468\n        },\n        \"dai\": {\n            \"rate\": 3.12167554,\n            \"ask\": 3.128934,\n            \"bid\": 3.113236,\n            \"diff24h\": 0.016176\n        },\n        \"bsv\": {\n            \"rate\": 0.10831526271893245,\n            \"ask\": 0.107673,\n            \"bid\": 0.103119,\n            \"diff24h\": -0.000363\n        },\n        \"chf\": {\n            \"rate\": 2.81908646303936,\n            \"ask\": 2.825485,\n            \"bid\": 2.811313,\n            \"diff24h\": 0.008179\n        },\n        \"rub\": {\n            \"rate\": 250.034074623684,\n            \"ask\": 250.699897,\n            \"bid\": 249.246677,\n            \"diff24h\": 1.228282\n        },\n        \"pax\": {\n            \"rate\": 3.1223,\n            \"ask\": 3.129246,\n            \"bid\": 3.11386,\n            \"diff24h\": 0.0168\n        },\n        \"btc\": {\n            \"rate\": \"0.0001298700\",\n            \"ask\": 0.000129,\n            \"bid\": 0.000124,\n            \"diff24h\": 0.000007\n        },\n        \"usd\": {\n            \"rate\": 3.1220502160000003,\n            \"ask\": 3.128997,\n            \"bid\": 3.113579,\n            \"diff24h\": 0.016861\n        },\n        \"usdc\": {\n            \"rate\": 3.6148757016840416,\n            \"ask\": 3.622806,\n            \"bid\": 3.607385,\n            \"diff24h\": -0.393841\n        },\n        \"cad\": {\n            \"rate\": 4.248064457153641,\n            \"ask\": 4.257655,\n            \"bid\": 4.2364,\n            \"diff24h\": 0.024794\n        },\n        \"usdt\": {\n            \"rate\": \"3.1208000000\",\n            \"ask\": 3.126547,\n            \"bid\": 3.116456,\n            \"diff24h\": 0.0153\n        }\n    },\n    \"srm\": {\n        \"busd\": {\n            \"rate\": \"0.15943000\",\n            \"ask\": 0.159749,\n            \"bid\": 0.158263\n        }\n    },\n    \"sgb\": {\n        \"chf\": {\n            \"rate\": 0.007223599999999999,\n            \"ask\": 0.007238,\n            \"bid\": 0.007119,\n            \"diff24h\": -0.000018\n        },\n        \"eur\": {\n            \"rate\": 0.007443210628904778,\n            \"ask\": 0.007473,\n            \"bid\": 0.00732,\n            \"diff24h\": -0.000015\n        },\n        \"usd\": {\n            \"rate\": \"0.008000\",\n            \"ask\": 0.008016,\n            \"bid\": 0.007884,\n            \"diff24h\": -0.0001\n        },\n        \"gbp\": {\n            \"rate\": 0.006461357046513695,\n            \"ask\": 0.006494,\n            \"bid\": 0.006348,\n            \"diff24h\": -0.000013\n        },\n        \"cad\": {\n            \"rate\": 0.01088556,\n            \"ask\": 0.010908,\n            \"bid\": 0.010727,\n            \"diff24h\": 0.000005\n        },\n        \"btc\": {\n            \"rate\": 3.021814262125985e-7,\n            \"ask\": 0,\n            \"bid\": 0\n        },\n        \"usdt\": {\n            \"rate\": 0.008000640051204096,\n            \"ask\": 0.008004,\n            \"bid\": 0.007898\n        },\n        \"aud\": {\n            \"rate\": 0.012235596408852453,\n            \"ask\": 0.012261,\n            \"bid\": 0.012057,\n            \"diff24h\": -0.000024\n        }\n    },\n    \"ftt\": {\n        \"busd\": {\n            \"rate\": \"0.94630000\",\n            \"ask\": 0.949896,\n            \"bid\": 0.944407\n        }\n    },\n    \"ybtc\": {\n        \"yusd\": {\n            \"rate\": 26474.1618976,\n            \"ask\": 26580.168687,\n            \"bid\": 26368.092727,\n            \"diff24h\": 214.108166\n        }\n    },\n    \"yusd\": {\n        \"ybtc\": {\n            \"rate\": 0.00003777267827657481,\n            \"ask\": 0.000038,\n            \"bid\": 0.000038\n        }\n    },\n    \"ethw\": {\n        \"usd\": {\n            \"rate\": \"2.0270000\",\n            \"ask\": 2.035062,\n            \"bid\": 2.021948,\n            \"diff24h\": 0.005\n        }\n    }\n}"},{"id":"368d59f4-c2b8-4361-912d-1095c29adaa8","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"url":"{{baseUrl}}/v1/exchange/rates-ex"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 26 May 2023 11:55:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"87"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"X-Total-Count, X-Access-Token"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"POST, PUT, GET, DELETE, OPTIONS"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7cd5d4f79add950a-LIS"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"_error\": \"Authentication Error\",\n    \"i18n\": {\n        \"_error\": {\n            \"fallback\": \"Authentication Error\"\n        }\n    }\n}"}],"_postman_id":"4ea16af2-d8df-4386-a1fc-19e46e306722"},{"name":"Get Rates Chart","id":"5c8c705c-2e16-4409-bb43-951016b427ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"url":"{{baseUrl}}/v2/rates/chart?type=candle&fromTicker=btc&toTicker=usdt&points=100&fromDate=2023-05-31T10:14:57.200Z&toDate=2023-05-31T18:14:57.200Z&mode=mid","description":"<p>The request returns an array of prices in the requested trading pair, period and type of chart (line or candle).</p>\n<p>The response differs depending on the chart type - line or candle. If the type is line, the platform returns data of line chart in asked time period. If the type is candle, the platform returns a list of candles in a minimal time frame 1min.</p>\n<h2 id=\"params\">Params</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type, Value</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td>- line  <br />- candle</td>\n<td>Yes</td>\n<td>Type of chart</td>\n</tr>\n<tr>\n<td>fromTicker</td>\n<td>- btc  <br />- eth  <br />- …</td>\n<td>Yes</td>\n<td>Symbol of base ticker</td>\n</tr>\n<tr>\n<td>toTicker</td>\n<td>- usdt  <br />- usd  <br />- …</td>\n<td>Yes</td>\n<td>Symbol of quote ticker</td>\n</tr>\n<tr>\n<td>points</td>\n<td>Integer</td>\n<td>Yes</td>\n<td>How many points returns in the chart</td>\n</tr>\n<tr>\n<td>fromDate</td>\n<td>YYYY-MM-DDThh:mm:ss.mssZ</td>\n<td>Yes</td>\n<td>Begin of the period</td>\n</tr>\n<tr>\n<td>toDate</td>\n<td>YYYY-MM-DDThh:mm:ss.mssZ</td>\n<td>Yes</td>\n<td>End of the period</td>\n</tr>\n<tr>\n<td>mode</td>\n<td>- ask  <br />- bid  <br />- mid</td>\n<td>No</td>\n<td>Type of price- ask for Long  <br />- bid for Short</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">Response</h2>\n<h3 id=\"response-codes\">Response codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>Successful result</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Unauthorized</td>\n</tr>\n<tr>\n<td>500</td>\n<td>- Internal Server Error  <br />- Wrong request</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"body\">Body</h3>\n<h5 id=\"for-type--line\">For type = line</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>[]</td>\n<td>Array</td>\n<td>List of points</td>\n</tr>\n<tr>\n<td>[].{n}.date</td>\n<td>Date timeYYYY-MM-DDThh:mm:ss.mssZ</td>\n<td>Date of price</td>\n</tr>\n<tr>\n<td>[].{n}.rate</td>\n<td>Float  <br />String</td>\n<td>Price of trading pair</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"for-type--candle\">For type = candle</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>[]</td>\n<td>Array</td>\n<td>List of points</td>\n</tr>\n<tr>\n<td>[].{n}.date</td>\n<td>Date timeYYYY-MM-DDThh:mm:ss.mssZ</td>\n<td>Date of price</td>\n</tr>\n<tr>\n<td>[].{n}.open</td>\n<td>Float  <br />String</td>\n<td>Open price in the candle</td>\n</tr>\n<tr>\n<td>[].{n}.close</td>\n<td>Float  <br />String</td>\n<td>Close price in the candle</td>\n</tr>\n<tr>\n<td>[].{n}.high</td>\n<td>Float  <br />String</td>\n<td>The highest price in the candle</td>\n</tr>\n<tr>\n<td>[].{n}.low</td>\n<td>Float  <br />String</td>\n<td>The lowest price in the candle</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","rates","chart"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"type","value":"candle"},{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"fromTicker","value":"btc"},{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"toTicker","value":"usdt"},{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"points","value":"100"},{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"fromDate","value":"2023-05-31T10:14:57.200Z"},{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"toDate","value":"2023-05-31T18:14:57.200Z"},{"key":"mode","value":"mid"}],"variable":[]}},"response":[{"id":"dbe70ddf-64fa-4819-8ad2-e8f5c735a29d","name":"200 OK Line chart","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"url":{"raw":"{{baseUrl}}/v2/rates/chart?type=line&fromTicker=comp&toTicker=usdt&points=120&fromDate=2022-11-30T12:14:57.200Z&toDate=2022-12-01T12:14:57.200Z&mode=bid","host":["{{baseUrl}}"],"path":["v2","rates","chart"],"query":[{"key":"type","value":"line","description":"(Required) "},{"key":"fromTicker","value":"comp","description":"(Required) "},{"key":"toTicker","value":"usdt","description":"(Required) "},{"key":"points","value":"120","description":"(Required) "},{"key":"fromDate","value":"2022-11-30T12:14:57.200Z"},{"key":"toDate","value":"2022-12-01T12:14:57.200Z"},{"key":"mode","value":"bid"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 Dec 2022 12:25:12 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-store","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-expose-headers","value":"X-Total-Count, X-Access-Token","enabled":true},{"key":"access-control-allow-credentials","value":"true","enabled":true},{"key":"access-control-allow-methods","value":"POST, PUT, GET, DELETE, OPTIONS","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"772bcddd6c0494f8-LIS","enabled":true},{"key":"Content-Encoding","value":"br","enabled":true},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"date\": \"2022-11-30T12:13:00.000Z\",\n        \"rate\": 37.634160909090916\n    },\n    {\n        \"date\": \"2022-11-30T12:24:00.000Z\",\n        \"rate\": 37.62787491666667\n    },\n    {\n        \"date\": \"2022-11-30T12:36:00.000Z\",\n        \"rate\": 37.5537305\n    },\n    {\n        \"date\": \"2022-11-30T12:48:00.000Z\",\n        \"rate\": 37.504578583333334\n    },\n    {\n        \"date\": \"2022-11-30T13:00:00.000Z\",\n        \"rate\": 37.412106333333334\n    },\n    {\n        \"date\": \"2022-11-30T13:12:00.000Z\",\n        \"rate\": 37.55289741666667\n    },\n    {\n        \"date\": \"2022-11-30T13:24:00.000Z\",\n        \"rate\": 37.57039216666667\n    },\n    {\n        \"date\": \"2022-11-30T13:36:00.000Z\",\n        \"rate\": 37.39211233333333\n    },\n    {\n        \"date\": \"2022-11-30T13:48:00.000Z\",\n        \"rate\": 37.352124333333336\n    },\n    {\n        \"date\": \"2022-11-30T14:00:00.000Z\",\n        \"rate\": 37.4037755\n    },\n    {\n        \"date\": \"2022-11-30T14:12:00.000Z\",\n        \"rate\": 37.43959808333334\n    },\n    {\n        \"date\": \"2022-11-30T14:24:00.000Z\",\n        \"rate\": 37.48791691666667\n    },\n    {\n        \"date\": \"2022-11-30T14:36:00.000Z\",\n        \"rate\": 37.526238750000005\n    },\n    {\n        \"date\": \"2022-11-30T14:48:00.000Z\",\n        \"rate\": 37.50874400000001\n    },\n    {\n        \"date\": \"2022-11-30T15:00:00.000Z\",\n        \"rate\": 37.50624475\n    },\n    {\n        \"date\": \"2022-11-30T15:12:00.000Z\",\n        \"rate\": 37.57455758333334\n    },\n    {\n        \"date\": \"2022-11-30T15:24:00.000Z\",\n        \"rate\": 37.56539366666667\n    },\n    {\n        \"date\": \"2022-11-30T15:36:00.000Z\",\n        \"rate\": 37.59621775\n    },\n    {\n        \"date\": \"2022-11-30T15:48:00.000Z\",\n        \"rate\": 37.658699000000006\n    },\n    {\n        \"date\": \"2022-11-30T16:00:00.000Z\",\n        \"rate\": 37.6337065\n    },\n    {\n        \"date\": \"2022-11-30T16:12:00.000Z\",\n        \"rate\": 37.657865916666665\n    },\n    {\n        \"date\": \"2022-11-30T16:24:00.000Z\",\n        \"rate\": 37.668696000000004\n    },\n    {\n        \"date\": \"2022-11-30T16:36:00.000Z\",\n        \"rate\": 37.662864416666665\n    },\n    {\n        \"date\": \"2022-11-30T16:48:00.000Z\",\n        \"rate\": 37.622876416666664\n    },\n    {\n        \"date\": \"2022-11-30T17:00:00.000Z\",\n        \"rate\": 37.56955908333334\n    },\n    {\n        \"date\": \"2022-11-30T17:12:00.000Z\",\n        \"rate\": 37.447095833333336\n    },\n    {\n        \"date\": \"2022-11-30T17:24:00.000Z\",\n        \"rate\": 37.0038955\n    },\n    {\n        \"date\": \"2022-11-30T17:36:00.000Z\",\n        \"rate\": 36.937248833333335\n    },\n    {\n        \"date\": \"2022-11-30T17:48:00.000Z\",\n        \"rate\": 36.94807891666667\n    },\n    {\n        \"date\": \"2022-11-30T18:00:00.000Z\",\n        \"rate\": 36.84644275\n    },\n    {\n        \"date\": \"2022-11-30T18:12:00.000Z\",\n        \"rate\": 36.88809691666667\n    },\n    {\n        \"date\": \"2022-11-30T18:24:00.000Z\",\n        \"rate\": 36.9339165\n    },\n    {\n        \"date\": \"2022-11-30T18:36:00.000Z\",\n        \"rate\": 37.25298741666667\n    },\n    {\n        \"date\": \"2022-11-30T18:48:00.000Z\",\n        \"rate\": 37.288810000000005\n    },\n    {\n        \"date\": \"2022-11-30T19:00:00.000Z\",\n        \"rate\": 37.3737845\n    },\n    {\n        \"date\": \"2022-11-30T19:12:00.000Z\",\n        \"rate\": 37.57788991666666\n    },\n    {\n        \"date\": \"2022-11-30T19:24:00.000Z\",\n        \"rate\": 37.523739500000005\n    },\n    {\n        \"date\": \"2022-11-30T19:36:00.000Z\",\n        \"rate\": 37.38711383333334\n    },\n    {\n        \"date\": \"2022-11-30T19:48:00.000Z\",\n        \"rate\": 37.43626575\n    },\n    {\n        \"date\": \"2022-11-30T20:00:00.000Z\",\n        \"rate\": 37.425435666666665\n    },\n    {\n        \"date\": \"2022-11-30T20:12:00.000Z\",\n        \"rate\": 37.50541166666667\n    },\n    {\n        \"date\": \"2022-11-30T20:24:00.000Z\",\n        \"rate\": 37.64536966666667\n    },\n    {\n        \"date\": \"2022-11-30T20:36:00.000Z\",\n        \"rate\": 37.634539583333336\n    },\n    {\n        \"date\": \"2022-11-30T20:48:00.000Z\",\n        \"rate\": 37.73534266666666\n    },\n    {\n        \"date\": \"2022-11-30T21:00:00.000Z\",\n        \"rate\": 37.909457083333336\n    },\n    {\n        \"date\": \"2022-11-30T21:12:00.000Z\",\n        \"rate\": 37.76699983333333\n    },\n    {\n        \"date\": \"2022-11-30T21:24:00.000Z\",\n        \"rate\": 37.81032016666666\n    },\n    {\n        \"date\": \"2022-11-30T21:36:00.000Z\",\n        \"rate\": 37.9736045\n    },\n    {\n        \"date\": \"2022-11-30T21:48:00.000Z\",\n        \"rate\": 37.921953333333335\n    },\n    {\n        \"date\": \"2022-11-30T22:00:00.000Z\",\n        \"rate\": 37.948612000000004\n    },\n    {\n        \"date\": \"2022-11-30T22:12:00.000Z\",\n        \"rate\": 37.94527966666667\n    },\n    {\n        \"date\": \"2022-11-30T22:24:00.000Z\",\n        \"rate\": 38.02109025\n    },\n    {\n        \"date\": \"2022-11-30T22:36:00.000Z\",\n        \"rate\": 38.03608575\n    },\n    {\n        \"date\": \"2022-11-30T22:48:00.000Z\",\n        \"rate\": 38.10523166666667\n    },\n    {\n        \"date\": \"2022-11-30T23:00:00.000Z\",\n        \"rate\": 38.17437758333334\n    },\n    {\n        \"date\": \"2022-11-30T23:12:00.000Z\",\n        \"rate\": 38.4234695\n    },\n    {\n        \"date\": \"2022-11-30T23:24:00.000Z\",\n        \"rate\": 38.57509066666667\n    },\n    {\n        \"date\": \"2022-11-30T23:36:00.000Z\",\n        \"rate\": 38.68005916666667\n    },\n    {\n        \"date\": \"2022-11-30T23:48:00.000Z\",\n        \"rate\": 38.5534305\n    },\n    {\n        \"date\": \"2022-12-01T00:00:00.000Z\",\n        \"rate\": 38.47512066666667\n    },\n    {\n        \"date\": \"2022-12-01T00:12:00.000Z\",\n        \"rate\": 38.62007716666667\n    },\n    {\n        \"date\": \"2022-12-01T00:24:00.000Z\",\n        \"rate\": 38.47512066666667\n    },\n    {\n        \"date\": \"2022-12-01T00:36:00.000Z\",\n        \"rate\": 38.37515066666666\n    },\n    {\n        \"date\": \"2022-12-01T00:48:00.000Z\",\n        \"rate\": 38.357655916666666\n    },\n    {\n        \"date\": \"2022-12-01T01:00:00.000Z\",\n        \"rate\": 38.360988250000005\n    },\n    {\n        \"date\": \"2022-12-01T01:12:00.000Z\",\n        \"rate\": 38.24602275\n    },\n    {\n        \"date\": \"2022-12-01T01:24:00.000Z\",\n        \"rate\": 38.18687383333333\n    },\n    {\n        \"date\": \"2022-12-01T01:36:00.000Z\",\n        \"rate\": 38.341827333333335\n    },\n    {\n        \"date\": \"2022-12-01T01:48:00.000Z\",\n        \"rate\": 38.348492\n    },\n    {\n        \"date\": \"2022-12-01T02:00:00.000Z\",\n        \"rate\": 38.29517466666667\n    },\n    {\n        \"date\": \"2022-12-01T02:12:00.000Z\",\n        \"rate\": 38.21603175\n    },\n    {\n        \"date\": \"2022-12-01T02:24:00.000Z\",\n        \"rate\": 38.15688283333333\n    },\n    {\n        \"date\": \"2022-12-01T02:36:00.000Z\",\n        \"rate\": 38.18687383333333\n    },\n    {\n        \"date\": \"2022-12-01T02:48:00.000Z\",\n        \"rate\": 38.24602275\n    },\n    {\n        \"date\": \"2022-12-01T03:00:00.000Z\",\n        \"rate\": 38.29017616666667\n    },\n    {\n        \"date\": \"2022-12-01T03:12:00.000Z\",\n        \"rate\": 38.35682283333333\n    },\n    {\n        \"date\": \"2022-12-01T03:24:00.000Z\",\n        \"rate\": 38.35265741666667\n    },\n    {\n        \"date\": \"2022-12-01T03:36:00.000Z\",\n        \"rate\": 38.34266041666667\n    },\n    {\n        \"date\": \"2022-12-01T03:48:00.000Z\",\n        \"rate\": 38.341827333333335\n    },\n    {\n        \"date\": \"2022-12-01T04:00:00.000Z\",\n        \"rate\": 38.336828833333335\n    },\n    {\n        \"date\": \"2022-12-01T04:12:00.000Z\",\n        \"rate\": 38.35182433333334\n    },\n    {\n        \"date\": \"2022-12-01T04:24:00.000Z\",\n        \"rate\": 38.31100325\n    },\n    {\n        \"date\": \"2022-12-01T04:36:00.000Z\",\n        \"rate\": 38.27934608333333\n    },\n    {\n        \"date\": \"2022-12-01T04:48:00.000Z\",\n        \"rate\": 38.248522\n    },\n    {\n        \"date\": \"2022-12-01T05:00:00.000Z\",\n        \"rate\": 38.301839333333334\n    },\n    {\n        \"date\": \"2022-12-01T05:12:00.000Z\",\n        \"rate\": 38.323499500000004\n    },\n    {\n        \"date\": \"2022-12-01T05:24:00.000Z\",\n        \"rate\": 38.26101825\n    },\n    {\n        \"date\": \"2022-12-01T05:36:00.000Z\",\n        \"rate\": 38.16354750000001\n    },\n    {\n        \"date\": \"2022-12-01T05:48:00.000Z\",\n        \"rate\": 38.23769191666667\n    },\n    {\n        \"date\": \"2022-12-01T06:00:00.000Z\",\n        \"rate\": 38.33099725\n    },\n    {\n        \"date\": \"2022-12-01T06:12:00.000Z\",\n        \"rate\": 38.276013750000004\n    },\n    {\n        \"date\": \"2022-12-01T06:24:00.000Z\",\n        \"rate\": 38.276013750000004\n    },\n    {\n        \"date\": \"2022-12-01T06:36:00.000Z\",\n        \"rate\": 38.196870833333335\n    },\n    {\n        \"date\": \"2022-12-01T06:48:00.000Z\",\n        \"rate\": 38.18187533333334\n    },\n    {\n        \"date\": \"2022-12-01T07:00:00.000Z\",\n        \"rate\": 38.18520766666666\n    },\n    {\n        \"date\": \"2022-12-01T07:12:00.000Z\",\n        \"rate\": 38.16937908333333\n    },\n    {\n        \"date\": \"2022-12-01T07:24:00.000Z\",\n        \"rate\": 38.188539999999996\n    },\n    {\n        \"date\": \"2022-12-01T07:36:00.000Z\",\n        \"rate\": 38.31100325\n    },\n    {\n        \"date\": \"2022-12-01T07:48:00.000Z\",\n        \"rate\": 38.32599875\n    },\n    {\n        \"date\": \"2022-12-01T08:00:00.000Z\",\n        \"rate\": 38.286843833333336\n    },\n    {\n        \"date\": \"2022-12-01T08:12:00.000Z\",\n        \"rate\": 38.21936408333333\n    },\n    {\n        \"date\": \"2022-12-01T08:24:00.000Z\",\n        \"rate\": 38.218531\n    },\n    {\n        \"date\": \"2022-12-01T08:36:00.000Z\",\n        \"rate\": 38.22436258333333\n    },\n    {\n        \"date\": \"2022-12-01T08:48:00.000Z\",\n        \"rate\": 38.31183633333333\n    },\n    {\n        \"date\": \"2022-12-01T09:00:00.000Z\",\n        \"rate\": 38.29017616666667\n    },\n    {\n        \"date\": \"2022-12-01T09:12:00.000Z\",\n        \"rate\": 38.25268741666667\n    },\n    {\n        \"date\": \"2022-12-01T09:24:00.000Z\",\n        \"rate\": 38.210200166666674\n    },\n    {\n        \"date\": \"2022-12-01T09:36:00.000Z\",\n        \"rate\": 38.257685916666674\n    },\n    {\n        \"date\": \"2022-12-01T09:48:00.000Z\",\n        \"rate\": 38.231027250000004\n    },\n    {\n        \"date\": \"2022-12-01T10:00:00.000Z\",\n        \"rate\": 38.18187533333334\n    },\n    {\n        \"date\": \"2022-12-01T10:12:00.000Z\",\n        \"rate\": 38.15604975\n    },\n    {\n        \"date\": \"2022-12-01T10:24:00.000Z\",\n        \"rate\": 38.133556500000005\n    },\n    {\n        \"date\": \"2022-12-01T10:36:00.000Z\",\n        \"rate\": 38.138555\n    },\n    {\n        \"date\": \"2022-12-01T10:48:00.000Z\",\n        \"rate\": 38.11856100000001\n    },\n    {\n        \"date\": \"2022-12-01T11:00:00.000Z\",\n        \"rate\": 38.10773091666667\n    },\n    {\n        \"date\": \"2022-12-01T11:12:00.000Z\",\n        \"rate\": 38.12689183333334\n    },\n    {\n        \"date\": \"2022-12-01T11:24:00.000Z\",\n        \"rate\": 38.10023316666667\n    },\n    {\n        \"date\": \"2022-12-01T11:36:00.000Z\",\n        \"rate\": 38.122726416666666\n    },\n    {\n        \"date\": \"2022-12-01T11:48:00.000Z\",\n        \"rate\": 38.20520166666667\n    },\n    {\n        \"date\": \"2022-12-01T12:00:00.000Z\",\n        \"rate\": 38.27578654545455\n    },\n    {\n        \"date\": \"2022-12-01T12:12:00.000Z\",\n        \"rate\": 38.308504\n    }\n]"},{"id":"20d3523b-b029-48a5-8992-c9933feb63c9","name":"200 OK Candle chart","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"url":{"raw":"{{baseUrl}}/v2/rates/chart?type=candle&fromTicker=btc&toTicker=usdt&points=100&fromDate=2023-05-31T10:14:57.200Z&toDate=2023-05-31T18:14:57.200Z&mode=bid","host":["{{baseUrl}}"],"path":["v2","rates","chart"],"query":[{"key":"type","value":"candle","description":"(Required) "},{"key":"fromTicker","value":"btc","description":"(Required) "},{"key":"toTicker","value":"usdt","description":"(Required) "},{"key":"points","value":"100","description":"(Required) "},{"key":"fromDate","value":"2023-05-31T10:14:57.200Z","description":"(Required) "},{"key":"toDate","value":"2023-05-31T18:14:57.200Z","description":"(Required) "},{"key":"mode","value":"bid"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 Jun 2023 12:37:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"X-Total-Count, X-Access-Token"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"POST, PUT, GET, DELETE, OPTIONS"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7d0781ccfa1294f5-LIS"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"date\": \"2023-05-31T10:11:00.000Z\",\n        \"open\": 27121.627898,\n        \"close\": 27118.57866,\n        \"high\": 27135.964313,\n        \"low\": 27118.57866\n    },\n    {\n        \"date\": \"2023-05-31T10:15:00.000Z\",\n        \"open\": 27118.57866,\n        \"close\": 27110.720625,\n        \"high\": 27123.487433,\n        \"low\": 27102.26274\n    },\n    {\n        \"date\": \"2023-05-31T10:20:00.000Z\",\n        \"open\": 27110.720625,\n        \"close\": 27090.765615,\n        \"high\": 27110.720625,\n        \"low\": 27090.765615\n    },\n    {\n        \"date\": \"2023-05-31T10:25:00.000Z\",\n        \"open\": 27090.765615,\n        \"close\": 27059.123527,\n        \"high\": 27091.875338,\n        \"low\": 27059.123527\n    },\n    {\n        \"date\": \"2023-05-31T10:30:00.000Z\",\n        \"open\": 27059.123527,\n        \"close\": 27061.91283,\n        \"high\": 27078.598657,\n        \"low\": 27059.123527\n    },\n    {\n        \"date\": \"2023-05-31T10:35:00.000Z\",\n        \"open\": 27061.91283,\n        \"close\": 27084.4272,\n        \"high\": 27084.4272,\n        \"low\": 27061.332975\n    },\n    {\n        \"date\": \"2023-05-31T10:40:00.000Z\",\n        \"open\": 27084.4272,\n        \"close\": 27079.50843,\n        \"high\": 27086.14677,\n        \"low\": 27073.729875\n    },\n    {\n        \"date\": \"2023-05-31T10:45:00.000Z\",\n        \"open\": 27079.50843,\n        \"close\": 27079.78836,\n        \"high\": 27083.217503,\n        \"low\": 27077.378963\n    },\n    {\n        \"date\": \"2023-05-31T10:50:00.000Z\",\n        \"open\": 27079.78836,\n        \"close\": 27067.51143,\n        \"high\": 27078.218753,\n        \"low\": 27064.382213\n    },\n    {\n        \"date\": \"2023-05-31T10:55:00.000Z\",\n        \"open\": 27067.51143,\n        \"close\": 27051.895335,\n        \"high\": 27067.51143,\n        \"low\": 27039.43845\n    },\n    {\n        \"date\": \"2023-05-31T11:00:00.000Z\",\n        \"open\": 27051.895335,\n        \"close\": 27061.07304,\n        \"high\": 27061.083038,\n        \"low\": 27040.908082\n    },\n    {\n        \"date\": \"2023-05-31T11:05:00.000Z\",\n        \"open\": 27061.07304,\n        \"close\": 27005.097037,\n        \"high\": 27065.801857,\n        \"low\": 26994.36972\n    },\n    {\n        \"date\": \"2023-05-31T11:10:00.000Z\",\n        \"open\": 27005.097037,\n        \"close\": 27055.014555,\n        \"high\": 27055.014555,\n        \"low\": 26987.581418\n    },\n    {\n        \"date\": \"2023-05-31T11:15:00.000Z\",\n        \"open\": 27055.014555,\n        \"close\": 27068.23125,\n        \"high\": 27077.648895,\n        \"low\": 27055.064543\n    },\n    {\n        \"date\": \"2023-05-31T11:20:00.000Z\",\n        \"open\": 27068.23125,\n        \"close\": 27105.531923,\n        \"high\": 27105.531923,\n        \"low\": 27055.844348\n    },\n    {\n        \"date\": \"2023-05-31T11:25:00.000Z\",\n        \"open\": 27105.531923,\n        \"close\": 27109.950818,\n        \"high\": 27110.18076,\n        \"low\": 27100.333223\n    },\n    {\n        \"date\": \"2023-05-31T11:30:00.000Z\",\n        \"open\": 27109.950818,\n        \"close\": 27103.14252,\n        \"high\": 27113.329972,\n        \"low\": 27103.14252\n    },\n    {\n        \"date\": \"2023-05-31T11:35:00.000Z\",\n        \"open\": 27103.14252,\n        \"close\": 27105.731873,\n        \"high\": 27105.731873,\n        \"low\": 27091.285485\n    },\n    {\n        \"date\": \"2023-05-31T11:40:00.000Z\",\n        \"open\": 27105.731873,\n        \"close\": 27108.771112,\n        \"high\": 27123.207503,\n        \"low\": 27105.731873\n    },\n    {\n        \"date\": \"2023-05-31T11:45:00.000Z\",\n        \"open\": 27108.771112,\n        \"close\": 27104.402205,\n        \"high\": 27111.14052,\n        \"low\": 27080.38821\n    },\n    {\n        \"date\": \"2023-05-31T11:50:00.000Z\",\n        \"open\": 27104.402205,\n        \"close\": 27084.98706,\n        \"high\": 27108.041295,\n        \"low\": 27084.98706\n    },\n    {\n        \"date\": \"2023-05-31T11:55:00.000Z\",\n        \"open\": 27084.98706,\n        \"close\": 27083.217503,\n        \"high\": 27091.435448,\n        \"low\": 27080.288235\n    },\n    {\n        \"date\": \"2023-05-31T12:00:00.000Z\",\n        \"open\": 27083.217503,\n        \"close\": 27104.952067,\n        \"high\": 27110.570662,\n        \"low\": 27083.217503\n    },\n    {\n        \"date\": \"2023-05-31T12:05:00.000Z\",\n        \"open\": 27104.952067,\n        \"close\": 27075.889335,\n        \"high\": 27104.952067,\n        \"low\": 27051.11553\n    },\n    {\n        \"date\": \"2023-05-31T12:10:00.000Z\",\n        \"open\": 27075.889335,\n        \"close\": 27089.18601,\n        \"high\": 27089.18601,\n        \"low\": 27069.420953\n    },\n    {\n        \"date\": \"2023-05-31T12:15:00.000Z\",\n        \"open\": 27089.18601,\n        \"close\": 27082.137773,\n        \"high\": 27112.210253,\n        \"low\": 27082.137773\n    },\n    {\n        \"date\": \"2023-05-31T12:20:00.000Z\",\n        \"open\": 27082.137773,\n        \"close\": 27081.397957,\n        \"high\": 27084.66714,\n        \"low\": 27064.852095\n    },\n    {\n        \"date\": \"2023-05-31T12:25:00.000Z\",\n        \"open\": 27081.397957,\n        \"close\": 27083.617403,\n        \"high\": 27093.215003,\n        \"low\": 27066.15177\n    },\n    {\n        \"date\": \"2023-05-31T12:30:00.000Z\",\n        \"open\": 27083.617403,\n        \"close\": 27091.535423,\n        \"high\": 27105.291982,\n        \"low\": 27083.2275\n    },\n    {\n        \"date\": \"2023-05-31T12:35:00.000Z\",\n        \"open\": 27091.535423,\n        \"close\": 27076.719128,\n        \"high\": 27096.644145,\n        \"low\": 27063.902332\n    },\n    {\n        \"date\": \"2023-05-31T12:40:00.000Z\",\n        \"open\": 27076.719128,\n        \"close\": 27085.94682,\n        \"high\": 27089.855843,\n        \"low\": 27070.130775\n    },\n    {\n        \"date\": \"2023-05-31T12:45:00.000Z\",\n        \"open\": 27085.94682,\n        \"close\": 27088.736122,\n        \"high\": 27093.215003,\n        \"low\": 27085.94682\n    },\n    {\n        \"date\": \"2023-05-31T12:50:00.000Z\",\n        \"open\": 27088.736122,\n        \"close\": 27086.896582,\n        \"high\": 27106.071788,\n        \"low\": 27086.896582\n    },\n    {\n        \"date\": \"2023-05-31T12:55:00.000Z\",\n        \"open\": 27086.896582,\n        \"close\": 27061.013055,\n        \"high\": 27086.896582,\n        \"low\": 27061.013055\n    },\n    {\n        \"date\": \"2023-05-31T13:00:00.000Z\",\n        \"open\": 27061.013055,\n        \"close\": 27065.71188,\n        \"high\": 27070.450695,\n        \"low\": 27056.07429\n    },\n    {\n        \"date\": \"2023-05-31T13:05:00.000Z\",\n        \"open\": 27065.71188,\n        \"close\": 27092.435197,\n        \"high\": 27092.435197,\n        \"low\": 27053.244997\n    },\n    {\n        \"date\": \"2023-05-31T13:10:00.000Z\",\n        \"open\": 27092.435197,\n        \"close\": 27153.639892,\n        \"high\": 27179.92332,\n        \"low\": 27093.215003\n    },\n    {\n        \"date\": \"2023-05-31T13:15:00.000Z\",\n        \"open\": 27153.639892,\n        \"close\": 27182.292728,\n        \"high\": 27183.192503,\n        \"low\": 27149.900827\n    },\n    {\n        \"date\": \"2023-05-31T13:20:00.000Z\",\n        \"open\": 27182.292728,\n        \"close\": 27145.861838,\n        \"high\": 27182.292728,\n        \"low\": 27143.37246\n    },\n    {\n        \"date\": \"2023-05-31T13:25:00.000Z\",\n        \"open\": 27145.861838,\n        \"close\": 27159.428445,\n        \"high\": 27159.428445,\n        \"low\": 27124.61715\n    },\n    {\n        \"date\": \"2023-05-31T13:30:00.000Z\",\n        \"open\": 27159.428445,\n        \"close\": 27115.2195,\n        \"high\": 27166.706625,\n        \"low\": 27115.2195\n    },\n    {\n        \"date\": \"2023-05-31T13:35:00.000Z\",\n        \"open\": 27115.2195,\n        \"close\": 27143.392455,\n        \"high\": 27151.620397,\n        \"low\": 27115.2195\n    },\n    {\n        \"date\": \"2023-05-31T13:40:00.000Z\",\n        \"open\": 27143.392455,\n        \"close\": 27181.16301,\n        \"high\": 27189.191003,\n        \"low\": 27141.302977\n    },\n    {\n        \"date\": \"2023-05-31T13:45:00.000Z\",\n        \"open\": 27181.16301,\n        \"close\": 27166.896577,\n        \"high\": 27217.643888,\n        \"low\": 27158.038793\n    },\n    {\n        \"date\": \"2023-05-31T13:50:00.000Z\",\n        \"open\": 27166.896577,\n        \"close\": 27112.530173,\n        \"high\": 27168.066285,\n        \"low\": 27107.311477\n    },\n    {\n        \"date\": \"2023-05-31T13:55:00.000Z\",\n        \"open\": 27112.530173,\n        \"close\": 27123.81735,\n        \"high\": 27136.204253,\n        \"low\": 27112.530173\n    },\n    {\n        \"date\": \"2023-05-31T14:00:00.000Z\",\n        \"open\": 27123.81735,\n        \"close\": 27081.837848,\n        \"high\": 27124.877085,\n        \"low\": 27046.71663\n    },\n    {\n        \"date\": \"2023-05-31T14:05:00.000Z\",\n        \"open\": 27081.837848,\n        \"close\": 27054.134775,\n        \"high\": 27112.030298,\n        \"low\": 27050.325727\n    },\n    {\n        \"date\": \"2023-05-31T14:10:00.000Z\",\n        \"open\": 27054.134775,\n        \"close\": 27048.266242,\n        \"high\": 27054.134775,\n        \"low\": 27023.622405\n    },\n    {\n        \"date\": \"2023-05-31T14:15:00.000Z\",\n        \"open\": 27048.266242,\n        \"close\": 27024.062295,\n        \"high\": 27075.6294,\n        \"low\": 27024.062295\n    },\n    {\n        \"date\": \"2023-05-31T14:20:00.000Z\",\n        \"open\": 27024.062295,\n        \"close\": 26929.90584,\n        \"high\": 27024.062295,\n        \"low\": 26850.715642\n    },\n    {\n        \"date\": \"2023-05-31T14:25:00.000Z\",\n        \"open\": 26929.90584,\n        \"close\": 26866.391723,\n        \"high\": 26930.22576,\n        \"low\": 26864.592173\n    },\n    {\n        \"date\": \"2023-05-31T14:30:00.000Z\",\n        \"open\": 26866.391723,\n        \"close\": 26944.18227,\n        \"high\": 26947.18152,\n        \"low\": 26856.0843\n    },\n    {\n        \"date\": \"2023-05-31T14:35:00.000Z\",\n        \"open\": 26944.18227,\n        \"close\": 26940.573173,\n        \"high\": 26947.711388,\n        \"low\": 26919.768375\n    },\n    {\n        \"date\": \"2023-05-31T14:40:00.000Z\",\n        \"open\": 26940.573173,\n        \"close\": 26970.645652,\n        \"high\": 26970.645652,\n        \"low\": 26917.039058\n    },\n    {\n        \"date\": \"2023-05-31T14:45:00.000Z\",\n        \"open\": 26970.645652,\n        \"close\": 27031.490438,\n        \"high\": 27063.222503,\n        \"low\": 26965.17702\n    },\n    {\n        \"date\": \"2023-05-31T14:50:00.000Z\",\n        \"open\": 27031.490438,\n        \"close\": 27055.39446,\n        \"high\": 27055.39446,\n        \"low\": 27022.912582\n    },\n    {\n        \"date\": \"2023-05-31T14:55:00.000Z\",\n        \"open\": 27055.39446,\n        \"close\": 27051.99531,\n        \"high\": 27088.326225,\n        \"low\": 27039.148522\n    },\n    {\n        \"date\": \"2023-05-31T15:00:00.000Z\",\n        \"open\": 27051.99531,\n        \"close\": 27014.624655,\n        \"high\": 27057.253995,\n        \"low\": 27014.624655\n    },\n    {\n        \"date\": \"2023-05-31T15:05:00.000Z\",\n        \"open\": 27014.624655,\n        \"close\": 26994.819608,\n        \"high\": 27014.624655,\n        \"low\": 26978.8536\n    },\n    {\n        \"date\": \"2023-05-31T15:10:00.000Z\",\n        \"open\": 26994.819608,\n        \"close\": 26941.54293,\n        \"high\": 26995.20951,\n        \"low\": 26928.486195\n    },\n    {\n        \"date\": \"2023-05-31T15:15:00.000Z\",\n        \"open\": 26941.54293,\n        \"close\": 26944.78212,\n        \"high\": 26960.648153,\n        \"low\": 26918.608665\n    },\n    {\n        \"date\": \"2023-05-31T15:20:00.000Z\",\n        \"open\": 26944.78212,\n        \"close\": 26987.351475,\n        \"high\": 26991.05055,\n        \"low\": 26930.635657\n    },\n    {\n        \"date\": \"2023-05-31T15:25:00.000Z\",\n        \"open\": 26987.351475,\n        \"close\": 26940.883095,\n        \"high\": 26988.69114,\n        \"low\": 26933.265\n    },\n    {\n        \"date\": \"2023-05-31T15:30:00.000Z\",\n        \"open\": 26940.883095,\n        \"close\": 26923.277497,\n        \"high\": 26954.759625,\n        \"low\": 26923.277497\n    },\n    {\n        \"date\": \"2023-05-31T15:35:00.000Z\",\n        \"open\": 26923.277497,\n        \"close\": 26933.265,\n        \"high\": 26963.867347,\n        \"low\": 26915.159527\n    },\n    {\n        \"date\": \"2023-05-31T15:40:00.000Z\",\n        \"open\": 26933.265,\n        \"close\": 26940.603165,\n        \"high\": 26943.6624,\n        \"low\": 26923.2675\n    },\n    {\n        \"date\": \"2023-05-31T15:45:00.000Z\",\n        \"open\": 26940.603165,\n        \"close\": 26913.27,\n        \"high\": 26943.112538,\n        \"low\": 26913.27\n    },\n    {\n        \"date\": \"2023-05-31T15:50:00.000Z\",\n        \"open\": 26913.27,\n        \"close\": 26917.958827,\n        \"high\": 26926.206765,\n        \"low\": 26874.91959\n    },\n    {\n        \"date\": \"2023-05-31T15:55:00.000Z\",\n        \"open\": 26917.958827,\n        \"close\": 26924.757128,\n        \"high\": 26925.257003,\n        \"low\": 26887.306492\n    },\n    {\n        \"date\": \"2023-05-31T16:00:00.000Z\",\n        \"open\": 26924.757128,\n        \"close\": 26914.339733,\n        \"high\": 26924.757128,\n        \"low\": 26891.815365\n    },\n    {\n        \"date\": \"2023-05-31T16:05:00.000Z\",\n        \"open\": 26914.339733,\n        \"close\": 26865.991823,\n        \"high\": 26910.410715,\n        \"low\": 26835.599423\n    },\n    {\n        \"date\": \"2023-05-31T16:10:00.000Z\",\n        \"open\": 26865.991823,\n        \"close\": 26941.922835,\n        \"high\": 26954.129783,\n        \"low\": 26867.861355\n    },\n    {\n        \"date\": \"2023-05-31T16:15:00.000Z\",\n        \"open\": 26941.922835,\n        \"close\": 26945.961825,\n        \"high\": 26956.839105,\n        \"low\": 26941.842855\n    },\n    {\n        \"date\": \"2023-05-31T16:20:00.000Z\",\n        \"open\": 26945.961825,\n        \"close\": 26919.578423,\n        \"high\": 26954.37972,\n        \"low\": 26919.578423\n    },\n    {\n        \"date\": \"2023-05-31T16:25:00.000Z\",\n        \"open\": 26919.578423,\n        \"close\": 26938.173773,\n        \"high\": 26952.02031,\n        \"low\": 26916.18927\n    },\n    {\n        \"date\": \"2023-05-31T16:30:00.000Z\",\n        \"open\": 26938.173773,\n        \"close\": 26935.50444,\n        \"high\": 26952.010313,\n        \"low\": 26922.177772\n    },\n    {\n        \"date\": \"2023-05-31T16:35:00.000Z\",\n        \"open\": 26935.50444,\n        \"close\": 26958.37872,\n        \"high\": 26960.558175,\n        \"low\": 26935.50444\n    },\n    {\n        \"date\": \"2023-05-31T16:40:00.000Z\",\n        \"open\": 26958.37872,\n        \"close\": 26948.98107,\n        \"high\": 26958.37872,\n        \"low\": 26931.42546\n    },\n    {\n        \"date\": \"2023-05-31T16:45:00.000Z\",\n        \"open\": 26948.98107,\n        \"close\": 26943.2625,\n        \"high\": 26972.285242,\n        \"low\": 26942.442705\n    },\n    {\n        \"date\": \"2023-05-31T16:50:00.000Z\",\n        \"open\": 26943.2625,\n        \"close\": 26909.380973,\n        \"high\": 26945.851852,\n        \"low\": 26883.367477\n    },\n    {\n        \"date\": \"2023-05-31T16:55:00.000Z\",\n        \"open\": 26909.380973,\n        \"close\": 26929.525935,\n        \"high\": 26931.215513,\n        \"low\": 26900.15328\n    },\n    {\n        \"date\": \"2023-05-31T17:00:00.000Z\",\n        \"open\": 26929.525935,\n        \"close\": 26933.10504,\n        \"high\": 26939.113537,\n        \"low\": 26926.646655\n    },\n    {\n        \"date\": \"2023-05-31T17:05:00.000Z\",\n        \"open\": 26933.10504,\n        \"close\": 26917.398968,\n        \"high\": 26950.000815,\n        \"low\": 26917.398968\n    },\n    {\n        \"date\": \"2023-05-31T17:10:00.000Z\",\n        \"open\": 26917.398968,\n        \"close\": 26925.197018,\n        \"high\": 26925.596918,\n        \"low\": 26913.27\n    },\n    {\n        \"date\": \"2023-05-31T17:15:00.000Z\",\n        \"open\": 26925.197018,\n        \"close\": 26933.265,\n        \"high\": 26946.271747,\n        \"low\": 26913.74988\n    },\n    {\n        \"date\": \"2023-05-31T17:20:00.000Z\",\n        \"open\": 26933.265,\n        \"close\": 26930.445705,\n        \"high\": 26936.26425,\n        \"low\": 26910.770625\n    },\n    {\n        \"date\": \"2023-05-31T17:25:00.000Z\",\n        \"open\": 26930.445705,\n        \"close\": 26965.686893,\n        \"high\": 26972.905088,\n        \"low\": 26921.58792\n    },\n    {\n        \"date\": \"2023-05-31T17:30:00.000Z\",\n        \"open\": 26965.686893,\n        \"close\": 26987.311485,\n        \"high\": 26999.48844,\n        \"low\": 26961.947828\n    },\n    {\n        \"date\": \"2023-05-31T17:35:00.000Z\",\n        \"open\": 26987.311485,\n        \"close\": 27035.149522,\n        \"high\": 27041.048048,\n        \"low\": 26987.311485\n    },\n    {\n        \"date\": \"2023-05-31T17:40:00.000Z\",\n        \"open\": 27035.149522,\n        \"close\": 27047.79636,\n        \"high\": 27077.728875,\n        \"low\": 27034.15977\n    },\n    {\n        \"date\": \"2023-05-31T17:45:00.000Z\",\n        \"open\": 27047.79636,\n        \"close\": 27032.92008,\n        \"high\": 27050.63565,\n        \"low\": 27014.60466\n    },\n    {\n        \"date\": \"2023-05-31T17:50:00.000Z\",\n        \"open\": 27032.92008,\n        \"close\": 27053.47494,\n        \"high\": 27053.47494,\n        \"low\": 27021.422955\n    },\n    {\n        \"date\": \"2023-05-31T17:55:00.000Z\",\n        \"open\": 27053.47494,\n        \"close\": 27043.627402,\n        \"high\": 27062.63265,\n        \"low\": 27039.538425\n    },\n    {\n        \"date\": \"2023-05-31T18:00:00.000Z\",\n        \"open\": 27043.627402,\n        \"close\": 27044.07729,\n        \"high\": 27062.282738,\n        \"low\": 27038.59866\n    },\n    {\n        \"date\": \"2023-05-31T18:05:00.000Z\",\n        \"open\": 27044.07729,\n        \"close\": 27058.243748,\n        \"high\": 27063.51243,\n        \"low\": 27044.07729\n    },\n    {\n        \"date\": \"2023-05-31T18:10:00.000Z\",\n        \"open\": 27058.243748,\n        \"close\": 27058.583663,\n        \"high\": 27058.583663,\n        \"low\": 27058.243748\n    }\n]"},{"id":"adcbd36f-e417-45be-9864-94ba8ec20a85","name":"400 Bad request","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"url":{"raw":"{{baseUrl}}/v2/rates/chart?type=line&fromTicker=comp&toTicker=us&points=120&fromDate=2022-11-30T12:14:57.200Z&toDate=2022-12-01T12:14:57.200Z&mode=bid","host":["{{baseUrl}}"],"path":["v2","rates","chart"],"query":[{"key":"type","value":"line","description":"(Required) "},{"key":"fromTicker","value":"comp","description":"(Required) "},{"key":"toTicker","value":"us","description":"(Required) "},{"key":"points","value":"120","description":"(Required) "},{"key":"fromDate","value":"2022-11-30T12:14:57.200Z"},{"key":"toDate","value":"2022-12-01T12:14:57.200Z"},{"key":"mode","value":"bid"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 Dec 2022 12:26:19 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"65","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-store","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-expose-headers","value":"X-Total-Count, X-Access-Token","enabled":true},{"key":"access-control-allow-credentials","value":"true","enabled":true},{"key":"access-control-allow-methods","value":"POST, PUT, GET, DELETE, OPTIONS","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"772bcf7f1cd894f8-LIS","enabled":true},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"toTicker\": \"Valid ticker required\",\n    \"_error\": \"Validation errors\"\n}"},{"id":"6ffd3544-68f6-4ae0-a81f-42e169df3273","name":"500 Wrong request","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"url":{"raw":"{{baseUrl}}/v2/rates/chart?type=line&fromTicker=comp&toTicker=usdt&points=120&fromDate=2022-11-30T12:14:57.200Z&mode=bid","host":["{{baseUrl}}"],"path":["v2","rates","chart"],"query":[{"key":"type","value":"line","description":"(Required) "},{"key":"fromTicker","value":"comp","description":"(Required) "},{"key":"toTicker","value":"usdt","description":"(Required) "},{"key":"points","value":"120","description":"(Required) "},{"key":"fromDate","value":"2022-11-30T12:14:57.200Z"},{"key":"toDate","value":"2022-12-01T12:14:57.200Z","disabled":true},{"key":"mode","value":"bid"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 Dec 2022 12:25:42 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"34","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-store","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-expose-headers","value":"X-Total-Count, X-Access-Token","enabled":true},{"key":"access-control-allow-credentials","value":"true","enabled":true},{"key":"access-control-allow-methods","value":"POST, PUT, GET, DELETE, OPTIONS","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"772bce991af094f8-LIS","enabled":true},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"_error\": \"Internal server error\"\n}"}],"_postman_id":"5c8c705c-2e16-4409-bb43-951016b427ff"},{"name":"Balance","id":"0c0c3ffa-de55-4305-ac43-06be115e32e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"url":"{{baseUrl}}/v3/balance","description":"<p>The request returns info about the account’s balance.</p>\n<h2 id=\"response-get-v2balance\">Response GET /v2/balance</h2>\n<h3 id=\"response-codes\">Response codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>Successful result</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Unauthorized</td>\n</tr>\n<tr>\n<td>500</td>\n<td>Internal Server Error</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"body\">Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>totalAmount</td>\n<td>Object</td>\n<td>Total funds, including hold assets</td>\n</tr>\n<tr>\n<td>totalAmount.usd</td>\n<td>Float</td>\n<td>Total amount in USD</td>\n</tr>\n<tr>\n<td>totalAmount.eur</td>\n<td>Float</td>\n<td>Total amount in EUR</td>\n</tr>\n<tr>\n<td>totalAmount.btc</td>\n<td>Float</td>\n<td>Total amount in BTC</td>\n</tr>\n<tr>\n<td>totalCapital</td>\n<td>Object</td>\n<td>Total available funds, excluding hold assets</td>\n</tr>\n<tr>\n<td>totalCapital.usd</td>\n<td>Float</td>\n<td>Total available funds in USD</td>\n</tr>\n<tr>\n<td>totalCapital.eur</td>\n<td>Float</td>\n<td>Total available funds in EUR</td>\n</tr>\n<tr>\n<td>totalCapital.btc</td>\n<td>Float</td>\n<td>Total available funds in BTC</td>\n</tr>\n<tr>\n<td>payout</td>\n<td>Object</td>\n<td>Due payments to the user</td>\n</tr>\n<tr>\n<td>payout.earningOn</td>\n<td>Object</td>\n<td>Base for earning one</td>\n</tr>\n<tr>\n<td>payout.earningOn.usd</td>\n<td>Float</td>\n<td>Base for earning one in USD</td>\n</tr>\n<tr>\n<td>payout.earningOn.eur</td>\n<td>Float</td>\n<td>Base for earning one in EUR</td>\n</tr>\n<tr>\n<td>payout.earningOn.btc</td>\n<td>Float</td>\n<td>Base for earning one in BTC</td>\n</tr>\n<tr>\n<td>payout.maxEarningOn</td>\n<td>Object</td>\n<td>Max base for earning one</td>\n</tr>\n<tr>\n<td>payout.maxEarningOn.usd</td>\n<td>Float</td>\n<td>Max base for earning one in USD</td>\n</tr>\n<tr>\n<td>payout.maxEarningOn.eur</td>\n<td>Float</td>\n<td>Max base for earning one in EUR</td>\n</tr>\n<tr>\n<td>payout.maxEarningOn.btc</td>\n<td>Float</td>\n<td>Max base for earning one in BTC</td>\n</tr>\n<tr>\n<td>payout.savingPortfolio</td>\n<td>Object</td>\n<td>Base for savings</td>\n</tr>\n<tr>\n<td>payout.savingPortfolio.usd</td>\n<td>Float</td>\n<td>Payments received for savings in USD</td>\n</tr>\n<tr>\n<td>payout.savingPortfolio.eur</td>\n<td>Float</td>\n<td>Payments received for savings in EUR</td>\n</tr>\n<tr>\n<td>payout.savingPortfolio.btc</td>\n<td>Float</td>\n<td>Payments received for savings in BTC</td>\n</tr>\n<tr>\n<td>payout.hodlVolume</td>\n<td>Object</td>\n<td>Volume of MultiHodls</td>\n</tr>\n<tr>\n<td>payout.hodlVolume.usd</td>\n<td>Float</td>\n<td>Volume of MultiHodls in USD</td>\n</tr>\n<tr>\n<td>payout.hodlVolume.eur</td>\n<td>Float</td>\n<td>Volume of MultiHodls in EUR</td>\n</tr>\n<tr>\n<td>payout.hodlVolume.btc</td>\n<td>Float</td>\n<td>Volume of MultiHodls in BTC</td>\n</tr>\n<tr>\n<td>payout.balanceVolume</td>\n<td>Object</td>\n<td>Total balance of assets</td>\n</tr>\n<tr>\n<td>payout.balanceVolume.usd</td>\n<td>Float</td>\n<td>Total balance of assets in USD</td>\n</tr>\n<tr>\n<td>payout.balanceVolume.eur</td>\n<td>Float</td>\n<td>Total balance of assets in EUR</td>\n</tr>\n<tr>\n<td>payout.balanceVolume.btc</td>\n<td>Float</td>\n<td>Total balance of assets in BTC</td>\n</tr>\n<tr>\n<td>payout.capacity</td>\n<td>Float</td>\n<td>Ratio of earningOnUSD/maxEarningOnUSD in percents</td>\n</tr>\n<tr>\n<td>payout.toEarn</td>\n<td>Object</td>\n<td>The amount of earnings on savings</td>\n</tr>\n<tr>\n<td>payout.toEarn.usd</td>\n<td>Float</td>\n<td>The amount of earnings on savings in USD</td>\n</tr>\n<tr>\n<td>payout.toEarn.eur</td>\n<td>Float</td>\n<td>The amount of earnings on savings in EUR</td>\n</tr>\n<tr>\n<td>payout.toEarn.btc</td>\n<td>Float</td>\n<td>The amount of earnings on savings in BTC</td>\n</tr>\n<tr>\n<td>payout.nextSettlementPeriod</td>\n<td>Date timeYYYY-MM-DDThh:mm:ss.mssZ</td>\n<td>Next date of savings payouts</td>\n</tr>\n<tr>\n<td>payout.settlementPeriod</td>\n<td>String</td>\n<td>Savings payouts period</td>\n</tr>\n<tr>\n<td>payout.availableProfit</td>\n<td>Object</td>\n<td>Available profit for users</td>\n</tr>\n<tr>\n<td>payout.availableProfit.balanceToLimitAmount</td>\n<td>Object</td>\n<td>Additional funds to limit</td>\n</tr>\n<tr>\n<td>payout.availableProfit.balanceToLimitAmount.usd</td>\n<td>Float</td>\n<td>Additional funds to limit in USD</td>\n</tr>\n<tr>\n<td>payout.availableProfit.balanceToLimitAmount.eur</td>\n<td>Float</td>\n<td>Additional funds to limit in EUR</td>\n</tr>\n<tr>\n<td>payout.availableProfit.balanceToLimitAmount.btc</td>\n<td>Float</td>\n<td>Additional funds to limit in BTC</td>\n</tr>\n<tr>\n<td>payout.availableProfit.limitToBalanceAmount</td>\n<td>Object</td>\n<td>Limit to balance amount</td>\n</tr>\n<tr>\n<td>payout.availableProfit.limitToBalanceAmount.usd</td>\n<td>Float</td>\n<td>Limit to balance amount in USD</td>\n</tr>\n<tr>\n<td>payout.availableProfit.limitToBalanceAmount.eur</td>\n<td>Float</td>\n<td>Limit to balance amount in EUR</td>\n</tr>\n<tr>\n<td>payout.availableProfit.limitToBalanceAmount.btc</td>\n<td>Float</td>\n<td>Limit to balance amount in BTC</td>\n</tr>\n<tr>\n<td>payout.limitRations</td>\n<td>Object</td>\n<td>Ratios for limits</td>\n</tr>\n<tr>\n<td>payout.limitRations.exchange</td>\n<td>Integer</td>\n<td>Exchange’s odds for limits</td>\n</tr>\n<tr>\n<td>payout.limitRations.loan</td>\n<td>Integer</td>\n<td>Loan's odds for limits</td>\n</tr>\n<tr>\n<td>payout.limitRations.turbo</td>\n<td>Integer</td>\n<td>Turbo’s odds for limits</td>\n</tr>\n<tr>\n<td>payout.limitRations.hodl</td>\n<td>Integer</td>\n<td>Hodl’s odds for limits</td>\n</tr>\n<tr>\n<td>wallets</td>\n<td>Array</td>\n<td>Information about all assets (wallets) separate</td>\n</tr>\n<tr>\n<td>wallets.[N].amount</td>\n<td>Float</td>\n<td>Amount of asset</td>\n</tr>\n<tr>\n<td>wallets.[N].ticker</td>\n<td>String</td>\n<td>Coin/fiat ticker</td>\n</tr>\n<tr>\n<td>wallets.[N].versions</td>\n<td>Array</td>\n<td>List of coin’s electronic addresses</td>\n</tr>\n<tr>\n<td>wallets.[N].versions.[M].address</td>\n<td>String</td>\n<td>Coin’s electronic address</td>\n</tr>\n<tr>\n<td>wallets.[N].versions.[M].version</td>\n<td>String</td>\n<td>Type of blockchain</td>\n</tr>\n<tr>\n<td>wallets.[N].address</td>\n<td>String</td>\n<td>Internal address</td>\n</tr>\n<tr>\n<td>wallets.[N].createEnabled</td>\n<td>Boolean</td>\n<td>Possibility to create that wallet</td>\n</tr>\n<tr>\n<td>wallets.[N].depositEnabled</td>\n<td>Boolean</td>\n<td>Possibility to deposit on that wallet</td>\n</tr>\n<tr>\n<td>wallets.[N].withdrawEnabled</td>\n<td>Boolean</td>\n<td>Possibility to withdraw from that wallet</td>\n</tr>\n<tr>\n<td>wallets.[N].loanEnabled</td>\n<td>Boolean</td>\n<td>Possibility to create loan from that wallet</td>\n</tr>\n<tr>\n<td>wallets.[N].turboEnabled</td>\n<td>Boolean</td>\n<td>Possibility to create turbo from that wallet</td>\n</tr>\n<tr>\n<td>wallets.[N].hodlEnabled</td>\n<td>Boolean</td>\n<td>Possibility to create hodl from that wallet</td>\n</tr>\n<tr>\n<td>wallets.[N].marketEnabled</td>\n<td>Boolean</td>\n<td>Possibility to show market price on the wallet</td>\n</tr>\n<tr>\n<td>wallets.[N].chartEnabled</td>\n<td>Boolean</td>\n<td>Possibility to show chart on the wallet</td>\n</tr>\n<tr>\n<td>wallets.[N].visible</td>\n<td>Boolean</td>\n<td>Possibility to show that wallet</td>\n</tr>\n<tr>\n<td>wallets.[N].products</td>\n<td>Array</td>\n<td>List of products</td>\n</tr>\n<tr>\n<td>wallets.[N].hodlsInputAmount</td>\n<td>Float</td>\n<td>Assets is held in MultiHODL</td>\n</tr>\n<tr>\n<td>wallets.[N].dualsInputAmount</td>\n<td>Float</td>\n<td>Assets is held in Duals</td>\n</tr>\n<tr>\n<td>wallets.[N].loansCollateralAmount</td>\n<td>Float</td>\n<td>Assets is held in Loan and Turbo</td>\n</tr>\n<tr>\n<td>wallets.[N].amountBase</td>\n<td>Object</td>\n<td>Available number of assets</td>\n</tr>\n<tr>\n<td>wallets.[N].amountBase.usd</td>\n<td>Float</td>\n<td>Available number of assets in USD</td>\n</tr>\n<tr>\n<td>wallets.[N].amountBase.eur</td>\n<td>Float</td>\n<td>Available number of assets in EUR</td>\n</tr>\n<tr>\n<td>wallets.[N].amountBase.btc</td>\n<td>Float</td>\n<td>Availabel number of assets in BTC</td>\n</tr>\n<tr>\n<td>wallets.[N].capital</td>\n<td>Object</td>\n<td>Amount of assets</td>\n</tr>\n<tr>\n<td>wallets.[N].capital.usd</td>\n<td>Float</td>\n<td>Amount of assets in USD</td>\n</tr>\n<tr>\n<td>wallets.[N].capital.eur</td>\n<td>Float</td>\n<td>Amount of assets in EUR</td>\n</tr>\n<tr>\n<td>wallets.[N].capital.btc</td>\n<td>Float</td>\n<td>Amount of assets in BTC</td>\n</tr>\n<tr>\n<td>wallets.[N].diff</td>\n<td>Object</td>\n<td>Changing in the balance on this coin, difference between 8 hours ago price and current price</td>\n</tr>\n<tr>\n<td>wallets.[N].diff.usd</td>\n<td>Float</td>\n<td>Difference in USD</td>\n</tr>\n<tr>\n<td>wallets.[N].diff.eur</td>\n<td>Float</td>\n<td>Difference in EUR</td>\n</tr>\n<tr>\n<td>wallets.[N].diff.btc</td>\n<td>Float</td>\n<td>Difference in BTC</td>\n</tr>\n<tr>\n<td>wallets.[N].tags</td>\n<td>Array</td>\n<td>List of tags</td>\n</tr>\n<tr>\n<td>wallets.[N].payout</td>\n<td>Object</td>\n<td>Due payments to the user in that wallet</td>\n</tr>\n<tr>\n<td>wallets.[N].payout.toEarn</td>\n<td>Object</td>\n<td>The amount of earnings on savings in that walllet</td>\n</tr>\n<tr>\n<td>wallets.[N].payout.toEarn.amount</td>\n<td>Float</td>\n<td>The amount of earnings on savings in that walllet in ticker</td>\n</tr>\n<tr>\n<td>wallets.[N].payout.toEarn.usd</td>\n<td>Float</td>\n<td>The amount of earnings on savings in that walllet in USD</td>\n</tr>\n<tr>\n<td>wallets.[N].payout.toEarn.eur</td>\n<td>Float</td>\n<td>The amount of earnings on savings in that walllet in EUR</td>\n</tr>\n<tr>\n<td>wallets.[N].payout.toEarn.btc</td>\n<td>Float</td>\n<td>The amount of earnings on savings in that walllet in BTC</td>\n</tr>\n<tr>\n<td>wallets.[N].payout.APY</td>\n<td>Float</td>\n<td>Annual per year, annual rate</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v3","balance"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"3c856afc-b368-4d4a-8087-b17d91a8a681","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"url":"{{baseUrl}}/v3/balance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 25 Jan 2023 17:10:56 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"X-Total-Count, X-Access-Token"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"POST, PUT, GET, DELETE, OPTIONS"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"78f2a0088c652bcf-FRA"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalAmount\": {\n        \"usd\": \"552767.27119999996\",\n        \"eur\": \"519571.82716258255\",\n        \"btc\": \"24.417895835735564\"\n    },\n    \"totalCapital\": {\n        \"usd\": \"552767.27119999996\",\n        \"eur\": \"519571.82716258255\",\n        \"btc\": \"24.417895835735564\"\n    },\n    \"payout\": {\n        \"savingPortfolio\": {\n            \"usd\": \"552767.27119999996\",\n            \"eur\": \"519571.82716258257822505923955296\",\n            \"btc\": \"24.417819717612963807056348074007\"\n        },\n        \"toEarn\": {\n            \"usd\": \"0\",\n            \"eur\": \"0\",\n            \"btc\": \"0\"\n        },\n        \"nextSettlementPeriod\": null,\n        \"settlementPeriod\": \"1w\"\n    },\n    \"wallets\": [\n        {\n            \"amount\": \"100000\",\n            \"ticker\": \"usdt\",\n            \"versions\": [\n                {\n                    \"address\": \"notAllowed\",\n                    \"version\": \"omni\"\n                },\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"bep20\"\n                },\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"erc20\"\n                }\n            ],\n            \"address\": \"notAllowed\",\n            \"createEnabled\": true,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": true,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": true,\n            \"marketEnabled\": true,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"100010\",\n                \"eur\": \"94004.07936910771\",\n                \"btc\": \"4.417895835735564\"\n            },\n            \"capital\": {\n                \"usd\": \"100010\",\n                \"eur\": \"94004.07936910771\",\n                \"btc\": \"4.417895835735564\"\n            },\n            \"diff\": {\n                \"usd\": \"-0.5000\",\n                \"eur\": \"-0.5000\",\n                \"btc\": \"-0.4937\"\n            },\n            \"tags\": [\n                \"token\",\n                \"bep20\",\n                \"erc20\",\n                \"omni\",\n                \"stableCoin\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"1.0000\"\n            }\n        },\n        {\n            \"amount\": \"20\",\n            \"ticker\": \"btc\",\n            \"versions\": [\n                {\n                    \"address\": \"tb1qypex63g9qe3fvw3w8g8cqnlzqvkwch7gvmgukz\",\n                    \"version\": \"origin\"\n                },\n                {\n                    \"address\": \"tb1q68dpzw3kv63rxcfevxeh9lsmxjsyy8ceag7l84\",\n                    \"version\": \"bech32\"\n                }\n            ],\n            \"address\": \"tb1qypex63g9qe3fvw3w8g8cqnlzqvkwch7gvmgukz\",\n            \"createEnabled\": true,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": true,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": true,\n            \"marketEnabled\": true,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"452757.27119999996\",\n                \"eur\": \"425567.74779347484\",\n                \"btc\": \"20\"\n            },\n            \"capital\": {\n                \"usd\": \"452757.27119999996\",\n                \"eur\": \"425567.74779347484\",\n                \"btc\": \"20\"\n            },\n            \"diff\": {\n                \"usd\": \"-0.5061\",\n                \"eur\": \"-0.5061\",\n                \"btc\": \"-0.5000\"\n            },\n            \"tags\": [\n                \"crypto\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.0470\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"ethw\",\n            \"versions\": [\n                {\n                    \"address\": \"0x33ce749e548eb8024d8c52610f7a8566f920e03a\",\n                    \"version\": null\n                }\n            ],\n            \"address\": \"0x33ce749e548eb8024d8c52610f7a8566f920e03a\",\n            \"createEnabled\": true,\n            \"depositEnabled\": false,\n            \"withdrawEnabled\": false,\n            \"loanEnabled\": false,\n            \"turboEnabled\": false,\n            \"hodlEnabled\": false,\n            \"marketEnabled\": false,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"crypto\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                }\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"eur\",\n            \"versions\": [],\n            \"createEnabled\": true,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": true,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": true,\n            \"marketEnabled\": true,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"fiat\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                }\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"usd\",\n            \"versions\": [],\n            \"createEnabled\": true,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": true,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": true,\n            \"marketEnabled\": true,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"fiat\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                }\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"gbp\",\n            \"versions\": [],\n            \"createEnabled\": true,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": true,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": true,\n            \"marketEnabled\": true,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"fiat\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                }\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"chf\",\n            \"versions\": [],\n            \"createEnabled\": true,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": true,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": true,\n            \"marketEnabled\": true,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"fiat\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                }\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"usdc\",\n            \"versions\": [\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"bep20\"\n                },\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"erc20\"\n                }\n            ],\n            \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n            \"createEnabled\": true,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": true,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": true,\n            \"marketEnabled\": true,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"token\",\n                \"bep20\",\n                \"erc20\",\n                \"stableCoin\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.1030\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"pax\",\n            \"versions\": [\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"bep20\"\n                },\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"erc20\"\n                }\n            ],\n            \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n            \"createEnabled\": false,\n            \"depositEnabled\": false,\n            \"withdrawEnabled\": false,\n            \"loanEnabled\": false,\n            \"turboEnabled\": false,\n            \"hodlEnabled\": false,\n            \"marketEnabled\": false,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"token\",\n                \"bep20\",\n                \"erc20\",\n                \"stableCoin\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.0000\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"tusd\",\n            \"versions\": [\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"erc20\"\n                }\n            ],\n            \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n            \"createEnabled\": true,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": true,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": true,\n            \"marketEnabled\": true,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"token\",\n                \"erc20\",\n                \"stableCoin\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.1030\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"dai\",\n            \"versions\": [\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"bep20\"\n                },\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"erc20\"\n                }\n            ],\n            \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n            \"createEnabled\": true,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": true,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": true,\n            \"marketEnabled\": true,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"token\",\n                \"bep20\",\n                \"erc20\",\n                \"stableCoin\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.1030\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"busd\",\n            \"versions\": [\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"bep20\"\n                },\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"erc20\"\n                }\n            ],\n            \"createEnabled\": true,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": true,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": true,\n            \"marketEnabled\": true,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"token\",\n                \"bep20\",\n                \"erc20\",\n                \"stableCoin\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.0900\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"husd\",\n            \"versions\": [\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"erc20\"\n                }\n            ],\n            \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n            \"createEnabled\": true,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": true,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": true,\n            \"marketEnabled\": true,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"token\",\n                \"erc20\",\n                \"stableCoin\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.1030\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"eurs\",\n            \"versions\": [\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"erc20\"\n                }\n            ],\n            \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n            \"createEnabled\": true,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": false,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": true,\n            \"marketEnabled\": true,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"token\",\n                \"erc20\",\n                \"stableCoin\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.1000\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"eth\",\n            \"versions\": [\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": null\n                }\n            ],\n            \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n            \"createEnabled\": true,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": true,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": true,\n            \"marketEnabled\": true,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"crypto\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.0550\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"link\",\n            \"versions\": [\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"bep20\"\n                },\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"erc20\"\n                }\n            ],\n            \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n            \"createEnabled\": true,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": true,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": true,\n            \"marketEnabled\": true,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"token\",\n                \"bep20\",\n                \"erc20\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.0450\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"trx\",\n            \"versions\": [\n                {\n                    \"address\": \"notAllowed\",\n                    \"version\": \"origin\"\n                },\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"bep20\"\n                }\n            ],\n            \"createEnabled\": true,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": true,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": true,\n            \"marketEnabled\": true,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"crypto\",\n                \"bep20\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.0700\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"dot\",\n            \"versions\": [\n                {\n                    \"address\": \"notAllowed\",\n                    \"version\": null\n                }\n            ],\n            \"address\": \"notAllowed\",\n            \"createEnabled\": true,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": true,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": true,\n            \"marketEnabled\": true,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"crypto\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.1000\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"xtz\",\n            \"versions\": [\n                {\n                    \"address\": \"notAllowed\",\n                    \"version\": null\n                }\n            ],\n            \"address\": \"notAllowed\",\n            \"createEnabled\": true,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": true,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": true,\n            \"marketEnabled\": true,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"crypto\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.0500\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"near\",\n            \"versions\": [\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"bep20\"\n                }\n            ],\n            \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n            \"createEnabled\": false,\n            \"depositEnabled\": false,\n            \"withdrawEnabled\": false,\n            \"loanEnabled\": false,\n            \"turboEnabled\": false,\n            \"hodlEnabled\": false,\n            \"marketEnabled\": false,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"token\",\n                \"bep20\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.0800\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"fil\",\n            \"versions\": [\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"bep20\"\n                }\n            ],\n            \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n            \"createEnabled\": false,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": true,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": true,\n            \"marketEnabled\": true,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"token\",\n                \"bep20\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.0300\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"egld\",\n            \"versions\": [\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"bep20\"\n                }\n            ],\n            \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n            \"createEnabled\": false,\n            \"depositEnabled\": false,\n            \"withdrawEnabled\": false,\n            \"loanEnabled\": false,\n            \"turboEnabled\": false,\n            \"hodlEnabled\": false,\n            \"marketEnabled\": false,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"token\",\n                \"bep20\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.0550\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"sol\",\n            \"versions\": [\n                {\n                    \"address\": \"notAllowed\",\n                    \"version\": null\n                }\n            ],\n            \"address\": \"notAllowed\",\n            \"createEnabled\": true,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": true,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": true,\n            \"marketEnabled\": true,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"crypto\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                }\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"sgb\",\n            \"versions\": [\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": null\n                }\n            ],\n            \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n            \"createEnabled\": false,\n            \"depositEnabled\": false,\n            \"withdrawEnabled\": false,\n            \"loanEnabled\": false,\n            \"turboEnabled\": false,\n            \"hodlEnabled\": false,\n            \"marketEnabled\": false,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"crypto\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                }\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"uni\",\n            \"versions\": [\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"bep20\"\n                },\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"erc20\"\n                }\n            ],\n            \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n            \"createEnabled\": true,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": true,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": true,\n            \"marketEnabled\": true,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"token\",\n                \"bep20\",\n                \"erc20\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.0700\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"comp\",\n            \"versions\": [\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"bep20\"\n                },\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"erc20\"\n                }\n            ],\n            \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n            \"createEnabled\": true,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": true,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": true,\n            \"marketEnabled\": true,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"token\",\n                \"bep20\",\n                \"erc20\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.0150\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"mkr\",\n            \"versions\": [\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"bep20\"\n                },\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"erc20\"\n                }\n            ],\n            \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n            \"createEnabled\": true,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": true,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": true,\n            \"marketEnabled\": true,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"token\",\n                \"bep20\",\n                \"erc20\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.0250\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"sushi\",\n            \"versions\": [\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"erc20\"\n                }\n            ],\n            \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n            \"createEnabled\": true,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": true,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": true,\n            \"marketEnabled\": true,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"token\",\n                \"erc20\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.0700\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"ftt\",\n            \"versions\": [\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"erc20\"\n                }\n            ],\n            \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n            \"createEnabled\": false,\n            \"depositEnabled\": false,\n            \"withdrawEnabled\": false,\n            \"loanEnabled\": false,\n            \"turboEnabled\": false,\n            \"hodlEnabled\": false,\n            \"marketEnabled\": false,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"token\",\n                \"erc20\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.0400\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"aave\",\n            \"versions\": [\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"erc20\"\n                }\n            ],\n            \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n            \"createEnabled\": true,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": true,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": true,\n            \"marketEnabled\": true,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"token\",\n                \"erc20\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.0350\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"atom\",\n            \"versions\": [\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"bep20\"\n                }\n            ],\n            \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n            \"createEnabled\": false,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": true,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": true,\n            \"marketEnabled\": false,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"token\",\n                \"bep20\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.0800\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"avax\",\n            \"versions\": [\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"bep20\"\n                }\n            ],\n            \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n            \"createEnabled\": true,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": true,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": true,\n            \"marketEnabled\": true,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"token\",\n                \"bep20\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.0800\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"cake\",\n            \"versions\": [\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"bep20\"\n                }\n            ],\n            \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n            \"createEnabled\": false,\n            \"depositEnabled\": false,\n            \"withdrawEnabled\": false,\n            \"loanEnabled\": false,\n            \"turboEnabled\": false,\n            \"hodlEnabled\": false,\n            \"marketEnabled\": false,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"token\",\n                \"bep20\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.0300\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"1inch\",\n            \"versions\": [\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"bep20\"\n                },\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"erc20\"\n                }\n            ],\n            \"createEnabled\": false,\n            \"depositEnabled\": false,\n            \"withdrawEnabled\": false,\n            \"loanEnabled\": false,\n            \"turboEnabled\": false,\n            \"hodlEnabled\": false,\n            \"marketEnabled\": false,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"token\",\n                \"bep20\",\n                \"erc20\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.0350\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"yfi\",\n            \"versions\": [\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"bep20\"\n                },\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"erc20\"\n                }\n            ],\n            \"createEnabled\": true,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": true,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": true,\n            \"marketEnabled\": true,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"token\",\n                \"bep20\",\n                \"erc20\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.0450\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"snx\",\n            \"versions\": [\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"bep20\"\n                },\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"erc20\"\n                }\n            ],\n            \"createEnabled\": true,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": true,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": true,\n            \"marketEnabled\": true,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"token\",\n                \"bep20\",\n                \"erc20\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.0400\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"omg\",\n            \"versions\": [\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"erc20\"\n                }\n            ],\n            \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n            \"createEnabled\": true,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": true,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": true,\n            \"marketEnabled\": true,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"token\",\n                \"erc20\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.0300\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"doge\",\n            \"versions\": [\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"bep20\"\n                }\n            ],\n            \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n            \"createEnabled\": true,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": true,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": true,\n            \"marketEnabled\": true,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"token\",\n                \"bep20\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.0300\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"btt\",\n            \"versions\": [\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"bep20\"\n                }\n            ],\n            \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n            \"createEnabled\": false,\n            \"depositEnabled\": false,\n            \"withdrawEnabled\": false,\n            \"loanEnabled\": false,\n            \"turboEnabled\": false,\n            \"hodlEnabled\": false,\n            \"marketEnabled\": false,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"token\",\n                \"bep20\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.0100\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"ada\",\n            \"versions\": [\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"bep20\"\n                }\n            ],\n            \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n            \"createEnabled\": true,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": true,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": true,\n            \"marketEnabled\": true,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"token\",\n                \"bep20\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.0500\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"ltc\",\n            \"versions\": [\n                {\n                    \"address\": \"tltc1q9ynj2zrs4w095l6rq3ys3ym8gyvsf89anu02e5\",\n                    \"version\": null\n                }\n            ],\n            \"address\": \"tltc1q9ynj2zrs4w095l6rq3ys3ym8gyvsf89anu02e5\",\n            \"createEnabled\": true,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": true,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": true,\n            \"marketEnabled\": true,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"crypto\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.0700\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"xrp\",\n            \"versions\": [\n                {\n                    \"address\": \"rPEmv6GAAewDy31xg7PKnYdhunqtmy6cy6\",\n                    \"extraId\": \"2229431004\",\n                    \"version\": null\n                }\n            ],\n            \"address\": \"rPEmv6GAAewDy31xg7PKnYdhunqtmy6cy6\",\n            \"extraId\": \"2229431004\",\n            \"createEnabled\": true,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": true,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": true,\n            \"marketEnabled\": true,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"crypto\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.0550\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"xlm\",\n            \"versions\": [\n                {\n                    \"address\": \"GAQWNE5BCLR4KVA7QJVFW3I7XWPXVV447GJF277PBBL36RDM7D4G6VLL\",\n                    \"extraId\": \"2229431004\",\n                    \"version\": null\n                }\n            ],\n            \"address\": \"GAQWNE5BCLR4KVA7QJVFW3I7XWPXVV447GJF277PBBL36RDM7D4G6VLL\",\n            \"extraId\": \"2229431004\",\n            \"createEnabled\": true,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": true,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": true,\n            \"marketEnabled\": true,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"crypto\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.0550\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"zrx\",\n            \"versions\": [\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"erc20\"\n                }\n            ],\n            \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n            \"createEnabled\": true,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": true,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": true,\n            \"marketEnabled\": true,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"token\",\n                \"erc20\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.0450\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"bnt\",\n            \"versions\": [\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"erc20\"\n                }\n            ],\n            \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n            \"createEnabled\": true,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": true,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": true,\n            \"marketEnabled\": true,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"token\",\n                \"erc20\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.0300\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"bnb\",\n            \"versions\": [\n                {\n                    \"address\": \"tbnb1w0u3xgntsar9c5ky2qvqp7q7f3r0zv56gpa6nc\",\n                    \"extraId\": \"2229431004\",\n                    \"version\": \"bep2\"\n                },\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"bep20\"\n                }\n            ],\n            \"address\": \"tbnb1w0u3xgntsar9c5ky2qvqp7q7f3r0zv56gpa6nc\",\n            \"extraId\": \"2229431004\",\n            \"createEnabled\": true,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": false,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": true,\n            \"marketEnabled\": true,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"crypto\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.0550\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"paxg\",\n            \"versions\": [\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"erc20\"\n                }\n            ],\n            \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n            \"createEnabled\": true,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": true,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": false,\n            \"marketEnabled\": true,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"token\",\n                \"erc20\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.0500\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"dash\",\n            \"versions\": [\n                {\n                    \"address\": \"yZXgeRqzRHK9nWsdTJCXQC3E3Li9zy5Voh\",\n                    \"version\": null\n                }\n            ],\n            \"address\": \"yZXgeRqzRHK9nWsdTJCXQC3E3Li9zy5Voh\",\n            \"createEnabled\": true,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": true,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": true,\n            \"marketEnabled\": true,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"crypto\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.0300\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"eos\",\n            \"versions\": [\n                {\n                    \"address\": \"iigkooarrrks\",\n                    \"extraId\": \"2229431004\",\n                    \"version\": null\n                }\n            ],\n            \"address\": \"iigkooarrrks\",\n            \"extraId\": \"2229431004\",\n            \"createEnabled\": true,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": true,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": true,\n            \"marketEnabled\": true,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"crypto\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.0550\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"bch\",\n            \"versions\": [\n                {\n                    \"address\": \"bchtest:qpv4um9tgfty7dad2rjapxnkkkynueff8gccyk8695\",\n                    \"version\": null\n                }\n            ],\n            \"address\": \"bchtest:qpv4um9tgfty7dad2rjapxnkkkynueff8gccyk8695\",\n            \"createEnabled\": true,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": true,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": true,\n            \"marketEnabled\": true,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"crypto\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.0550\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"bsv\",\n            \"versions\": [\n                {\n                    \"address\": \"notAllowed\",\n                    \"version\": null\n                }\n            ],\n            \"address\": \"notAllowed\",\n            \"createEnabled\": true,\n            \"depositEnabled\": false,\n            \"withdrawEnabled\": false,\n            \"loanEnabled\": false,\n            \"turboEnabled\": false,\n            \"hodlEnabled\": false,\n            \"marketEnabled\": false,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"crypto\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.0000\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"ht\",\n            \"versions\": [\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"erc20\"\n                }\n            ],\n            \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n            \"createEnabled\": true,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": true,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": true,\n            \"marketEnabled\": true,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"token\",\n                \"erc20\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.0300\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"mana\",\n            \"versions\": [\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"erc20\"\n                }\n            ],\n            \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n            \"createEnabled\": false,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": true,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": true,\n            \"marketEnabled\": true,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"token\",\n                \"erc20\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.0300\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"sand\",\n            \"versions\": [\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"erc20\"\n                }\n            ],\n            \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n            \"createEnabled\": false,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": true,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": true,\n            \"marketEnabled\": true,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"token\",\n                \"erc20\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.0300\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"axs\",\n            \"versions\": [\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"erc20\"\n                }\n            ],\n            \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n            \"createEnabled\": false,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": true,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": true,\n            \"marketEnabled\": true,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"token\",\n                \"erc20\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.0400\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"ilv\",\n            \"versions\": [\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"erc20\"\n                }\n            ],\n            \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n            \"createEnabled\": false,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": true,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": true,\n            \"marketEnabled\": true,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"token\",\n                \"erc20\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.0300\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"gala\",\n            \"versions\": [\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"erc20\"\n                }\n            ],\n            \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n            \"createEnabled\": false,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": true,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": true,\n            \"marketEnabled\": true,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"token\",\n                \"erc20\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.0300\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"ape\",\n            \"versions\": [\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"erc20\"\n                }\n            ],\n            \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n            \"createEnabled\": false,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": true,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": true,\n            \"marketEnabled\": true,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"token\",\n                \"erc20\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.0400\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"gmt\",\n            \"versions\": [\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"bep20\"\n                }\n            ],\n            \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n            \"createEnabled\": false,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": true,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": true,\n            \"marketEnabled\": true,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"token\",\n                \"bep20\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.0300\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"rep\",\n            \"versions\": [\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"erc20\"\n                }\n            ],\n            \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n            \"createEnabled\": true,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": true,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": true,\n            \"marketEnabled\": true,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"token\",\n                \"erc20\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.0250\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"bat\",\n            \"versions\": [\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"bep20\"\n                },\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"erc20\"\n                }\n            ],\n            \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n            \"createEnabled\": true,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": true,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": true,\n            \"marketEnabled\": true,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"token\",\n                \"bep20\",\n                \"erc20\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.0200\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"zil\",\n            \"versions\": [\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"bep20\"\n                }\n            ],\n            \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n            \"createEnabled\": false,\n            \"depositEnabled\": false,\n            \"withdrawEnabled\": false,\n            \"loanEnabled\": false,\n            \"turboEnabled\": false,\n            \"hodlEnabled\": false,\n            \"marketEnabled\": false,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"token\",\n                \"bep20\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.0550\"\n            }\n        },\n        {\n            \"amount\": \"0\",\n            \"ticker\": \"usdp\",\n            \"versions\": [\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"bep20\"\n                },\n                {\n                    \"address\": \"0x6d70b88895833af62512fe009ce36c28115a0d83\",\n                    \"version\": \"erc20\"\n                }\n            ],\n            \"createEnabled\": true,\n            \"depositEnabled\": true,\n            \"withdrawEnabled\": true,\n            \"loanEnabled\": true,\n            \"turboEnabled\": true,\n            \"hodlEnabled\": true,\n            \"marketEnabled\": true,\n            \"chartEnabled\": true,\n            \"visible\": true,\n            \"products\": [],\n            \"hodlsInputAmount\": \"0\",\n            \"dualsInputAmount\": \"0\",\n            \"loansCollateralAmount\": \"0\",\n            \"amountBase\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"capital\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"diff\": {\n                \"usd\": \"0\",\n                \"eur\": \"0\",\n                \"btc\": \"0\"\n            },\n            \"tags\": [\n                \"token\",\n                \"bep20\",\n                \"erc20\",\n                \"stableCoin\"\n            ],\n            \"payout\": {\n                \"toEarn\": {\n                    \"amount\": 0,\n                    \"usd\": 0,\n                    \"eur\": 0,\n                    \"btc\": 0\n                },\n                \"APY\": \"0.1030\"\n            }\n        }\n    ]\n}"},{"id":"fbc7909c-c93c-4099-9e59-9ff51ba699ab","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"url":"{{baseUrl}}/v3/balance"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 25 Jan 2023 17:11:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"78"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"X-Total-Count, X-Access-Token"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"POST, PUT, GET, DELETE, OPTIONS"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"78f2a1305bc62bcf-FRA"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Authentication Error\",\n    \"label\": \"UNAUTHORIZED_REQUEST\",\n    \"status\": 401\n}"}],"_postman_id":"0c0c3ffa-de55-4305-ac43-06be115e32e4"},{"name":"Get MultiHODL Overview","id":"d1b6ea5d-2902-4e5d-9d46-e6e5905dafaf","request":{"auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"url":"{{baseUrl}}/v3/hodl/overview","description":"<p>That request use to get Current pledged and Current Profit in the Engine v3</p>\n<h2 id=\"response\">Response</h2>\n<h3 id=\"code-of-response\">Code of Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>OK</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Unauthorized</td>\n</tr>\n<tr>\n<td>500</td>\n<td>Internal Server Error</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"body\">Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>baseTickers</td>\n<td>Array</td>\n<td>Contain list of currency</td>\n</tr>\n<tr>\n<td>currentProfit</td>\n<td>Array</td>\n<td>Contain profit list of currency</td>\n</tr>\n<tr>\n<td>currentProfit.btc</td>\n<td>Float</td>\n<td>User profit in BTC in current moment</td>\n</tr>\n<tr>\n<td>currentProfit.eur</td>\n<td>Float</td>\n<td>User profit in USD in current moment</td>\n</tr>\n<tr>\n<td>currentProfit.usd</td>\n<td>Float</td>\n<td>User profit in USD in current moment</td>\n</tr>\n<tr>\n<td>totalInvested</td>\n<td>Array</td>\n<td>Contain total invested list of currency</td>\n</tr>\n<tr>\n<td>totalInvested.btc</td>\n<td>Float</td>\n<td>User invested in BTC in current moment</td>\n</tr>\n<tr>\n<td>totalInvested.eur</td>\n<td>Float</td>\n<td>User invested in EUR in current moment</td>\n</tr>\n<tr>\n<td>totalInvested.usd</td>\n<td>Float</td>\n<td>User invested in USD in current moment</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v3","hodl","overview"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"06e93af9-8088-49fd-96ef-33d33b39b3e1","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"url":"{{baseUrl}}/v3/hodl/overview"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Nov 2022 16:14:25 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-store","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-expose-headers","value":"X-Total-Count, X-Access-Token","enabled":true},{"key":"access-control-allow-credentials","value":"true","enabled":true},{"key":"access-control-allow-methods","value":"POST, PUT, GET, DELETE, OPTIONS","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"7724e03e1d0474a9-LHR","enabled":true},{"key":"Content-Encoding","value":"br","enabled":true},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"totalInvested\": {\n        \"usd\": \"199.92863999999997\",\n        \"eur\": \"193.971767034374340352121870477631\",\n        \"btc\": \"0.0118545075065815982873779943172924\"\n    },\n    \"currentProfit\": {\n        \"usd\": \"3.22\",\n        \"eur\": \"3.124060113902067606\",\n        \"btc\": \"0.0001909256931432772824\"\n    },\n    \"baseTickers\": [\n        \"ybtc\",\n        \"btc\",\n        \"eth\",\n        \"link\",\n        \"comp\",\n        \"snx\",\n        \"doge\",\n        \"xrp\",\n        \"bnb\"\n    ]\n}"},{"id":"8e963abf-015c-4d17-8cab-35652b1d1f61","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"url":"{{baseUrl}}/v3/hodl/overview"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Nov 2022 16:16:52 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"33","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-store","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-expose-headers","value":"X-Total-Count, X-Access-Token","enabled":true},{"key":"access-control-allow-credentials","value":"true","enabled":true},{"key":"access-control-allow-methods","value":"POST, PUT, GET, DELETE, OPTIONS","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"7724e3d6a98a74a9-LHR","enabled":true},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"_error\": \"Authentication Error\"\n}"}],"_postman_id":"d1b6ea5d-2902-4e5d-9d46-e6e5905dafaf"},{"name":"Get MultiHODLs Open","id":"1ea3a153-9885-4e0f-a42c-e8448d833c4f","request":{"auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"url":"{{baseUrl}}/v3/hodl?status=OPEN","description":"<p>The request can return all history hodls of the user with pagination and return all available trading tariffs for the user.</p>\n<h2 id=\"parameters\">Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>Status of hodls:  <br />- OPEN  <br />- PENDING  <br />- CLOSED  <br />- CANCELED</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>Limit hodls on the page, integer value  <br />We recommend use less 100 otherwise you request will be executed long time.</td>\n</tr>\n<tr>\n<td>offset</td>\n<td>Shift of list, integer value</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-get-v3hodl\">Response GET /v3/hodl/</h2>\n<h3 id=\"response-codes\">Response codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>Successful result</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Unauthorized</td>\n</tr>\n<tr>\n<td>500</td>\n<td>Internal Server Error</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"body\">Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>rows</td>\n<td>Array</td>\n<td>List of hodls</td>\n</tr>\n<tr>\n<td>rows.{n}.id</td>\n<td>GUID</td>\n<td>id of hodl</td>\n</tr>\n<tr>\n<td>rows.{n}.accountId</td>\n<td>String</td>\n<td>Id of user</td>\n</tr>\n<tr>\n<td>rows.{n}.isShort</td>\n<td>Boolean</td>\n<td>The flag means short position or longTrue - shortFalse - long</td>\n</tr>\n<tr>\n<td>rows.{n}.isClientMc</td>\n<td>Boolean</td>\n<td>The flag show price reach margin call</td>\n</tr>\n<tr>\n<td>rows.{n}.multiplier</td>\n<td>Integer</td>\n<td>Count of multiply</td>\n</tr>\n<tr>\n<td>rows.{n}.ftp</td>\n<td>Float</td>\n<td>Force take profit</td>\n</tr>\n<tr>\n<td>rows.{n}.apr</td>\n<td>Float</td>\n<td>Annual percentage rate of charge</td>\n</tr>\n<tr>\n<td>rows.{n}.loan</td>\n<td>Object</td>\n<td>Information about chain of loans</td>\n</tr>\n<tr>\n<td>rows.{n}.loan.loans</td>\n<td>Array</td>\n<td>Chain of loans</td>\n</tr>\n<tr>\n<td>rows.{n}.loan.loans.[].{n}.borrowed</td>\n<td>String</td>\n<td>Separate loan borrowed</td>\n</tr>\n<tr>\n<td>rows.{n}.loan.loans.[].{n}.collateral</td>\n<td>String</td>\n<td>Separate loan collateral</td>\n</tr>\n<tr>\n<td>rows.{n}.loan.loans.[].{n}.settlementFee</td>\n<td>String</td>\n<td>Settlement Fee of separate loan</td>\n</tr>\n<tr>\n<td>rows.{n}.loan.loans.[].{n}.settlementPeriod</td>\n<td>String</td>\n<td>Period charging fee of a separate loan</td>\n</tr>\n<tr>\n<td>rows.{n}.loan.ltv</td>\n<td>String</td>\n<td>Ltv of loans chain</td>\n</tr>\n<tr>\n<td>rows.{n}.loan.borrowedTicker</td>\n<td>String</td>\n<td>Borrowed ticker of loans chain</td>\n</tr>\n<tr>\n<td>rows.{n}.loan.totalRepayment</td>\n<td>String</td>\n<td>Borrowed of loans chain</td>\n</tr>\n<tr>\n<td>rows.{n}.loan.totalCollateral</td>\n<td>String</td>\n<td>Collateral of loans chain</td>\n</tr>\n<tr>\n<td>rows.{n}.loan.collateralTicker</td>\n<td>String</td>\n<td>Collateral ticker of loans chain</td>\n</tr>\n<tr>\n<td>rows.{n}.unifiedFee</td>\n<td>String</td>\n<td>Total fee (we don’t use)</td>\n</tr>\n<tr>\n<td>rows.{n}.settlementPeriod</td>\n<td>String</td>\n<td>Days is a time period to charge fee</td>\n</tr>\n<tr>\n<td>rows.{n}.inputTicker</td>\n<td>String</td>\n<td>Currency of input amount</td>\n</tr>\n<tr>\n<td>rows.{n}.outputTicker</td>\n<td>String</td>\n<td>Currency of output amount</td>\n</tr>\n<tr>\n<td>rows.{n}.baseTicker</td>\n<td>String</td>\n<td>Currency of base ticker</td>\n</tr>\n<tr>\n<td>rows.{n}.quoteTicker</td>\n<td>String</td>\n<td>Currency of quote ticker</td>\n</tr>\n<tr>\n<td>rows.{n}.collateralTicker</td>\n<td>String</td>\n<td>Currency of collateral</td>\n</tr>\n<tr>\n<td>rows.{n}.borrowedTicker</td>\n<td>String</td>\n<td>Currency of borrowed</td>\n</tr>\n<tr>\n<td>rows.{n}.overdraftTicker</td>\n<td>String</td>\n<td>Currency of overdraft</td>\n</tr>\n<tr>\n<td>rows.{n}.inputAmount</td>\n<td>Integer</td>\n<td>That amount is entered by user and that amount is used as collateral.</td>\n</tr>\n<tr>\n<td>rows.{n}.outputAmount</td>\n<td>Float</td>\n<td>Amount in Output Ticker used to debit/credit PL back to the account</td>\n</tr>\n<tr>\n<td>rows.{n}.ownAmount</td>\n<td>Float</td>\n<td>How much baseTicker was bought or sold with user money</td>\n</tr>\n<tr>\n<td>rows.{n}.borrowedAmount</td>\n<td>Float</td>\n<td>Leverage funds amount measured in Borrowed Ticker</td>\n</tr>\n<tr>\n<td>rows.{n}.overdraftAmount</td>\n<td>Float</td>\n<td>Amount owed by the client to the company</td>\n</tr>\n<tr>\n<td>rows.{n}.totalAmount</td>\n<td>Float</td>\n<td>The sum of all assets that are involved in the transaction: user money + multiplier.</td>\n</tr>\n<tr>\n<td>rows.{n}.initialPrice</td>\n<td>Float</td>\n<td>Price of initial hodl</td>\n</tr>\n<tr>\n<td>rows.{n}.mcPrice</td>\n<td>Float</td>\n<td>Price of Stop Loss</td>\n</tr>\n<tr>\n<td>rows.{n}.tpPrice</td>\n<td>Float</td>\n<td>Price of Take profit</td>\n</tr>\n<tr>\n<td>rows.{n}.ftpPrice</td>\n<td>Float</td>\n<td>Price of Force Take Profit Level</td>\n</tr>\n<tr>\n<td>rows.{n}.slPrice</td>\n<td>Float</td>\n<td>Price of Stop Loss Level</td>\n</tr>\n<tr>\n<td>rows.{n}.closedPrice</td>\n<td>Float</td>\n<td>Price of close hodl</td>\n</tr>\n<tr>\n<td>rows.{n}.closed</td>\n<td>Object</td>\n<td>Information about closed  <br />null if status OPEN</td>\n</tr>\n<tr>\n<td>rows.{n}.closed.convertPL</td>\n<td>Float</td>\n<td>An amount to show figures after converting currency from base/quote to input ticker</td>\n</tr>\n<tr>\n<td>rows.{n}.closed.displayedOutputAmount</td>\n<td>Float</td>\n<td>Displayed output amount</td>\n</tr>\n<tr>\n<td>rows.{n}.closed.feeAmount</td>\n<td>Float</td>\n<td>Total fee in USD</td>\n</tr>\n<tr>\n<td>rows.{n}.closed.feeIterations</td>\n<td>Integer</td>\n<td>How many iterations was to charge fee total</td>\n</tr>\n<tr>\n<td>rows.{n}.closed.feePercent</td>\n<td>Float</td>\n<td>Percentage of commission from borrowed</td>\n</tr>\n<tr>\n<td>rows.{n}.closed.percent</td>\n<td>Float</td>\n<td>It’s user profit in percentage</td>\n</tr>\n<tr>\n<td>rows.{n}.closed.profit</td>\n<td>Float</td>\n<td>An amount to show a difference between an output amount and input amount</td>\n</tr>\n<tr>\n<td>rows.{n}.closed.settlementFeeAmount</td>\n<td>Float</td>\n<td>Total fee in input ticker</td>\n</tr>\n<tr>\n<td>rows.{n}.closed.tradingPL</td>\n<td>Float</td>\n<td>It’s profit minus settlementFeeAmount</td>\n</tr>\n<tr>\n<td>rows.{n}.closed.unifiedFeeAmount</td>\n<td>Float</td>\n<td>Unified fee (don’t use)</td>\n</tr>\n<tr>\n<td>rows.{n}.status</td>\n<td>String</td>\n<td>Status of hodl</td>\n</tr>\n<tr>\n<td>rows.{n}.reason</td>\n<td>String</td>\n<td>Closed reason of hodl</td>\n</tr>\n<tr>\n<td>rows.{n}.lastChargedAt</td>\n<td>Date timeYYYY-MM-DDThh:mm:ss.mssZ</td>\n<td>Latest updates in hodl</td>\n</tr>\n<tr>\n<td>rows.{n}.createdAt</td>\n<td>Date timeYYYY-MM-DDThh:mm:ss.mssZ</td>\n<td>Date of created hodl</td>\n</tr>\n<tr>\n<td>rows.{n}.startedAt</td>\n<td>Date timeYYYY-MM-DDThh:mm:ss.mssZ</td>\n<td>Date of start hodl</td>\n</tr>\n<tr>\n<td>rows.{n}.finishedAt</td>\n<td>Date timeYYYY-MM-DDThh:mm:ss.mssZ</td>\n<td>Date of finished hodl</td>\n</tr>\n<tr>\n<td>rows.{n}.nextChargedAt</td>\n<td>Date timeYYYY-MM-DDThh:mm:ss.mssZ</td>\n<td>Next updates in hodl</td>\n</tr>\n<tr>\n<td>rows.{n}.settlementFee</td>\n<td>Float</td>\n<td>Size of fee</td>\n</tr>\n<tr>\n<td>rows.{n}.settlementFeeAmount</td>\n<td>Float</td>\n<td>Total fee in hodl</td>\n</tr>\n<tr>\n<td>rows.{n}.closeCalculate</td>\n<td>Object</td>\n<td>Result data of hodl  <br />null if the status = CLOSED</td>\n</tr>\n<tr>\n<td>rows.{n}.closeCalculate.feeIterations</td>\n<td>Integer</td>\n<td>How many iterations was to charge fee at this moment</td>\n</tr>\n<tr>\n<td>rows.{n}.closeCalculate.feePercent</td>\n<td>Float</td>\n<td>Percentage of commission from borrowed</td>\n</tr>\n<tr>\n<td>rows.{n}.closeCalculate.settlementFeeAmount</td>\n<td>Float</td>\n<td>Total fee in input ticker</td>\n</tr>\n<tr>\n<td>rows.{n}.closeCalculate.unifiedFeeAmount</td>\n<td>Float</td>\n<td>Unified fee (don’t use)</td>\n</tr>\n<tr>\n<td>rows.{n}.closeCalculate.outputAmount</td>\n<td>Float</td>\n<td>Amount in Output Ticker used to debit/credit PL back to the account</td>\n</tr>\n<tr>\n<td>rows.{n}.closeCalculate.profit</td>\n<td>Float</td>\n<td>An amount to show a difference between an output amount and input amount</td>\n</tr>\n<tr>\n<td>rows.{n}.closeCalculate.convertPL</td>\n<td>Float</td>\n<td>An amount to show figures after converting currency from base/quote to input ticker</td>\n</tr>\n<tr>\n<td>rows.{n}.closeCalculate.tradingPL</td>\n<td>Float</td>\n<td>It’s profit minus settlementFeeAmount</td>\n</tr>\n<tr>\n<td>rows.{n}.closeCalculate.percent</td>\n<td>Float</td>\n<td>An amount to show a difference between an output amount and input amount</td>\n</tr>\n<tr>\n<td>rows.{n}.closeCalculate.displayedOutputAmount</td>\n<td>Float</td>\n<td>Displayed output amount</td>\n</tr>\n<tr>\n<td>rows.{n}.closeCalculate.feeAmount</td>\n<td>Float</td>\n<td>Total fee in USD</td>\n</tr>\n<tr>\n<td>rows.{n}.maxProfit</td>\n<td>Float</td>\n<td>Max potential profit in hodl</td>\n</tr>\n<tr>\n<td>rows.{n}.maxLoss</td>\n<td>Float</td>\n<td>Max potential loss in hodl</td>\n</tr>\n<tr>\n<td>rows.{n}.version</td>\n<td>Integer</td>\n<td>Version of engine</td>\n</tr>\n<tr>\n<td>rows.{n}.ifPrice</td>\n<td>Float</td>\n<td>Insufficient funds price</td>\n</tr>\n<tr>\n<td>rows.{n}.chartData</td>\n<td>Array</td>\n<td>Data of chart</td>\n</tr>\n<tr>\n<td>rows.{n}.chartData.{n}.date</td>\n<td>Date timeYYYY-MM-DDThh:mm:ss.mssZ</td>\n<td>Date of price</td>\n</tr>\n<tr>\n<td>rows.{n}.chartData.{n}.rate</td>\n<td>Float</td>\n<td>Price of trading pair</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v3","hodl"],"host":["{{baseUrl}}"],"query":[{"key":"status","value":"OPEN"}],"variable":[]}},"response":[{"id":"5cfecda2-1e89-4e41-8d7c-ceee5a7e4cb0","name":"200 Ok","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"url":{"raw":"{{baseUrl}}/v3/hodl?status=OPEN","host":["{{baseUrl}}"],"path":["v3","hodl"],"query":[{"key":"status","value":"OPEN"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Nov 2022 17:09:21 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-store","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-expose-headers","value":"X-Total-Count, X-Access-Token","enabled":true},{"key":"access-control-allow-credentials","value":"true","enabled":true},{"key":"access-control-allow-methods","value":"POST, PUT, GET, DELETE, OPTIONS","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"772530b8cb029500-LIS","enabled":true},{"key":"Content-Encoding","value":"br","enabled":true},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"rows\": [\n        {\n            \"id\": \"e7c8aae5-dfa3-43c1-91fd-a24dc51d01f1\",\n            \"accountId\": \"8290badb-d9c4-40c5-b083-1450fe0d4fd5\",\n            \"isShort\": false,\n            \"isClientMC\": false,\n            \"leverage\": 20,\n            \"ftp\": \"1.4\",\n            \"apr\": \"0.2044\",\n            \"loan\": {\n                \"loans\": [\n                    {\n                        \"borrowed\": \"192.11\",\n                        \"collateral\": \"0.01189\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"184.22\",\n                        \"collateral\": \"0.011402\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"176.66\",\n                        \"collateral\": \"0.010934\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"169.41\",\n                        \"collateral\": \"0.010485\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"162.46\",\n                        \"collateral\": \"0.010055\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"155.79\",\n                        \"collateral\": \"0.009642\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"149.39\",\n                        \"collateral\": \"0.009246\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"143.26\",\n                        \"collateral\": \"0.008867\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"137.38\",\n                        \"collateral\": \"0.008503\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"131.74\",\n                        \"collateral\": \"0.008154\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"126.33\",\n                        \"collateral\": \"0.007819\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"121.14\",\n                        \"collateral\": \"0.007498\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"116.17\",\n                        \"collateral\": \"0.00719\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"111.4\",\n                        \"collateral\": \"0.006895\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"106.83\",\n                        \"collateral\": \"0.006612\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"102.44\",\n                        \"collateral\": \"0.00634\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"98.23\",\n                        \"collateral\": \"0.00608\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"94.2\",\n                        \"collateral\": \"0.00583\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"90.33\",\n                        \"collateral\": \"0.005591\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"86.62\",\n                        \"collateral\": \"0.005361\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"83.06\",\n                        \"collateral\": \"0.005141\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"79.65\",\n                        \"collateral\": \"0.00493\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"76.38\",\n                        \"collateral\": \"0.004727\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"73.24\",\n                        \"collateral\": \"0.004533\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"70.23\",\n                        \"collateral\": \"0.004347\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"67.34\",\n                        \"collateral\": \"0.004168\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"64.57\",\n                        \"collateral\": \"0.003996\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"61.92\",\n                        \"collateral\": \"0.003832\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"59.37\",\n                        \"collateral\": \"0.003675\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"56.93\",\n                        \"collateral\": \"0.003523\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"54.59\",\n                        \"collateral\": \"0.003379\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"52.35\",\n                        \"collateral\": \"0.00324\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"50.2\",\n                        \"collateral\": \"0.003107\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"48.14\",\n                        \"collateral\": \"0.002979\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"46.16\",\n                        \"collateral\": \"0.002857\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"44.26\",\n                        \"collateral\": \"0.002739\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"42.44\",\n                        \"collateral\": \"0.002627\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"40.69\",\n                        \"collateral\": \"0.002519\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"39.02\",\n                        \"collateral\": \"0.002415\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"37.41\",\n                        \"collateral\": \"0.002316\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"35.87\",\n                        \"collateral\": \"0.00222\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    }\n                ],\n                \"ltv\": \"0.9589\",\n                \"borrowedTicker\": \"usdt\",\n                \"totalRepayment\": \"3806.54\",\n                \"totalCollateral\": \"0.237813\",\n                \"collateralTicker\": \"btc\"\n            },\n            \"unifiedFee\": \"\",\n            \"settlementPeriod\": \"3h\",\n            \"inputTicker\": \"eur\",\n            \"outputTicker\": \"eur\",\n            \"baseTicker\": \"btc\",\n            \"quoteTicker\": \"usdt\",\n            \"collateralTicker\": \"btc\",\n            \"borrowedTicker\": \"usdt\",\n            \"overdraftTicker\": \"usdt\",\n            \"inputAmount\": \"194\",\n            \"outputAmount\": \"\",\n            \"ownAmount\": \"0.01189068\",\n            \"borrowedAmount\": \"3806.27\",\n            \"overdraftAmount\": \"3806.27\",\n            \"totalAmount\": \"0.237813\",\n            \"initialPrice\": \"16847.660863\",\n            \"mcPrice\": \"16089.54210779\",\n            \"tpPrice\": \"18026.997\",\n            \"ftpPrice\": \"18026.99712341\",\n            \"slPrice\": \"16089.54210779\",\n            \"closedPrice\": \"\",\n            \"closed\": null,\n            \"status\": \"OPEN\",\n            \"reason\": \"\",\n            \"lastChargedAt\": \"2022-11-30T15:40:28.154Z\",\n            \"createdAt\": \"2022-11-30T15:40:28.154Z\",\n            \"startedAt\": \"2022-11-30T15:40:28.154Z\",\n            \"finishedAt\": null,\n            \"nextChargeAt\": \"2022-11-30T18:40:28.154Z\",\n            \"settlementFee\": \"6.999E-05\",\n            \"settlementFeeAmount\": \"0.26640112\",\n            \"closeCalculate\": {\n                \"feeIterations\": \"0\",\n                \"feePercent\": \"0\",\n                \"settlementFeeAmount\": \"0\",\n                \"unifiedFeeAmount\": \"0\",\n                \"outputAmount\": \"192.81\",\n                \"profit\": \"-1.24\",\n                \"convertPL\": \"0.01\",\n                \"tradingPL\": \"-1.28\",\n                \"percent\": \"0.9938659793814433\",\n                \"displayedOutputAmount\": \"192.81\",\n                \"feeAmount\": \"0\"\n            },\n            \"maxProfit\": \"271.7\",\n            \"maxLoss\": \"-174.6\",\n            \"version\": 3,\n            \"ifPrice\": \"0\",\n            \"chartData\": [\n                {\n                    \"date\": \"2022-11-30T15:41:00.000Z\",\n                    \"rate\": 16836.43204\n                },\n                {\n                    \"date\": \"2022-11-30T15:42:00.000Z\",\n                    \"rate\": 16845.120302000003\n                },\n                {\n                    \"date\": \"2022-11-30T15:43:00.000Z\",\n                    \"rate\": 16845.93014\n                },\n                {\n                    \"date\": \"2022-11-30T15:44:00.000Z\",\n                    \"rate\": 16847.489828\n                },\n                {\n                    \"date\": \"2022-11-30T15:45:00.000Z\",\n                    \"rate\": 16838.511624000002\n                },\n                {\n                    \"date\": \"2022-11-30T15:46:00.000Z\",\n                    \"rate\": 16836.711984\n                },\n                {\n                    \"date\": \"2022-11-30T15:47:00.000Z\",\n                    \"rate\": 16833.882550000002\n                },\n                {\n                    \"date\": \"2022-11-30T15:48:00.000Z\",\n                    \"rate\": 16838.671592000002\n                },\n                {\n                    \"date\": \"2022-11-30T15:49:00.000Z\",\n                    \"rate\": 16846.600006\n                },\n                {\n                    \"date\": \"2022-11-30T15:50:00.000Z\",\n                    \"rate\": 16844.970332\n                },\n                {\n                    \"date\": \"2022-11-30T15:51:00.000Z\",\n                    \"rate\": 16849.399446\n                },\n                {\n                    \"date\": \"2022-11-30T15:52:00.000Z\",\n                    \"rate\": 16852.038918000002\n                },\n                {\n                    \"date\": \"2022-11-30T15:53:00.000Z\",\n                    \"rate\": 16853.518622\n                },\n                {\n                    \"date\": \"2022-11-30T15:54:00.000Z\",\n                    \"rate\": 16853.368652\n                },\n                {\n                    \"date\": \"2022-11-30T15:55:00.000Z\",\n                    \"rate\": 16848.22968\n                },\n                {\n                    \"date\": \"2022-11-30T15:56:00.000Z\",\n                    \"rate\": 16848.829560000002\n                },\n                {\n                    \"date\": \"2022-11-30T15:57:00.000Z\",\n                    \"rate\": 16847.339858\n                },\n                {\n                    \"date\": \"2022-11-30T15:58:00.000Z\",\n                    \"rate\": 16857.037918\n                },\n                {\n                    \"date\": \"2022-11-30T15:59:00.000Z\",\n                    \"rate\": 16854.758374\n                },\n                {\n                    \"date\": \"2022-11-30T16:00:00.000Z\",\n                    \"rate\": 16861.946936\n                },\n                {\n                    \"date\": \"2022-11-30T16:01:00.000Z\",\n                    \"rate\": 16862.956734000003\n                },\n                {\n                    \"date\": \"2022-11-30T16:02:00.000Z\",\n                    \"rate\": 16854.068511999998\n                },\n                {\n                    \"date\": \"2022-11-30T16:03:00.000Z\",\n                    \"rate\": 16855.348256\n                },\n                {\n                    \"date\": \"2022-11-30T16:04:00.000Z\",\n                    \"rate\": 16852.148896000002\n                },\n                {\n                    \"date\": \"2022-11-30T16:05:00.000Z\",\n                    \"rate\": 16846.63\n                },\n                {\n                    \"date\": \"2022-11-30T16:06:00.000Z\",\n                    \"rate\": 16846.859954\n                },\n                {\n                    \"date\": \"2022-11-30T16:07:00.000Z\",\n                    \"rate\": 16849.399446\n                },\n                {\n                    \"date\": \"2022-11-30T16:08:00.000Z\",\n                    \"rate\": 16850.189288\n                },\n                {\n                    \"date\": \"2022-11-30T16:09:00.000Z\",\n                    \"rate\": 16846.360054\n                },\n                {\n                    \"date\": \"2022-11-30T16:10:00.000Z\",\n                    \"rate\": 16859.777370000003\n                },\n                {\n                    \"date\": \"2022-11-30T16:11:00.000Z\",\n                    \"rate\": 16863.266672\n                },\n                {\n                    \"date\": \"2022-11-30T16:12:00.000Z\",\n                    \"rate\": 16863.97653\n                },\n                {\n                    \"date\": \"2022-11-30T16:13:00.000Z\",\n                    \"rate\": 16868.275670000003\n                },\n                {\n                    \"date\": \"2022-11-30T16:14:00.000Z\",\n                    \"rate\": 16864.226479999998\n                },\n                {\n                    \"date\": \"2022-11-30T16:15:00.000Z\",\n                    \"rate\": 16868.295665999998\n                },\n                {\n                    \"date\": \"2022-11-30T16:16:00.000Z\",\n                    \"rate\": 16870.495226\n                },\n                {\n                    \"date\": \"2022-11-30T16:17:00.000Z\",\n                    \"rate\": 16887.071910000002\n                },\n                {\n                    \"date\": \"2022-11-30T16:18:00.000Z\",\n                    \"rate\": 16868.555614\n                },\n                {\n                    \"date\": \"2022-11-30T16:19:00.000Z\",\n                    \"rate\": 16865.216282\n                },\n                {\n                    \"date\": \"2022-11-30T16:20:00.000Z\",\n                    \"rate\": 16863.186688\n                },\n                {\n                    \"date\": \"2022-11-30T16:21:00.000Z\",\n                    \"rate\": 16865.106304\n                },\n                {\n                    \"date\": \"2022-11-30T16:22:00.000Z\",\n                    \"rate\": 16863.806564000002\n                },\n                {\n                    \"date\": \"2022-11-30T16:23:00.000Z\",\n                    \"rate\": 16858.617602000002\n                },\n                {\n                    \"date\": \"2022-11-30T16:24:00.000Z\",\n                    \"rate\": 16872.014922\n                },\n                {\n                    \"date\": \"2022-11-30T16:25:00.000Z\",\n                    \"rate\": 16884.512422\n                },\n                {\n                    \"date\": \"2022-11-30T16:26:00.000Z\",\n                    \"rate\": 16882.172889999998\n                },\n                {\n                    \"date\": \"2022-11-30T16:27:00.000Z\",\n                    \"rate\": 16875.064312\n                },\n                {\n                    \"date\": \"2022-11-30T16:28:00.000Z\",\n                    \"rate\": 16879.403444\n                },\n                {\n                    \"date\": \"2022-11-30T16:29:00.000Z\",\n                    \"rate\": 16875.674189999998\n                },\n                {\n                    \"date\": \"2022-11-30T16:30:00.000Z\",\n                    \"rate\": 16876.57401\n                },\n                {\n                    \"date\": \"2022-11-30T16:31:00.000Z\",\n                    \"rate\": 16885.992126\n                },\n                {\n                    \"date\": \"2022-11-30T16:32:00.000Z\",\n                    \"rate\": 16880.093306000002\n                },\n                {\n                    \"date\": \"2022-11-30T16:33:00.000Z\",\n                    \"rate\": 16875.964132\n                },\n                {\n                    \"date\": \"2022-11-30T16:34:00.000Z\",\n                    \"rate\": 16870.645196\n                },\n                {\n                    \"date\": \"2022-11-30T16:35:00.000Z\",\n                    \"rate\": 16875.884147999997\n                },\n                {\n                    \"date\": \"2022-11-30T16:36:00.000Z\",\n                    \"rate\": 16876.184088\n                },\n                {\n                    \"date\": \"2022-11-30T16:37:00.000Z\",\n                    \"rate\": 16875.22428\n                },\n                {\n                    \"date\": \"2022-11-30T16:38:00.000Z\",\n                    \"rate\": 16869.075510000002\n                },\n                {\n                    \"date\": \"2022-11-30T16:39:00.000Z\",\n                    \"rate\": 16856.058114\n                },\n                {\n                    \"date\": \"2022-11-30T16:40:00.000Z\",\n                    \"rate\": 16871.954934\n                },\n                {\n                    \"date\": \"2022-11-30T16:41:00.000Z\",\n                    \"rate\": 16868.915542000002\n                },\n                {\n                    \"date\": \"2022-11-30T16:42:00.000Z\",\n                    \"rate\": 16874.364452\n                },\n                {\n                    \"date\": \"2022-11-30T16:43:00.000Z\",\n                    \"rate\": 16854.588408\n                },\n                {\n                    \"date\": \"2022-11-30T16:44:00.000Z\",\n                    \"rate\": 16828.403646000002\n                },\n                {\n                    \"date\": \"2022-11-30T16:45:00.000Z\",\n                    \"rate\": 16834.702386\n                },\n                {\n                    \"date\": \"2022-11-30T16:46:00.000Z\",\n                    \"rate\": 16846.350056000003\n                },\n                {\n                    \"date\": \"2022-11-30T16:47:00.000Z\",\n                    \"rate\": 16844.660394\n                },\n                {\n                    \"date\": \"2022-11-30T16:48:00.000Z\",\n                    \"rate\": 16843.920542\n                },\n                {\n                    \"date\": \"2022-11-30T16:49:00.000Z\",\n                    \"rate\": 16848.32966\n                },\n                {\n                    \"date\": \"2022-11-30T16:50:00.000Z\",\n                    \"rate\": 16853.298666\n                },\n                {\n                    \"date\": \"2022-11-30T16:51:00.000Z\",\n                    \"rate\": 16847.649796\n                },\n                {\n                    \"date\": \"2022-11-30T16:52:00.000Z\",\n                    \"rate\": 16847.649796\n                },\n                {\n                    \"date\": \"2022-11-30T16:53:00.000Z\",\n                    \"rate\": 16843.160694\n                },\n                {\n                    \"date\": \"2022-11-30T16:54:00.000Z\",\n                    \"rate\": 16848.759574\n                },\n                {\n                    \"date\": \"2022-11-30T16:55:00.000Z\",\n                    \"rate\": 16848.32966\n                },\n                {\n                    \"date\": \"2022-11-30T16:56:00.000Z\",\n                    \"rate\": 16845.060314000002\n                },\n                {\n                    \"date\": \"2022-11-30T16:57:00.000Z\",\n                    \"rate\": 16845.110304\n                },\n                {\n                    \"date\": \"2022-11-30T16:58:00.000Z\",\n                    \"rate\": 16848.949536\n                },\n                {\n                    \"date\": \"2022-11-30T16:59:00.000Z\",\n                    \"rate\": 16858.307664\n                },\n                {\n                    \"date\": \"2022-11-30T17:00:00.000Z\",\n                    \"rate\": 16858.277670000003\n                },\n                {\n                    \"date\": \"2022-11-30T17:01:00.000Z\",\n                    \"rate\": 16870.555214\n                },\n                {\n                    \"date\": \"2022-11-30T17:02:00.000Z\",\n                    \"rate\": 16863.136698\n                },\n                {\n                    \"date\": \"2022-11-30T17:03:00.000Z\",\n                    \"rate\": 16859.857354\n                },\n                {\n                    \"date\": \"2022-11-30T17:04:00.000Z\",\n                    \"rate\": 16855.508224\n                },\n                {\n                    \"date\": \"2022-11-30T17:05:00.000Z\",\n                    \"rate\": 16860.117302000002\n                },\n                {\n                    \"date\": \"2022-11-30T17:06:00.000Z\",\n                    \"rate\": 16850.769172\n                },\n                {\n                    \"date\": \"2022-11-30T17:07:00.000Z\",\n                    \"rate\": 16844.940338\n                },\n                {\n                    \"date\": \"2022-11-30T17:08:00.000Z\",\n                    \"rate\": 16846.669992000003\n                },\n                {\n                    \"date\": \"2022-11-30T17:09:00.000Z\",\n                    \"rate\": 16840.891148\n                }\n            ]\n        }\n    ],\n    \"total\": 1,\n    \"currentPage\": null\n}"},{"id":"b2412717-2340-4bc1-85e4-4a6b13e92d27","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"url":{"raw":"{{baseUrl}}/v3/hodl?status=OPEN","host":["{{baseUrl}}"],"path":["v3","hodl"],"query":[{"key":"status","value":"OPEN"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Nov 2022 17:09:57 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"33","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-store","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-expose-headers","value":"X-Total-Count, X-Access-Token","enabled":true},{"key":"access-control-allow-credentials","value":"true","enabled":true},{"key":"access-control-allow-methods","value":"POST, PUT, GET, DELETE, OPTIONS","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"77253196e8849500-LIS","enabled":true},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"_error\": \"Authentication Error\"\n}"}],"_postman_id":"1ea3a153-9885-4e0f-a42c-e8448d833c4f"},{"name":"Get MultiHODLs Pending","id":"21716f34-8a23-469d-86e0-29a62397e865","request":{"auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"url":"{{baseUrl}}/v3/hodl?status=PENDING","description":"<p>The request can return all history hodls of the user with pagination and return all available trading tariffs for the user.</p>\n<h2 id=\"parameters\">Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>Status of hodls:  <br />- OPEN  <br />- PENDING  <br />- CLOSED  <br />- CANCELED</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>Limit hodls on the page, integer value <br />We recommend use less 100 otherwise you request will be executed long time.</td>\n</tr>\n<tr>\n<td>offset</td>\n<td>Shift of list, integer value</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-get-v3hodl\">Response GET /v3/hodl/</h2>\n<h3 id=\"response-codes\">Response codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>Successful result</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Unauthorized</td>\n</tr>\n<tr>\n<td>500</td>\n<td>Internal Server Error</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"body\">Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>rows</td>\n<td>Array</td>\n<td>List of hodls</td>\n</tr>\n<tr>\n<td>rows.{n}.id</td>\n<td>GUID</td>\n<td>id of hodl</td>\n</tr>\n<tr>\n<td>rows.{n}.accountId</td>\n<td>String</td>\n<td>Id of user</td>\n</tr>\n<tr>\n<td>rows.{n}.isShort</td>\n<td>Boolean</td>\n<td>The flag means short position or longTrue - shortFalse - long</td>\n</tr>\n<tr>\n<td>rows.{n}.isClientMc</td>\n<td>Boolean</td>\n<td>The flag show price reach margin call</td>\n</tr>\n<tr>\n<td>rows.{n}.multiplier</td>\n<td>Integer</td>\n<td>Count of multiply</td>\n</tr>\n<tr>\n<td>rows.{n}.ftp</td>\n<td>Float</td>\n<td>Force take profit</td>\n</tr>\n<tr>\n<td>rows.{n}.apr</td>\n<td>Float</td>\n<td>Annual percentage rate of charge</td>\n</tr>\n<tr>\n<td>rows.{n}.loan</td>\n<td>Object</td>\n<td>Information about chain of loans</td>\n</tr>\n<tr>\n<td>rows.{n}.loan.loans</td>\n<td>Array</td>\n<td>Chain of loans</td>\n</tr>\n<tr>\n<td>rows.{n}.loan.loans.[].{n}.borrowed</td>\n<td>String</td>\n<td>Separate loan borrowed</td>\n</tr>\n<tr>\n<td>rows.{n}.loan.loans.[].{n}.collateral</td>\n<td>String</td>\n<td>Separate loan collateral</td>\n</tr>\n<tr>\n<td>rows.{n}.loan.loans.[].{n}.settlementFee</td>\n<td>String</td>\n<td>Settlement Fee of separate loan</td>\n</tr>\n<tr>\n<td>rows.{n}.loan.loans.[].{n}.settlementPeriod</td>\n<td>String</td>\n<td>Period charging fee of a separate loan</td>\n</tr>\n<tr>\n<td>rows.{n}.loan.ltv</td>\n<td>String</td>\n<td>Ltv of loans chain</td>\n</tr>\n<tr>\n<td>rows.{n}.loan.borrowedTicker</td>\n<td>String</td>\n<td>Borrowed ticker of loans chain</td>\n</tr>\n<tr>\n<td>rows.{n}.loan.totalRepayment</td>\n<td>String</td>\n<td>Borrowed of loans chain</td>\n</tr>\n<tr>\n<td>rows.{n}.loan.totalCollateral</td>\n<td>String</td>\n<td>Collateral of loans chain</td>\n</tr>\n<tr>\n<td>rows.{n}.loan.collateralTicker</td>\n<td>String</td>\n<td>Collateral ticker of loans chain</td>\n</tr>\n<tr>\n<td>rows.{n}.unifiedFee</td>\n<td>String</td>\n<td>Total fee (we don’t use)</td>\n</tr>\n<tr>\n<td>rows.{n}.settlementPeriod</td>\n<td>String</td>\n<td>Days is a time period to charge fee</td>\n</tr>\n<tr>\n<td>rows.{n}.inputTicker</td>\n<td>String</td>\n<td>Currency of input amount</td>\n</tr>\n<tr>\n<td>rows.{n}.outputTicker</td>\n<td>String</td>\n<td>Currency of output amount</td>\n</tr>\n<tr>\n<td>rows.{n}.baseTicker</td>\n<td>String</td>\n<td>Currency of base ticker</td>\n</tr>\n<tr>\n<td>rows.{n}.quoteTicker</td>\n<td>String</td>\n<td>Currency of quote ticker</td>\n</tr>\n<tr>\n<td>rows.{n}.collateralTicker</td>\n<td>String</td>\n<td>Currency of collateral</td>\n</tr>\n<tr>\n<td>rows.{n}.borrowedTicker</td>\n<td>String</td>\n<td>Currency of borrowed</td>\n</tr>\n<tr>\n<td>rows.{n}.overdraftTicker</td>\n<td>String</td>\n<td>Currency of overdraft</td>\n</tr>\n<tr>\n<td>rows.{n}.inputAmount</td>\n<td>Integer</td>\n<td>That amount is entered by user and that amount is used as collateral.</td>\n</tr>\n<tr>\n<td>rows.{n}.outputAmount</td>\n<td>Float</td>\n<td>Amount in Output Ticker used to debit/credit PL back to the account</td>\n</tr>\n<tr>\n<td>rows.{n}.ownAmount</td>\n<td>Float</td>\n<td>How much baseTicker was bought or sold with user money</td>\n</tr>\n<tr>\n<td>rows.{n}.borrowedAmount</td>\n<td>Float</td>\n<td>Leverage funds amount measured in Borrowed Ticker</td>\n</tr>\n<tr>\n<td>rows.{n}.overdraftAmount</td>\n<td>Float</td>\n<td>Amount owed by the client to the company</td>\n</tr>\n<tr>\n<td>rows.{n}.totalAmount</td>\n<td>Float</td>\n<td>The sum of all assets that are involved in the transaction: user money + multiplier.</td>\n</tr>\n<tr>\n<td>rows.{n}.initialPrice</td>\n<td>Float</td>\n<td>Price of initial hodl</td>\n</tr>\n<tr>\n<td>rows.{n}.mcPrice</td>\n<td>Float</td>\n<td>Price of Stop Loss</td>\n</tr>\n<tr>\n<td>rows.{n}.tpPrice</td>\n<td>Float</td>\n<td>Price of Take profit</td>\n</tr>\n<tr>\n<td>rows.{n}.ftpPrice</td>\n<td>Float</td>\n<td>Price of Force Take Profit Level</td>\n</tr>\n<tr>\n<td>rows.{n}.slPrice</td>\n<td>Float</td>\n<td>Price of Stop Loss Level</td>\n</tr>\n<tr>\n<td>rows.{n}.closedPrice</td>\n<td>Float</td>\n<td>Price of close hodl</td>\n</tr>\n<tr>\n<td>rows.{n}.closed</td>\n<td>Object</td>\n<td>Information about closed  <br />null if status OPEN</td>\n</tr>\n<tr>\n<td>rows.{n}.closed.convertPL</td>\n<td>Float</td>\n<td>An amount to show figures after converting currency from base/quote to input ticker</td>\n</tr>\n<tr>\n<td>rows.{n}.closed.displayedOutputAmount</td>\n<td>Float</td>\n<td>Displayed output amount</td>\n</tr>\n<tr>\n<td>rows.{n}.closed.feeAmount</td>\n<td>Float</td>\n<td>Total fee in USD</td>\n</tr>\n<tr>\n<td>rows.{n}.closed.feeIterations</td>\n<td>Integer</td>\n<td>How many iterations was to charge fee total</td>\n</tr>\n<tr>\n<td>rows.{n}.closed.feePercent</td>\n<td>Float</td>\n<td>Percentage of commission from borrowed</td>\n</tr>\n<tr>\n<td>rows.{n}.closed.percent</td>\n<td>Float</td>\n<td>It’s user profit in percentage</td>\n</tr>\n<tr>\n<td>rows.{n}.closed.profit</td>\n<td>Float</td>\n<td>An amount to show a difference between an output amount and input amount</td>\n</tr>\n<tr>\n<td>rows.{n}.closed.settlementFeeAmount</td>\n<td>Float</td>\n<td>Total fee in input ticker</td>\n</tr>\n<tr>\n<td>rows.{n}.closed.tradingPL</td>\n<td>Float</td>\n<td>It’s profit minus settlementFeeAmount</td>\n</tr>\n<tr>\n<td>rows.{n}.closed.unifiedFeeAmount</td>\n<td>Float</td>\n<td>Unified fee (don’t use)</td>\n</tr>\n<tr>\n<td>rows.{n}.status</td>\n<td>String</td>\n<td>Status of hodl</td>\n</tr>\n<tr>\n<td>rows.{n}.reason</td>\n<td>String</td>\n<td>Closed reason of hodl</td>\n</tr>\n<tr>\n<td>rows.{n}.lastChargedAt</td>\n<td>Date timeYYYY-MM-DDThh:mm:ss.mssZ</td>\n<td>Latest updates in hodl</td>\n</tr>\n<tr>\n<td>rows.{n}.createdAt</td>\n<td>Date timeYYYY-MM-DDThh:mm:ss.mssZ</td>\n<td>Date of created hodl</td>\n</tr>\n<tr>\n<td>rows.{n}.startedAt</td>\n<td>Date timeYYYY-MM-DDThh:mm:ss.mssZ</td>\n<td>Date of start hodl</td>\n</tr>\n<tr>\n<td>rows.{n}.finishedAt</td>\n<td>Date timeYYYY-MM-DDThh:mm:ss.mssZ</td>\n<td>Date of finished hodl</td>\n</tr>\n<tr>\n<td>rows.{n}.nextChargedAt</td>\n<td>Date timeYYYY-MM-DDThh:mm:ss.mssZ</td>\n<td>Next updates in hodl</td>\n</tr>\n<tr>\n<td>rows.{n}.settlementFee</td>\n<td>Float</td>\n<td>Size of fee</td>\n</tr>\n<tr>\n<td>rows.{n}.settlementFeeAmount</td>\n<td>Float</td>\n<td>Total fee in hodl</td>\n</tr>\n<tr>\n<td>rows.{n}.closeCalculate</td>\n<td>Object</td>\n<td>Result data of hodl  <br />null if the status = CLOSED</td>\n</tr>\n<tr>\n<td>rows.{n}.closeCalculate.feeIterations</td>\n<td>Integer</td>\n<td>How many iterations was to charge fee at this moment</td>\n</tr>\n<tr>\n<td>rows.{n}.closeCalculate.feePercent</td>\n<td>Float</td>\n<td>Percentage of commission from borrowed</td>\n</tr>\n<tr>\n<td>rows.{n}.closeCalculate.settlementFeeAmount</td>\n<td>Float</td>\n<td>Total fee in input ticker</td>\n</tr>\n<tr>\n<td>rows.{n}.closeCalculate.unifiedFeeAmount</td>\n<td>Float</td>\n<td>Unified fee (don’t use)</td>\n</tr>\n<tr>\n<td>rows.{n}.closeCalculate.outputAmount</td>\n<td>Float</td>\n<td>Amount in Output Ticker used to debit/credit PL back to the account</td>\n</tr>\n<tr>\n<td>rows.{n}.closeCalculate.profit</td>\n<td>Float</td>\n<td>An amount to show a difference between an output amount and input amount</td>\n</tr>\n<tr>\n<td>rows.{n}.closeCalculate.convertPL</td>\n<td>Float</td>\n<td>An amount to show figures after converting currency from base/quote to input ticker</td>\n</tr>\n<tr>\n<td>rows.{n}.closeCalculate.tradingPL</td>\n<td>Float</td>\n<td>It’s profit minus settlementFeeAmount</td>\n</tr>\n<tr>\n<td>rows.{n}.closeCalculate.percent</td>\n<td>Float</td>\n<td>An amount to show a difference between an output amount and input amount</td>\n</tr>\n<tr>\n<td>rows.{n}.closeCalculate.displayedOutputAmount</td>\n<td>Float</td>\n<td>Displayed output amount</td>\n</tr>\n<tr>\n<td>rows.{n}.closeCalculate.feeAmount</td>\n<td>Float</td>\n<td>Total fee in USD</td>\n</tr>\n<tr>\n<td>rows.{n}.maxProfit</td>\n<td>Float</td>\n<td>Max potential profit in hodl</td>\n</tr>\n<tr>\n<td>rows.{n}.maxLoss</td>\n<td>Float</td>\n<td>Max potential loss in hodl</td>\n</tr>\n<tr>\n<td>rows.{n}.version</td>\n<td>Integer</td>\n<td>Version of engine</td>\n</tr>\n<tr>\n<td>rows.{n}.ifPrice</td>\n<td>Float</td>\n<td>Insufficient funds price</td>\n</tr>\n<tr>\n<td>rows.{n}.chartData</td>\n<td>Array</td>\n<td>Data of chart</td>\n</tr>\n<tr>\n<td>rows.{n}.chartData.{n}.date</td>\n<td>Date timeYYYY-MM-DDThh:mm:ss.mssZ</td>\n<td>Date of price</td>\n</tr>\n<tr>\n<td>rows.{n}.chartData.{n}.rate</td>\n<td>Float</td>\n<td>Price of trading pair</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v3","hodl"],"host":["{{baseUrl}}"],"query":[{"key":"status","value":"PENDING"}],"variable":[]}},"response":[{"id":"8711a1b1-cfa6-448e-82c9-cde54f58be74","name":"200 Ok","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"url":{"raw":"{{baseUrl}}/v3/hodl?status=PENDING","host":["{{baseUrl}}"],"path":["v3","hodl"],"query":[{"key":"status","value":"PENDING"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Nov 2022 17:09:21 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-store","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-expose-headers","value":"X-Total-Count, X-Access-Token","enabled":true},{"key":"access-control-allow-credentials","value":"true","enabled":true},{"key":"access-control-allow-methods","value":"POST, PUT, GET, DELETE, OPTIONS","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"772530b8cb029500-LIS","enabled":true},{"key":"Content-Encoding","value":"br","enabled":true},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"rows\": [\n        {\n            \"id\": \"e7c8aae5-dfa3-43c1-91fd-a24dc51d01f1\",\n            \"accountId\": \"8290badb-d9c4-40c5-b083-1450fe0d4fd5\",\n            \"isShort\": false,\n            \"isClientMC\": false,\n            \"leverage\": 20,\n            \"ftp\": \"1.4\",\n            \"apr\": \"0.2044\",\n            \"loan\": {\n                \"loans\": [\n                    {\n                        \"borrowed\": \"192.11\",\n                        \"collateral\": \"0.01189\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"184.22\",\n                        \"collateral\": \"0.011402\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"176.66\",\n                        \"collateral\": \"0.010934\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"169.41\",\n                        \"collateral\": \"0.010485\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"162.46\",\n                        \"collateral\": \"0.010055\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"155.79\",\n                        \"collateral\": \"0.009642\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"149.39\",\n                        \"collateral\": \"0.009246\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"143.26\",\n                        \"collateral\": \"0.008867\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"137.38\",\n                        \"collateral\": \"0.008503\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"131.74\",\n                        \"collateral\": \"0.008154\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"126.33\",\n                        \"collateral\": \"0.007819\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"121.14\",\n                        \"collateral\": \"0.007498\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"116.17\",\n                        \"collateral\": \"0.00719\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"111.4\",\n                        \"collateral\": \"0.006895\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"106.83\",\n                        \"collateral\": \"0.006612\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"102.44\",\n                        \"collateral\": \"0.00634\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"98.23\",\n                        \"collateral\": \"0.00608\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"94.2\",\n                        \"collateral\": \"0.00583\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"90.33\",\n                        \"collateral\": \"0.005591\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"86.62\",\n                        \"collateral\": \"0.005361\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"83.06\",\n                        \"collateral\": \"0.005141\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"79.65\",\n                        \"collateral\": \"0.00493\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"76.38\",\n                        \"collateral\": \"0.004727\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"73.24\",\n                        \"collateral\": \"0.004533\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"70.23\",\n                        \"collateral\": \"0.004347\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"67.34\",\n                        \"collateral\": \"0.004168\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"64.57\",\n                        \"collateral\": \"0.003996\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"61.92\",\n                        \"collateral\": \"0.003832\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"59.37\",\n                        \"collateral\": \"0.003675\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"56.93\",\n                        \"collateral\": \"0.003523\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"54.59\",\n                        \"collateral\": \"0.003379\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"52.35\",\n                        \"collateral\": \"0.00324\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"50.2\",\n                        \"collateral\": \"0.003107\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"48.14\",\n                        \"collateral\": \"0.002979\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"46.16\",\n                        \"collateral\": \"0.002857\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"44.26\",\n                        \"collateral\": \"0.002739\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"42.44\",\n                        \"collateral\": \"0.002627\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"40.69\",\n                        \"collateral\": \"0.002519\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"39.02\",\n                        \"collateral\": \"0.002415\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"37.41\",\n                        \"collateral\": \"0.002316\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"35.87\",\n                        \"collateral\": \"0.00222\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    }\n                ],\n                \"ltv\": \"0.9589\",\n                \"borrowedTicker\": \"usdt\",\n                \"totalRepayment\": \"3806.54\",\n                \"totalCollateral\": \"0.237813\",\n                \"collateralTicker\": \"btc\"\n            },\n            \"unifiedFee\": \"\",\n            \"settlementPeriod\": \"3h\",\n            \"inputTicker\": \"eur\",\n            \"outputTicker\": \"eur\",\n            \"baseTicker\": \"btc\",\n            \"quoteTicker\": \"usdt\",\n            \"collateralTicker\": \"btc\",\n            \"borrowedTicker\": \"usdt\",\n            \"overdraftTicker\": \"usdt\",\n            \"inputAmount\": \"194\",\n            \"outputAmount\": \"\",\n            \"ownAmount\": \"0.01189068\",\n            \"borrowedAmount\": \"3806.27\",\n            \"overdraftAmount\": \"3806.27\",\n            \"totalAmount\": \"0.237813\",\n            \"initialPrice\": \"16847.660863\",\n            \"mcPrice\": \"16089.54210779\",\n            \"tpPrice\": \"18026.997\",\n            \"ftpPrice\": \"18026.99712341\",\n            \"slPrice\": \"16089.54210779\",\n            \"closedPrice\": \"\",\n            \"closed\": null,\n            \"status\": \"OPEN\",\n            \"reason\": \"\",\n            \"lastChargedAt\": \"2022-11-30T15:40:28.154Z\",\n            \"createdAt\": \"2022-11-30T15:40:28.154Z\",\n            \"startedAt\": \"2022-11-30T15:40:28.154Z\",\n            \"finishedAt\": null,\n            \"nextChargeAt\": \"2022-11-30T18:40:28.154Z\",\n            \"settlementFee\": \"6.999E-05\",\n            \"settlementFeeAmount\": \"0.26640112\",\n            \"closeCalculate\": {\n                \"feeIterations\": \"0\",\n                \"feePercent\": \"0\",\n                \"settlementFeeAmount\": \"0\",\n                \"unifiedFeeAmount\": \"0\",\n                \"outputAmount\": \"192.81\",\n                \"profit\": \"-1.24\",\n                \"convertPL\": \"0.01\",\n                \"tradingPL\": \"-1.28\",\n                \"percent\": \"0.9938659793814433\",\n                \"displayedOutputAmount\": \"192.81\",\n                \"feeAmount\": \"0\"\n            },\n            \"maxProfit\": \"271.7\",\n            \"maxLoss\": \"-174.6\",\n            \"version\": 3,\n            \"ifPrice\": \"0\",\n            \"chartData\": [\n                {\n                    \"date\": \"2022-11-30T15:41:00.000Z\",\n                    \"rate\": 16836.43204\n                },\n                {\n                    \"date\": \"2022-11-30T15:42:00.000Z\",\n                    \"rate\": 16845.120302000003\n                },\n                {\n                    \"date\": \"2022-11-30T15:43:00.000Z\",\n                    \"rate\": 16845.93014\n                },\n                {\n                    \"date\": \"2022-11-30T15:44:00.000Z\",\n                    \"rate\": 16847.489828\n                },\n                {\n                    \"date\": \"2022-11-30T15:45:00.000Z\",\n                    \"rate\": 16838.511624000002\n                },\n                {\n                    \"date\": \"2022-11-30T15:46:00.000Z\",\n                    \"rate\": 16836.711984\n                },\n                {\n                    \"date\": \"2022-11-30T15:47:00.000Z\",\n                    \"rate\": 16833.882550000002\n                },\n                {\n                    \"date\": \"2022-11-30T15:48:00.000Z\",\n                    \"rate\": 16838.671592000002\n                },\n                {\n                    \"date\": \"2022-11-30T15:49:00.000Z\",\n                    \"rate\": 16846.600006\n                },\n                {\n                    \"date\": \"2022-11-30T15:50:00.000Z\",\n                    \"rate\": 16844.970332\n                },\n                {\n                    \"date\": \"2022-11-30T15:51:00.000Z\",\n                    \"rate\": 16849.399446\n                },\n                {\n                    \"date\": \"2022-11-30T15:52:00.000Z\",\n                    \"rate\": 16852.038918000002\n                },\n                {\n                    \"date\": \"2022-11-30T15:53:00.000Z\",\n                    \"rate\": 16853.518622\n                },\n                {\n                    \"date\": \"2022-11-30T15:54:00.000Z\",\n                    \"rate\": 16853.368652\n                },\n                {\n                    \"date\": \"2022-11-30T15:55:00.000Z\",\n                    \"rate\": 16848.22968\n                },\n                {\n                    \"date\": \"2022-11-30T15:56:00.000Z\",\n                    \"rate\": 16848.829560000002\n                },\n                {\n                    \"date\": \"2022-11-30T15:57:00.000Z\",\n                    \"rate\": 16847.339858\n                },\n                {\n                    \"date\": \"2022-11-30T15:58:00.000Z\",\n                    \"rate\": 16857.037918\n                },\n                {\n                    \"date\": \"2022-11-30T15:59:00.000Z\",\n                    \"rate\": 16854.758374\n                },\n                {\n                    \"date\": \"2022-11-30T16:00:00.000Z\",\n                    \"rate\": 16861.946936\n                },\n                {\n                    \"date\": \"2022-11-30T16:01:00.000Z\",\n                    \"rate\": 16862.956734000003\n                },\n                {\n                    \"date\": \"2022-11-30T16:02:00.000Z\",\n                    \"rate\": 16854.068511999998\n                },\n                {\n                    \"date\": \"2022-11-30T16:03:00.000Z\",\n                    \"rate\": 16855.348256\n                },\n                {\n                    \"date\": \"2022-11-30T16:04:00.000Z\",\n                    \"rate\": 16852.148896000002\n                },\n                {\n                    \"date\": \"2022-11-30T16:05:00.000Z\",\n                    \"rate\": 16846.63\n                },\n                {\n                    \"date\": \"2022-11-30T16:06:00.000Z\",\n                    \"rate\": 16846.859954\n                },\n                {\n                    \"date\": \"2022-11-30T16:07:00.000Z\",\n                    \"rate\": 16849.399446\n                },\n                {\n                    \"date\": \"2022-11-30T16:08:00.000Z\",\n                    \"rate\": 16850.189288\n                },\n                {\n                    \"date\": \"2022-11-30T16:09:00.000Z\",\n                    \"rate\": 16846.360054\n                },\n                {\n                    \"date\": \"2022-11-30T16:10:00.000Z\",\n                    \"rate\": 16859.777370000003\n                },\n                {\n                    \"date\": \"2022-11-30T16:11:00.000Z\",\n                    \"rate\": 16863.266672\n                },\n                {\n                    \"date\": \"2022-11-30T16:12:00.000Z\",\n                    \"rate\": 16863.97653\n                },\n                {\n                    \"date\": \"2022-11-30T16:13:00.000Z\",\n                    \"rate\": 16868.275670000003\n                },\n                {\n                    \"date\": \"2022-11-30T16:14:00.000Z\",\n                    \"rate\": 16864.226479999998\n                },\n                {\n                    \"date\": \"2022-11-30T16:15:00.000Z\",\n                    \"rate\": 16868.295665999998\n                },\n                {\n                    \"date\": \"2022-11-30T16:16:00.000Z\",\n                    \"rate\": 16870.495226\n                },\n                {\n                    \"date\": \"2022-11-30T16:17:00.000Z\",\n                    \"rate\": 16887.071910000002\n                },\n                {\n                    \"date\": \"2022-11-30T16:18:00.000Z\",\n                    \"rate\": 16868.555614\n                },\n                {\n                    \"date\": \"2022-11-30T16:19:00.000Z\",\n                    \"rate\": 16865.216282\n                },\n                {\n                    \"date\": \"2022-11-30T16:20:00.000Z\",\n                    \"rate\": 16863.186688\n                },\n                {\n                    \"date\": \"2022-11-30T16:21:00.000Z\",\n                    \"rate\": 16865.106304\n                },\n                {\n                    \"date\": \"2022-11-30T16:22:00.000Z\",\n                    \"rate\": 16863.806564000002\n                },\n                {\n                    \"date\": \"2022-11-30T16:23:00.000Z\",\n                    \"rate\": 16858.617602000002\n                },\n                {\n                    \"date\": \"2022-11-30T16:24:00.000Z\",\n                    \"rate\": 16872.014922\n                },\n                {\n                    \"date\": \"2022-11-30T16:25:00.000Z\",\n                    \"rate\": 16884.512422\n                },\n                {\n                    \"date\": \"2022-11-30T16:26:00.000Z\",\n                    \"rate\": 16882.172889999998\n                },\n                {\n                    \"date\": \"2022-11-30T16:27:00.000Z\",\n                    \"rate\": 16875.064312\n                },\n                {\n                    \"date\": \"2022-11-30T16:28:00.000Z\",\n                    \"rate\": 16879.403444\n                },\n                {\n                    \"date\": \"2022-11-30T16:29:00.000Z\",\n                    \"rate\": 16875.674189999998\n                },\n                {\n                    \"date\": \"2022-11-30T16:30:00.000Z\",\n                    \"rate\": 16876.57401\n                },\n                {\n                    \"date\": \"2022-11-30T16:31:00.000Z\",\n                    \"rate\": 16885.992126\n                },\n                {\n                    \"date\": \"2022-11-30T16:32:00.000Z\",\n                    \"rate\": 16880.093306000002\n                },\n                {\n                    \"date\": \"2022-11-30T16:33:00.000Z\",\n                    \"rate\": 16875.964132\n                },\n                {\n                    \"date\": \"2022-11-30T16:34:00.000Z\",\n                    \"rate\": 16870.645196\n                },\n                {\n                    \"date\": \"2022-11-30T16:35:00.000Z\",\n                    \"rate\": 16875.884147999997\n                },\n                {\n                    \"date\": \"2022-11-30T16:36:00.000Z\",\n                    \"rate\": 16876.184088\n                },\n                {\n                    \"date\": \"2022-11-30T16:37:00.000Z\",\n                    \"rate\": 16875.22428\n                },\n                {\n                    \"date\": \"2022-11-30T16:38:00.000Z\",\n                    \"rate\": 16869.075510000002\n                },\n                {\n                    \"date\": \"2022-11-30T16:39:00.000Z\",\n                    \"rate\": 16856.058114\n                },\n                {\n                    \"date\": \"2022-11-30T16:40:00.000Z\",\n                    \"rate\": 16871.954934\n                },\n                {\n                    \"date\": \"2022-11-30T16:41:00.000Z\",\n                    \"rate\": 16868.915542000002\n                },\n                {\n                    \"date\": \"2022-11-30T16:42:00.000Z\",\n                    \"rate\": 16874.364452\n                },\n                {\n                    \"date\": \"2022-11-30T16:43:00.000Z\",\n                    \"rate\": 16854.588408\n                },\n                {\n                    \"date\": \"2022-11-30T16:44:00.000Z\",\n                    \"rate\": 16828.403646000002\n                },\n                {\n                    \"date\": \"2022-11-30T16:45:00.000Z\",\n                    \"rate\": 16834.702386\n                },\n                {\n                    \"date\": \"2022-11-30T16:46:00.000Z\",\n                    \"rate\": 16846.350056000003\n                },\n                {\n                    \"date\": \"2022-11-30T16:47:00.000Z\",\n                    \"rate\": 16844.660394\n                },\n                {\n                    \"date\": \"2022-11-30T16:48:00.000Z\",\n                    \"rate\": 16843.920542\n                },\n                {\n                    \"date\": \"2022-11-30T16:49:00.000Z\",\n                    \"rate\": 16848.32966\n                },\n                {\n                    \"date\": \"2022-11-30T16:50:00.000Z\",\n                    \"rate\": 16853.298666\n                },\n                {\n                    \"date\": \"2022-11-30T16:51:00.000Z\",\n                    \"rate\": 16847.649796\n                },\n                {\n                    \"date\": \"2022-11-30T16:52:00.000Z\",\n                    \"rate\": 16847.649796\n                },\n                {\n                    \"date\": \"2022-11-30T16:53:00.000Z\",\n                    \"rate\": 16843.160694\n                },\n                {\n                    \"date\": \"2022-11-30T16:54:00.000Z\",\n                    \"rate\": 16848.759574\n                },\n                {\n                    \"date\": \"2022-11-30T16:55:00.000Z\",\n                    \"rate\": 16848.32966\n                },\n                {\n                    \"date\": \"2022-11-30T16:56:00.000Z\",\n                    \"rate\": 16845.060314000002\n                },\n                {\n                    \"date\": \"2022-11-30T16:57:00.000Z\",\n                    \"rate\": 16845.110304\n                },\n                {\n                    \"date\": \"2022-11-30T16:58:00.000Z\",\n                    \"rate\": 16848.949536\n                },\n                {\n                    \"date\": \"2022-11-30T16:59:00.000Z\",\n                    \"rate\": 16858.307664\n                },\n                {\n                    \"date\": \"2022-11-30T17:00:00.000Z\",\n                    \"rate\": 16858.277670000003\n                },\n                {\n                    \"date\": \"2022-11-30T17:01:00.000Z\",\n                    \"rate\": 16870.555214\n                },\n                {\n                    \"date\": \"2022-11-30T17:02:00.000Z\",\n                    \"rate\": 16863.136698\n                },\n                {\n                    \"date\": \"2022-11-30T17:03:00.000Z\",\n                    \"rate\": 16859.857354\n                },\n                {\n                    \"date\": \"2022-11-30T17:04:00.000Z\",\n                    \"rate\": 16855.508224\n                },\n                {\n                    \"date\": \"2022-11-30T17:05:00.000Z\",\n                    \"rate\": 16860.117302000002\n                },\n                {\n                    \"date\": \"2022-11-30T17:06:00.000Z\",\n                    \"rate\": 16850.769172\n                },\n                {\n                    \"date\": \"2022-11-30T17:07:00.000Z\",\n                    \"rate\": 16844.940338\n                },\n                {\n                    \"date\": \"2022-11-30T17:08:00.000Z\",\n                    \"rate\": 16846.669992000003\n                },\n                {\n                    \"date\": \"2022-11-30T17:09:00.000Z\",\n                    \"rate\": 16840.891148\n                }\n            ]\n        }\n    ],\n    \"total\": 1,\n    \"currentPage\": null\n}"},{"id":"5cb10e83-8974-46b9-b74c-d8f518906f11","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"url":{"raw":"{{baseUrl}}/v3/hodl?status=PENDING","host":["{{baseUrl}}"],"path":["v3","hodl"],"query":[{"key":"status","value":"PENDING"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Nov 2022 17:09:57 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"33","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-store","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-expose-headers","value":"X-Total-Count, X-Access-Token","enabled":true},{"key":"access-control-allow-credentials","value":"true","enabled":true},{"key":"access-control-allow-methods","value":"POST, PUT, GET, DELETE, OPTIONS","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"77253196e8849500-LIS","enabled":true},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"_error\": \"Authentication Error\"\n}"}],"_postman_id":"21716f34-8a23-469d-86e0-29a62397e865"},{"name":"Get MultiHODLS Closed","id":"fc44a727-1c26-43e6-82c8-cb8e72ee545a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"url":"{{baseUrl}}/v3/hodl?limit=10&offset=0&status=CLOSED&status=CANCELED","description":"<p>The request can return all history hodls of the user with pagination and return all available trading tariffs for the user.</p>\n<h2 id=\"parameters\">Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>Status of hodls:  <br />- OPEN  <br />- PENDING  <br />- CLOSED  <br />- CANCELED</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>Limit hodls on the page, integer value <br />We recommend use less 100 otherwise you request will be executed long time.</td>\n</tr>\n<tr>\n<td>offset</td>\n<td>Shift of list, integer value</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-get-v3hodl\">Response GET /v3/hodl/</h2>\n<h3 id=\"response-codes\">Response codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>Successful result</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Unauthorized</td>\n</tr>\n<tr>\n<td>500</td>\n<td>Internal Server Error</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"body\">Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>rows</td>\n<td>Array</td>\n<td>List of hodls</td>\n</tr>\n<tr>\n<td>rows.{n}.id</td>\n<td>GUID</td>\n<td>id of hodl</td>\n</tr>\n<tr>\n<td>rows.{n}.accountId</td>\n<td>String</td>\n<td>Id of user</td>\n</tr>\n<tr>\n<td>rows.{n}.isShort</td>\n<td>Boolean</td>\n<td>The flag means short position or longTrue - shortFalse - long</td>\n</tr>\n<tr>\n<td>rows.{n}.isClientMc</td>\n<td>Boolean</td>\n<td>The flag show price reach margin call</td>\n</tr>\n<tr>\n<td>rows.{n}.multiplier</td>\n<td>Integer</td>\n<td>Count of multiply</td>\n</tr>\n<tr>\n<td>rows.{n}.ftp</td>\n<td>Float</td>\n<td>Force take profit</td>\n</tr>\n<tr>\n<td>rows.{n}.apr</td>\n<td>Float</td>\n<td>Annual percentage rate of charge</td>\n</tr>\n<tr>\n<td>rows.{n}.loan</td>\n<td>Object</td>\n<td>Information about chain of loans</td>\n</tr>\n<tr>\n<td>rows.{n}.loan.loans</td>\n<td>Array</td>\n<td>Chain of loans</td>\n</tr>\n<tr>\n<td>rows.{n}.loan.loans.[].{n}.borrowed</td>\n<td>String</td>\n<td>Separate loan borrowed</td>\n</tr>\n<tr>\n<td>rows.{n}.loan.loans.[].{n}.collateral</td>\n<td>String</td>\n<td>Separate loan collateral</td>\n</tr>\n<tr>\n<td>rows.{n}.loan.loans.[].{n}.settlementFee</td>\n<td>String</td>\n<td>Settlement Fee of separate loan</td>\n</tr>\n<tr>\n<td>rows.{n}.loan.loans.[].{n}.settlementPeriod</td>\n<td>String</td>\n<td>Period charging fee of a separate loan</td>\n</tr>\n<tr>\n<td>rows.{n}.loan.ltv</td>\n<td>String</td>\n<td>Ltv of loans chain</td>\n</tr>\n<tr>\n<td>rows.{n}.loan.borrowedTicker</td>\n<td>String</td>\n<td>Borrowed ticker of loans chain</td>\n</tr>\n<tr>\n<td>rows.{n}.loan.totalRepayment</td>\n<td>String</td>\n<td>Borrowed of loans chain</td>\n</tr>\n<tr>\n<td>rows.{n}.loan.totalCollateral</td>\n<td>String</td>\n<td>Collateral of loans chain</td>\n</tr>\n<tr>\n<td>rows.{n}.loan.collateralTicker</td>\n<td>String</td>\n<td>Collateral ticker of loans chain</td>\n</tr>\n<tr>\n<td>rows.{n}.unifiedFee</td>\n<td>String</td>\n<td>Total fee (we don’t use)</td>\n</tr>\n<tr>\n<td>rows.{n}.settlementPeriod</td>\n<td>String</td>\n<td>Days is a time period to charge fee</td>\n</tr>\n<tr>\n<td>rows.{n}.inputTicker</td>\n<td>String</td>\n<td>Currency of input amount</td>\n</tr>\n<tr>\n<td>rows.{n}.outputTicker</td>\n<td>String</td>\n<td>Currency of output amount</td>\n</tr>\n<tr>\n<td>rows.{n}.baseTicker</td>\n<td>String</td>\n<td>Currency of base ticker</td>\n</tr>\n<tr>\n<td>rows.{n}.quoteTicker</td>\n<td>String</td>\n<td>Currency of quote ticker</td>\n</tr>\n<tr>\n<td>rows.{n}.collateralTicker</td>\n<td>String</td>\n<td>Currency of collateral</td>\n</tr>\n<tr>\n<td>rows.{n}.borrowedTicker</td>\n<td>String</td>\n<td>Currency of borrowed</td>\n</tr>\n<tr>\n<td>rows.{n}.overdraftTicker</td>\n<td>String</td>\n<td>Currency of overdraft</td>\n</tr>\n<tr>\n<td>rows.{n}.inputAmount</td>\n<td>Integer</td>\n<td>That amount is entered by user and that amount is used as collateral.</td>\n</tr>\n<tr>\n<td>rows.{n}.outputAmount</td>\n<td>Float</td>\n<td>Amount in Output Ticker used to debit/credit PL back to the account</td>\n</tr>\n<tr>\n<td>rows.{n}.ownAmount</td>\n<td>Float</td>\n<td>How much baseTicker was bought or sold with user money</td>\n</tr>\n<tr>\n<td>rows.{n}.borrowedAmount</td>\n<td>Float</td>\n<td>Leverage funds amount measured in Borrowed Ticker</td>\n</tr>\n<tr>\n<td>rows.{n}.overdraftAmount</td>\n<td>Float</td>\n<td>Amount owed by the client to the company</td>\n</tr>\n<tr>\n<td>rows.{n}.totalAmount</td>\n<td>Float</td>\n<td>The sum of all assets that are involved in the transaction: user money + multiplier.</td>\n</tr>\n<tr>\n<td>rows.{n}.initialPrice</td>\n<td>Float</td>\n<td>Price of initial hodl</td>\n</tr>\n<tr>\n<td>rows.{n}.mcPrice</td>\n<td>Float</td>\n<td>Price of Stop Loss</td>\n</tr>\n<tr>\n<td>rows.{n}.tpPrice</td>\n<td>Float</td>\n<td>Price of Take profit</td>\n</tr>\n<tr>\n<td>rows.{n}.ftpPrice</td>\n<td>Float</td>\n<td>Price of Force Take Profit Level</td>\n</tr>\n<tr>\n<td>rows.{n}.slPrice</td>\n<td>Float</td>\n<td>Price of Stop Loss Level</td>\n</tr>\n<tr>\n<td>rows.{n}.closedPrice</td>\n<td>Float</td>\n<td>Price of close hodl</td>\n</tr>\n<tr>\n<td>rows.{n}.closed</td>\n<td>Object</td>\n<td>Information about closed  <br />null if status OPEN</td>\n</tr>\n<tr>\n<td>rows.{n}.closed.convertPL</td>\n<td>Float</td>\n<td>An amount to show figures after converting currency from base/quote to input ticker</td>\n</tr>\n<tr>\n<td>rows.{n}.closed.displayedOutputAmount</td>\n<td>Float</td>\n<td>Displayed output amount</td>\n</tr>\n<tr>\n<td>rows.{n}.closed.feeAmount</td>\n<td>Float</td>\n<td>Total fee in USD</td>\n</tr>\n<tr>\n<td>rows.{n}.closed.feeIterations</td>\n<td>Integer</td>\n<td>How many iterations was to charge fee total</td>\n</tr>\n<tr>\n<td>rows.{n}.closed.feePercent</td>\n<td>Float</td>\n<td>Percentage of commission from borrowed</td>\n</tr>\n<tr>\n<td>rows.{n}.closed.percent</td>\n<td>Float</td>\n<td>It’s user profit in percentage</td>\n</tr>\n<tr>\n<td>rows.{n}.closed.profit</td>\n<td>Float</td>\n<td>An amount to show a difference between an output amount and input amount</td>\n</tr>\n<tr>\n<td>rows.{n}.closed.settlementFeeAmount</td>\n<td>Float</td>\n<td>Total fee in input ticker</td>\n</tr>\n<tr>\n<td>rows.{n}.closed.tradingPL</td>\n<td>Float</td>\n<td>It’s profit minus settlementFeeAmount</td>\n</tr>\n<tr>\n<td>rows.{n}.closed.unifiedFeeAmount</td>\n<td>Float</td>\n<td>Unified fee (don’t use)</td>\n</tr>\n<tr>\n<td>rows.{n}.status</td>\n<td>String</td>\n<td>Status of hodl</td>\n</tr>\n<tr>\n<td>rows.{n}.reason</td>\n<td>String</td>\n<td>Closed reason of hodl</td>\n</tr>\n<tr>\n<td>rows.{n}.lastChargedAt</td>\n<td>Date timeYYYY-MM-DDThh:mm:ss.mssZ</td>\n<td>Latest updates in hodl</td>\n</tr>\n<tr>\n<td>rows.{n}.createdAt</td>\n<td>Date timeYYYY-MM-DDThh:mm:ss.mssZ</td>\n<td>Date of created hodl</td>\n</tr>\n<tr>\n<td>rows.{n}.startedAt</td>\n<td>Date timeYYYY-MM-DDThh:mm:ss.mssZ</td>\n<td>Date of start hodl</td>\n</tr>\n<tr>\n<td>rows.{n}.finishedAt</td>\n<td>Date timeYYYY-MM-DDThh:mm:ss.mssZ</td>\n<td>Date of finished hodl</td>\n</tr>\n<tr>\n<td>rows.{n}.nextChargedAt</td>\n<td>Date timeYYYY-MM-DDThh:mm:ss.mssZ</td>\n<td>Next updates in hodl</td>\n</tr>\n<tr>\n<td>rows.{n}.settlementFee</td>\n<td>Float</td>\n<td>Size of fee</td>\n</tr>\n<tr>\n<td>rows.{n}.settlementFeeAmount</td>\n<td>Float</td>\n<td>Total fee in hodl</td>\n</tr>\n<tr>\n<td>rows.{n}.closeCalculate</td>\n<td>Object</td>\n<td>Result data of hodl  <br />null if the status = CLOSED</td>\n</tr>\n<tr>\n<td>rows.{n}.closeCalculate.feeIterations</td>\n<td>Integer</td>\n<td>How many iterations was to charge fee at this moment</td>\n</tr>\n<tr>\n<td>rows.{n}.closeCalculate.feePercent</td>\n<td>Float</td>\n<td>Percentage of commission from borrowed</td>\n</tr>\n<tr>\n<td>rows.{n}.closeCalculate.settlementFeeAmount</td>\n<td>Float</td>\n<td>Total fee in input ticker</td>\n</tr>\n<tr>\n<td>rows.{n}.closeCalculate.unifiedFeeAmount</td>\n<td>Float</td>\n<td>Unified fee (don’t use)</td>\n</tr>\n<tr>\n<td>rows.{n}.closeCalculate.outputAmount</td>\n<td>Float</td>\n<td>Amount in Output Ticker used to debit/credit PL back to the account</td>\n</tr>\n<tr>\n<td>rows.{n}.closeCalculate.profit</td>\n<td>Float</td>\n<td>An amount to show a difference between an output amount and input amount</td>\n</tr>\n<tr>\n<td>rows.{n}.closeCalculate.convertPL</td>\n<td>Float</td>\n<td>An amount to show figures after converting currency from base/quote to input ticker</td>\n</tr>\n<tr>\n<td>rows.{n}.closeCalculate.tradingPL</td>\n<td>Float</td>\n<td>It’s profit minus settlementFeeAmount</td>\n</tr>\n<tr>\n<td>rows.{n}.closeCalculate.percent</td>\n<td>Float</td>\n<td>An amount to show a difference between an output amount and input amount</td>\n</tr>\n<tr>\n<td>rows.{n}.closeCalculate.displayedOutputAmount</td>\n<td>Float</td>\n<td>Displayed output amount</td>\n</tr>\n<tr>\n<td>rows.{n}.closeCalculate.feeAmount</td>\n<td>Float</td>\n<td>Total fee in USD</td>\n</tr>\n<tr>\n<td>rows.{n}.maxProfit</td>\n<td>Float</td>\n<td>Max potential profit in hodl</td>\n</tr>\n<tr>\n<td>rows.{n}.maxLoss</td>\n<td>Float</td>\n<td>Max potential loss in hodl</td>\n</tr>\n<tr>\n<td>rows.{n}.version</td>\n<td>Integer</td>\n<td>Version of engine</td>\n</tr>\n<tr>\n<td>rows.{n}.ifPrice</td>\n<td>Float</td>\n<td>Insufficient funds price</td>\n</tr>\n<tr>\n<td>rows.{n}.chartData</td>\n<td>Array</td>\n<td>Data of chart</td>\n</tr>\n<tr>\n<td>rows.{n}.chartData.{n}.date</td>\n<td>Date timeYYYY-MM-DDThh:mm:ss.mssZ</td>\n<td>Date of price</td>\n</tr>\n<tr>\n<td>rows.{n}.chartData.{n}.rate</td>\n<td>Float</td>\n<td>Price of trading pair</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v3","hodl"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"10"},{"key":"offset","value":"0"},{"key":"status","value":"CLOSED"},{"key":"status","value":"CANCELED"}],"variable":[]}},"response":[{"id":"5294df34-4a1d-4ac0-9137-8795af2c584b","name":"200 Ok","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"url":{"raw":"{{baseUrl}}/v3/hodl?limit=10&offset=0&status=CLOSED&status=CANCELED","host":["{{baseUrl}}"],"path":["v3","hodl"],"query":[{"key":"limit","value":"10"},{"key":"offset","value":"0"},{"key":"status","value":"CLOSED"},{"key":"status","value":"CANCELED"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Nov 2022 17:10:49 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-store","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-expose-headers","value":"X-Total-Count, X-Access-Token","enabled":true},{"key":"access-control-allow-credentials","value":"true","enabled":true},{"key":"access-control-allow-methods","value":"POST, PUT, GET, DELETE, OPTIONS","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"772532dc1ae59500-LIS","enabled":true},{"key":"Content-Encoding","value":"br","enabled":true},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"rows\": [\n        {\n            \"id\": \"0f2f3e9b-7fd4-44b5-9bcb-38c165794a4a\",\n            \"accountId\": \"8290badb-d9c4-40c5-b083-1450fe0d4fd5\",\n            \"isShort\": false,\n            \"isClientMC\": false,\n            \"leverage\": 20,\n            \"ftp\": \"1.4\",\n            \"apr\": \"0.24528\",\n            \"loan\": {\n                \"loans\": [\n                    {\n                        \"borrowed\": \"0.046366\",\n                        \"collateral\": \"0.627665\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.044463\",\n                        \"collateral\": \"0.601905\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.042638\",\n                        \"collateral\": \"0.577201\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.040888\",\n                        \"collateral\": \"0.55351\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.03921\",\n                        \"collateral\": \"0.530792\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.037601\",\n                        \"collateral\": \"0.509009\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.036058\",\n                        \"collateral\": \"0.488121\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.034578\",\n                        \"collateral\": \"0.468091\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.033159\",\n                        \"collateral\": \"0.448878\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.031798\",\n                        \"collateral\": \"0.430457\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.030493\",\n                        \"collateral\": \"0.412789\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.029242\",\n                        \"collateral\": \"0.395848\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.028042\",\n                        \"collateral\": \"0.379608\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.026891\",\n                        \"collateral\": \"0.36403\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.025787\",\n                        \"collateral\": \"0.349088\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.024729\",\n                        \"collateral\": \"0.334756\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.023714\",\n                        \"collateral\": \"0.321022\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.022741\",\n                        \"collateral\": \"0.307846\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.021808\",\n                        \"collateral\": \"0.295214\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.020913\",\n                        \"collateral\": \"0.283103\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.020055\",\n                        \"collateral\": \"0.271484\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.019232\",\n                        \"collateral\": \"0.260346\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.018443\",\n                        \"collateral\": \"0.249662\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.017686\",\n                        \"collateral\": \"0.239419\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.01696\",\n                        \"collateral\": \"0.229592\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.016264\",\n                        \"collateral\": \"0.220168\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.015596\",\n                        \"collateral\": \"0.211133\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.014956\",\n                        \"collateral\": \"0.202461\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.014342\",\n                        \"collateral\": \"0.194153\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.013753\",\n                        \"collateral\": \"0.186182\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.013188\",\n                        \"collateral\": \"0.178536\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.012646\",\n                        \"collateral\": \"0.171201\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.012127\",\n                        \"collateral\": \"0.164165\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.011629\",\n                        \"collateral\": \"0.157428\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.011151\",\n                        \"collateral\": \"0.150963\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.010693\",\n                        \"collateral\": \"0.144758\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.010254\",\n                        \"collateral\": \"0.138812\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.009833\",\n                        \"collateral\": \"0.133113\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.009429\",\n                        \"collateral\": \"0.127648\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.009042\",\n                        \"collateral\": \"0.122403\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.008671\",\n                        \"collateral\": \"0.117379\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    }\n                ],\n                \"ltv\": \"0.9589\",\n                \"borrowedTicker\": \"btc\",\n                \"totalRepayment\": \"0.918784\",\n                \"totalCollateral\": \"12.553311\",\n                \"collateralTicker\": \"eth\"\n            },\n            \"unifiedFee\": \"\",\n            \"settlementPeriod\": \"5h\",\n            \"inputTicker\": \"eur\",\n            \"outputTicker\": \"eur\",\n            \"baseTicker\": \"eth\",\n            \"quoteTicker\": \"btc\",\n            \"collateralTicker\": \"eth\",\n            \"borrowedTicker\": \"btc\",\n            \"overdraftTicker\": \"btc\",\n            \"inputAmount\": \"1000\",\n            \"outputAmount\": \"972.07\",\n            \"ownAmount\": \"0.627665579535388\",\n            \"borrowedAmount\": \"0.918656\",\n            \"overdraftAmount\": \"0.918656\",\n            \"totalAmount\": \"12.553311\",\n            \"initialPrice\": \"0.077032\",\n            \"mcPrice\": \"0.07356553\",\n            \"tpPrice\": \"0.08242424\",\n            \"ftpPrice\": \"0.08242424\",\n            \"slPrice\": \"\",\n            \"closedPrice\": \"0.076929\",\n            \"closed\": {\n                \"profit\": \"-26.7\",\n                \"percent\": \"0.972\",\n                \"convertPL\": \"0\",\n                \"feeAmount\": \"0\",\n                \"tradingPL\": \"-0.001293\",\n                \"feePercent\": \"0\",\n                \"feeIterations\": \"0\",\n                \"unifiedFeeAmount\": \"0\",\n                \"settlementFeeAmount\": \"0\",\n                \"displayedOutputAmount\": \"\"\n            },\n            \"status\": \"CLOSED\",\n            \"reason\": \"CLOSE_NOW\",\n            \"lastChargedAt\": \"2022-11-01T14:43:07.693Z\",\n            \"createdAt\": \"2022-11-01T14:43:07.693Z\",\n            \"startedAt\": \"2022-11-01T14:43:07.693Z\",\n            \"finishedAt\": \"2022-11-01T14:52:46.198Z\",\n            \"nextChargeAt\": \"2022-11-01T19:43:07.693Z\",\n            \"settlementFee\": \"0.00013999\",\n            \"settlementFeeAmount\": \"0.0001286\",\n            \"closeCalculate\": null,\n            \"maxProfit\": \"1397.35\",\n            \"maxLoss\": \"-900\",\n            \"version\": 3,\n            \"ifPrice\": \"0\",\n            \"chartData\": [\n                {\n                    \"date\": \"2022-11-01T13:53:00.000Z\",\n                    \"rate\": 0.0773207968\n                },\n                {\n                    \"date\": \"2022-11-01T13:54:00.000Z\",\n                    \"rate\": 0.0772398211\n                },\n                {\n                    \"date\": \"2022-11-01T13:55:00.000Z\",\n                    \"rate\": 0.0772448196\n                },\n                {\n                    \"date\": \"2022-11-01T13:56:00.000Z\",\n                    \"rate\": 0.0772938049\n                },\n                {\n                    \"date\": \"2022-11-01T13:57:00.000Z\",\n                    \"rate\": 0.0772518175\n                },\n                {\n                    \"date\": \"2022-11-01T13:58:00.000Z\",\n                    \"rate\": 0.07726081480000001\n                },\n                {\n                    \"date\": \"2022-11-01T13:59:00.000Z\",\n                    \"rate\": 0.077236822\n                },\n                {\n                    \"date\": \"2022-11-01T14:00:00.000Z\",\n                    \"rate\": 0.0772798091\n                },\n                {\n                    \"date\": \"2022-11-01T14:01:00.000Z\",\n                    \"rate\": 0.0771188574\n                },\n                {\n                    \"date\": \"2022-11-01T14:02:00.000Z\",\n                    \"rate\": 0.07709486460000001\n                },\n                {\n                    \"date\": \"2022-11-01T14:03:00.000Z\",\n                    \"rate\": 0.0771028622\n                },\n                {\n                    \"date\": \"2022-11-01T14:04:00.000Z\",\n                    \"rate\": 0.0771098601\n                },\n                {\n                    \"date\": \"2022-11-01T14:05:00.000Z\",\n                    \"rate\": 0.0770478787\n                },\n                {\n                    \"date\": \"2022-11-01T14:06:00.000Z\",\n                    \"rate\": 0.0769778997\n                },\n                {\n                    \"date\": \"2022-11-01T14:07:00.000Z\",\n                    \"rate\": 0.0769529072\n                },\n                {\n                    \"date\": \"2022-11-01T14:08:00.000Z\",\n                    \"rate\": 0.0769419105\n                },\n                {\n                    \"date\": \"2022-11-01T14:09:00.000Z\",\n                    \"rate\": 0.0769709018\n                },\n                {\n                    \"date\": \"2022-11-01T14:10:00.000Z\",\n                    \"rate\": 0.07690792070000001\n                },\n                {\n                    \"date\": \"2022-11-01T14:11:00.000Z\",\n                    \"rate\": 0.0769559063\n                },\n                {\n                    \"date\": \"2022-11-01T14:12:00.000Z\",\n                    \"rate\": 0.076946909\n                },\n                {\n                    \"date\": \"2022-11-01T14:13:00.000Z\",\n                    \"rate\": 0.0769019225\n                },\n                {\n                    \"date\": \"2022-11-01T14:14:00.000Z\",\n                    \"rate\": 0.0769149186\n                },\n                {\n                    \"date\": \"2022-11-01T14:15:00.000Z\",\n                    \"rate\": 0.0769759003\n                },\n                {\n                    \"date\": \"2022-11-01T14:16:00.000Z\",\n                    \"rate\": 0.0770338829\n                },\n                {\n                    \"date\": \"2022-11-01T14:17:00.000Z\",\n                    \"rate\": 0.0770758703\n                },\n                {\n                    \"date\": \"2022-11-01T14:18:00.000Z\",\n                    \"rate\": 0.07702188650000001\n                },\n                {\n                    \"date\": \"2022-11-01T14:19:00.000Z\",\n                    \"rate\": 0.0770488784\n                },\n                {\n                    \"date\": \"2022-11-01T14:20:00.000Z\",\n                    \"rate\": 0.07701088980000001\n                },\n                {\n                    \"date\": \"2022-11-01T14:21:00.000Z\",\n                    \"rate\": 0.0769818985\n                },\n                {\n                    \"date\": \"2022-11-01T14:22:00.000Z\",\n                    \"rate\": 0.0770298841\n                },\n                {\n                    \"date\": \"2022-11-01T14:23:00.000Z\",\n                    \"rate\": 0.07703588230000001\n                },\n                {\n                    \"date\": \"2022-11-01T14:24:00.000Z\",\n                    \"rate\": 0.0770278847\n                },\n                {\n                    \"date\": \"2022-11-01T14:25:00.000Z\",\n                    \"rate\": 0.0770158883\n                },\n                {\n                    \"date\": \"2022-11-01T14:26:00.000Z\",\n                    \"rate\": 0.07699789370000001\n                },\n                {\n                    \"date\": \"2022-11-01T14:27:00.000Z\",\n                    \"rate\": 0.07698389790000001\n                },\n                {\n                    \"date\": \"2022-11-01T14:28:00.000Z\",\n                    \"rate\": 0.0770098901\n                },\n                {\n                    \"date\": \"2022-11-01T14:29:00.000Z\",\n                    \"rate\": 0.07703888140000001\n                },\n                {\n                    \"date\": \"2022-11-01T14:30:00.000Z\",\n                    \"rate\": 0.0770518775\n                },\n                {\n                    \"date\": \"2022-11-01T14:31:00.000Z\",\n                    \"rate\": 0.0770288844\n                },\n                {\n                    \"date\": \"2022-11-01T14:32:00.000Z\",\n                    \"rate\": 0.0770518775\n                },\n                {\n                    \"date\": \"2022-11-01T14:33:00.000Z\",\n                    \"rate\": 0.0770158883\n                },\n                {\n                    \"date\": \"2022-11-01T14:34:00.000Z\",\n                    \"rate\": 0.0770378817\n                },\n                {\n                    \"date\": \"2022-11-01T14:35:00.000Z\",\n                    \"rate\": 0.077086867\n                },\n                {\n                    \"date\": \"2022-11-01T14:36:00.000Z\",\n                    \"rate\": 0.0770628742\n                },\n                {\n                    \"date\": \"2022-11-01T14:37:00.000Z\",\n                    \"rate\": 0.0770798691\n                },\n                {\n                    \"date\": \"2022-11-01T14:38:00.000Z\",\n                    \"rate\": 0.0770578757\n                },\n                {\n                    \"date\": \"2022-11-01T14:39:00.000Z\",\n                    \"rate\": 0.0770458793\n                },\n                {\n                    \"date\": \"2022-11-01T14:40:00.000Z\",\n                    \"rate\": 0.0770028922\n                },\n                {\n                    \"date\": \"2022-11-01T14:41:00.000Z\",\n                    \"rate\": 0.0769938949\n                },\n                {\n                    \"date\": \"2022-11-01T14:42:00.000Z\",\n                    \"rate\": 0.0769659033\n                },\n                {\n                    \"date\": \"2022-11-01T14:43:00.000Z\",\n                    \"rate\": 0.07698489759999999\n                },\n                {\n                    \"date\": \"2022-11-01T14:44:00.000Z\",\n                    \"rate\": 0.07695490660000001\n                },\n                {\n                    \"date\": \"2022-11-01T14:45:00.000Z\",\n                    \"rate\": 0.0768749306\n                },\n                {\n                    \"date\": \"2022-11-01T14:46:00.000Z\",\n                    \"rate\": 0.0769359123\n                },\n                {\n                    \"date\": \"2022-11-01T14:47:00.000Z\",\n                    \"rate\": 0.0769249156\n                },\n                {\n                    \"date\": \"2022-11-01T14:48:00.000Z\",\n                    \"rate\": 0.0769089204\n                },\n                {\n                    \"date\": \"2022-11-01T14:49:00.000Z\",\n                    \"rate\": 0.07697490059999999\n                },\n                {\n                    \"date\": \"2022-11-01T14:50:00.000Z\",\n                    \"rate\": 0.0769619045\n                },\n                {\n                    \"date\": \"2022-11-01T14:51:00.000Z\",\n                    \"rate\": 0.0769719015\n                },\n                {\n                    \"date\": \"2022-11-01T14:52:00.000Z\",\n                    \"rate\": 0.0769449096\n                }\n            ]\n        },\n        {\n            \"id\": \"dfc99b76-0b2f-4f1a-80d2-3a3c4baeb8e6\",\n            \"accountId\": \"8290badb-d9c4-40c5-b083-1450fe0d4fd5\",\n            \"isShort\": false,\n            \"isClientMC\": false,\n            \"leverage\": 2,\n            \"ftp\": \"1.4\",\n            \"apr\": \"0.24528\",\n            \"loan\": {\n                \"loans\": [\n                    {\n                        \"borrowed\": \"0.254419\",\n                        \"collateral\": \"6.584809\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.13199\",\n                        \"collateral\": \"3.41612\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.068475\",\n                        \"collateral\": \"1.772248\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.035524\",\n                        \"collateral\": \"0.919423\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.018429\",\n                        \"collateral\": \"0.476985\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    }\n                ],\n                \"ltv\": \"0.5187\",\n                \"borrowedTicker\": \"btc\",\n                \"totalRepayment\": \"0.490478\",\n                \"totalCollateral\": \"13.169619\",\n                \"collateralTicker\": \"eth\"\n            },\n            \"unifiedFee\": \"\",\n            \"settlementPeriod\": \"5h\",\n            \"inputTicker\": \"usdt\",\n            \"outputTicker\": \"usdt\",\n            \"baseTicker\": \"eth\",\n            \"quoteTicker\": \"btc\",\n            \"collateralTicker\": \"eth\",\n            \"borrowedTicker\": \"btc\",\n            \"overdraftTicker\": \"btc\",\n            \"inputAmount\": \"10000\",\n            \"outputAmount\": \"9944.06\",\n            \"ownAmount\": \"6.58480950010377\",\n            \"borrowedAmount\": \"0.49041\",\n            \"overdraftAmount\": \"0.49041\",\n            \"totalAmount\": \"13.169619\",\n            \"initialPrice\": \"0.074476\",\n            \"mcPrice\": \"0.04096177\",\n            \"tpPrice\": \"0.1266092\",\n            \"ftpPrice\": \"0.1266092\",\n            \"slPrice\": \"\",\n            \"closedPrice\": \"0.073994\",\n            \"closed\": {\n                \"profit\": \"-130.4\",\n                \"percent\": \"0.9944\",\n                \"convertPL\": \"0\",\n                \"feeAmount\": \"0\",\n                \"tradingPL\": \"-0.006347\",\n                \"feePercent\": \"0\",\n                \"feeIterations\": \"0\",\n                \"unifiedFeeAmount\": \"0\",\n                \"settlementFeeAmount\": \"0\",\n                \"displayedOutputAmount\": \"\"\n            },\n            \"status\": \"CLOSED\",\n            \"reason\": \"CLOSE_NOW\",\n            \"lastChargedAt\": \"2022-10-26T08:07:44.663Z\",\n            \"createdAt\": \"2022-10-26T08:07:44.663Z\",\n            \"startedAt\": \"2022-10-26T08:07:44.663Z\",\n            \"finishedAt\": \"2022-10-26T12:44:28.115Z\",\n            \"nextChargeAt\": \"2022-10-26T13:07:44.663Z\",\n            \"settlementFee\": \"0.00013999\",\n            \"settlementFeeAmount\": \"6.865E-05\",\n            \"closeCalculate\": null,\n            \"maxProfit\": \"13998.61\",\n            \"maxLoss\": \"-9000\",\n            \"version\": 3,\n            \"ifPrice\": \"0\",\n            \"chartData\": [\n                {\n                    \"date\": \"2022-10-26T08:08:00.000Z\",\n                    \"rate\": 0.07437318135000001\n                },\n                {\n                    \"date\": \"2022-10-26T08:10:00.000Z\",\n                    \"rate\": 0.07436868270000001\n                },\n                {\n                    \"date\": \"2022-10-26T08:12:00.000Z\",\n                    \"rate\": 0.0743266953\n                },\n                {\n                    \"date\": \"2022-10-26T08:14:00.000Z\",\n                    \"rate\": 0.07438817685\n                },\n                {\n                    \"date\": \"2022-10-26T08:16:00.000Z\",\n                    \"rate\": 0.07446315435\n                },\n                {\n                    \"date\": \"2022-10-26T08:18:00.000Z\",\n                    \"rate\": 0.0744046719\n                },\n                {\n                    \"date\": \"2022-10-26T08:20:00.000Z\",\n                    \"rate\": 0.07437118195\n                },\n                {\n                    \"date\": \"2022-10-26T08:22:00.000Z\",\n                    \"rate\": 0.0743916758\n                },\n                {\n                    \"date\": \"2022-10-26T08:24:00.000Z\",\n                    \"rate\": 0.0744116698\n                },\n                {\n                    \"date\": \"2022-10-26T08:26:00.000Z\",\n                    \"rate\": 0.07445015825\n                },\n                {\n                    \"date\": \"2022-10-26T08:28:00.000Z\",\n                    \"rate\": 0.07447515075\n                },\n                {\n                    \"date\": \"2022-10-26T08:30:00.000Z\",\n                    \"rate\": 0.0744606551\n                },\n                {\n                    \"date\": \"2022-10-26T08:32:00.000Z\",\n                    \"rate\": 0.07454512975\n                },\n                {\n                    \"date\": \"2022-10-26T08:34:00.000Z\",\n                    \"rate\": 0.0746186077\n                },\n                {\n                    \"date\": \"2022-10-26T08:36:00.000Z\",\n                    \"rate\": 0.0748485387\n                },\n                {\n                    \"date\": \"2022-10-26T08:38:00.000Z\",\n                    \"rate\": 0.07477756\n                },\n                {\n                    \"date\": \"2022-10-26T08:40:00.000Z\",\n                    \"rate\": 0.07448114895\n                },\n                {\n                    \"date\": \"2022-10-26T08:42:00.000Z\",\n                    \"rate\": 0.0744686527\n                },\n                {\n                    \"date\": \"2022-10-26T08:44:00.000Z\",\n                    \"rate\": 0.0744626545\n                },\n                {\n                    \"date\": \"2022-10-26T08:46:00.000Z\",\n                    \"rate\": 0.07447015225\n                },\n                {\n                    \"date\": \"2022-10-26T08:48:00.000Z\",\n                    \"rate\": 0.074597614\n                },\n                {\n                    \"date\": \"2022-10-26T08:50:00.000Z\",\n                    \"rate\": 0.07449314535\n                },\n                {\n                    \"date\": \"2022-10-26T08:52:00.000Z\",\n                    \"rate\": 0.07447415104999999\n                },\n                {\n                    \"date\": \"2022-10-26T08:54:00.000Z\",\n                    \"rate\": 0.0744696524\n                },\n                {\n                    \"date\": \"2022-10-26T08:56:00.000Z\",\n                    \"rate\": 0.074417668\n                },\n                {\n                    \"date\": \"2022-10-26T08:58:00.000Z\",\n                    \"rate\": 0.07425421705\n                },\n                {\n                    \"date\": \"2022-10-26T09:00:00.000Z\",\n                    \"rate\": 0.074297704\n                },\n                {\n                    \"date\": \"2022-10-26T09:02:00.000Z\",\n                    \"rate\": 0.07429820385\n                },\n                {\n                    \"date\": \"2022-10-26T09:04:00.000Z\",\n                    \"rate\": 0.0743107001\n                },\n                {\n                    \"date\": \"2022-10-26T09:06:00.000Z\",\n                    \"rate\": 0.0743236962\n                },\n                {\n                    \"date\": \"2022-10-26T09:08:00.000Z\",\n                    \"rate\": 0.07430720115000002\n                },\n                {\n                    \"date\": \"2022-10-26T09:10:00.000Z\",\n                    \"rate\": 0.07436718315\n                },\n                {\n                    \"date\": \"2022-10-26T09:12:00.000Z\",\n                    \"rate\": 0.0743966743\n                },\n                {\n                    \"date\": \"2022-10-26T09:14:00.000Z\",\n                    \"rate\": 0.07445415705\n                },\n                {\n                    \"date\": \"2022-10-26T09:16:00.000Z\",\n                    \"rate\": 0.07447015225\n                },\n                {\n                    \"date\": \"2022-10-26T09:18:00.000Z\",\n                    \"rate\": 0.07449814385\n                },\n                {\n                    \"date\": \"2022-10-26T09:20:00.000Z\",\n                    \"rate\": 0.0743996734\n                },\n                {\n                    \"date\": \"2022-10-26T09:22:00.000Z\",\n                    \"rate\": 0.0743316938\n                },\n                {\n                    \"date\": \"2022-10-26T09:24:00.000Z\",\n                    \"rate\": 0.07433019425000001\n                },\n                {\n                    \"date\": \"2022-10-26T09:26:00.000Z\",\n                    \"rate\": 0.07425921555000001\n                },\n                {\n                    \"date\": \"2022-10-26T09:28:00.000Z\",\n                    \"rate\": 0.0742327235\n                },\n                {\n                    \"date\": \"2022-10-26T09:30:00.000Z\",\n                    \"rate\": 0.07424821885\n                },\n                {\n                    \"date\": \"2022-10-26T09:32:00.000Z\",\n                    \"rate\": 0.07430670130000001\n                },\n                {\n                    \"date\": \"2022-10-26T09:34:00.000Z\",\n                    \"rate\": 0.07433319335\n                },\n                {\n                    \"date\": \"2022-10-26T09:36:00.000Z\",\n                    \"rate\": 0.0743286947\n                },\n                {\n                    \"date\": \"2022-10-26T09:38:00.000Z\",\n                    \"rate\": 0.07432619545000001\n                },\n                {\n                    \"date\": \"2022-10-26T09:40:00.000Z\",\n                    \"rate\": 0.0742987037\n                },\n                {\n                    \"date\": \"2022-10-26T09:42:00.000Z\",\n                    \"rate\": 0.07430020325\n                },\n                {\n                    \"date\": \"2022-10-26T09:44:00.000Z\",\n                    \"rate\": 0.07429620445\n                },\n                {\n                    \"date\": \"2022-10-26T09:46:00.000Z\",\n                    \"rate\": 0.07430020325\n                },\n                {\n                    \"date\": \"2022-10-26T09:48:00.000Z\",\n                    \"rate\": 0.07435418705\n                },\n                {\n                    \"date\": \"2022-10-26T09:50:00.000Z\",\n                    \"rate\": 0.07442616545\n                },\n                {\n                    \"date\": \"2022-10-26T09:52:00.000Z\",\n                    \"rate\": 0.0743696824\n                },\n                {\n                    \"date\": \"2022-10-26T09:54:00.000Z\",\n                    \"rate\": 0.07432969440000001\n                },\n                {\n                    \"date\": \"2022-10-26T09:56:00.000Z\",\n                    \"rate\": 0.07429320535\n                },\n                {\n                    \"date\": \"2022-10-26T09:58:00.000Z\",\n                    \"rate\": 0.07429370519999999\n                },\n                {\n                    \"date\": \"2022-10-26T10:00:00.000Z\",\n                    \"rate\": 0.0742967043\n                },\n                {\n                    \"date\": \"2022-10-26T10:02:00.000Z\",\n                    \"rate\": 0.0743037022\n                },\n                {\n                    \"date\": \"2022-10-26T10:04:00.000Z\",\n                    \"rate\": 0.07431669830000001\n                },\n                {\n                    \"date\": \"2022-10-26T10:06:00.000Z\",\n                    \"rate\": 0.0743246959\n                },\n                {\n                    \"date\": \"2022-10-26T10:08:00.000Z\",\n                    \"rate\": 0.07432019725000001\n                },\n                {\n                    \"date\": \"2022-10-26T10:10:00.000Z\",\n                    \"rate\": 0.0743406911\n                },\n                {\n                    \"date\": \"2022-10-26T10:12:00.000Z\",\n                    \"rate\": 0.0742147289\n                },\n                {\n                    \"date\": \"2022-10-26T10:14:00.000Z\",\n                    \"rate\": 0.07423822185\n                },\n                {\n                    \"date\": \"2022-10-26T10:16:00.000Z\",\n                    \"rate\": 0.07425321735\n                },\n                {\n                    \"date\": \"2022-10-26T10:18:00.000Z\",\n                    \"rate\": 0.07429320535\n                },\n                {\n                    \"date\": \"2022-10-26T10:20:00.000Z\",\n                    \"rate\": 0.07429720415\n                },\n                {\n                    \"date\": \"2022-10-26T10:22:00.000Z\",\n                    \"rate\": 0.07428020924999999\n                },\n                {\n                    \"date\": \"2022-10-26T10:24:00.000Z\",\n                    \"rate\": 0.07432519575\n                },\n                {\n                    \"date\": \"2022-10-26T10:26:00.000Z\",\n                    \"rate\": 0.0743226965\n                },\n                {\n                    \"date\": \"2022-10-26T10:28:00.000Z\",\n                    \"rate\": 0.0743606851\n                },\n                {\n                    \"date\": \"2022-10-26T10:30:00.000Z\",\n                    \"rate\": 0.07435518675\n                },\n                {\n                    \"date\": \"2022-10-26T10:32:00.000Z\",\n                    \"rate\": 0.0744136692\n                },\n                {\n                    \"date\": \"2022-10-26T10:34:00.000Z\",\n                    \"rate\": 0.07440917055\n                },\n                {\n                    \"date\": \"2022-10-26T10:36:00.000Z\",\n                    \"rate\": 0.0743986737\n                },\n                {\n                    \"date\": \"2022-10-26T10:38:00.000Z\",\n                    \"rate\": 0.07436618345\n                },\n                {\n                    \"date\": \"2022-10-26T10:40:00.000Z\",\n                    \"rate\": 0.0743796794\n                },\n                {\n                    \"date\": \"2022-10-26T10:42:00.000Z\",\n                    \"rate\": 0.07445415705\n                },\n                {\n                    \"date\": \"2022-10-26T10:44:00.000Z\",\n                    \"rate\": 0.07443816185\n                },\n                {\n                    \"date\": \"2022-10-26T10:46:00.000Z\",\n                    \"rate\": 0.0743706821\n                },\n                {\n                    \"date\": \"2022-10-26T10:48:00.000Z\",\n                    \"rate\": 0.07438417805\n                },\n                {\n                    \"date\": \"2022-10-26T10:50:00.000Z\",\n                    \"rate\": 0.0744166683\n                },\n                {\n                    \"date\": \"2022-10-26T10:52:00.000Z\",\n                    \"rate\": 0.07440917055\n                },\n                {\n                    \"date\": \"2022-10-26T10:54:00.000Z\",\n                    \"rate\": 0.07436818285\n                },\n                {\n                    \"date\": \"2022-10-26T10:56:00.000Z\",\n                    \"rate\": 0.07437668030000001\n                },\n                {\n                    \"date\": \"2022-10-26T10:58:00.000Z\",\n                    \"rate\": 0.0743846779\n                },\n                {\n                    \"date\": \"2022-10-26T11:00:00.000Z\",\n                    \"rate\": 0.0744136692\n                },\n                {\n                    \"date\": \"2022-10-26T11:02:00.000Z\",\n                    \"rate\": 0.07441316935\n                },\n                {\n                    \"date\": \"2022-10-26T11:04:00.000Z\",\n                    \"rate\": 0.074417668\n                },\n                {\n                    \"date\": \"2022-10-26T11:06:00.000Z\",\n                    \"rate\": 0.07443616245\n                },\n                {\n                    \"date\": \"2022-10-26T11:08:00.000Z\",\n                    \"rate\": 0.07432419605\n                },\n                {\n                    \"date\": \"2022-10-26T11:10:00.000Z\",\n                    \"rate\": 0.07426821285\n                },\n                {\n                    \"date\": \"2022-10-26T11:12:00.000Z\",\n                    \"rate\": 0.0742887067\n                },\n                {\n                    \"date\": \"2022-10-26T11:14:00.000Z\",\n                    \"rate\": 0.07428320835\n                },\n                {\n                    \"date\": \"2022-10-26T11:16:00.000Z\",\n                    \"rate\": 0.07419623445000001\n                },\n                {\n                    \"date\": \"2022-10-26T11:18:00.000Z\",\n                    \"rate\": 0.07420823085\n                },\n                {\n                    \"date\": \"2022-10-26T11:20:00.000Z\",\n                    \"rate\": 0.0742327235\n                },\n                {\n                    \"date\": \"2022-10-26T11:22:00.000Z\",\n                    \"rate\": 0.07426921255\n                },\n                {\n                    \"date\": \"2022-10-26T11:24:00.000Z\",\n                    \"rate\": 0.0743107001\n                },\n                {\n                    \"date\": \"2022-10-26T11:26:00.000Z\",\n                    \"rate\": 0.07432219664999999\n                },\n                {\n                    \"date\": \"2022-10-26T11:28:00.000Z\",\n                    \"rate\": 0.0742897064\n                },\n                {\n                    \"date\": \"2022-10-26T11:30:00.000Z\",\n                    \"rate\": 0.07425921555000001\n                },\n                {\n                    \"date\": \"2022-10-26T11:32:00.000Z\",\n                    \"rate\": 0.0742387217\n                },\n                {\n                    \"date\": \"2022-10-26T11:34:00.000Z\",\n                    \"rate\": 0.07421922755\n                },\n                {\n                    \"date\": \"2022-10-26T11:36:00.000Z\",\n                    \"rate\": 0.0741657436\n                },\n                {\n                    \"date\": \"2022-10-26T11:38:00.000Z\",\n                    \"rate\": 0.0741657436\n                },\n                {\n                    \"date\": \"2022-10-26T11:40:00.000Z\",\n                    \"rate\": 0.0741837382\n                },\n                {\n                    \"date\": \"2022-10-26T11:42:00.000Z\",\n                    \"rate\": 0.07416774300000001\n                },\n                {\n                    \"date\": \"2022-10-26T11:44:00.000Z\",\n                    \"rate\": 0.07414824885\n                },\n                {\n                    \"date\": \"2022-10-26T11:46:00.000Z\",\n                    \"rate\": 0.07412275650000001\n                },\n                {\n                    \"date\": \"2022-10-26T11:48:00.000Z\",\n                    \"rate\": 0.07412525575000001\n                },\n                {\n                    \"date\": \"2022-10-26T11:50:00.000Z\",\n                    \"rate\": 0.0741697424\n                },\n                {\n                    \"date\": \"2022-10-26T11:52:00.000Z\",\n                    \"rate\": 0.07417424105\n                },\n                {\n                    \"date\": \"2022-10-26T11:54:00.000Z\",\n                    \"rate\": 0.074147749\n                },\n                {\n                    \"date\": \"2022-10-26T11:56:00.000Z\",\n                    \"rate\": 0.0741517478\n                },\n                {\n                    \"date\": \"2022-10-26T11:58:00.000Z\",\n                    \"rate\": 0.07420023325\n                },\n                {\n                    \"date\": \"2022-10-26T12:00:00.000Z\",\n                    \"rate\": 0.07417224165\n                },\n                {\n                    \"date\": \"2022-10-26T12:02:00.000Z\",\n                    \"rate\": 0.0741727415\n                },\n                {\n                    \"date\": \"2022-10-26T12:04:00.000Z\",\n                    \"rate\": 0.07409426505000001\n                },\n                {\n                    \"date\": \"2022-10-26T12:06:00.000Z\",\n                    \"rate\": 0.07407976940000001\n                },\n                {\n                    \"date\": \"2022-10-26T12:08:00.000Z\",\n                    \"rate\": 0.07396130495\n                },\n                {\n                    \"date\": \"2022-10-26T12:10:00.000Z\",\n                    \"rate\": 0.07392331635\n                },\n                {\n                    \"date\": \"2022-10-26T12:12:00.000Z\",\n                    \"rate\": 0.07399429505\n                },\n                {\n                    \"date\": \"2022-10-26T12:14:00.000Z\",\n                    \"rate\": 0.0739867973\n                },\n                {\n                    \"date\": \"2022-10-26T12:16:00.000Z\",\n                    \"rate\": 0.07396430405\n                },\n                {\n                    \"date\": \"2022-10-26T12:18:00.000Z\",\n                    \"rate\": 0.0738938252\n                },\n                {\n                    \"date\": \"2022-10-26T12:20:00.000Z\",\n                    \"rate\": 0.07386933255\n                },\n                {\n                    \"date\": \"2022-10-26T12:22:00.000Z\",\n                    \"rate\": 0.0738708321\n                },\n                {\n                    \"date\": \"2022-10-26T12:24:00.000Z\",\n                    \"rate\": 0.07402778500000001\n                },\n                {\n                    \"date\": \"2022-10-26T12:26:00.000Z\",\n                    \"rate\": 0.07403528275\n                },\n                {\n                    \"date\": \"2022-10-26T12:28:00.000Z\",\n                    \"rate\": 0.07402128695\n                },\n                {\n                    \"date\": \"2022-10-26T12:30:00.000Z\",\n                    \"rate\": 0.07409826385000001\n                },\n                {\n                    \"date\": \"2022-10-26T12:32:00.000Z\",\n                    \"rate\": 0.0741607451\n                },\n                {\n                    \"date\": \"2022-10-26T12:34:00.000Z\",\n                    \"rate\": 0.07420523175\n                },\n                {\n                    \"date\": \"2022-10-26T12:36:00.000Z\",\n                    \"rate\": 0.07423922155\n                },\n                {\n                    \"date\": \"2022-10-26T12:38:00.000Z\",\n                    \"rate\": 0.0741897364\n                },\n                {\n                    \"date\": \"2022-10-26T12:40:00.000Z\",\n                    \"rate\": 0.0741717418\n                },\n                {\n                    \"date\": \"2022-10-26T12:42:00.000Z\",\n                    \"rate\": 0.07408026925000001\n                },\n                {\n                    \"date\": \"2022-10-26T12:44:00.000Z\",\n                    \"rate\": 0.07402778500000001\n                }\n            ]\n        },\n        {\n            \"id\": \"693ac8b2-98fb-4611-97fe-9a69e9251f75\",\n            \"accountId\": \"8290badb-d9c4-40c5-b083-1450fe0d4fd5\",\n            \"isShort\": false,\n            \"isClientMC\": false,\n            \"leverage\": 2,\n            \"ftp\": \"1.4\",\n            \"apr\": \"0.2044\",\n            \"loan\": {\n                \"loans\": [\n                    {\n                        \"borrowed\": \"5203.71\",\n                        \"collateral\": \"0.49178\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"2699.63\",\n                        \"collateral\": \"0.25513\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"1400.54\",\n                        \"collateral\": \"0.132359\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"726.58\",\n                        \"collateral\": \"0.068666\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"376.94\",\n                        \"collateral\": \"0.035623\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    }\n                ],\n                \"ltv\": \"0.5187\",\n                \"borrowedTicker\": \"usdt\",\n                \"totalRepayment\": \"10031.19\",\n                \"totalCollateral\": \"0.983561\",\n                \"collateralTicker\": \"btc\"\n            },\n            \"unifiedFee\": \"\",\n            \"settlementPeriod\": \"3h\",\n            \"inputTicker\": \"eur\",\n            \"outputTicker\": \"eur\",\n            \"baseTicker\": \"btc\",\n            \"quoteTicker\": \"usdt\",\n            \"collateralTicker\": \"btc\",\n            \"borrowedTicker\": \"usdt\",\n            \"overdraftTicker\": \"usdt\",\n            \"inputAmount\": \"10000\",\n            \"outputAmount\": \"10153.23\",\n            \"ownAmount\": \"0.49178070002975854\",\n            \"borrowedAmount\": \"10030.49\",\n            \"overdraftAmount\": \"10031.19\",\n            \"totalAmount\": \"0.983561\",\n            \"initialPrice\": \"20396.26779199\",\n            \"mcPrice\": \"11217.95023854\",\n            \"tpPrice\": \"34673.6552464\",\n            \"ftpPrice\": \"34673.6552464\",\n            \"slPrice\": \"\",\n            \"closedPrice\": \"20527.046955\",\n            \"closed\": {\n                \"profit\": \"128.55\",\n                \"percent\": \"1.0153\",\n                \"convertPL\": \"0\",\n                \"feeAmount\": \"0.70203398\",\n                \"tradingPL\": \"127.91\",\n                \"feePercent\": \"0\",\n                \"feeIterations\": \"1\",\n                \"unifiedFeeAmount\": \"0\",\n                \"settlementFeeAmount\": \"0.7\",\n                \"displayedOutputAmount\": \"\"\n            },\n            \"status\": \"CLOSED\",\n            \"reason\": \"CLOSE_NOW\",\n            \"lastChargedAt\": \"2022-10-26T11:07:24.621Z\",\n            \"createdAt\": \"2022-10-26T08:07:24.621Z\",\n            \"startedAt\": \"2022-10-26T08:07:24.621Z\",\n            \"finishedAt\": \"2022-10-26T12:40:46.271Z\",\n            \"nextChargeAt\": \"2022-10-26T14:07:24.621Z\",\n            \"settlementFee\": \"6.999E-05\",\n            \"settlementFeeAmount\": \"0.70203399\",\n            \"closeCalculate\": null,\n            \"maxProfit\": \"13999.28\",\n            \"maxLoss\": \"-9000.01\",\n            \"version\": 3,\n            \"ifPrice\": \"10198.85094467\",\n            \"chartData\": [\n                {\n                    \"date\": \"2022-10-26T08:08:00.000Z\",\n                    \"rate\": 20379.62326\n                },\n                {\n                    \"date\": \"2022-10-26T08:10:00.000Z\",\n                    \"rate\": 20345.964993\n                },\n                {\n                    \"date\": \"2022-10-26T08:12:00.000Z\",\n                    \"rate\": 20311.911805\n                },\n                {\n                    \"date\": \"2022-10-26T08:14:00.000Z\",\n                    \"rate\": 20300.259136\n                },\n                {\n                    \"date\": \"2022-10-26T08:16:00.000Z\",\n                    \"rate\": 20311.296928\n                },\n                {\n                    \"date\": \"2022-10-26T08:18:00.000Z\",\n                    \"rate\": 20295.34012\n                },\n                {\n                    \"date\": \"2022-10-26T08:20:00.000Z\",\n                    \"rate\": 20295.295129\n                },\n                {\n                    \"date\": \"2022-10-26T08:22:00.000Z\",\n                    \"rate\": 20305.128162\n                },\n                {\n                    \"date\": \"2022-10-26T08:24:00.000Z\",\n                    \"rate\": 20309.73724\n                },\n                {\n                    \"date\": \"2022-10-26T08:26:00.000Z\",\n                    \"rate\": 20336.396907000002\n                },\n                {\n                    \"date\": \"2022-10-26T08:28:00.000Z\",\n                    \"rate\": 20317.330721000002\n                },\n                {\n                    \"date\": \"2022-10-26T08:30:00.000Z\",\n                    \"rate\": 20309.777232\n                },\n                {\n                    \"date\": \"2022-10-26T08:32:00.000Z\",\n                    \"rate\": 20319.590269\n                },\n                {\n                    \"date\": \"2022-10-26T08:34:00.000Z\",\n                    \"rate\": 20337.096767000003\n                },\n                {\n                    \"date\": \"2022-10-26T08:36:00.000Z\",\n                    \"rate\": 20380.708043\n                },\n                {\n                    \"date\": \"2022-10-26T08:38:00.000Z\",\n                    \"rate\": 20645.375099\n                },\n                {\n                    \"date\": \"2022-10-26T08:40:00.000Z\",\n                    \"rate\": 20673.839405\n                },\n                {\n                    \"date\": \"2022-10-26T08:42:00.000Z\",\n                    \"rate\": 20658.407492000002\n                },\n                {\n                    \"date\": \"2022-10-26T08:44:00.000Z\",\n                    \"rate\": 20669.910191\n                },\n                {\n                    \"date\": \"2022-10-26T08:46:00.000Z\",\n                    \"rate\": 20722.634643999998\n                },\n                {\n                    \"date\": \"2022-10-26T08:48:00.000Z\",\n                    \"rate\": 20709.032365\n                },\n                {\n                    \"date\": \"2022-10-26T08:50:00.000Z\",\n                    \"rate\": 20685.96198\n                },\n                {\n                    \"date\": \"2022-10-26T08:52:00.000Z\",\n                    \"rate\": 20670.015170000002\n                },\n                {\n                    \"date\": \"2022-10-26T08:54:00.000Z\",\n                    \"rate\": 20660.177138000003\n                },\n                {\n                    \"date\": \"2022-10-26T08:56:00.000Z\",\n                    \"rate\": 20666.130947\n                },\n                {\n                    \"date\": \"2022-10-26T08:58:00.000Z\",\n                    \"rate\": 20662.351703\n                },\n                {\n                    \"date\": \"2022-10-26T09:00:00.000Z\",\n                    \"rate\": 20675.659041\n                },\n                {\n                    \"date\": \"2022-10-26T09:02:00.000Z\",\n                    \"rate\": 20697.754621\n                },\n                {\n                    \"date\": \"2022-10-26T09:04:00.000Z\",\n                    \"rate\": 20698.60945\n                },\n                {\n                    \"date\": \"2022-10-26T09:06:00.000Z\",\n                    \"rate\": 20698.794413000003\n                },\n                {\n                    \"date\": \"2022-10-26T09:08:00.000Z\",\n                    \"rate\": 20652.053763000004\n                },\n                {\n                    \"date\": \"2022-10-26T09:10:00.000Z\",\n                    \"rate\": 20623.549465\n                },\n                {\n                    \"date\": \"2022-10-26T09:12:00.000Z\",\n                    \"rate\": 20567.160745\n                },\n                {\n                    \"date\": \"2022-10-26T09:14:00.000Z\",\n                    \"rate\": 20582.622652000002\n                },\n                {\n                    \"date\": \"2022-10-26T09:16:00.000Z\",\n                    \"rate\": 20603.158543999998\n                },\n                {\n                    \"date\": \"2022-10-26T09:18:00.000Z\",\n                    \"rate\": 20610.317112\n                },\n                {\n                    \"date\": \"2022-10-26T09:20:00.000Z\",\n                    \"rate\": 20598.544467\n                },\n                {\n                    \"date\": \"2022-10-26T09:22:00.000Z\",\n                    \"rate\": 20593.240528000002\n                },\n                {\n                    \"date\": \"2022-10-26T09:24:00.000Z\",\n                    \"rate\": 20613.186538\n                },\n                {\n                    \"date\": \"2022-10-26T09:26:00.000Z\",\n                    \"rate\": 20629.258323\n                },\n                {\n                    \"date\": \"2022-10-26T09:28:00.000Z\",\n                    \"rate\": 20617.065762\n                },\n                {\n                    \"date\": \"2022-10-26T09:30:00.000Z\",\n                    \"rate\": 20609.502275\n                },\n                {\n                    \"date\": \"2022-10-26T09:32:00.000Z\",\n                    \"rate\": 20626.058963000003\n                },\n                {\n                    \"date\": \"2022-10-26T09:34:00.000Z\",\n                    \"rate\": 20639.636247\n                },\n                {\n                    \"date\": \"2022-10-26T09:36:00.000Z\",\n                    \"rate\": 20646.204933\n                },\n                {\n                    \"date\": \"2022-10-26T09:38:00.000Z\",\n                    \"rate\": 20651.838806000003\n                },\n                {\n                    \"date\": \"2022-10-26T09:40:00.000Z\",\n                    \"rate\": 20637.336707000002\n                },\n                {\n                    \"date\": \"2022-10-26T09:42:00.000Z\",\n                    \"rate\": 20646.744825\n                },\n                {\n                    \"date\": \"2022-10-26T09:44:00.000Z\",\n                    \"rate\": 20647.129748\n                },\n                {\n                    \"date\": \"2022-10-26T09:46:00.000Z\",\n                    \"rate\": 20632.797615\n                },\n                {\n                    \"date\": \"2022-10-26T09:48:00.000Z\",\n                    \"rate\": 20645.715031000003\n                },\n                {\n                    \"date\": \"2022-10-26T09:50:00.000Z\",\n                    \"rate\": 20641.435887\n                },\n                {\n                    \"date\": \"2022-10-26T09:52:00.000Z\",\n                    \"rate\": 20630.927989\n                },\n                {\n                    \"date\": \"2022-10-26T09:54:00.000Z\",\n                    \"rate\": 20620.345106\n                },\n                {\n                    \"date\": \"2022-10-26T09:56:00.000Z\",\n                    \"rate\": 20610.032169\n                },\n                {\n                    \"date\": \"2022-10-26T09:58:00.000Z\",\n                    \"rate\": 20598.464483\n                },\n                {\n                    \"date\": \"2022-10-26T10:00:00.000Z\",\n                    \"rate\": 20588.921392\n                },\n                {\n                    \"date\": \"2022-10-26T10:02:00.000Z\",\n                    \"rate\": 20595.615053\n                },\n                {\n                    \"date\": \"2022-10-26T10:04:00.000Z\",\n                    \"rate\": 20599.159344\n                },\n                {\n                    \"date\": \"2022-10-26T10:06:00.000Z\",\n                    \"rate\": 20614.931189\n                },\n                {\n                    \"date\": \"2022-10-26T10:08:00.000Z\",\n                    \"rate\": 20612.036768\n                },\n                {\n                    \"date\": \"2022-10-26T10:10:00.000Z\",\n                    \"rate\": 20603.098556\n                },\n                {\n                    \"date\": \"2022-10-26T10:12:00.000Z\",\n                    \"rate\": 20569.310315\n                },\n                {\n                    \"date\": \"2022-10-26T10:14:00.000Z\",\n                    \"rate\": 20558.597458\n                },\n                {\n                    \"date\": \"2022-10-26T10:16:00.000Z\",\n                    \"rate\": 20578.038569\n                },\n                {\n                    \"date\": \"2022-10-26T10:18:00.000Z\",\n                    \"rate\": 20584.727231\n                },\n                {\n                    \"date\": \"2022-10-26T10:20:00.000Z\",\n                    \"rate\": 20595.010174000003\n                },\n                {\n                    \"date\": \"2022-10-26T10:22:00.000Z\",\n                    \"rate\": 20599.939188\n                },\n                {\n                    \"date\": \"2022-10-26T10:24:00.000Z\",\n                    \"rate\": 20611.766822\n                },\n                {\n                    \"date\": \"2022-10-26T10:26:00.000Z\",\n                    \"rate\": 20624.57426\n                },\n                {\n                    \"date\": \"2022-10-26T10:28:00.000Z\",\n                    \"rate\": 20634.592256\n                },\n                {\n                    \"date\": \"2022-10-26T10:30:00.000Z\",\n                    \"rate\": 20632.227729\n                },\n                {\n                    \"date\": \"2022-10-26T10:32:00.000Z\",\n                    \"rate\": 20633.357503\n                },\n                {\n                    \"date\": \"2022-10-26T10:34:00.000Z\",\n                    \"rate\": 20631.767821\n                },\n                {\n                    \"date\": \"2022-10-26T10:36:00.000Z\",\n                    \"rate\": 20631.432888000003\n                },\n                {\n                    \"date\": \"2022-10-26T10:38:00.000Z\",\n                    \"rate\": 20631.177939\n                },\n                {\n                    \"date\": \"2022-10-26T10:40:00.000Z\",\n                    \"rate\": 20639.471279999998\n                },\n                {\n                    \"date\": \"2022-10-26T10:42:00.000Z\",\n                    \"rate\": 20659.66724\n                },\n                {\n                    \"date\": \"2022-10-26T10:44:00.000Z\",\n                    \"rate\": 20662.476678000003\n                },\n                {\n                    \"date\": \"2022-10-26T10:46:00.000Z\",\n                    \"rate\": 20671.324908\n                },\n                {\n                    \"date\": \"2022-10-26T10:48:00.000Z\",\n                    \"rate\": 20664.246324\n                },\n                {\n                    \"date\": \"2022-10-26T10:50:00.000Z\",\n                    \"rate\": 20656.982777\n                },\n                {\n                    \"date\": \"2022-10-26T10:52:00.000Z\",\n                    \"rate\": 20657.252722999998\n                },\n                {\n                    \"date\": \"2022-10-26T10:54:00.000Z\",\n                    \"rate\": 20648.439486\n                },\n                {\n                    \"date\": \"2022-10-26T10:56:00.000Z\",\n                    \"rate\": 20659.092355\n                },\n                {\n                    \"date\": \"2022-10-26T10:58:00.000Z\",\n                    \"rate\": 20662.536666\n                },\n                {\n                    \"date\": \"2022-10-26T11:00:00.000Z\",\n                    \"rate\": 20668.590454999998\n                },\n                {\n                    \"date\": \"2022-10-26T11:02:00.000Z\",\n                    \"rate\": 20661.406892000003\n                },\n                {\n                    \"date\": \"2022-10-26T11:04:00.000Z\",\n                    \"rate\": 20698.534465\n                },\n                {\n                    \"date\": \"2022-10-26T11:06:00.000Z\",\n                    \"rate\": 20713.111549\n                },\n                {\n                    \"date\": \"2022-10-26T11:08:00.000Z\",\n                    \"rate\": 20690.446083\n                },\n                {\n                    \"date\": \"2022-10-26T11:10:00.000Z\",\n                    \"rate\": 20681.942784000003\n                },\n                {\n                    \"date\": \"2022-10-26T11:12:00.000Z\",\n                    \"rate\": 20665.796014\n                },\n                {\n                    \"date\": \"2022-10-26T11:14:00.000Z\",\n                    \"rate\": 20653.788416\n                },\n                {\n                    \"date\": \"2022-10-26T11:16:00.000Z\",\n                    \"rate\": 20637.62165\n                },\n                {\n                    \"date\": \"2022-10-26T11:18:00.000Z\",\n                    \"rate\": 20645.485077\n                },\n                {\n                    \"date\": \"2022-10-26T11:20:00.000Z\",\n                    \"rate\": 20657.052763000003\n                },\n                {\n                    \"date\": \"2022-10-26T11:22:00.000Z\",\n                    \"rate\": 20652.383697\n                },\n                {\n                    \"date\": \"2022-10-26T11:24:00.000Z\",\n                    \"rate\": 20652.343705\n                },\n                {\n                    \"date\": \"2022-10-26T11:26:00.000Z\",\n                    \"rate\": 20652.628647999998\n                },\n                {\n                    \"date\": \"2022-10-26T11:28:00.000Z\",\n                    \"rate\": 20644.245325\n                },\n                {\n                    \"date\": \"2022-10-26T11:30:00.000Z\",\n                    \"rate\": 20648.479478\n                },\n                {\n                    \"date\": \"2022-10-26T11:32:00.000Z\",\n                    \"rate\": 20640.571060000002\n                },\n                {\n                    \"date\": \"2022-10-26T11:34:00.000Z\",\n                    \"rate\": 20630.743026\n                },\n                {\n                    \"date\": \"2022-10-26T11:36:00.000Z\",\n                    \"rate\": 20622.294716\n                },\n                {\n                    \"date\": \"2022-10-26T11:38:00.000Z\",\n                    \"rate\": 20631.902793999998\n                },\n                {\n                    \"date\": \"2022-10-26T11:40:00.000Z\",\n                    \"rate\": 20638.291515999998\n                },\n                {\n                    \"date\": \"2022-10-26T11:42:00.000Z\",\n                    \"rate\": 20635.837007000002\n                },\n                {\n                    \"date\": \"2022-10-26T11:44:00.000Z\",\n                    \"rate\": 20627.67364\n                },\n                {\n                    \"date\": \"2022-10-26T11:46:00.000Z\",\n                    \"rate\": 20602.818612\n                },\n                {\n                    \"date\": \"2022-10-26T11:48:00.000Z\",\n                    \"rate\": 20594.745227000003\n                },\n                {\n                    \"date\": \"2022-10-26T11:50:00.000Z\",\n                    \"rate\": 20591.985779\n                },\n                {\n                    \"date\": \"2022-10-26T11:52:00.000Z\",\n                    \"rate\": 20580.593058\n                },\n                {\n                    \"date\": \"2022-10-26T11:54:00.000Z\",\n                    \"rate\": 20592.275721\n                },\n                {\n                    \"date\": \"2022-10-26T11:56:00.000Z\",\n                    \"rate\": 20599.404295\n                },\n                {\n                    \"date\": \"2022-10-26T11:58:00.000Z\",\n                    \"rate\": 20611.186938000003\n                },\n                {\n                    \"date\": \"2022-10-26T12:00:00.000Z\",\n                    \"rate\": 20601.053965\n                },\n                {\n                    \"date\": \"2022-10-26T12:02:00.000Z\",\n                    \"rate\": 20587.971582000002\n                },\n                {\n                    \"date\": \"2022-10-26T12:04:00.000Z\",\n                    \"rate\": 20577.988579\n                },\n                {\n                    \"date\": \"2022-10-26T12:06:00.000Z\",\n                    \"rate\": 20570.909995\n                },\n                {\n                    \"date\": \"2022-10-26T12:08:00.000Z\",\n                    \"rate\": 20563.581461\n                },\n                {\n                    \"date\": \"2022-10-26T12:10:00.000Z\",\n                    \"rate\": 20549.614255\n                },\n                {\n                    \"date\": \"2022-10-26T12:12:00.000Z\",\n                    \"rate\": 20576.543868\n                },\n                {\n                    \"date\": \"2022-10-26T12:14:00.000Z\",\n                    \"rate\": 20593.48048\n                },\n                {\n                    \"date\": \"2022-10-26T12:16:00.000Z\",\n                    \"rate\": 20602.923591\n                },\n                {\n                    \"date\": \"2022-10-26T12:18:00.000Z\",\n                    \"rate\": 20591.385899\n                },\n                {\n                    \"date\": \"2022-10-26T12:20:00.000Z\",\n                    \"rate\": 20580.068163000004\n                },\n                {\n                    \"date\": \"2022-10-26T12:22:00.000Z\",\n                    \"rate\": 20528.928393000002\n                },\n                {\n                    \"date\": \"2022-10-26T12:24:00.000Z\",\n                    \"rate\": 20502.14875\n                },\n                {\n                    \"date\": \"2022-10-26T12:26:00.000Z\",\n                    \"rate\": 20519.94519\n                },\n                {\n                    \"date\": \"2022-10-26T12:28:00.000Z\",\n                    \"rate\": 20518.830413000003\n                },\n                {\n                    \"date\": \"2022-10-26T12:30:00.000Z\",\n                    \"rate\": 20519.730233\n                },\n                {\n                    \"date\": \"2022-10-26T12:32:00.000Z\",\n                    \"rate\": 20519.940190999998\n                },\n                {\n                    \"date\": \"2022-10-26T12:34:00.000Z\",\n                    \"rate\": 20541.955787\n                },\n                {\n                    \"date\": \"2022-10-26T12:36:00.000Z\",\n                    \"rate\": 20537.956587\n                },\n                {\n                    \"date\": \"2022-10-26T12:38:00.000Z\",\n                    \"rate\": 20529.518275000002\n                },\n                {\n                    \"date\": \"2022-10-26T12:40:00.000Z\",\n                    \"rate\": 20533.632452\n                }\n            ]\n        },\n        {\n            \"id\": \"b7cccfa4-1ff2-47ed-b866-b80d076f7dd8\",\n            \"accountId\": \"8290badb-d9c4-40c5-b083-1450fe0d4fd5\",\n            \"isShort\": false,\n            \"isClientMC\": false,\n            \"leverage\": 2,\n            \"ftp\": \"1.4\",\n            \"apr\": \"0.24528\",\n            \"loan\": {\n                \"loans\": [\n                    {\n                        \"borrowed\": \"0.259711\",\n                        \"collateral\": \"7.367433\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.134735\",\n                        \"collateral\": \"3.822146\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.069899\",\n                        \"collateral\": \"1.982884\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.036262\",\n                        \"collateral\": \"1.028697\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.018812\",\n                        \"collateral\": \"0.533664\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    }\n                ],\n                \"ltv\": \"0.5187\",\n                \"borrowedTicker\": \"btc\",\n                \"totalRepayment\": \"0.500679\",\n                \"totalCollateral\": \"14.734867\",\n                \"collateralTicker\": \"eth\"\n            },\n            \"unifiedFee\": \"\",\n            \"settlementPeriod\": \"5h\",\n            \"inputTicker\": \"usdt\",\n            \"outputTicker\": \"usdt\",\n            \"baseTicker\": \"eth\",\n            \"quoteTicker\": \"btc\",\n            \"collateralTicker\": \"eth\",\n            \"borrowedTicker\": \"btc\",\n            \"overdraftTicker\": \"btc\",\n            \"inputAmount\": \"10000\",\n            \"outputAmount\": \"9884.86\",\n            \"ownAmount\": \"7.367433555557373\",\n            \"borrowedAmount\": \"0.500608\",\n            \"overdraftAmount\": \"0.500608\",\n            \"totalAmount\": \"14.734867\",\n            \"initialPrice\": \"0.067949\",\n            \"mcPrice\": \"0.03737184\",\n            \"tpPrice\": \"0.11551329\",\n            \"ftpPrice\": \"0.11551329\",\n            \"slPrice\": \"\",\n            \"closedPrice\": \"0.067559\",\n            \"closed\": {\n                \"profit\": \"-114.75\",\n                \"percent\": \"0.9884\",\n                \"convertPL\": \"0\",\n                \"feeAmount\": \"0\",\n                \"tradingPL\": \"-0.005745\",\n                \"feePercent\": \"0\",\n                \"feeIterations\": \"0\",\n                \"unifiedFeeAmount\": \"0\",\n                \"settlementFeeAmount\": \"0\",\n                \"displayedOutputAmount\": \"\"\n            },\n            \"status\": \"CLOSED\",\n            \"reason\": \"CLOSE_NOW\",\n            \"lastChargedAt\": \"2022-10-07T08:53:58.161Z\",\n            \"createdAt\": \"2022-10-07T08:53:58.161Z\",\n            \"startedAt\": \"2022-10-07T08:53:58.161Z\",\n            \"finishedAt\": \"2022-10-07T12:29:57.543Z\",\n            \"nextChargeAt\": \"2022-10-07T13:53:58.161Z\",\n            \"settlementFee\": \"0.00013999\",\n            \"settlementFeeAmount\": \"7.008E-05\",\n            \"closeCalculate\": null,\n            \"maxProfit\": \"13998.61\",\n            \"maxLoss\": \"-8999.99\",\n            \"version\": 3,\n            \"ifPrice\": \"0\",\n            \"chartData\": [\n                {\n                    \"date\": \"2022-10-07T08:53:00.000Z\",\n                    \"rate\": 0.06781411799999999\n                },\n                {\n                    \"date\": \"2022-10-07T08:54:00.000Z\",\n                    \"rate\": 0.06779563649999999\n                },\n                {\n                    \"date\": \"2022-10-07T08:56:00.000Z\",\n                    \"rate\": 0.06779613599999999\n                },\n                {\n                    \"date\": \"2022-10-07T08:58:00.000Z\",\n                    \"rate\": 0.06781162049999999\n                },\n                {\n                    \"date\": \"2022-10-07T09:00:00.000Z\",\n                    \"rate\": 0.0678306015\n                },\n                {\n                    \"date\": \"2022-10-07T09:02:00.000Z\",\n                    \"rate\": 0.0678321\n                },\n                {\n                    \"date\": \"2022-10-07T09:04:00.000Z\",\n                    \"rate\": 0.067830102\n                },\n                {\n                    \"date\": \"2022-10-07T09:06:00.000Z\",\n                    \"rate\": 0.06781211999999999\n                },\n                {\n                    \"date\": \"2022-10-07T09:08:00.000Z\",\n                    \"rate\": 0.06778614599999999\n                },\n                {\n                    \"date\": \"2022-10-07T09:10:00.000Z\",\n                    \"rate\": 0.06776866349999999\n                },\n                {\n                    \"date\": \"2022-10-07T09:12:00.000Z\",\n                    \"rate\": 0.0677696625\n                },\n                {\n                    \"date\": \"2022-10-07T09:14:00.000Z\",\n                    \"rate\": 0.0677696625\n                },\n                {\n                    \"date\": \"2022-10-07T09:16:00.000Z\",\n                    \"rate\": 0.0677776545\n                },\n                {\n                    \"date\": \"2022-10-07T09:18:00.000Z\",\n                    \"rate\": 0.06780812400000001\n                },\n                {\n                    \"date\": \"2022-10-07T09:20:00.000Z\",\n                    \"rate\": 0.0678306015\n                },\n                {\n                    \"date\": \"2022-10-07T09:22:00.000Z\",\n                    \"rate\": 0.0678765555\n                },\n                {\n                    \"date\": \"2022-10-07T09:24:00.000Z\",\n                    \"rate\": 0.06789603599999999\n                },\n                {\n                    \"date\": \"2022-10-07T09:26:00.000Z\",\n                    \"rate\": 0.06788904300000001\n                },\n                {\n                    \"date\": \"2022-10-07T09:28:00.000Z\",\n                    \"rate\": 0.06786656549999999\n                },\n                {\n                    \"date\": \"2022-10-07T09:30:00.000Z\",\n                    \"rate\": 0.067849083\n                },\n                {\n                    \"date\": \"2022-10-07T09:32:00.000Z\",\n                    \"rate\": 0.0678465855\n                },\n                {\n                    \"date\": \"2022-10-07T09:34:00.000Z\",\n                    \"rate\": 0.0678575745\n                },\n                {\n                    \"date\": \"2022-10-07T09:36:00.000Z\",\n                    \"rate\": 0.06783859349999999\n                },\n                {\n                    \"date\": \"2022-10-07T09:38:00.000Z\",\n                    \"rate\": 0.06783909299999999\n                },\n                {\n                    \"date\": \"2022-10-07T09:40:00.000Z\",\n                    \"rate\": 0.067846086\n                },\n                {\n                    \"date\": \"2022-10-07T09:42:00.000Z\",\n                    \"rate\": 0.06784109099999999\n                },\n                {\n                    \"date\": \"2022-10-07T09:44:00.000Z\",\n                    \"rate\": 0.0678455865\n                },\n                {\n                    \"date\": \"2022-10-07T09:46:00.000Z\",\n                    \"rate\": 0.06786756449999999\n                },\n                {\n                    \"date\": \"2022-10-07T09:48:00.000Z\",\n                    \"rate\": 0.0678735585\n                },\n                {\n                    \"date\": \"2022-10-07T09:50:00.000Z\",\n                    \"rate\": 0.0678635685\n                },\n                {\n                    \"date\": \"2022-10-07T09:52:00.000Z\",\n                    \"rate\": 0.06786157050000001\n                },\n                {\n                    \"date\": \"2022-10-07T09:54:00.000Z\",\n                    \"rate\": 0.067854078\n                },\n                {\n                    \"date\": \"2022-10-07T09:56:00.000Z\",\n                    \"rate\": 0.067853079\n                },\n                {\n                    \"date\": \"2022-10-07T09:58:00.000Z\",\n                    \"rate\": 0.0678535785\n                },\n                {\n                    \"date\": \"2022-10-07T10:00:00.000Z\",\n                    \"rate\": 0.0678595725\n                },\n                {\n                    \"date\": \"2022-10-07T10:02:00.000Z\",\n                    \"rate\": 0.067853079\n                },\n                {\n                    \"date\": \"2022-10-07T10:04:00.000Z\",\n                    \"rate\": 0.067856076\n                },\n                {\n                    \"date\": \"2022-10-07T10:06:00.000Z\",\n                    \"rate\": 0.067844088\n                },\n                {\n                    \"date\": \"2022-10-07T10:08:00.000Z\",\n                    \"rate\": 0.0678495825\n                },\n                {\n                    \"date\": \"2022-10-07T10:10:00.000Z\",\n                    \"rate\": 0.0678635685\n                },\n                {\n                    \"date\": \"2022-10-07T10:12:00.000Z\",\n                    \"rate\": 0.0678645675\n                },\n                {\n                    \"date\": \"2022-10-07T10:14:00.000Z\",\n                    \"rate\": 0.0678455865\n                },\n                {\n                    \"date\": \"2022-10-07T10:16:00.000Z\",\n                    \"rate\": 0.06783409800000001\n                },\n                {\n                    \"date\": \"2022-10-07T10:18:00.000Z\",\n                    \"rate\": 0.06783809399999999\n                },\n                {\n                    \"date\": \"2022-10-07T10:20:00.000Z\",\n                    \"rate\": 0.06783959249999999\n                },\n                {\n                    \"date\": \"2022-10-07T10:22:00.000Z\",\n                    \"rate\": 0.067855077\n                },\n                {\n                    \"date\": \"2022-10-07T10:24:00.000Z\",\n                    \"rate\": 0.06786706499999999\n                },\n                {\n                    \"date\": \"2022-10-07T10:26:00.000Z\",\n                    \"rate\": 0.06786556649999999\n                },\n                {\n                    \"date\": \"2022-10-07T10:28:00.000Z\",\n                    \"rate\": 0.067853079\n                },\n                {\n                    \"date\": \"2022-10-07T10:30:00.000Z\",\n                    \"rate\": 0.0678435885\n                },\n                {\n                    \"date\": \"2022-10-07T10:32:00.000Z\",\n                    \"rate\": 0.06784209\n                },\n                {\n                    \"date\": \"2022-10-07T10:34:00.000Z\",\n                    \"rate\": 0.0678495825\n                },\n                {\n                    \"date\": \"2022-10-07T10:36:00.000Z\",\n                    \"rate\": 0.0678505815\n                },\n                {\n                    \"date\": \"2022-10-07T10:38:00.000Z\",\n                    \"rate\": 0.0678525795\n                },\n                {\n                    \"date\": \"2022-10-07T10:40:00.000Z\",\n                    \"rate\": 0.0678545775\n                },\n                {\n                    \"date\": \"2022-10-07T10:42:00.000Z\",\n                    \"rate\": 0.0678545775\n                },\n                {\n                    \"date\": \"2022-10-07T10:44:00.000Z\",\n                    \"rate\": 0.0678465855\n                },\n                {\n                    \"date\": \"2022-10-07T10:46:00.000Z\",\n                    \"rate\": 0.06784209\n                },\n                {\n                    \"date\": \"2022-10-07T10:48:00.000Z\",\n                    \"rate\": 0.067831101\n                },\n                {\n                    \"date\": \"2022-10-07T10:50:00.000Z\",\n                    \"rate\": 0.0678226095\n                },\n                {\n                    \"date\": \"2022-10-07T10:52:00.000Z\",\n                    \"rate\": 0.06781162049999999\n                },\n                {\n                    \"date\": \"2022-10-07T10:54:00.000Z\",\n                    \"rate\": 0.06778664549999999\n                },\n                {\n                    \"date\": \"2022-10-07T10:56:00.000Z\",\n                    \"rate\": 0.0677706615\n                },\n                {\n                    \"date\": \"2022-10-07T10:58:00.000Z\",\n                    \"rate\": 0.0677776545\n                },\n                {\n                    \"date\": \"2022-10-07T11:00:00.000Z\",\n                    \"rate\": 0.067777155\n                },\n                {\n                    \"date\": \"2022-10-07T11:02:00.000Z\",\n                    \"rate\": 0.067790142\n                },\n                {\n                    \"date\": \"2022-10-07T11:04:00.000Z\",\n                    \"rate\": 0.06779214\n                },\n                {\n                    \"date\": \"2022-10-07T11:06:00.000Z\",\n                    \"rate\": 0.06778115100000001\n                },\n                {\n                    \"date\": \"2022-10-07T11:08:00.000Z\",\n                    \"rate\": 0.067801131\n                },\n                {\n                    \"date\": \"2022-10-07T11:10:00.000Z\",\n                    \"rate\": 0.06780912300000001\n                },\n                {\n                    \"date\": \"2022-10-07T11:12:00.000Z\",\n                    \"rate\": 0.06780912300000001\n                },\n                {\n                    \"date\": \"2022-10-07T11:14:00.000Z\",\n                    \"rate\": 0.06780213\n                },\n                {\n                    \"date\": \"2022-10-07T11:16:00.000Z\",\n                    \"rate\": 0.06777915300000001\n                },\n                {\n                    \"date\": \"2022-10-07T11:18:00.000Z\",\n                    \"rate\": 0.0677356965\n                },\n                {\n                    \"date\": \"2022-10-07T11:20:00.000Z\",\n                    \"rate\": 0.06769773450000001\n                },\n                {\n                    \"date\": \"2022-10-07T11:22:00.000Z\",\n                    \"rate\": 0.06768624599999999\n                },\n                {\n                    \"date\": \"2022-10-07T11:24:00.000Z\",\n                    \"rate\": 0.06768674549999999\n                },\n                {\n                    \"date\": \"2022-10-07T11:26:00.000Z\",\n                    \"rate\": 0.0676637685\n                },\n                {\n                    \"date\": \"2022-10-07T11:28:00.000Z\",\n                    \"rate\": 0.0676777545\n                },\n                {\n                    \"date\": \"2022-10-07T11:30:00.000Z\",\n                    \"rate\": 0.0676807515\n                },\n                {\n                    \"date\": \"2022-10-07T11:32:00.000Z\",\n                    \"rate\": 0.0676667655\n                },\n                {\n                    \"date\": \"2022-10-07T11:34:00.000Z\",\n                    \"rate\": 0.067665267\n                },\n                {\n                    \"date\": \"2022-10-07T11:36:00.000Z\",\n                    \"rate\": 0.067665267\n                },\n                {\n                    \"date\": \"2022-10-07T11:38:00.000Z\",\n                    \"rate\": 0.067650282\n                },\n                {\n                    \"date\": \"2022-10-07T11:40:00.000Z\",\n                    \"rate\": 0.0676617705\n                },\n                {\n                    \"date\": \"2022-10-07T11:42:00.000Z\",\n                    \"rate\": 0.0676907415\n                },\n                {\n                    \"date\": \"2022-10-07T11:44:00.000Z\",\n                    \"rate\": 0.067691241\n                },\n                {\n                    \"date\": \"2022-10-07T11:46:00.000Z\",\n                    \"rate\": 0.067696236\n                },\n                {\n                    \"date\": \"2022-10-07T11:48:00.000Z\",\n                    \"rate\": 0.067694238\n                },\n                {\n                    \"date\": \"2022-10-07T11:50:00.000Z\",\n                    \"rate\": 0.06769224\n                },\n                {\n                    \"date\": \"2022-10-07T11:52:00.000Z\",\n                    \"rate\": 0.067684248\n                },\n                {\n                    \"date\": \"2022-10-07T11:54:00.000Z\",\n                    \"rate\": 0.067690242\n                },\n                {\n                    \"date\": \"2022-10-07T11:56:00.000Z\",\n                    \"rate\": 0.067691241\n                },\n                {\n                    \"date\": \"2022-10-07T11:58:00.000Z\",\n                    \"rate\": 0.0676877445\n                },\n                {\n                    \"date\": \"2022-10-07T12:00:00.000Z\",\n                    \"rate\": 0.067676256\n                },\n                {\n                    \"date\": \"2022-10-07T12:02:00.000Z\",\n                    \"rate\": 0.067654278\n                },\n                {\n                    \"date\": \"2022-10-07T12:04:00.000Z\",\n                    \"rate\": 0.067644288\n                },\n                {\n                    \"date\": \"2022-10-07T12:06:00.000Z\",\n                    \"rate\": 0.06766926300000001\n                },\n                {\n                    \"date\": \"2022-10-07T12:08:00.000Z\",\n                    \"rate\": 0.0676627695\n                },\n                {\n                    \"date\": \"2022-10-07T12:10:00.000Z\",\n                    \"rate\": 0.067674258\n                },\n                {\n                    \"date\": \"2022-10-07T12:12:00.000Z\",\n                    \"rate\": 0.067695237\n                },\n                {\n                    \"date\": \"2022-10-07T12:14:00.000Z\",\n                    \"rate\": 0.06771321899999999\n                },\n                {\n                    \"date\": \"2022-10-07T12:16:00.000Z\",\n                    \"rate\": 0.06772470750000001\n                },\n                {\n                    \"date\": \"2022-10-07T12:18:00.000Z\",\n                    \"rate\": 0.06769823400000001\n                },\n                {\n                    \"date\": \"2022-10-07T12:20:00.000Z\",\n                    \"rate\": 0.06768624599999999\n                },\n                {\n                    \"date\": \"2022-10-07T12:22:00.000Z\",\n                    \"rate\": 0.067693239\n                },\n                {\n                    \"date\": \"2022-10-07T12:24:00.000Z\",\n                    \"rate\": 0.0676767555\n                },\n                {\n                    \"date\": \"2022-10-07T12:26:00.000Z\",\n                    \"rate\": 0.067675257\n                },\n                {\n                    \"date\": \"2022-10-07T12:28:00.000Z\",\n                    \"rate\": 0.06767026200000001\n                }\n            ]\n        },\n        {\n            \"id\": \"9e047247-d668-4224-a173-fb9b26b7e39b\",\n            \"accountId\": \"8290badb-d9c4-40c5-b083-1450fe0d4fd5\",\n            \"isShort\": false,\n            \"isClientMC\": false,\n            \"leverage\": 2,\n            \"ftp\": \"1.4\",\n            \"apr\": \"0.24528\",\n            \"loan\": {\n                \"loans\": [\n                    {\n                        \"borrowed\": \"0.254681\",\n                        \"collateral\": \"7.223993\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.132125\",\n                        \"collateral\": \"3.747733\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.068545\",\n                        \"collateral\": \"1.944272\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.03556\",\n                        \"collateral\": \"1.008667\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"0.018448\",\n                        \"collateral\": \"0.523279\",\n                        \"settlementFee\": \"0.00013999\",\n                        \"settlementPeriod\": \"5h\"\n                    }\n                ],\n                \"ltv\": \"0.5187\",\n                \"borrowedTicker\": \"btc\",\n                \"totalRepayment\": \"0.490981\",\n                \"totalCollateral\": \"14.447986\",\n                \"collateralTicker\": \"eth\"\n            },\n            \"unifiedFee\": \"\",\n            \"settlementPeriod\": \"5h\",\n            \"inputTicker\": \"eur\",\n            \"outputTicker\": \"eur\",\n            \"baseTicker\": \"eth\",\n            \"quoteTicker\": \"btc\",\n            \"collateralTicker\": \"eth\",\n            \"borrowedTicker\": \"btc\",\n            \"overdraftTicker\": \"btc\",\n            \"inputAmount\": \"10000\",\n            \"outputAmount\": \"9959.79\",\n            \"ownAmount\": \"7.223993153225044\",\n            \"borrowedAmount\": \"0.490913\",\n            \"overdraftAmount\": \"0.490913\",\n            \"totalAmount\": \"14.447986\",\n            \"initialPrice\": \"0.067956\",\n            \"mcPrice\": \"0.03737575\",\n            \"tpPrice\": \"0.1155252\",\n            \"ftpPrice\": \"0.1155252\",\n            \"slPrice\": \"\",\n            \"closedPrice\": \"0.067807\",\n            \"closed\": {\n                \"profit\": \"-43.85\",\n                \"percent\": \"0.9959\",\n                \"convertPL\": \"0\",\n                \"feeAmount\": \"0\",\n                \"tradingPL\": \"-0.002152\",\n                \"feePercent\": \"0\",\n                \"feeIterations\": \"0\",\n                \"unifiedFeeAmount\": \"0\",\n                \"settlementFeeAmount\": \"0\",\n                \"displayedOutputAmount\": \"\"\n            },\n            \"status\": \"CLOSED\",\n            \"reason\": \"CLOSE_NOW\",\n            \"lastChargedAt\": \"2022-10-07T08:50:53.746Z\",\n            \"createdAt\": \"2022-10-07T08:50:53.746Z\",\n            \"startedAt\": \"2022-10-07T08:50:53.746Z\",\n            \"finishedAt\": \"2022-10-07T08:54:24.419Z\",\n            \"nextChargeAt\": \"2022-10-07T13:50:53.746Z\",\n            \"settlementFee\": \"0.00013999\",\n            \"settlementFeeAmount\": \"6.872E-05\",\n            \"closeCalculate\": null,\n            \"maxProfit\": \"13998.59\",\n            \"maxLoss\": \"-8999.99\",\n            \"version\": 3,\n            \"ifPrice\": \"0\",\n            \"chartData\": [\n                {\n                    \"date\": \"2022-10-07T07:55:00.000Z\",\n                    \"rate\": 0.067985946\n                },\n                {\n                    \"date\": \"2022-10-07T07:56:00.000Z\",\n                    \"rate\": 0.068002929\n                },\n                {\n                    \"date\": \"2022-10-07T07:57:00.000Z\",\n                    \"rate\": 0.067982949\n                },\n                {\n                    \"date\": \"2022-10-07T07:58:00.000Z\",\n                    \"rate\": 0.067983948\n                },\n                {\n                    \"date\": \"2022-10-07T07:59:00.000Z\",\n                    \"rate\": 0.067968963\n                },\n                {\n                    \"date\": \"2022-10-07T08:00:00.000Z\",\n                    \"rate\": 0.06797196\n                },\n                {\n                    \"date\": \"2022-10-07T08:01:00.000Z\",\n                    \"rate\": 0.067973958\n                },\n                {\n                    \"date\": \"2022-10-07T08:02:00.000Z\",\n                    \"rate\": 0.067966965\n                },\n                {\n                    \"date\": \"2022-10-07T08:03:00.000Z\",\n                    \"rate\": 0.067952979\n                },\n                {\n                    \"date\": \"2022-10-07T08:04:00.000Z\",\n                    \"rate\": 0.067938993\n                },\n                {\n                    \"date\": \"2022-10-07T08:05:00.000Z\",\n                    \"rate\": 0.067938993\n                },\n                {\n                    \"date\": \"2022-10-07T08:06:00.000Z\",\n                    \"rate\": 0.067954977\n                },\n                {\n                    \"date\": \"2022-10-07T08:07:00.000Z\",\n                    \"rate\": 0.06794998199999999\n                },\n                {\n                    \"date\": \"2022-10-07T08:08:00.000Z\",\n                    \"rate\": 0.06794898299999999\n                },\n                {\n                    \"date\": \"2022-10-07T08:09:00.000Z\",\n                    \"rate\": 0.067958973\n                },\n                {\n                    \"date\": \"2022-10-07T08:10:00.000Z\",\n                    \"rate\": 0.067964967\n                },\n                {\n                    \"date\": \"2022-10-07T08:11:00.000Z\",\n                    \"rate\": 0.067972959\n                },\n                {\n                    \"date\": \"2022-10-07T08:12:00.000Z\",\n                    \"rate\": 0.067978953\n                },\n                {\n                    \"date\": \"2022-10-07T08:13:00.000Z\",\n                    \"rate\": 0.06800392799999999\n                },\n                {\n                    \"date\": \"2022-10-07T08:14:00.000Z\",\n                    \"rate\": 0.067996935\n                },\n                {\n                    \"date\": \"2022-10-07T08:15:00.000Z\",\n                    \"rate\": 0.06799593599999999\n                },\n                {\n                    \"date\": \"2022-10-07T08:16:00.000Z\",\n                    \"rate\": 0.067972959\n                },\n                {\n                    \"date\": \"2022-10-07T08:17:00.000Z\",\n                    \"rate\": 0.06794998199999999\n                },\n                {\n                    \"date\": \"2022-10-07T08:18:00.000Z\",\n                    \"rate\": 0.067958973\n                },\n                {\n                    \"date\": \"2022-10-07T08:19:00.000Z\",\n                    \"rate\": 0.06794998199999999\n                },\n                {\n                    \"date\": \"2022-10-07T08:20:00.000Z\",\n                    \"rate\": 0.067979952\n                },\n                {\n                    \"date\": \"2022-10-07T08:21:00.000Z\",\n                    \"rate\": 0.067977954\n                },\n                {\n                    \"date\": \"2022-10-07T08:22:00.000Z\",\n                    \"rate\": 0.067958973\n                },\n                {\n                    \"date\": \"2022-10-07T08:23:00.000Z\",\n                    \"rate\": 0.067945986\n                },\n                {\n                    \"date\": \"2022-10-07T08:24:00.000Z\",\n                    \"rate\": 0.067945986\n                },\n                {\n                    \"date\": \"2022-10-07T08:25:00.000Z\",\n                    \"rate\": 0.06794798399999999\n                },\n                {\n                    \"date\": \"2022-10-07T08:26:00.000Z\",\n                    \"rate\": 0.06794199000000001\n                },\n                {\n                    \"date\": \"2022-10-07T08:27:00.000Z\",\n                    \"rate\": 0.067936995\n                },\n                {\n                    \"date\": \"2022-10-07T08:28:00.000Z\",\n                    \"rate\": 0.06792300899999999\n                },\n                {\n                    \"date\": \"2022-10-07T08:29:00.000Z\",\n                    \"rate\": 0.067918014\n                },\n                {\n                    \"date\": \"2022-10-07T08:30:00.000Z\",\n                    \"rate\": 0.06791601600000001\n                },\n                {\n                    \"date\": \"2022-10-07T08:31:00.000Z\",\n                    \"rate\": 0.067913019\n                },\n                {\n                    \"date\": \"2022-10-07T08:32:00.000Z\",\n                    \"rate\": 0.06790602600000001\n                },\n                {\n                    \"date\": \"2022-10-07T08:33:00.000Z\",\n                    \"rate\": 0.06791501700000001\n                },\n                {\n                    \"date\": \"2022-10-07T08:34:00.000Z\",\n                    \"rate\": 0.06789303899999999\n                },\n                {\n                    \"date\": \"2022-10-07T08:35:00.000Z\",\n                    \"rate\": 0.06787206\n                },\n                {\n                    \"date\": \"2022-10-07T08:36:00.000Z\",\n                    \"rate\": 0.06786806399999999\n                },\n                {\n                    \"date\": \"2022-10-07T08:37:00.000Z\",\n                    \"rate\": 0.06786207000000001\n                },\n                {\n                    \"date\": \"2022-10-07T08:38:00.000Z\",\n                    \"rate\": 0.067848084\n                },\n                {\n                    \"date\": \"2022-10-07T08:39:00.000Z\",\n                    \"rate\": 0.0678321\n                },\n                {\n                    \"date\": \"2022-10-07T08:40:00.000Z\",\n                    \"rate\": 0.06780912300000001\n                },\n                {\n                    \"date\": \"2022-10-07T08:41:00.000Z\",\n                    \"rate\": 0.06779214\n                },\n                {\n                    \"date\": \"2022-10-07T08:42:00.000Z\",\n                    \"rate\": 0.067791141\n                },\n                {\n                    \"date\": \"2022-10-07T08:43:00.000Z\",\n                    \"rate\": 0.067816116\n                },\n                {\n                    \"date\": \"2022-10-07T08:44:00.000Z\",\n                    \"rate\": 0.067819113\n                },\n                {\n                    \"date\": \"2022-10-07T08:45:00.000Z\",\n                    \"rate\": 0.067824108\n                },\n                {\n                    \"date\": \"2022-10-07T08:46:00.000Z\",\n                    \"rate\": 0.067823109\n                },\n                {\n                    \"date\": \"2022-10-07T08:47:00.000Z\",\n                    \"rate\": 0.067843089\n                },\n                {\n                    \"date\": \"2022-10-07T08:48:00.000Z\",\n                    \"rate\": 0.067825107\n                },\n                {\n                    \"date\": \"2022-10-07T08:49:00.000Z\",\n                    \"rate\": 0.067819113\n                },\n                {\n                    \"date\": \"2022-10-07T08:50:00.000Z\",\n                    \"rate\": 0.067831101\n                },\n                {\n                    \"date\": \"2022-10-07T08:51:00.000Z\",\n                    \"rate\": 0.067819113\n                },\n                {\n                    \"date\": \"2022-10-07T08:52:00.000Z\",\n                    \"rate\": 0.06781411799999999\n                },\n                {\n                    \"date\": \"2022-10-07T08:53:00.000Z\",\n                    \"rate\": 0.06781411799999999\n                }\n            ]\n        },\n        {\n            \"id\": \"139f50fb-7e82-4231-a4ff-5c566e561299\",\n            \"accountId\": \"8290badb-d9c4-40c5-b083-1450fe0d4fd5\",\n            \"isShort\": false,\n            \"isClientMC\": false,\n            \"leverage\": 2,\n            \"ftp\": \"1.4\",\n            \"apr\": \"0.2044\",\n            \"loan\": {\n                \"loans\": [\n                    {\n                        \"borrowed\": \"5128.71\",\n                        \"collateral\": \"0.491532\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"2660.72\",\n                        \"collateral\": \"0.255001\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"1380.35\",\n                        \"collateral\": \"0.132292\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"716.11\",\n                        \"collateral\": \"0.068631\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"371.51\",\n                        \"collateral\": \"0.035605\",\n                        \"settlementFee\": \"6.999E-05\",\n                        \"settlementPeriod\": \"3h\"\n                    }\n                ],\n                \"ltv\": \"0.5187\",\n                \"borrowedTicker\": \"usdt\",\n                \"totalRepayment\": \"9887.45\",\n                \"totalCollateral\": \"0.983064\",\n                \"collateralTicker\": \"btc\"\n            },\n            \"unifiedFee\": \"\",\n            \"settlementPeriod\": \"3h\",\n            \"inputTicker\": \"eur\",\n            \"outputTicker\": \"eur\",\n            \"baseTicker\": \"btc\",\n            \"quoteTicker\": \"usdt\",\n            \"collateralTicker\": \"btc\",\n            \"borrowedTicker\": \"usdt\",\n            \"overdraftTicker\": \"usdt\",\n            \"inputAmount\": \"10000\",\n            \"outputAmount\": \"10037.21\",\n            \"ownAmount\": \"0.49153241363426975\",\n            \"borrowedAmount\": \"9886.77\",\n            \"overdraftAmount\": \"9886.77\",\n            \"totalAmount\": \"0.983064\",\n            \"initialPrice\": \"20112.43192\",\n            \"mcPrice\": \"11062.63048723\",\n            \"tpPrice\": \"34191.134264\",\n            \"ftpPrice\": \"34191.134264\",\n            \"slPrice\": \"\",\n            \"closedPrice\": \"20146.824139\",\n            \"closed\": {\n                \"profit\": \"33.32\",\n                \"percent\": \"1.0037\",\n                \"convertPL\": \"-0.86\",\n                \"feeAmount\": \"0\",\n                \"tradingPL\": \"32.93\",\n                \"feePercent\": \"0\",\n                \"feeIterations\": \"0\",\n                \"unifiedFeeAmount\": \"0\",\n                \"settlementFeeAmount\": \"0\",\n                \"displayedOutputAmount\": \"\"\n            },\n            \"status\": \"CLOSED\",\n            \"reason\": \"CLOSE_NOW\",\n            \"lastChargedAt\": \"2022-10-06T10:03:09.988Z\",\n            \"createdAt\": \"2022-10-06T10:03:09.988Z\",\n            \"startedAt\": \"2022-10-06T10:03:09.988Z\",\n            \"finishedAt\": \"2022-10-06T11:01:26.659Z\",\n            \"nextChargeAt\": \"2022-10-06T13:03:09.988Z\",\n            \"settlementFee\": \"6.999E-05\",\n            \"settlementFeeAmount\": \"0.69197503\",\n            \"closeCalculate\": null,\n            \"maxProfit\": \"13999.27\",\n            \"maxLoss\": \"-9000.01\",\n            \"version\": 3,\n            \"ifPrice\": \"0\",\n            \"chartData\": [\n                {\n                    \"date\": \"2022-10-06T10:02:00.000Z\",\n                    \"rate\": 20105.9664\n                },\n                {\n                    \"date\": \"2022-10-06T10:03:00.000Z\",\n                    \"rate\": 20100.218125\n                },\n                {\n                    \"date\": \"2022-10-06T10:04:00.000Z\",\n                    \"rate\": 20109.925212\n                },\n                {\n                    \"date\": \"2022-10-06T10:05:00.000Z\",\n                    \"rate\": 20109.075467000002\n                },\n                {\n                    \"date\": \"2022-10-06T10:06:00.000Z\",\n                    \"rate\": 20116.253313\n                },\n                {\n                    \"date\": \"2022-10-06T10:07:00.000Z\",\n                    \"rate\": 20113.654093\n                },\n                {\n                    \"date\": \"2022-10-06T10:08:00.000Z\",\n                    \"rate\": 20106.546226000002\n                },\n                {\n                    \"date\": \"2022-10-06T10:09:00.000Z\",\n                    \"rate\": 20099.558323\n                },\n                {\n                    \"date\": \"2022-10-06T10:10:00.000Z\",\n                    \"rate\": 20107.315995\n                },\n                {\n                    \"date\": \"2022-10-06T10:11:00.000Z\",\n                    \"rate\": 20113.454153000002\n                },\n                {\n                    \"date\": \"2022-10-06T10:12:00.000Z\",\n                    \"rate\": 20117.332989\n                },\n                {\n                    \"date\": \"2022-10-06T10:13:00.000Z\",\n                    \"rate\": 20112.994291\n                },\n                {\n                    \"date\": \"2022-10-06T10:14:00.000Z\",\n                    \"rate\": 20122.631398999998\n                },\n                {\n                    \"date\": \"2022-10-06T10:15:00.000Z\",\n                    \"rate\": 20123.211225\n                },\n                {\n                    \"date\": \"2022-10-06T10:16:00.000Z\",\n                    \"rate\": 20122.811345\n                },\n                {\n                    \"date\": \"2022-10-06T10:17:00.000Z\",\n                    \"rate\": 20111.704678000002\n                },\n                {\n                    \"date\": \"2022-10-06T10:18:00.000Z\",\n                    \"rate\": 20117.083064\n                },\n                {\n                    \"date\": \"2022-10-06T10:19:00.000Z\",\n                    \"rate\": 20120.412065\n                },\n                {\n                    \"date\": \"2022-10-06T10:20:00.000Z\",\n                    \"rate\": 20107.885823999997\n                },\n                {\n                    \"date\": \"2022-10-06T10:21:00.000Z\",\n                    \"rate\": 20115.443556000002\n                },\n                {\n                    \"date\": \"2022-10-06T10:22:00.000Z\",\n                    \"rate\": 20117.322992\n                },\n                {\n                    \"date\": \"2022-10-06T10:23:00.000Z\",\n                    \"rate\": 20117.842836000003\n                },\n                {\n                    \"date\": \"2022-10-06T10:24:00.000Z\",\n                    \"rate\": 20121.211825000002\n                },\n                {\n                    \"date\": \"2022-10-06T10:25:00.000Z\",\n                    \"rate\": 20122.591411\n                },\n                {\n                    \"date\": \"2022-10-06T10:26:00.000Z\",\n                    \"rate\": 20115.36358\n                },\n                {\n                    \"date\": \"2022-10-06T10:27:00.000Z\",\n                    \"rate\": 20089.091464\n                },\n                {\n                    \"date\": \"2022-10-06T10:28:00.000Z\",\n                    \"rate\": 20100.198131\n                },\n                {\n                    \"date\": \"2022-10-06T10:29:00.000Z\",\n                    \"rate\": 20104.876727\n                },\n                {\n                    \"date\": \"2022-10-06T10:30:00.000Z\",\n                    \"rate\": 20111.504738000003\n                },\n                {\n                    \"date\": \"2022-10-06T10:31:00.000Z\",\n                    \"rate\": 20115.573517\n                },\n                {\n                    \"date\": \"2022-10-06T10:32:00.000Z\",\n                    \"rate\": 20123.021282\n                },\n                {\n                    \"date\": \"2022-10-06T10:33:00.000Z\",\n                    \"rate\": 20129.049473\n                },\n                {\n                    \"date\": \"2022-10-06T10:34:00.000Z\",\n                    \"rate\": 20135.247613000003\n                },\n                {\n                    \"date\": \"2022-10-06T10:35:00.000Z\",\n                    \"rate\": 20142.225519\n                },\n                {\n                    \"date\": \"2022-10-06T10:36:00.000Z\",\n                    \"rate\": 20140.156140000003\n                },\n                {\n                    \"date\": \"2022-10-06T10:37:00.000Z\",\n                    \"rate\": 20138.806545\n                },\n                {\n                    \"date\": \"2022-10-06T10:38:00.000Z\",\n                    \"rate\": 20132.678384000003\n                },\n                {\n                    \"date\": \"2022-10-06T10:39:00.000Z\",\n                    \"rate\": 20133.328189\n                },\n                {\n                    \"date\": \"2022-10-06T10:40:00.000Z\",\n                    \"rate\": 20140.266107000003\n                },\n                {\n                    \"date\": \"2022-10-06T10:41:00.000Z\",\n                    \"rate\": 20128.45965\n                },\n                {\n                    \"date\": \"2022-10-06T10:42:00.000Z\",\n                    \"rate\": 20133.778054000002\n                },\n                {\n                    \"date\": \"2022-10-06T10:43:00.000Z\",\n                    \"rate\": 20140.226119000003\n                },\n                {\n                    \"date\": \"2022-10-06T10:44:00.000Z\",\n                    \"rate\": 20137.496938\n                },\n                {\n                    \"date\": \"2022-10-06T10:45:00.000Z\",\n                    \"rate\": 20140.675984\n                },\n                {\n                    \"date\": \"2022-10-06T10:46:00.000Z\",\n                    \"rate\": 20137.9568\n                },\n                {\n                    \"date\": \"2022-10-06T10:47:00.000Z\",\n                    \"rate\": 20127.090061000003\n                },\n                {\n                    \"date\": \"2022-10-06T10:48:00.000Z\",\n                    \"rate\": 20123.921012\n                },\n                {\n                    \"date\": \"2022-10-06T10:49:00.000Z\",\n                    \"rate\": 20115.923412\n                },\n                {\n                    \"date\": \"2022-10-06T10:50:00.000Z\",\n                    \"rate\": 20122.301498\n                },\n                {\n                    \"date\": \"2022-10-06T10:51:00.000Z\",\n                    \"rate\": 20127.679884\n                },\n                {\n                    \"date\": \"2022-10-06T10:52:00.000Z\",\n                    \"rate\": 20125.320592\n                },\n                {\n                    \"date\": \"2022-10-06T10:53:00.000Z\",\n                    \"rate\": 20122.331489\n                },\n                {\n                    \"date\": \"2022-10-06T10:54:00.000Z\",\n                    \"rate\": 20122.46145\n                },\n                {\n                    \"date\": \"2022-10-06T10:55:00.000Z\",\n                    \"rate\": 20120.272107\n                },\n                {\n                    \"date\": \"2022-10-06T10:56:00.000Z\",\n                    \"rate\": 20116.743166\n                },\n                {\n                    \"date\": \"2022-10-06T10:57:00.000Z\",\n                    \"rate\": 20110.515035\n                },\n                {\n                    \"date\": \"2022-10-06T10:58:00.000Z\",\n                    \"rate\": 20112.644396\n                },\n                {\n                    \"date\": \"2022-10-06T10:59:00.000Z\",\n                    \"rate\": 20113.274207000002\n                },\n                {\n                    \"date\": \"2022-10-06T11:00:00.000Z\",\n                    \"rate\": 20123.06127\n                },\n                {\n                    \"date\": \"2022-10-06T11:01:00.000Z\",\n                    \"rate\": 20138.506635\n                }\n            ]\n        },\n        {\n            \"id\": \"75e35787-2ea3-42c0-b0e5-470b82da5120\",\n            \"accountId\": \"8290badb-d9c4-40c5-b083-1450fe0d4fd5\",\n            \"isShort\": false,\n            \"isClientMC\": false,\n            \"leverage\": 26,\n            \"hftFeeTradeTime\": null,\n            \"hftFeeMin\": null,\n            \"hftFee\": null,\n            \"ftp\": null,\n            \"apr\": \"0.3504000\",\n            \"loan\": {\n                \"ltv\": \"0.97\",\n                \"loans\": [\n                    {\n                        \"borrowed\": \"484.99\",\n                        \"collateral\": \"0.011918\",\n                        \"settlementFee\": \"0.0002\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"470.44\",\n                        \"collateral\": \"0.011561\",\n                        \"settlementFee\": \"0.0002\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"456.33\",\n                        \"collateral\": \"0.011214\",\n                        \"settlementFee\": \"0.0002\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"442.64\",\n                        \"collateral\": \"0.010877\",\n                        \"settlementFee\": \"0.0002\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"429.36\",\n                        \"collateral\": \"0.010551\",\n                        \"settlementFee\": \"0.0002\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"416.48\",\n                        \"collateral\": \"0.010234\",\n                        \"settlementFee\": \"0.0002\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"403.99\",\n                        \"collateral\": \"0.009927\",\n                        \"settlementFee\": \"0.0002\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"391.87\",\n                        \"collateral\": \"0.00963\",\n                        \"settlementFee\": \"0.0002\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"380.11\",\n                        \"collateral\": \"0.009341\",\n                        \"settlementFee\": \"0.0002\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"368.71\",\n                        \"collateral\": \"0.00906\",\n                        \"settlementFee\": \"0.0002\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"357.65\",\n                        \"collateral\": \"0.008789\",\n                        \"settlementFee\": \"0.0002\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"346.92\",\n                        \"collateral\": \"0.008525\",\n                        \"settlementFee\": \"0.0002\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"336.51\",\n                        \"collateral\": \"0.008269\",\n                        \"settlementFee\": \"0.0002\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"326.41\",\n                        \"collateral\": \"0.008021\",\n                        \"settlementFee\": \"0.0002\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"316.62\",\n                        \"collateral\": \"0.00778\",\n                        \"settlementFee\": \"0.0002\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"307.12\",\n                        \"collateral\": \"0.007547\",\n                        \"settlementFee\": \"0.0002\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"297.91\",\n                        \"collateral\": \"0.007321\",\n                        \"settlementFee\": \"0.0002\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"288.97\",\n                        \"collateral\": \"0.007101\",\n                        \"settlementFee\": \"0.0002\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"280.3\",\n                        \"collateral\": \"0.006888\",\n                        \"settlementFee\": \"0.0002\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"271.89\",\n                        \"collateral\": \"0.006681\",\n                        \"settlementFee\": \"0.0002\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"263.74\",\n                        \"collateral\": \"0.006481\",\n                        \"settlementFee\": \"0.0002\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"255.82\",\n                        \"collateral\": \"0.006286\",\n                        \"settlementFee\": \"0.0002\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"248.15\",\n                        \"collateral\": \"0.006098\",\n                        \"settlementFee\": \"0.0002\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"240.7\",\n                        \"collateral\": \"0.005915\",\n                        \"settlementFee\": \"0.0002\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"233.48\",\n                        \"collateral\": \"0.005737\",\n                        \"settlementFee\": \"0.0002\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"226.48\",\n                        \"collateral\": \"0.005565\",\n                        \"settlementFee\": \"0.0002\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"219.68\",\n                        \"collateral\": \"0.005398\",\n                        \"settlementFee\": \"0.0002\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"213.09\",\n                        \"collateral\": \"0.005236\",\n                        \"settlementFee\": \"0.0002\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"206.7\",\n                        \"collateral\": \"0.005079\",\n                        \"settlementFee\": \"0.0002\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"200.5\",\n                        \"collateral\": \"0.004927\",\n                        \"settlementFee\": \"0.0002\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"194.48\",\n                        \"collateral\": \"0.004779\",\n                        \"settlementFee\": \"0.0002\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"188.65\",\n                        \"collateral\": \"0.004636\",\n                        \"settlementFee\": \"0.0002\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"182.99\",\n                        \"collateral\": \"0.004496\",\n                        \"settlementFee\": \"0.0002\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"177.5\",\n                        \"collateral\": \"0.004362\",\n                        \"settlementFee\": \"0.0002\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"172.17\",\n                        \"collateral\": \"0.004231\",\n                        \"settlementFee\": \"0.0002\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"167.01\",\n                        \"collateral\": \"0.004104\",\n                        \"settlementFee\": \"0.0002\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"162\",\n                        \"collateral\": \"0.003981\",\n                        \"settlementFee\": \"0.0002\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"157.14\",\n                        \"collateral\": \"0.003861\",\n                        \"settlementFee\": \"0.0002\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"152.42\",\n                        \"collateral\": \"0.003745\",\n                        \"settlementFee\": \"0.0002\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"147.85\",\n                        \"collateral\": \"0.003633\",\n                        \"settlementFee\": \"0.0002\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"143.42\",\n                        \"collateral\": \"0.003524\",\n                        \"settlementFee\": \"0.0002\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"139.11\",\n                        \"collateral\": \"0.003418\",\n                        \"settlementFee\": \"0.0002\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"134.94\",\n                        \"collateral\": \"0.003316\",\n                        \"settlementFee\": \"0.0002\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"130.89\",\n                        \"collateral\": \"0.003216\",\n                        \"settlementFee\": \"0.0002\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"126.96\",\n                        \"collateral\": \"0.00312\",\n                        \"settlementFee\": \"0.0002\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"123.15\",\n                        \"collateral\": \"0.003026\",\n                        \"settlementFee\": \"0.0002\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"119.46\",\n                        \"collateral\": \"0.002935\",\n                        \"settlementFee\": \"0.0002\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"115.88\",\n                        \"collateral\": \"0.002847\",\n                        \"settlementFee\": \"0.0002\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"112.4\",\n                        \"collateral\": \"0.002762\",\n                        \"settlementFee\": \"0.0002\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"109.03\",\n                        \"collateral\": \"0.002679\",\n                        \"settlementFee\": \"0.0002\",\n                        \"settlementPeriod\": \"5h\"\n                    }\n                ],\n                \"borrowedTicker\": \"yusd\",\n                \"totalRepayment\": \"12502.5\",\n                \"totalCollateral\": \"0.309884\",\n                \"collateralTicker\": \"ybtc\"\n            },\n            \"unifiedFee\": \"0.0000000\",\n            \"openingFee\": null,\n            \"settlementPeriod\": \"5h\",\n            \"revShareFee\": null,\n            \"inputTicker\": \"yusd\",\n            \"outputTicker\": \"yusd\",\n            \"baseTicker\": \"ybtc\",\n            \"quoteTicker\": \"yusd\",\n            \"collateralTicker\": \"ybtc\",\n            \"borrowedTicker\": \"yusd\",\n            \"overdraftTicker\": \"yusd\",\n            \"inputAmount\": \"500\",\n            \"outputAmount\": \"0\",\n            \"ownAmount\": \"0.01191863\",\n            \"borrowedAmount\": \"12500\",\n            \"overdraftAmount\": \"13797.5\",\n            \"totalAmount\": \"0.30988459\",\n            \"initialPrice\": \"41951.10015375\",\n            \"mcFee\": null,\n            \"mcFeeAmount\": null,\n            \"mcPrice\": \"40337.59794251\",\n            \"tpPrice\": null,\n            \"ftpPrice\": null,\n            \"slPrice\": null,\n            \"closedPrice\": \"40337.59794251\",\n            \"closed\": {\n                \"profit\": \"-500\",\n                \"percent\": \"0\",\n                \"feeAmount\": \"0\",\n                \"feePercent\": \"0\",\n                \"hftFeeAmount\": \"0\",\n                \"feeIterations\": \"0\",\n                \"revShareFeeOf\": \"0\",\n                \"revShareFeeAmount\": \"0\",\n                \"settlementFeeAmount\": \"0\"\n            },\n            \"status\": \"CLOSED\",\n            \"reason\": \"MARGIN_CALL\",\n            \"lastChargedAt\": \"2022-08-12T10:16:51.958Z\",\n            \"clientMCAt\": null,\n            \"createdAt\": \"2022-04-11T09:44:21.867Z\",\n            \"startedAt\": \"2022-04-11T09:44:22.000Z\",\n            \"finishedAt\": \"2022-08-12T13:37:07.469Z\",\n            \"ifPrice\": \"44524.64060894\",\n            \"nextChargeAt\": \"2022-08-12T15:16:51.958Z\",\n            \"settlementFee\": \"0.0002\",\n            \"settlementFeeAmount\": \"2.50000000\",\n            \"openingFeeAmount\": null,\n            \"version\": 2,\n            \"chartData\": []\n        },\n        {\n            \"id\": \"edade21a-e8a6-451b-9a10-9525bee7ca9c\",\n            \"accountId\": \"8290badb-d9c4-40c5-b083-1450fe0d4fd5\",\n            \"isShort\": true,\n            \"isClientMC\": false,\n            \"leverage\": 11,\n            \"hftFeeTradeTime\": null,\n            \"hftFeeMin\": null,\n            \"hftFee\": null,\n            \"ftp\": \"1.5000000000\",\n            \"apr\": \"0.2044000\",\n            \"loan\": {\n                \"ltv\": \"0.9237\",\n                \"loans\": [\n                    {\n                        \"borrowed\": \"0.005998\",\n                        \"collateral\": \"20\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"0.00554\",\n                        \"collateral\": \"18.47\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"0.005118\",\n                        \"collateral\": \"17.06\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"0.004728\",\n                        \"collateral\": \"15.76\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"0.004367\",\n                        \"collateral\": \"14.56\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"0.004034\",\n                        \"collateral\": \"13.45\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"0.003727\",\n                        \"collateral\": \"12.42\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"0.003443\",\n                        \"collateral\": \"11.48\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"0.00318\",\n                        \"collateral\": \"10.6\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"0.002938\",\n                        \"collateral\": \"9.79\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"0.002714\",\n                        \"collateral\": \"9.04\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"0.002507\",\n                        \"collateral\": \"8.35\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"0.002316\",\n                        \"collateral\": \"7.72\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"0.002139\",\n                        \"collateral\": \"7.13\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"0.001976\",\n                        \"collateral\": \"6.58\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"0.001825\",\n                        \"collateral\": \"6.08\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"0.001686\",\n                        \"collateral\": \"5.62\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"0.001557\",\n                        \"collateral\": \"5.19\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"0.001439\",\n                        \"collateral\": \"4.79\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"0.001329\",\n                        \"collateral\": \"4.43\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"0.001228\",\n                        \"collateral\": \"4.09\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"0.001134\",\n                        \"collateral\": \"3.78\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"0.001047\",\n                        \"collateral\": \"3.49\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    }\n                ],\n                \"borrowedTicker\": \"eth\",\n                \"totalRepayment\": \"0.064935\",\n                \"totalCollateral\": \"220\",\n                \"collateralTicker\": \"usdt\"\n            },\n            \"unifiedFee\": \"0.0000000\",\n            \"openingFee\": null,\n            \"settlementPeriod\": \"3h\",\n            \"revShareFee\": null,\n            \"inputTicker\": \"usdt\",\n            \"outputTicker\": \"usdt\",\n            \"baseTicker\": \"eth\",\n            \"quoteTicker\": \"usdt\",\n            \"collateralTicker\": \"usdt\",\n            \"borrowedTicker\": \"eth\",\n            \"overdraftTicker\": \"eth\",\n            \"inputAmount\": \"20\",\n            \"outputAmount\": \"45.12\",\n            \"ownAmount\": \"20\",\n            \"borrowedAmount\": \"0.06493136\",\n            \"overdraftAmount\": \"0.06533088\",\n            \"totalAmount\": \"220\",\n            \"initialPrice\": \"3080.17567\",\n            \"mcFee\": null,\n            \"mcFeeAmount\": null,\n            \"mcPrice\": \"3388.19331675\",\n            \"tpPrice\": \"2678.41362609\",\n            \"ftpPrice\": \"2678.41362609\",\n            \"slPrice\": null,\n            \"closedPrice\": \"2676.72277600\",\n            \"closed\": {\n                \"profit\": \"26.19\",\n                \"percent\": \"2.256\",\n                \"convertPL\": \"0\",\n                \"feeAmount\": \"0.000399\",\n                \"tradingPL\": \"0.009387\",\n                \"feePercent\": \"0.0061\",\n                \"feeIterations\": \"88\",\n                \"unifiedFeeAmount\": \"0\",\n                \"settlementFeeAmount\": \"0.000399\"\n            },\n            \"status\": \"CLOSED\",\n            \"reason\": \"TAKE_PROFIT\",\n            \"lastChargedAt\": \"2022-05-06T08:22:27.725Z\",\n            \"clientMCAt\": null,\n            \"createdAt\": \"2022-04-14T13:24:10.794Z\",\n            \"startedAt\": \"2022-04-14T13:24:10.865Z\",\n            \"finishedAt\": \"2022-05-06T10:57:55.591Z\",\n            \"ifPrice\": \"3367.47339083\",\n            \"nextChargeAt\": \"2022-05-06T11:22:27.725Z\",\n            \"settlementFee\": \"0.00006999\",\n            \"settlementFeeAmount\": \"0.00000454\",\n            \"openingFeeAmount\": null,\n            \"version\": 2,\n            \"chartData\": []\n        },\n        {\n            \"id\": \"89f5391c-6cc5-4b4e-8473-7c301c77c916\",\n            \"accountId\": \"8290badb-d9c4-40c5-b083-1450fe0d4fd5\",\n            \"isShort\": true,\n            \"isClientMC\": false,\n            \"leverage\": 16,\n            \"hftFeeTradeTime\": null,\n            \"hftFeeMin\": null,\n            \"hftFee\": null,\n            \"ftp\": \"1.5000000000\",\n            \"apr\": \"0.2044000\",\n            \"loan\": {\n                \"ltv\": \"0.9483\",\n                \"loans\": [\n                    {\n                        \"borrowed\": \"NaN\",\n                        \"collateral\": \"NaN\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"NaN\",\n                        \"collateral\": \"NaN\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"NaN\",\n                        \"collateral\": \"NaN\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"NaN\",\n                        \"collateral\": \"NaN\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"NaN\",\n                        \"collateral\": \"NaN\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"NaN\",\n                        \"collateral\": \"NaN\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"NaN\",\n                        \"collateral\": \"NaN\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"NaN\",\n                        \"collateral\": \"NaN\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"NaN\",\n                        \"collateral\": \"NaN\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"NaN\",\n                        \"collateral\": \"NaN\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"NaN\",\n                        \"collateral\": \"NaN\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"NaN\",\n                        \"collateral\": \"NaN\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"NaN\",\n                        \"collateral\": \"NaN\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"NaN\",\n                        \"collateral\": \"NaN\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"NaN\",\n                        \"collateral\": \"NaN\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"NaN\",\n                        \"collateral\": \"NaN\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"NaN\",\n                        \"collateral\": \"NaN\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"NaN\",\n                        \"collateral\": \"NaN\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"NaN\",\n                        \"collateral\": \"NaN\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"NaN\",\n                        \"collateral\": \"NaN\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"NaN\",\n                        \"collateral\": \"NaN\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"NaN\",\n                        \"collateral\": \"NaN\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"NaN\",\n                        \"collateral\": \"NaN\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"NaN\",\n                        \"collateral\": \"NaN\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"NaN\",\n                        \"collateral\": \"NaN\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"NaN\",\n                        \"collateral\": \"NaN\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"NaN\",\n                        \"collateral\": \"NaN\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"NaN\",\n                        \"collateral\": \"NaN\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"NaN\",\n                        \"collateral\": \"NaN\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"NaN\",\n                        \"collateral\": \"NaN\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"NaN\",\n                        \"collateral\": \"NaN\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"NaN\",\n                        \"collateral\": \"NaN\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    },\n                    {\n                        \"borrowed\": \"NaN\",\n                        \"collateral\": \"NaN\",\n                        \"settlementFee\": \"0.00006999\",\n                        \"settlementPeriod\": \"3h\"\n                    }\n                ],\n                \"borrowedTicker\": \"btc\",\n                \"totalRepayment\": \"NaN\",\n                \"totalCollateral\": \"NaN\",\n                \"collateralTicker\": \"usdt\"\n            },\n            \"unifiedFee\": \"0.0000000\",\n            \"openingFee\": null,\n            \"settlementPeriod\": \"3h\",\n            \"revShareFee\": null,\n            \"inputTicker\": \"eur\",\n            \"outputTicker\": \"eur\",\n            \"baseTicker\": \"btc\",\n            \"quoteTicker\": \"usdt\",\n            \"collateralTicker\": \"usdt\",\n            \"borrowedTicker\": \"btc\",\n            \"overdraftTicker\": \"btc\",\n            \"inputAmount\": \"1000\",\n            \"outputAmount\": \"NaN\",\n            \"ownAmount\": \"NaN\",\n            \"borrowedAmount\": \"NaN\",\n            \"overdraftAmount\": \"NaN\",\n            \"totalAmount\": \"NaN\",\n            \"initialPrice\": \"40981.371899\",\n            \"mcFee\": null,\n            \"mcFeeAmount\": null,\n            \"mcPrice\": \"NaN\",\n            \"tpPrice\": \"37255.79263545\",\n            \"ftpPrice\": \"37255.79263545\",\n            \"slPrice\": null,\n            \"closedPrice\": \"37178.92033100\",\n            \"closed\": {\n                \"profit\": \"NaN\",\n                \"percent\": \"NaN\",\n                \"convertPL\": \"NaN\",\n                \"feeAmount\": \"NaN\",\n                \"tradingPL\": \"NaN\",\n                \"feePercent\": \"NaN\",\n                \"feeIterations\": \"NaN\",\n                \"unifiedFeeAmount\": \"0\",\n                \"settlementFeeAmount\": \"NaN\"\n            },\n            \"status\": \"CLOSED\",\n            \"reason\": \"TAKE_PROFIT\",\n            \"lastChargedAt\": \"2022-05-05T14:22:04.824Z\",\n            \"clientMCAt\": null,\n            \"createdAt\": \"2022-04-14T11:02:48.881Z\",\n            \"startedAt\": \"2022-04-14T11:02:49.002Z\",\n            \"finishedAt\": \"2022-05-05T15:08:15.125Z\",\n            \"ifPrice\": \"NaN\",\n            \"nextChargeAt\": \"2022-05-05T17:22:04.824Z\",\n            \"settlementFee\": \"0.00006999\",\n            \"settlementFeeAmount\": \"NaN\",\n            \"openingFeeAmount\": null,\n            \"version\": 2,\n            \"chartData\": []\n        },\n        {\n            \"id\": \"aca60d31-2db6-4726-b3b3-ee766493a61b\",\n            \"accountId\": \"8290badb-d9c4-40c5-b083-1450fe0d4fd5\",\n            \"isShort\": false,\n            \"isClientMC\": false,\n            \"leverage\": 10,\n            \"hftFeeTradeTime\": null,\n            \"hftFeeMin\": null,\n            \"hftFee\": null,\n            \"ftp\": \"1.3000000000\",\n            \"apr\": \"0.2452800\",\n            \"loan\": {\n                \"ltv\": \"0.9157\",\n                \"loans\": [\n                    {\n                        \"borrowed\": \"9.15\",\n                        \"collateral\": \"69.665341\",\n                        \"settlementFee\": \"0.00014\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"8.38\",\n                        \"collateral\": \"63.796175\",\n                        \"settlementFee\": \"0.00014\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"7.67\",\n                        \"collateral\": \"58.421475\",\n                        \"settlementFee\": \"0.00014\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"7.03\",\n                        \"collateral\": \"53.499583\",\n                        \"settlementFee\": \"0.00014\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"6.44\",\n                        \"collateral\": \"48.99235\",\n                        \"settlementFee\": \"0.00014\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"5.89\",\n                        \"collateral\": \"44.864842\",\n                        \"settlementFee\": \"0.00014\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"5.4\",\n                        \"collateral\": \"41.085069\",\n                        \"settlementFee\": \"0.00014\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"4.94\",\n                        \"collateral\": \"37.623734\",\n                        \"settlementFee\": \"0.00014\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"4.52\",\n                        \"collateral\": \"34.45401\",\n                        \"settlementFee\": \"0.00014\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"4.14\",\n                        \"collateral\": \"31.551328\",\n                        \"settlementFee\": \"0.00014\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"3.79\",\n                        \"collateral\": \"28.893192\",\n                        \"settlementFee\": \"0.00014\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"3.47\",\n                        \"collateral\": \"26.458998\",\n                        \"settlementFee\": \"0.00014\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"3.18\",\n                        \"collateral\": \"24.229881\",\n                        \"settlementFee\": \"0.00014\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"2.91\",\n                        \"collateral\": \"22.188561\",\n                        \"settlementFee\": \"0.00014\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"2.67\",\n                        \"collateral\": \"20.31922\",\n                        \"settlementFee\": \"0.00014\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"2.44\",\n                        \"collateral\": \"18.607366\",\n                        \"settlementFee\": \"0.00014\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"2.23\",\n                        \"collateral\": \"17.039732\",\n                        \"settlementFee\": \"0.00014\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"2.05\",\n                        \"collateral\": \"15.604169\",\n                        \"settlementFee\": \"0.00014\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"1.87\",\n                        \"collateral\": \"14.289549\",\n                        \"settlementFee\": \"0.00014\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"1.72\",\n                        \"collateral\": \"13.085683\",\n                        \"settlementFee\": \"0.00014\",\n                        \"settlementPeriod\": \"5h\"\n                    },\n                    {\n                        \"borrowed\": \"1.57\",\n                        \"collateral\": \"11.98324\",\n                        \"settlementFee\": \"0.00014\",\n                        \"settlementPeriod\": \"5h\"\n                    }\n                ],\n                \"borrowedTicker\": \"usdt\",\n                \"totalRepayment\": \"90.01\",\n                \"totalCollateral\": \"696.653416\",\n                \"collateralTicker\": \"doge\"\n            },\n            \"unifiedFee\": \"0.0000000\",\n            \"openingFee\": null,\n            \"settlementPeriod\": \"5h\",\n            \"revShareFee\": null,\n            \"inputTicker\": \"usdt\",\n            \"outputTicker\": \"usdt\",\n            \"baseTicker\": \"doge\",\n            \"quoteTicker\": \"usdt\",\n            \"collateralTicker\": \"doge\",\n            \"borrowedTicker\": \"usdt\",\n            \"overdraftTicker\": \"usdt\",\n            \"inputAmount\": \"10\",\n            \"outputAmount\": \"22.71\",\n            \"ownAmount\": \"69.66534163\",\n            \"borrowedAmount\": \"90\",\n            \"overdraftAmount\": \"90.378\",\n            \"totalAmount\": \"696.65341631\",\n            \"initialPrice\": \"0.1435434\",\n            \"mcFee\": null,\n            \"mcFeeAmount\": null,\n            \"mcPrice\": \"0.12918906\",\n            \"tpPrice\": \"0.1621\",\n            \"ftpPrice\": \"0.16220404\",\n            \"slPrice\": null,\n            \"closedPrice\": \"0.16233750\",\n            \"closed\": {\n                \"profit\": \"13.09\",\n                \"percent\": \"2.271\",\n                \"convertPL\": \"-0\",\n                \"feeAmount\": \"0.37\",\n                \"tradingPL\": \"12.71\",\n                \"feePercent\": \"0.0042\",\n                \"feeIterations\": \"30\",\n                \"unifiedFeeAmount\": \"0\",\n                \"settlementFeeAmount\": \"0.37\"\n            },\n            \"status\": \"CLOSED\",\n            \"reason\": \"TAKE_PROFIT\",\n            \"lastChargedAt\": \"2022-04-25T15:55:47.682Z\",\n            \"clientMCAt\": null,\n            \"createdAt\": \"2022-04-14T13:44:03.481Z\",\n            \"startedAt\": \"2022-04-14T13:44:03.838Z\",\n            \"finishedAt\": \"2022-04-25T19:08:12.270Z\",\n            \"ifPrice\": \"0.12973165\",\n            \"nextChargeAt\": \"2022-04-25T20:55:47.682Z\",\n            \"settlementFee\": \"0.00014\",\n            \"settlementFeeAmount\": \"0.01260000\",\n            \"openingFeeAmount\": null,\n            \"version\": 2,\n            \"chartData\": []\n        }\n    ],\n    \"total\": 56,\n    \"currentPage\": 0\n}"},{"id":"afb19dce-e84c-4c26-8435-8582d692b73f","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"url":{"raw":"{{baseUrl}}/v3/hodl?limit=10&offset=0&status=CLOSED&status=CANCELED","host":["{{baseUrl}}"],"path":["v3","hodl"],"query":[{"key":"limit","value":"10"},{"key":"offset","value":"0"},{"key":"status","value":"CLOSED"},{"key":"status","value":"CANCELED"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Nov 2022 17:17:09 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"33","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-store","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-expose-headers","value":"X-Total-Count, X-Access-Token","enabled":true},{"key":"access-control-allow-credentials","value":"true","enabled":true},{"key":"access-control-allow-methods","value":"POST, PUT, GET, DELETE, OPTIONS","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"77253c233f189500-LIS","enabled":true},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"_error\": \"Authentication Error\"\n}"}],"_postman_id":"fc44a727-1c26-43e6-82c8-cb8e72ee545a"},{"name":"Get MultiHODL Tariffs","id":"1fa4e5fc-98da-40eb-bc79-0cc074dce716","request":{"auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"url":"{{baseUrl}}/v3/hodl/tariffs","description":"<p>The request returns all available MultiHODL tariffs for the client. We recommend executing this request before <a href=\"https://documenter.getpostman.com/view/20504079/2s93m5zLwc#21f5401a-f26e-4c7b-ada3-f6d6b9dbbd2e\">Create MultiHODL</a> due to get all available information about instruments because some instruments have day offs (<a href=\"https://help.youhodler.com/en/articles/3542730-multihodl-fees-specifications#h_32acf45e18\">More details about Day Offs</a>) or due to market volatility are disabled.</p>\n<h2 id=\"response-get-v3hodltariffs\">Response GET /v3/hodl/tariffs</h2>\n<h3 id=\"response-codes\">Response codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>Successful result</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Unauthorized</td>\n</tr>\n<tr>\n<td>500</td>\n<td>Internal Server Error</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"body\">Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>{n}.id</td>\n<td>String</td>\n<td>Id of tariff / Name of tariff</td>\n</tr>\n<tr>\n<td>baseTicker</td>\n<td>String</td>\n<td>Symbol of base ticker</td>\n</tr>\n<tr>\n<td>quoteTicker</td>\n<td>String</td>\n<td>Symbol of quote ticker</td>\n</tr>\n<tr>\n<td>minMultiplier</td>\n<td>Integer</td>\n<td>Minimum multiplier in the trading pair</td>\n</tr>\n<tr>\n<td>maxMultiplier</td>\n<td>Integer</td>\n<td>Maximum multiplier in the trading pair</td>\n</tr>\n<tr>\n<td>defaultMultiplier</td>\n<td>Integer</td>\n<td>Defeault multiplier in the trading pair</td>\n</tr>\n<tr>\n<td>minVolume</td>\n<td>Integer</td>\n<td>Minimum volume in the trading pair</td>\n</tr>\n<tr>\n<td>maxVolume</td>\n<td>Integer</td>\n<td>Maximum volume in the trading pair</td>\n</tr>\n<tr>\n<td>settlementFee</td>\n<td>Float</td>\n<td>Amount of fee</td>\n</tr>\n<tr>\n<td>settlementPeriod</td>\n<td>String</td>\n<td>Period to charge fee</td>\n</tr>\n<tr>\n<td>allowedInputTicker</td>\n<td>Array of string</td>\n<td>List of allowed coins to use inpur ticker</td>\n</tr>\n<tr>\n<td>apr</td>\n<td>Float</td>\n<td>Annual percentage rate of charge</td>\n</tr>\n<tr>\n<td>version</td>\n<td>Integer</td>\n<td>Version of engine</td>\n</tr>\n<tr>\n<td>isEnabled</td>\n<td>Boolean</td>\n<td>Turn on or turn off tariff- true - turn on  <br />- false - turn off</td>\n</tr>\n<tr>\n<td>isShort</td>\n<td>Boolean</td>\n<td>Direction- true - Short  <br />- false - Long</td>\n</tr>\n<tr>\n<td>tradingMode</td>\n<td>String</td>\n<td>Trading mode for instrument- ENABLED - instrument is available  <br />- DISABLED - instrument is not available  <br />- CLOSE_ONLY - instrument is available only to close hodl</td>\n</tr>\n<tr>\n<td>dayOff</td>\n<td>Boolean</td>\n<td>Flag shows day off today for instrument or not.- True - today is day off  <br />- False - today isn’t day offThe day is determined by UTC.</td>\n</tr>\n<tr>\n<td>daysOff</td>\n<td>Array</td>\n<td>More details about day off for instrument <a href=\"https://help.youhodler.com/en/articles/3542730-multihodl-fees-specifications#h_32acf45e18\">More details</a></td>\n</tr>\n<tr>\n<td>daysOff.[n].dayFrom</td>\n<td>Integer</td>\n<td>When day off starts <a href=\"https://help.youhodler.com/en/articles/3542730-multihodl-fees-specifications#h_32acf45e18\">More details</a></td>\n</tr>\n<tr>\n<td>daysOff.[n].dayTo</td>\n<td>Integer</td>\n<td>When day off finishes <a href=\"https://help.youhodler.com/en/articles/3542730-multihodl-fees-specifications#h_32acf45e18\">More details</a></td>\n</tr>\n<tr>\n<td>daysOff.[n].timeFrom</td>\n<td>String</td>\n<td>What time day off start <a href=\"https://help.youhodler.com/en/articles/3542730-multihodl-fees-specifications#h_32acf45e18\">More details</a></td>\n</tr>\n<tr>\n<td>daysOff.[n].timeTo</td>\n<td>String</td>\n<td>What time day off finish <a href=\"https://help.youhodler.com/en/articles/3542730-multihodl-fees-specifications#h_32acf45e18\">More details</a></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v3","hodl","tariffs"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"2d9d808e-9448-4605-a10e-80ecd626f0b7","name":"200 Ok","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"url":"{{baseUrl}}/v3/hodl/tariffs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Nov 2022 17:20:41 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-store","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-expose-headers","value":"X-Total-Count, X-Access-Token","enabled":true},{"key":"access-control-allow-credentials","value":"true","enabled":true},{"key":"access-control-allow-methods","value":"POST, PUT, GET, DELETE, OPTIONS","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"772541512b0b9500-LIS","enabled":true},{"key":"Content-Encoding","value":"br","enabled":true},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"ZILUSDT.True\",\n        \"baseTicker\": \"zil\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 240,\n        \"maxVolume\": 2000000,\n        \"settlementFee\": 0.00005,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"zil\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.0876,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": true\n    },\n    {\n        \"id\": \"ZILUSDT.False\",\n        \"baseTicker\": \"zil\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 240,\n        \"maxVolume\": 2000000,\n        \"settlementFee\": 0.00013999,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"zil\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.24528,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": false\n    },\n    {\n        \"id\": \"XTZUSDT.True\",\n        \"baseTicker\": \"xtz\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 6,\n        \"maxVolume\": 60000,\n        \"settlementFee\": 0.00005,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"xtz\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.0876,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": true\n    },\n    {\n        \"id\": \"XTZUSDT.False\",\n        \"baseTicker\": \"xtz\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 6,\n        \"maxVolume\": 60000,\n        \"settlementFee\": 0.00013999,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"xtz\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.24528,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": false\n    },\n    {\n        \"id\": \"ILVUSDT.True\",\n        \"baseTicker\": \"ilv\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 0.08,\n        \"maxVolume\": 800,\n        \"settlementFee\": 0.00003,\n        \"settlementPeriod\": \"3h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"ilv\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.0876,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": true\n    },\n    {\n        \"id\": \"ILVUSDT.False\",\n        \"baseTicker\": \"ilv\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 0.08,\n        \"maxVolume\": 800,\n        \"settlementFee\": 0.00006999,\n        \"settlementPeriod\": \"3h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"ilv\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.2044,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": false\n    },\n    {\n        \"id\": \"FTTUSDT.True\",\n        \"baseTicker\": \"ftt\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 0.35,\n        \"maxVolume\": 3500,\n        \"settlementFee\": 0.00005,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"ftt\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.0876,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": true\n    },\n    {\n        \"id\": \"FTTUSDT.False\",\n        \"baseTicker\": \"ftt\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 0.35,\n        \"maxVolume\": 3500,\n        \"settlementFee\": 0.00013999,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"ftt\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.24528,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": false\n    },\n    {\n        \"id\": \"ZRXUSDT.True\",\n        \"baseTicker\": \"zrx\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 31.5,\n        \"maxVolume\": 300000,\n        \"settlementFee\": 0.00005,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"zrx\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.0876,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": true\n    },\n    {\n        \"id\": \"ZRXUSDT.False\",\n        \"baseTicker\": \"zrx\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 31.5,\n        \"maxVolume\": 300000,\n        \"settlementFee\": 0.00013999,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"zrx\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.24528,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": false\n    },\n    {\n        \"id\": \"DOGEUSDT.True\",\n        \"baseTicker\": \"doge\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 141,\n        \"maxVolume\": 1200000,\n        \"settlementFee\": 0.00005,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"doge\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.0876,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": true\n    },\n    {\n        \"id\": \"DOGEUSDT.False\",\n        \"baseTicker\": \"doge\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 141,\n        \"maxVolume\": 1200000,\n        \"settlementFee\": 0.00013999,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"doge\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.24528,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": false\n    },\n    {\n        \"id\": \"SANDUSDT.True\",\n        \"baseTicker\": \"sand\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 7.4,\n        \"maxVolume\": 70000,\n        \"settlementFee\": 0.00005,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"sand\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.0876,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": true\n    },\n    {\n        \"id\": \"SANDUSDT.False\",\n        \"baseTicker\": \"sand\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 7.4,\n        \"maxVolume\": 70000,\n        \"settlementFee\": 0.00011666,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"sand\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.2044,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": false\n    },\n    {\n        \"id\": \"AVAXUSDT.True\",\n        \"baseTicker\": \"avax\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 0.41,\n        \"maxVolume\": 4000,\n        \"settlementFee\": 0.00005,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"avax\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.0876,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": true\n    },\n    {\n        \"id\": \"AVAXUSDT.False\",\n        \"baseTicker\": \"avax\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 0.41,\n        \"maxVolume\": 4000,\n        \"settlementFee\": 0.00013999,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"avax\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.24528,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": false\n    },\n    {\n        \"id\": \"REPUSDT.True\",\n        \"baseTicker\": \"rep\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 40,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 1.17,\n        \"maxVolume\": 11000,\n        \"settlementFee\": 0.00005,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"rep\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.0876,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": true\n    },\n    {\n        \"id\": \"REPUSDT.False\",\n        \"baseTicker\": \"rep\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 1.17,\n        \"maxVolume\": 11000,\n        \"settlementFee\": 0.00013999,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"rep\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.24528,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": false\n    },\n    {\n        \"id\": \"LINKUSDT.True\",\n        \"baseTicker\": \"link\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 1.4,\n        \"maxVolume\": 14000,\n        \"settlementFee\": 0.00003,\n        \"settlementPeriod\": \"3h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"link\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.0876,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": true\n    },\n    {\n        \"id\": \"LINKUSDT.False\",\n        \"baseTicker\": \"link\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 1.4,\n        \"maxVolume\": 14000,\n        \"settlementFee\": 0.00006999,\n        \"settlementPeriod\": \"3h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"link\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.2044,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": false\n    },\n    {\n        \"id\": \"GALAUSDT.True\",\n        \"baseTicker\": \"gala\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 182,\n        \"maxVolume\": 1200000,\n        \"settlementFee\": 0.00005,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"gala\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.0876,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": true\n    },\n    {\n        \"id\": \"GALAUSDT.False\",\n        \"baseTicker\": \"gala\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 182,\n        \"maxVolume\": 1200000,\n        \"settlementFee\": 0.00011666,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"gala\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.2044,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": false\n    },\n    {\n        \"id\": \"BCHUSDT.True\",\n        \"baseTicker\": \"bch\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 0.08,\n        \"maxVolume\": 800,\n        \"settlementFee\": 0.00005,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"bch\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.0876,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": true\n    },\n    {\n        \"id\": \"BCHUSDT.False\",\n        \"baseTicker\": \"bch\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 0.08,\n        \"maxVolume\": 800,\n        \"settlementFee\": 0.00013999,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"bch\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.24528,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": false\n    },\n    {\n        \"id\": \"UNIUSDT.True\",\n        \"baseTicker\": \"uni\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 1.43,\n        \"maxVolume\": 14000,\n        \"settlementFee\": 0.00005,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"uni\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.0876,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": true\n    },\n    {\n        \"id\": \"UNIUSDT.False\",\n        \"baseTicker\": \"uni\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 1.43,\n        \"maxVolume\": 14000,\n        \"settlementFee\": 0.00013999,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"uni\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.24528,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": false\n    },\n    {\n        \"id\": \"GMTUSDT.True\",\n        \"baseTicker\": \"gmt\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 10,\n        \"maxVolume\": 100000,\n        \"settlementFee\": 0.00003,\n        \"settlementPeriod\": \"3h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"gmt\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.0876,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": true\n    },\n    {\n        \"id\": \"GMTUSDT.False\",\n        \"baseTicker\": \"gmt\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 10,\n        \"maxVolume\": 100000,\n        \"settlementFee\": 0.00006999,\n        \"settlementPeriod\": \"3h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"gmt\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.2044,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": false\n    },\n    {\n        \"id\": \"BNBBTC.True\",\n        \"baseTicker\": \"bnb\",\n        \"quoteTicker\": \"btc\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 0.038,\n        \"maxVolume\": 380,\n        \"settlementFee\": 0.00005,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"btc\",\n            \"bnb\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdt\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.0876,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": true\n    },\n    {\n        \"id\": \"BNBBTC.False\",\n        \"baseTicker\": \"bnb\",\n        \"quoteTicker\": \"btc\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 0.038,\n        \"maxVolume\": 380,\n        \"settlementFee\": 0.00013999,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"btc\",\n            \"bnb\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdt\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.24528,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": false\n    },\n    {\n        \"id\": \"BATUSDT.True\",\n        \"baseTicker\": \"bat\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 25,\n        \"maxVolume\": 120000,\n        \"settlementFee\": 0.00001,\n        \"settlementPeriod\": \"1h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"bat\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.0876,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": true\n    },\n    {\n        \"id\": \"BATUSDT.False\",\n        \"baseTicker\": \"bat\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 25,\n        \"maxVolume\": 120000,\n        \"settlementFee\": 0.00013999,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"bat\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.24528,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": false\n    },\n    {\n        \"id\": \"DOTUSDT.True\",\n        \"baseTicker\": \"dot\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 1.3,\n        \"maxVolume\": 13000,\n        \"settlementFee\": 0.00005,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"dot\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.0876,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": true\n    },\n    {\n        \"id\": \"DOTUSDT.False\",\n        \"baseTicker\": \"dot\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 1.3,\n        \"maxVolume\": 13000,\n        \"settlementFee\": 0.00013999,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"dot\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.24528,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": false\n    },\n    {\n        \"id\": \"BNTUSDT.True\",\n        \"baseTicker\": \"bnt\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 20,\n        \"maxVolume\": 200000,\n        \"settlementFee\": 0.00005,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"bnt\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.0876,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": true\n    },\n    {\n        \"id\": \"BNTUSDT.False\",\n        \"baseTicker\": \"bnt\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 20,\n        \"maxVolume\": 200000,\n        \"settlementFee\": 0.00013999,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"bnt\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.24528,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": false\n    },\n    {\n        \"id\": \"MKRUSDT.True\",\n        \"baseTicker\": \"mkr\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 0.01,\n        \"maxVolume\": 100,\n        \"settlementFee\": 0.00005,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"mkr\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.0876,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": true\n    },\n    {\n        \"id\": \"MKRUSDT.False\",\n        \"baseTicker\": \"mkr\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 0.01,\n        \"maxVolume\": 100,\n        \"settlementFee\": 0.00013999,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"mkr\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.24528,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": false\n    },\n    {\n        \"id\": \"EOSUSDT.True\",\n        \"baseTicker\": \"eos\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 9.5,\n        \"maxVolume\": 95000,\n        \"settlementFee\": 0.00005,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"eos\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.0876,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": true\n    },\n    {\n        \"id\": \"EOSUSDT.False\",\n        \"baseTicker\": \"eos\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 9.5,\n        \"maxVolume\": 95000,\n        \"settlementFee\": 0.00013999,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"eos\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.24528,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": false\n    },\n    {\n        \"id\": \"CAKEUSDT.True\",\n        \"baseTicker\": \"cake\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 3,\n        \"maxVolume\": 30000,\n        \"settlementFee\": 0.00005,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"cake\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.0876,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": true\n    },\n    {\n        \"id\": \"CAKEUSDT.False\",\n        \"baseTicker\": \"cake\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 3,\n        \"maxVolume\": 30000,\n        \"settlementFee\": 0.00013999,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"cake\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.24528,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": false\n    },\n    {\n        \"id\": \"ETHBTC.True\",\n        \"baseTicker\": \"eth\",\n        \"quoteTicker\": \"btc\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 0.0065,\n        \"maxVolume\": 60,\n        \"settlementFee\": 0.00005,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"btc\",\n            \"eth\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdt\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.0876,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": true\n    },\n    {\n        \"id\": \"ETHBTC.False\",\n        \"baseTicker\": \"eth\",\n        \"quoteTicker\": \"btc\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 0.0065,\n        \"maxVolume\": 60,\n        \"settlementFee\": 0.00013999,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"btc\",\n            \"eth\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdt\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.24528,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": false\n    },\n    {\n        \"id\": \"TRXUSDT.True\",\n        \"baseTicker\": \"trx\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 147,\n        \"maxVolume\": 1200000,\n        \"settlementFee\": 0.00005,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"trx\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.0876,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": true\n    },\n    {\n        \"id\": \"TRXUSDT.False\",\n        \"baseTicker\": \"trx\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 147,\n        \"maxVolume\": 1200000,\n        \"settlementFee\": 0.00013999,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"trx\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.24528,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": false\n    },\n    {\n        \"id\": \"ATOMUSDT.True\",\n        \"baseTicker\": \"atom\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 1,\n        \"maxVolume\": 8000,\n        \"settlementFee\": 0.00005,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"atom\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.0876,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": true\n    },\n    {\n        \"id\": \"ATOMUSDT.False\",\n        \"baseTicker\": \"atom\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 1,\n        \"maxVolume\": 8000,\n        \"settlementFee\": 0.00013999,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"atom\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.24528,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": false\n    },\n    {\n        \"id\": \"FILUSDT.True\",\n        \"baseTicker\": \"fil\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 1.8,\n        \"maxVolume\": 1000,\n        \"settlementFee\": 0.00005,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"fil\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.0876,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": true\n    },\n    {\n        \"id\": \"FILUSDT.False\",\n        \"baseTicker\": \"fil\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 1.8,\n        \"maxVolume\": 1000,\n        \"settlementFee\": 0.00013999,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"fil\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.24528,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": false\n    },\n    {\n        \"id\": \"LTCUSDT.True\",\n        \"baseTicker\": \"ltc\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 0.17,\n        \"maxVolume\": 1700,\n        \"settlementFee\": 0.00005,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"ltc\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.0876,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": true\n    },\n    {\n        \"id\": \"LTCUSDT.False\",\n        \"baseTicker\": \"ltc\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 0.17,\n        \"maxVolume\": 1700,\n        \"settlementFee\": 0.00013999,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"ltc\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.24528,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": false\n    },\n    {\n        \"id\": \"APEUSDT.True\",\n        \"baseTicker\": \"ape\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 1.7,\n        \"maxVolume\": 17000,\n        \"settlementFee\": 0.00003,\n        \"settlementPeriod\": \"3h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"ape\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.0876,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": true\n    },\n    {\n        \"id\": \"APEUSDT.False\",\n        \"baseTicker\": \"ape\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 1.7,\n        \"maxVolume\": 17000,\n        \"settlementFee\": 0.00006999,\n        \"settlementPeriod\": \"3h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"ape\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.2044,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": false\n    },\n    {\n        \"id\": \"ADAUSDT.True\",\n        \"baseTicker\": \"ada\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 20,\n        \"maxVolume\": 200000,\n        \"settlementFee\": 0.00005,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"ada\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.0876,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": true\n    },\n    {\n        \"id\": \"ADAUSDT.False\",\n        \"baseTicker\": \"ada\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 20,\n        \"maxVolume\": 200000,\n        \"settlementFee\": 0.00013999,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"ada\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.24528,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": false\n    },\n    {\n        \"id\": \"DASHUSDT.True\",\n        \"baseTicker\": \"dash\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 0.21,\n        \"maxVolume\": 2100,\n        \"settlementFee\": 0.00005,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"dash\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.0876,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": true\n    },\n    {\n        \"id\": \"DASHUSDT.False\",\n        \"baseTicker\": \"dash\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 0.21,\n        \"maxVolume\": 2100,\n        \"settlementFee\": 0.00013999,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"dash\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.24528,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": false\n    },\n    {\n        \"id\": \"OMGUSDT.True\",\n        \"baseTicker\": \"omg\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 5.2,\n        \"maxVolume\": 50000,\n        \"settlementFee\": 0.00005,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"omg\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.0876,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": true\n    },\n    {\n        \"id\": \"OMGUSDT.False\",\n        \"baseTicker\": \"omg\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 5.2,\n        \"maxVolume\": 50000,\n        \"settlementFee\": 0.00013999,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"omg\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.24528,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": false\n    },\n    {\n        \"id\": \"SNXUSDT.True\",\n        \"baseTicker\": \"snx\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 3.4,\n        \"maxVolume\": 34000,\n        \"settlementFee\": 0.00005,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"snx\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.0876,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": true\n    },\n    {\n        \"id\": \"SNXUSDT.False\",\n        \"baseTicker\": \"snx\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 3.4,\n        \"maxVolume\": 34000,\n        \"settlementFee\": 0.00013999,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"snx\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.24528,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": false\n    },\n    {\n        \"id\": \"XRPUSDT.True\",\n        \"baseTicker\": \"xrp\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 27.4,\n        \"maxVolume\": 393400,\n        \"settlementFee\": 0.00005,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"xrp\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.0876,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": true\n    },\n    {\n        \"id\": \"XRPUSDT.False\",\n        \"baseTicker\": \"xrp\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 27.4,\n        \"maxVolume\": 393400,\n        \"settlementFee\": 0.00013999,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"xrp\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.24528,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": false\n    },\n    {\n        \"id\": \"COMPUSDT.True\",\n        \"baseTicker\": \"comp\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 0.18,\n        \"maxVolume\": 1800,\n        \"settlementFee\": 0.00005,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"comp\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.0876,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": true\n    },\n    {\n        \"id\": \"COMPUSDT.False\",\n        \"baseTicker\": \"comp\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 0.18,\n        \"maxVolume\": 1800,\n        \"settlementFee\": 0.00013999,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"comp\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.24528,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": false\n    },\n    {\n        \"id\": \"ETHUSDT.True\",\n        \"baseTicker\": \"eth\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 0.0065,\n        \"maxVolume\": 150,\n        \"settlementFee\": 0.00003,\n        \"settlementPeriod\": \"3h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"eth\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.0876,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": true\n    },\n    {\n        \"id\": \"ETHUSDT.False\",\n        \"baseTicker\": \"eth\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 0.0065,\n        \"maxVolume\": 150,\n        \"settlementFee\": 0.00006999,\n        \"settlementPeriod\": \"3h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"eth\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.2044,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": false\n    },\n    {\n        \"id\": \"MANAUSDT.True\",\n        \"baseTicker\": \"mana\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 10,\n        \"maxVolume\": 100000,\n        \"settlementFee\": 0.00003,\n        \"settlementPeriod\": \"3h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"mana\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.0876,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": true\n    },\n    {\n        \"id\": \"MANAUSDT.False\",\n        \"baseTicker\": \"mana\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 10,\n        \"maxVolume\": 100000,\n        \"settlementFee\": 0.00006999,\n        \"settlementPeriod\": \"3h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"mana\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.2044,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": false\n    },\n    {\n        \"id\": \"AXSUSDT.True\",\n        \"baseTicker\": \"axs\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 0.64,\n        \"maxVolume\": 6000,\n        \"settlementFee\": 0.00003,\n        \"settlementPeriod\": \"3h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"axs\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.0876,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": true\n    },\n    {\n        \"id\": \"AXSUSDT.False\",\n        \"baseTicker\": \"axs\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 0.64,\n        \"maxVolume\": 6000,\n        \"settlementFee\": 0.00006999,\n        \"settlementPeriod\": \"3h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"axs\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.2044,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": false\n    },\n    {\n        \"id\": \"XLMUSDT.True\",\n        \"baseTicker\": \"xlm\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 88,\n        \"maxVolume\": 880000,\n        \"settlementFee\": 0.00005,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"xlm\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.0876,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": true\n    },\n    {\n        \"id\": \"XLMUSDT.False\",\n        \"baseTicker\": \"xlm\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 88,\n        \"maxVolume\": 880000,\n        \"settlementFee\": 0.00013999,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"xlm\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.24528,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": false\n    },\n    {\n        \"id\": \"EGLDUSDT.True\",\n        \"baseTicker\": \"egld\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 0.18,\n        \"maxVolume\": 1800,\n        \"settlementFee\": 0.00005,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"egld\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.0876,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": true\n    },\n    {\n        \"id\": \"EGLDUSDT.False\",\n        \"baseTicker\": \"egld\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 0.18,\n        \"maxVolume\": 1800,\n        \"settlementFee\": 0.00013999,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"egld\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.24528,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": false\n    },\n    {\n        \"id\": \"BNBUSDT.True\",\n        \"baseTicker\": \"bnb\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 0.38,\n        \"maxVolume\": 3800,\n        \"settlementFee\": 0.00005,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"bnb\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.0876,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": true\n    },\n    {\n        \"id\": \"BNBUSDT.False\",\n        \"baseTicker\": \"bnb\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 0.38,\n        \"maxVolume\": 3800,\n        \"settlementFee\": 0.00013999,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"bnb\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.24528,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": false\n    },\n    {\n        \"id\": \"AAVEUSDT.True\",\n        \"baseTicker\": \"aave\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 0.1,\n        \"maxVolume\": 1000,\n        \"settlementFee\": 0.00005,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"aave\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.0876,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": true\n    },\n    {\n        \"id\": \"AAVEUSDT.False\",\n        \"baseTicker\": \"aave\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 0.1,\n        \"maxVolume\": 1000,\n        \"settlementFee\": 0.00013999,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"aave\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.24528,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": false\n    },\n    {\n        \"id\": \"SUSHIUSDT.True\",\n        \"baseTicker\": \"sushi\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 7.41,\n        \"maxVolume\": 50000,\n        \"settlementFee\": 0.00005,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"sushi\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.0876,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": true\n    },\n    {\n        \"id\": \"SUSHIUSDT.False\",\n        \"baseTicker\": \"sushi\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 7.41,\n        \"maxVolume\": 50000,\n        \"settlementFee\": 0.00013999,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"sushi\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.24528,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": false\n    },\n    {\n        \"id\": \"NEARUSDT.True\",\n        \"baseTicker\": \"near\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 2.35,\n        \"maxVolume\": 23000,\n        \"settlementFee\": 0.00005,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"near\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.0876,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": true\n    },\n    {\n        \"id\": \"NEARUSDT.False\",\n        \"baseTicker\": \"near\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 2.35,\n        \"maxVolume\": 23000,\n        \"settlementFee\": 0.00013999,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"near\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.24528,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": false\n    },\n    {\n        \"id\": \"YFIUSDT.True\",\n        \"baseTicker\": \"yfi\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 0.0015,\n        \"maxVolume\": 15,\n        \"settlementFee\": 0.00005,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"yfi\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.0876,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": true\n    },\n    {\n        \"id\": \"YFIUSDT.False\",\n        \"baseTicker\": \"yfi\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 0.0015,\n        \"maxVolume\": 15,\n        \"settlementFee\": 0.00013999,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"yfi\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.24528,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": false\n    },\n    {\n        \"id\": \"1INCHUSDT.True\",\n        \"baseTicker\": \"1inch\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 14,\n        \"maxVolume\": 140000,\n        \"settlementFee\": 0.00005,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"1inch\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.0876,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": true\n    },\n    {\n        \"id\": \"1INCHUSDT.False\",\n        \"baseTicker\": \"1inch\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 14,\n        \"maxVolume\": 140000,\n        \"settlementFee\": 0.00013999,\n        \"settlementPeriod\": \"5h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"1inch\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.24528,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": false\n    },\n    {\n        \"id\": \"BTCUSDT.True\",\n        \"baseTicker\": \"btc\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 0.0004,\n        \"maxVolume\": 7,\n        \"settlementFee\": 0.00003,\n        \"settlementPeriod\": \"3h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"btc\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.0876,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": true\n    },\n    {\n        \"id\": \"BTCUSDT.False\",\n        \"baseTicker\": \"btc\",\n        \"quoteTicker\": \"usdt\",\n        \"minLeverage\": 2,\n        \"maxLeverage\": 50,\n        \"defaultLeverage\": 20,\n        \"minVolume\": 0.0004,\n        \"maxVolume\": 7,\n        \"settlementFee\": 0.00006999,\n        \"settlementPeriod\": \"3h\",\n        \"allowedInputTickers\": [\n            \"usdt\",\n            \"btc\",\n            \"usdp\",\n            \"usd\",\n            \"eur\",\n            \"gbp\",\n            \"chf\",\n            \"rub\",\n            \"usdc\",\n            \"tusd\",\n            \"dai\",\n            \"busd\",\n            \"husd\",\n            \"eurs\",\n            \"taud\",\n            \"tcad\",\n            \"tgbp\"\n        ],\n        \"apr\": 0.2044,\n        \"version\": 3,\n        \"isEnabled\": true,\n        \"isShort\": false\n    }\n]"},{"id":"64f0b0c7-b837-45f4-a917-57d53f6639be","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"url":"{{baseUrl}}/v3/hodl/tariffs"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Nov 2022 17:21:30 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"33","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-store","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-expose-headers","value":"X-Total-Count, X-Access-Token","enabled":true},{"key":"access-control-allow-credentials","value":"true","enabled":true},{"key":"access-control-allow-methods","value":"POST, PUT, GET, DELETE, OPTIONS","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"772542825b7a9500-LIS","enabled":true},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"_error\": \"Authentication Error\"\n}"}],"_postman_id":"1fa4e5fc-98da-40eb-bc79-0cc074dce716"},{"name":"Calculate MultiHODL","id":"4fe4afe9-142c-4ef5-b518-14aa0c7dc497","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"inputAmount\": 200,\n  \"inputTicker\": \"usdt\",\n  \"tariffId\": \"ZILUSDT.False\",\n  \"multiplier\": 20,\n  \"tp\": 0.0229,\n  \"sl\": 0.0215\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/hodl/calculate","description":"<p>The request returns calculated data to create a position.</p>\n<h2 id=\"request-post-v3hodcalculate\">Request POST /v3/hod/calculate</h2>\n<h3 id=\"body\">Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>inputAmount</td>\n<td>Integer</td>\n<td>Yes</td>\n<td>That amount is entered by user and that amount is used as collateral.</td>\n</tr>\n<tr>\n<td>inputTicker</td>\n<td>String</td>\n<td>Yes</td>\n<td>Currency of input amount</td>\n</tr>\n<tr>\n<td>tariffId</td>\n<td>String</td>\n<td>Yes</td>\n<td>Tariff's id from dealing panel</td>\n</tr>\n<tr>\n<td>multiplier</td>\n<td>Integer</td>\n<td>Yes</td>\n<td>Count of multiplier</td>\n</tr>\n<tr>\n<td>tp</td>\n<td>Float</td>\n<td>No</td>\n<td>Level of take profit</td>\n</tr>\n<tr>\n<td>sl</td>\n<td>Float</td>\n<td>No</td>\n<td>Level of stop loss</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-post-v3hodlcalculate\">Response POST /v3/hodl/calculate</h2>\n<h3 id=\"response-codes\">Response codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>Successful result</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Bad request, wrong parameters in the Body</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Unauthorized</td>\n</tr>\n<tr>\n<td>500</td>\n<td>- Internal Server Error  <br />- Unknown tariff</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"body-1\">Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>apr</td>\n<td>Float</td>\n<td>Annual percentage rate of charge</td>\n</tr>\n<tr>\n<td>baseTicker</td>\n<td>String</td>\n<td>Currency of base ticker</td>\n</tr>\n<tr>\n<td>quoteTicker</td>\n<td>String</td>\n<td>Currency of quote ticker</td>\n</tr>\n<tr>\n<td>collateralTicker</td>\n<td>String</td>\n<td>Currency of collateral</td>\n</tr>\n<tr>\n<td>borrowedTicker</td>\n<td>String</td>\n<td>Currency of borrowed</td>\n</tr>\n<tr>\n<td>ftpPrice</td>\n<td>Float</td>\n<td>Price of Force Take Profit Level</td>\n</tr>\n<tr>\n<td>initialPrice</td>\n<td>Float</td>\n<td>Price of initial hodl</td>\n</tr>\n<tr>\n<td>inputAmount</td>\n<td>Float</td>\n<td>That amount is entered by user and that amount is used as collateral.</td>\n</tr>\n<tr>\n<td>inputCollateralAmount</td>\n<td>Float</td>\n<td>Input amount in base ticker</td>\n</tr>\n<tr>\n<td>inputTicker</td>\n<td>String</td>\n<td>Currency of input amount</td>\n</tr>\n<tr>\n<td>maxProfit</td>\n<td>Float</td>\n<td>Max potential profit in hodl</td>\n</tr>\n<tr>\n<td>maxLoss</td>\n<td>Float</td>\n<td>Max potential loss in hodl</td>\n</tr>\n<tr>\n<td>isShort</td>\n<td>Boolean</td>\n<td>The flag means short position or longTrue - shortFalse - long</td>\n</tr>\n<tr>\n<td>settlementFee</td>\n<td>Float</td>\n<td>Size of fee</td>\n</tr>\n<tr>\n<td>settlementFeeAmount</td>\n<td>Float</td>\n<td>Total fee in hodl</td>\n</tr>\n<tr>\n<td>settlementPeriod</td>\n<td>String</td>\n<td>Days is a time period to charge fee</td>\n</tr>\n<tr>\n<td>slPrice</td>\n<td>Float</td>\n<td>Price of Stop Loss Level</td>\n</tr>\n<tr>\n<td>tpPrice</td>\n<td>Float</td>\n<td>Price of Take profit</td>\n</tr>\n<tr>\n<td>totalAmount</td>\n<td>Float</td>\n<td>The sum of all assets that are involved in the transaction: user money + multiplier.</td>\n</tr>\n<tr>\n<td>loan</td>\n<td>Array</td>\n<td>Information about chain of loans</td>\n</tr>\n<tr>\n<td>loan.loans</td>\n<td>Array</td>\n<td>Chain of loans</td>\n</tr>\n<tr>\n<td>loan.loans.[].{n}.borrowed</td>\n<td>String</td>\n<td>Separate loan borrowed</td>\n</tr>\n<tr>\n<td>loan.loans.[].{n}.collateral</td>\n<td>String</td>\n<td>Separate loan collateral</td>\n</tr>\n<tr>\n<td>loan.loans.[].{n}.settlementFee</td>\n<td>String</td>\n<td>Settlement Fee of separate loan</td>\n</tr>\n<tr>\n<td>loan.loans.[].{n}.settlementPeriod</td>\n<td>String</td>\n<td>Period charging fee of a separate loan</td>\n</tr>\n<tr>\n<td>loan.ltv</td>\n<td>String</td>\n<td>Ltv of loans chain</td>\n</tr>\n<tr>\n<td>loan.totalRepayment</td>\n<td>String</td>\n<td>Borrowed of loans chain</td>\n</tr>\n<tr>\n<td>loan.totalCollateral</td>\n<td>String</td>\n<td>Collateral of loans chain</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v3","hodl","calculate"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"6a34ca31-0f80-4959-8771-8c5ca34fc436","name":"200 Ok","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"inputAmount\": 200,\n  \"inputTicker\": \"usdt\",\n  \"tariffId\": \"ZILUSDT.False\",\n  \"leverage\": 20,\n  \"tp\": 0.0229,\n  \"sl\": 0.0215\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/hodl/calculate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Nov 2022 17:41:37 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-expose-headers","value":"X-Total-Count, X-Access-Token","enabled":true},{"key":"access-control-allow-credentials","value":"true","enabled":true},{"key":"access-control-allow-methods","value":"POST, PUT, GET, DELETE, OPTIONS","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"77255ffa48861227-MRS","enabled":true},{"key":"Content-Encoding","value":"br","enabled":true},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"apr\": \"0.24528\",\n    \"baseTicker\": \"zil\",\n    \"borrowedAmount\": \"3799.99\",\n    \"borrowedTicker\": \"usdt\",\n    \"collateralTicker\": \"zil\",\n    \"ftpPrice\": \"0.02366519\",\n    \"initialPrice\": \"0.022117\",\n    \"inputAmount\": \"200\",\n    \"inputCollateralAmount\": \"9042.817742\",\n    \"inputTicker\": \"usdt\",\n    \"isShort\": false,\n    \"maxLoss\": \"-111.59\",\n    \"maxProfit\": \"141.07\",\n    \"mcPrice\": \"0.02112173\",\n    \"quoteTicker\": \"usdt\",\n    \"settlementFee\": \"0.00013999\",\n    \"settlementFeeAmount\": \"0.53196199\",\n    \"settlementPeriod\": \"5h\",\n    \"slPrice\": \"0.0215\",\n    \"totalAmount\": \"180856.35484\",\n    \"tpPrice\": \"0.0229\",\n    \"loan\": {\n        \"loans\": [\n            {\n                \"borrowed\": \"191.79\",\n                \"collateral\": \"9042.817742\",\n                \"settlementFee\": \"0.00013999\",\n                \"settlementPeriod\": \"5h\"\n            },\n            {\n                \"borrowed\": \"183.92\",\n                \"collateral\": \"8671.610073\",\n                \"settlementFee\": \"0.00013999\",\n                \"settlementPeriod\": \"5h\"\n            },\n            {\n                \"borrowed\": \"176.37\",\n                \"collateral\": \"8315.775195\",\n                \"settlementFee\": \"0.00013999\",\n                \"settlementPeriod\": \"5h\"\n            },\n            {\n                \"borrowed\": \"169.13\",\n                \"collateral\": \"7974.408825\",\n                \"settlementFee\": \"0.00013999\",\n                \"settlementPeriod\": \"5h\"\n            },\n            {\n                \"borrowed\": \"162.19\",\n                \"collateral\": \"7647.058823\",\n                \"settlementFee\": \"0.00013999\",\n                \"settlementPeriod\": \"5h\"\n            },\n            {\n                \"borrowed\": \"155.53\",\n                \"collateral\": \"7333.273047\",\n                \"settlementFee\": \"0.00013999\",\n                \"settlementPeriod\": \"5h\"\n            },\n            {\n                \"borrowed\": \"149.14\",\n                \"collateral\": \"7032.147217\",\n                \"settlementFee\": \"0.00013999\",\n                \"settlementPeriod\": \"5h\"\n            },\n            {\n                \"borrowed\": \"143.02\",\n                \"collateral\": \"6743.22919\",\n                \"settlementFee\": \"0.00013999\",\n                \"settlementPeriod\": \"5h\"\n            },\n            {\n                \"borrowed\": \"137.15\",\n                \"collateral\": \"6466.518967\",\n                \"settlementFee\": \"0.00013999\",\n                \"settlementPeriod\": \"5h\"\n            },\n            {\n                \"borrowed\": \"131.52\",\n                \"collateral\": \"6201.112266\",\n                \"settlementFee\": \"0.00013999\",\n                \"settlementPeriod\": \"5h\"\n            },\n            {\n                \"borrowed\": \"126.12\",\n                \"collateral\": \"5946.556947\",\n                \"settlementFee\": \"0.00013999\",\n                \"settlementPeriod\": \"5h\"\n            },\n            {\n                \"borrowed\": \"120.94\",\n                \"collateral\": \"5702.400868\",\n                \"settlementFee\": \"0.00013999\",\n                \"settlementPeriod\": \"5h\"\n            },\n            {\n                \"borrowed\": \"115.97\",\n                \"collateral\": \"5468.191888\",\n                \"settlementFee\": \"0.00013999\",\n                \"settlementPeriod\": \"5h\"\n            },\n            {\n                \"borrowed\": \"111.21\",\n                \"collateral\": \"5243.477867\",\n                \"settlementFee\": \"0.00013999\",\n                \"settlementPeriod\": \"5h\"\n            },\n            {\n                \"borrowed\": \"106.64\",\n                \"collateral\": \"5028.258805\",\n                \"settlementFee\": \"0.00013999\",\n                \"settlementPeriod\": \"5h\"\n            },\n            {\n                \"borrowed\": \"102.26\",\n                \"collateral\": \"4821.63042\",\n                \"settlementFee\": \"0.00013999\",\n                \"settlementPeriod\": \"5h\"\n            },\n            {\n                \"borrowed\": \"98.06\",\n                \"collateral\": \"4623.592711\",\n                \"settlementFee\": \"0.00013999\",\n                \"settlementPeriod\": \"5h\"\n            },\n            {\n                \"borrowed\": \"94.03\",\n                \"collateral\": \"4433.693538\",\n                \"settlementFee\": \"0.00013999\",\n                \"settlementPeriod\": \"5h\"\n            },\n            {\n                \"borrowed\": \"90.17\",\n                \"collateral\": \"4251.480761\",\n                \"settlementFee\": \"0.00013999\",\n                \"settlementPeriod\": \"5h\"\n            },\n            {\n                \"borrowed\": \"86.47\",\n                \"collateral\": \"4076.954378\",\n                \"settlementFee\": \"0.00013999\",\n                \"settlementPeriod\": \"5h\"\n            },\n            {\n                \"borrowed\": \"82.92\",\n                \"collateral\": \"3909.66225\",\n                \"settlementFee\": \"0.00013999\",\n                \"settlementPeriod\": \"5h\"\n            },\n            {\n                \"borrowed\": \"79.51\",\n                \"collateral\": \"3749.152235\",\n                \"settlementFee\": \"0.00013999\",\n                \"settlementPeriod\": \"5h\"\n            },\n            {\n                \"borrowed\": \"76.24\",\n                \"collateral\": \"3594.972193\",\n                \"settlementFee\": \"0.00013999\",\n                \"settlementPeriod\": \"5h\"\n            },\n            {\n                \"borrowed\": \"73.11\",\n                \"collateral\": \"3447.122123\",\n                \"settlementFee\": \"0.00013999\",\n                \"settlementPeriod\": \"5h\"\n            },\n            {\n                \"borrowed\": \"70.11\",\n                \"collateral\": \"3305.602025\",\n                \"settlementFee\": \"0.00013999\",\n                \"settlementPeriod\": \"5h\"\n            },\n            {\n                \"borrowed\": \"67.23\",\n                \"collateral\": \"3169.959759\",\n                \"settlementFee\": \"0.00013999\",\n                \"settlementPeriod\": \"5h\"\n            },\n            {\n                \"borrowed\": \"64.47\",\n                \"collateral\": \"3039.743183\",\n                \"settlementFee\": \"0.00013999\",\n                \"settlementPeriod\": \"5h\"\n            },\n            {\n                \"borrowed\": \"61.82\",\n                \"collateral\": \"2914.952299\",\n                \"settlementFee\": \"0.00013999\",\n                \"settlementPeriod\": \"5h\"\n            },\n            {\n                \"borrowed\": \"59.28\",\n                \"collateral\": \"2795.134964\",\n                \"settlementFee\": \"0.00013999\",\n                \"settlementPeriod\": \"5h\"\n            },\n            {\n                \"borrowed\": \"56.84\",\n                \"collateral\": \"2680.291178\",\n                \"settlementFee\": \"0.00013999\",\n                \"settlementPeriod\": \"5h\"\n            },\n            {\n                \"borrowed\": \"54.5\",\n                \"collateral\": \"2569.968802\",\n                \"settlementFee\": \"0.00013999\",\n                \"settlementPeriod\": \"5h\"\n            },\n            {\n                \"borrowed\": \"52.26\",\n                \"collateral\": \"2464.167834\",\n                \"settlementFee\": \"0.00013999\",\n                \"settlementPeriod\": \"5h\"\n            },\n            {\n                \"borrowed\": \"50.11\",\n                \"collateral\": \"2362.888275\",\n                \"settlementFee\": \"0.00013999\",\n                \"settlementPeriod\": \"5h\"\n            },\n            {\n                \"borrowed\": \"48.05\",\n                \"collateral\": \"2265.677985\",\n                \"settlementFee\": \"0.00013999\",\n                \"settlementPeriod\": \"5h\"\n            },\n            {\n                \"borrowed\": \"46.07\",\n                \"collateral\": \"2172.536962\",\n                \"settlementFee\": \"0.00013999\",\n                \"settlementPeriod\": \"5h\"\n            },\n            {\n                \"borrowed\": \"44.18\",\n                \"collateral\": \"2083.013066\",\n                \"settlementFee\": \"0.00013999\",\n                \"settlementPeriod\": \"5h\"\n            },\n            {\n                \"borrowed\": \"42.36\",\n                \"collateral\": \"1997.558439\",\n                \"settlementFee\": \"0.00013999\",\n                \"settlementPeriod\": \"5h\"\n            },\n            {\n                \"borrowed\": \"40.62\",\n                \"collateral\": \"1915.268797\",\n                \"settlementFee\": \"0.00013999\",\n                \"settlementPeriod\": \"5h\"\n            },\n            {\n                \"borrowed\": \"38.95\",\n                \"collateral\": \"1836.596283\",\n                \"settlementFee\": \"0.00013999\",\n                \"settlementPeriod\": \"5h\"\n            },\n            {\n                \"borrowed\": \"37.35\",\n                \"collateral\": \"1761.088755\",\n                \"settlementFee\": \"0.00013999\",\n                \"settlementPeriod\": \"5h\"\n            },\n            {\n                \"borrowed\": \"35.81\",\n                \"collateral\": \"1688.746213\",\n                \"settlementFee\": \"0.00013999\",\n                \"settlementPeriod\": \"5h\"\n            }\n        ],\n        \"ltv\": \"0.9589\",\n        \"totalCollateral\": \"180856.35484\",\n        \"totalRepayment\": \"3800.53\"\n    }\n}"},{"id":"bca85397-36ed-4bfe-9e1c-6d4237be54cb","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"inputAmount\": 200,\n  \"inputTicker\": \"usdt\",\n  \"tariffId\": \"ZILUSDT.False\",\n  \"leverage\": 20,\n  \"tp\": 0.0229,\n  \"sl\": 0.0215\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/hodl/calculate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Nov 2022 17:42:43 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"33","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-expose-headers","value":"X-Total-Count, X-Access-Token","enabled":true},{"key":"access-control-allow-credentials","value":"true","enabled":true},{"key":"access-control-allow-methods","value":"POST, PUT, GET, DELETE, OPTIONS","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"7725619b1f951227-MRS","enabled":true},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"_error\": \"Authentication Error\"\n}"},{"id":"10a8eccc-92cb-4120-aae3-a2db0c992d42","name":"500 Unknown tariff","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"inputAmount\": 200,\n  \"inputTicker\": \"usdt\",\n  \"tariffId\": \"ZILUSDT.\",\n  \"leverage\": 20,\n  \"tp\": 0.0229,\n  \"sl\": 0.0215\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/hodl/calculate"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Nov 2022 17:47:31 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"34","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-expose-headers","value":"X-Total-Count, X-Access-Token","enabled":true},{"key":"access-control-allow-credentials","value":"true","enabled":true},{"key":"access-control-allow-methods","value":"POST, PUT, GET, DELETE, OPTIONS","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"7725689f686c1227-MRS","enabled":true},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"_error\": \"Internal server error\"\n}"}],"_postman_id":"4fe4afe9-142c-4ef5-b518-14aa0c7dc497"},{"name":"Create MultiHODL","id":"21f5401a-f26e-4c7b-ada3-f6d6b9dbbd2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2023-01-31T13:56:33.801Z\",\n  \"initial\": 65.6,\n  \"inputAmount\": 1000,\n  \"inputTicker\": \"usdt\",\n  \"multiplier\": 10,\n  \"tariffId\": \"BTCUSDT.False\",\n  \"tp\": 24000,\n  \"sl\": 22000,\n  \"requestId\" : \"25njfRGnjKQtussgrfdsjfsjdf\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/hodl","description":"<p>The request creates MultiHODL on the platform YouHodler. Before make request we recommend to execute request <a href=\"https://documenter.getpostman.com/view/20504079/2s93m5zLwc#1fa4e5fc-98da-40eb-bc79-0cc074dce716\">Get MultiHODL Tariffs</a> to get important data for next fields:</p>\n<ul>\n<li><em>tariffId</em> - you should know which instruments available for you right now, some instruments have day offs (<a href=\"https://help.youhodler.com/en/articles/3542730-multihodl-fees-specifications#h_32acf45e18\">More details about Day Offs</a>) or due to market volatility are disabled;</li>\n<li><em>initial</em> and <em>date</em> - initial price of MultiHODL, it's for double check on our side to execute your price.</li>\n</ul>\n<h2 id=\"request-post-v3hodl\">Request POST /v3/hodl</h2>\n<h3 id=\"body\">Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>inputAmount</td>\n<td>Integer</td>\n<td>Yes</td>\n<td>That amount is entered by user and that amount is used as collateral.</td>\n</tr>\n<tr>\n<td>inputTicker</td>\n<td>String</td>\n<td>Yes</td>\n<td>Currency of input amount</td>\n</tr>\n<tr>\n<td>tariffId</td>\n<td>String</td>\n<td>Yes</td>\n<td>Tariff's id from dealing panel</td>\n</tr>\n<tr>\n<td>multiplier</td>\n<td>Integer</td>\n<td>Yes</td>\n<td>Count of multiplier</td>\n</tr>\n<tr>\n<td>tp</td>\n<td>Float</td>\n<td>No</td>\n<td>Level of take profit</td>\n</tr>\n<tr>\n<td>sl</td>\n<td>Float</td>\n<td>No</td>\n<td>Level of stop loss</td>\n</tr>\n<tr>\n<td>initial</td>\n<td>Float</td>\n<td>Yes</td>\n<td>Currency amount after conversion by inputting us</td>\n</tr>\n<tr>\n<td>date</td>\n<td>Date time Format - YYYY-MM-DDThh:mm:ss.mssZ</td>\n<td>Yes</td>\n<td>Date of create position</td>\n</tr>\n<tr>\n<td>requestId</td>\n<td>String</td>\n<td>Yes</td>\n<td>Unique request to confirm idempotence</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-post-v3hodl\">Response <em>POST</em> /v3/hodl</h2>\n<h3 id=\"response-codes\">Response codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>Successful result</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Bad request, wrong parameters in the Body</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Bad request, Limit ExceededfallBack - Limit for opened position is exceeded. Please close positions or enter lower amountlabel - MAX_HODL_LIMIT_EXCEEDED</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Bad request, Instrument is unavailablefallBack - Trading is temporarily unavailable for this instrumentLabel - INSTRUMENT_UNAVAILABLE</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Unauthorized</td>\n</tr>\n<tr>\n<td>500</td>\n<td>- Internal Server Error  <br />- Unknown tariff</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"body-1\">Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>baseTicker</td>\n<td>String</td>\n<td>First ticker in trade pair</td>\n</tr>\n<tr>\n<td>quoteTicker</td>\n<td>String</td>\n<td>Second ticker in trade pair</td>\n</tr>\n<tr>\n<td>ftp</td>\n<td>Float</td>\n<td>Force take profit</td>\n</tr>\n<tr>\n<td>apr</td>\n<td>Float</td>\n<td>Annual percentage rate of charge</td>\n</tr>\n<tr>\n<td>unifiedFee</td>\n<td>Float</td>\n<td>Total fee</td>\n</tr>\n<tr>\n<td>settlementPeriod</td>\n<td>String</td>\n<td>Days is a time period to charge fee</td>\n</tr>\n<tr>\n<td>accountId</td>\n<td>String</td>\n<td>id of account</td>\n</tr>\n<tr>\n<td>inputAmount</td>\n<td>String</td>\n<td>Amount was entered user</td>\n</tr>\n<tr>\n<td>inputTicker</td>\n<td>String</td>\n<td>Ticker was chosen user</td>\n</tr>\n<tr>\n<td>multiplier</td>\n<td>Integer</td>\n<td>Amount of multiplier</td>\n</tr>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>id of hodl</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of hodl</td>\n</tr>\n<tr>\n<td>isShort</td>\n<td>Boolean</td>\n<td>That flag means short position or long</td>\n</tr>\n<tr>\n<td>tariffId</td>\n<td>String</td>\n<td>Id of position tariff</td>\n</tr>\n<tr>\n<td>clientInitialPrice</td>\n<td>Float</td>\n<td>Currency amount after conversion by inputting user</td>\n</tr>\n<tr>\n<td>clientCreatedAt</td>\n<td>Date time Format - YYYY-MM-DDThh:mm:ss.mssZ</td>\n<td>Date of client create position.</td>\n</tr>\n<tr>\n<td>tpPrice</td>\n<td>String</td>\n<td>Price of take profit level to set up by user</td>\n</tr>\n<tr>\n<td>slPrice</td>\n<td>Float</td>\n<td>Price of stop loss level to set up by user</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v3","hodl"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"7a97244b-5f1e-4aa8-80ad-87623e3b179b","name":"200 Ok","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2022-11-30T17:32:47.401Z\",\n  \"initial\": 0.0221,\n  \"inputAmount\": 194,\n  \"inputTicker\": \"eur\",\n  \"leverage\": 20,\n  \"tariffId\": \"ZILUSDT.False\",\n  \"tp\": 0.0235,\n  \"sl\": 0.0218,\n  \"requestId\" : \"Ku_ZTFIw4k3ApMNLsdfsdf3\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/hodl"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Nov 2022 17:34:14 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-expose-headers","value":"X-Total-Count, X-Access-Token","enabled":true},{"key":"access-control-allow-credentials","value":"true","enabled":true},{"key":"access-control-allow-methods","value":"POST, PUT, GET, DELETE, OPTIONS","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"7725551e0d409500-LIS","enabled":true},{"key":"Content-Encoding","value":"br","enabled":true},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"baseTicker\": \"zil\",\n    \"quoteTicker\": \"usdt\",\n    \"ftp\": 0,\n    \"apr\": 0,\n    \"unifiedFee\": 0,\n    \"settlementPeriod\": \"\",\n    \"accountId\": \"8290badb-d9c4-40c5-b083-1450fe0d4fd5\",\n    \"inputAmount\": 194,\n    \"inputTicker\": \"eur\",\n    \"leverage\": 20,\n    \"id\": \"c5ce5b28-66d6-4542-8f08-2db37f74306c\",\n    \"status\": \"\",\n    \"isShort\": false,\n    \"tariffId\": \"ZILUSDT.False\",\n    \"clientInitialPrice\": 0.0221,\n    \"clientCreatedAt\": \"2022-11-30T17:32:47.401Z\",\n    \"tpPrice\": 0.0235,\n    \"slPrice\": 0.0218\n}"},{"id":"4984fc12-40ea-4278-93d0-75ed093afb56","name":"400 Bad request Validation errors","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1976-01-29T22:05:51.391Z\",\n  \"initial\": 87992106.2577306,\n  \"inputAmount\": 11549458.064858526,\n  \"inputTicker\": \"eur\",\n  \"leverage\": 20,\n  \"tariffId\": \"ullamco irure laborum\",\n  \"tp\": -34062114.611464135,\n  \"sl\": -1676106.3290989995,\n  \"requestId\" : \"Ku_ZTFIw4k3ApMNLL5l5Y\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/hodl"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Nov 2022 17:29:16 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"60","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-expose-headers","value":"X-Total-Count, X-Access-Token","enabled":true},{"key":"access-control-allow-credentials","value":"true","enabled":true},{"key":"access-control-allow-methods","value":"POST, PUT, GET, DELETE, OPTIONS","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"77254ddff9479500-LIS","enabled":true},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"amount\": \"Insufficient funds\",\n    \"_error\": \"Validation errors\"\n}"},{"id":"523bcf13-cb7c-4a4d-ae88-40a7d31ddfb7","name":"400 Bad Request, MAX_HODL_LIMIT_EXCEEDED","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"inputAmount\": 200,\n    \"inputTicker\": \"usdt\",\n    \"tariffId\": \"BTCUSDT.False\",\n    \"leverage\": 15,\n    \"date\": \"2023-01-31T13:56:33.801Z\",\n    \"requestId\": \"qZYFK9Udfsdfssfd\",\n    \"initial\": 23110.61621\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/hodl"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 31 Jan 2023 14:24:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"181"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"X-Total-Count, X-Access-Token"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"POST, PUT, GET, DELETE, OPTIONS"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"79231bd8e9a994ee-LIS"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"_error\": \"Validation errors\",\n    \"i18n\": {\n        \"_error\": {\n            \"fallback\": \"Limit for opened position is exceeded. Please close positions or enter lower amount\",\n            \"label\": \"MAX_HODL_LIMIT_EXCEEDED\"\n        }\n    }\n}"},{"id":"c974a85f-baf5-4b59-8168-44ae26413be6","name":"500 Internal Server","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"1976-01-29T22:05:51.391Z\",\n  \"initial\": 0.022043,\n  \"inputAmount\": 194,\n  \"inputTicker\": \"eur\",\n  \"leverage\": 20,\n  \"tariffId\": \"ullamco irure laborum\",\n  \"tp\": -34062114.611464135,\n  \"sl\": -1676106.3290989995,\n  \"requestId\" : \"Ku_ZTFIw4k3ApMNLL5l5Y\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/hodl"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Nov 2022 17:30:30 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"34","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-expose-headers","value":"X-Total-Count, X-Access-Token","enabled":true},{"key":"access-control-allow-credentials","value":"true","enabled":true},{"key":"access-control-allow-methods","value":"POST, PUT, GET, DELETE, OPTIONS","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"77254faab9859500-LIS","enabled":true},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"_error\": \"Internal server error\"\n}"},{"id":"3339f21b-d370-430e-a577-5c0ec6cb0d01","name":"500 Unknown tariff","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2022-11-30T17:32:47.401Z\",\n  \"initial\": 0.0221,\n  \"inputAmount\": 194,\n  \"inputTicker\": \"eur\",\n  \"leverage\": 20,\n  \"tariffId\": \"ZILUSDT.\",\n  \"tp\": 0.0235,\n  \"sl\": 0.0218,\n  \"requestId\" : \"Ku_ZTFIw4k3ApMNLsdfsdf4\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/hodl"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Nov 2022 17:34:54 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"34","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-expose-headers","value":"X-Total-Count, X-Access-Token","enabled":true},{"key":"access-control-allow-credentials","value":"true","enabled":true},{"key":"access-control-allow-methods","value":"POST, PUT, GET, DELETE, OPTIONS","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"7725562138f99500-LIS","enabled":true},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"_error\": \"Internal server error\"\n}"},{"id":"71f4cc17-d926-4699-864a-3580e0c23b87","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"date\": \"2022-11-30T17:32:47.401Z\",\n  \"initial\": 0.0221,\n  \"inputAmount\": 194,\n  \"inputTicker\": \"eur\",\n  \"leverage\": 20,\n  \"tariffId\": \"ZILUSDT.False\",\n  \"tp\": 0.0235,\n  \"sl\": 0.0218,\n  \"requestId\" : \"Ku_ZTFIw4k3ApMNLsdfsdf5\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/hodl"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Nov 2022 17:42:57 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"33","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-expose-headers","value":"X-Total-Count, X-Access-Token","enabled":true},{"key":"access-control-allow-credentials","value":"true","enabled":true},{"key":"access-control-allow-methods","value":"POST, PUT, GET, DELETE, OPTIONS","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"772561f1e98b1227-MRS","enabled":true},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"_error\": \"Authentication Error\"\n}"},{"id":"b67264c6-7c9f-4849-bcb7-eb2d92f07afe","name":"400 Bad Request, Instrument Unavailable","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"inputAmount\": 200,\n  \"inputTicker\": \"usdt\",\n  \"tariffId\": \"EURSUSDT.False\",\n  \"multiplier\": 10,\n  \"date\": \"2023-05-25T13:44:33.608Z\",\n  \"requestId\": \"v77oEhb_ws9Pq_Bz6fsdfsf\",\n  \"initial\": 1.071344402785\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/hodl"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 25 May 2023 16:19:20 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"188"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"X-Total-Count, X-Access-Token"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"POST, PUT, GET, DELETE, OPTIONS"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7ccf196e3af503ca-LIS"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"_error\": \"Trading is temporarily unavailable for this instrument\",\n    \"i18n\": {\n        \"_error\": {\n            \"label\": \"INSTRUMENT_UNAVAILABLE\",\n            \"fallback\": \"Trading is temporarily unavailable for this instrument\"\n        }\n    }\n}"}],"_postman_id":"21f5401a-f26e-4c7b-ada3-f6d6b9dbbd2e"},{"name":"Create Pending MultiHODL","id":"e2cde80a-1642-4741-8d68-1578ffc3b9eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"inputAmount\": 200,\n    \"inputTicker\": \"usdt\",\n    \"tariffId\": \"BTCUSDT.False\",\n    \"multiplier\": 25,\n    \"triggerPrice\": 27335.05,\n    \"date\": \"2023-05-30T11:04:13.751Z\",\n    \"requestId\": \"b68QzkvWputmKvgwBcDU6\",\n    \"initial\": 27879.938242500004\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/hodl/pending","description":"<p>By request, the engine creates MultiHODL with the status PENDING.</p>\n<h2 id=\"request-post-v3hodlpending\">Request POST /v3/hodl/pending</h2>\n<h3 id=\"body\">Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>inputAmount</td>\n<td>Float</td>\n<td>yes</td>\n<td>That amount is entered by user and that amount is used as collateral</td>\n</tr>\n<tr>\n<td>inputTicker</td>\n<td>String</td>\n<td>yes</td>\n<td>Currency of input amount</td>\n</tr>\n<tr>\n<td>tariffId</td>\n<td>String</td>\n<td>yes</td>\n<td>Id of tariff</td>\n</tr>\n<tr>\n<td>leverage</td>\n<td>Integer</td>\n<td>yes</td>\n<td>Count of leverage</td>\n</tr>\n<tr>\n<td>tp</td>\n<td>Float</td>\n<td>no</td>\n<td>Level of take profit</td>\n</tr>\n<tr>\n<td>sl</td>\n<td>Float</td>\n<td>no</td>\n<td>Level of stop loss</td>\n</tr>\n<tr>\n<td>initial</td>\n<td>Float</td>\n<td>no</td>\n<td>Currency amount after conversion</td>\n</tr>\n<tr>\n<td>date</td>\n<td>Date timeFormat - YYYY-MM-DDThh:mm:ss.mssZ</td>\n<td>no</td>\n<td>Date of creating position</td>\n</tr>\n<tr>\n<td>triggerPrice</td>\n<td>Float</td>\n<td>yes</td>\n<td>Price in the future, trigger to open</td>\n</tr>\n<tr>\n<td>requestId</td>\n<td>Uuid</td>\n<td>yes</td>\n<td>Unique id of request</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-post-v3hodlpending\">Response POST /v3/hodl/pending</h2>\n<h3 id=\"body-1\">Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Uuid</td>\n<td>Id of MH</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v3","hodl","pending"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"9ffcf94a-ea9f-4656-829d-682694b55457","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"inputAmount\": 200,\n    \"inputTicker\": \"usdt\",\n    \"tariffId\": \"BTCUSDT.False\",\n    \"multiplier\": 25,\n    \"triggerPrice\": 27335.05,\n    \"date\": \"2023-05-30T11:04:13.751Z\",\n    \"requestId\": \"b68QzkvWputmKvgwBcDU6\",\n    \"initial\": 27879.938242500004\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/hodl/pending"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 30 May 2023 11:14:35 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"45"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"X-Total-Count, X-Access-Token"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"POST, PUT, GET, DELETE, OPTIONS"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7cf68de5cb5894fa-LIS"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"568cbef7-4534-4cb4-b933-a7580bbb4635\"\n}"},{"id":"1959d2ea-33bf-4443-8ffd-639c1db96b7f","name":"400 Bad Request ACTIVE_PENDINGS_LIMIT_EXCEEDED","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"inputAmount\": 200,\n    \"inputTicker\": \"usdt\",\n    \"tariffId\": \"BTCUSDT.False\",\n    \"multiplier\": 25,\n    \"triggerPrice\": 27335.05,\n    \"date\": \"2023-05-30T11:04:13.751Z\",\n    \"requestId\": \"b68QzkvWputmKvgwBcDU6\",\n    \"initial\": 27879.938242500004\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/hodl/pending"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 30 May 2023 11:04:33 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"128"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"X-Total-Count, X-Access-Token"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"POST, PUT, GET, DELETE, OPTIONS"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7cf67f371acb94fa-LIS"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"_error\": \"Validation errors\",\n    \"i18n\": {\n        \"_error\": {\n            \"fallback\": \"Too many pending orders\",\n            \"label\": \"ACTIVE_PENDINGS_LIMIT_EXCEEDED\"\n        }\n    }\n}"},{"id":"77c80d1b-a989-45c6-9dd0-0855df36a89f","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"inputAmount\": 200,\n    \"inputTicker\": \"usdt\",\n    \"tariffId\": \"BTCUSDT.False\",\n    \"multiplier\": 25,\n    \"triggerPrice\": 27335.05,\n    \"date\": \"2023-05-30T11:04:13.751Z\",\n    \"requestId\": \"b68QzkvWputmKvgwBcDU6\",\n    \"initial\": 27879.938242500004\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/hodl/pending"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 30 May 2023 11:15:02 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"87"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"X-Total-Count, X-Access-Token"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"POST, PUT, GET, DELETE, OPTIONS"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7cf68e95e84d94fa-LIS"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"_error\": \"Authentication Error\",\n    \"i18n\": {\n        \"_error\": {\n            \"fallback\": \"Authentication Error\"\n        }\n    }\n}"},{"id":"c919446b-8e1e-4e0f-8b9e-cdea8f4d6192","name":"500 Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"inputAmount\": 200,\n    \"inputTicker\": \"usdt\",\n    \"tariffId\": \"BTCUSDT.False\",\n    \"multiplier\": 25,\n    \"triggerPrice\": 22335.05,\n    \"date\": \"2023-05-30T11:04:13.751Z\",\n    \"requestId\": \"b68QzkvWputmKvgwBcDU6\",\n    \"initial\": 27879.938242500004\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/hodl/pending"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 30 May 2023 11:17:08 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"108"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"X-Total-Count, X-Access-Token"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"POST, PUT, GET, DELETE, OPTIONS"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7cf691a2aa1394fa-LIS"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"_error\": \"Internal server error\",\n    \"i18n\": {\n        \"_error\": {\n            \"label\": \"INTERNAL\",\n            \"fallback\": \"Internal server error\"\n        }\n    }\n}"},{"id":"6bad7649-0383-4b9b-b331-ee6cb8907372","name":"400 Bad Request TP_DISTANCE_IS_NOT_CORRECT","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"inputAmount\": 200,\n    \"inputTicker\": \"usdt\",\n    \"tariffId\": \"BTCUSDT.False\",\n    \"multiplier\": 25,\n    \"triggerPrice\": 22335.05,\n    \"date\": \"2023-05-30T11:04:13.751Z\",\n    \"requestId\": \"b68QzkvWputmKvgwBcDU6\",\n    \"initial\": 27879.938242500004\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/hodl/pending"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 30 May 2023 11:20:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"308"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"X-Total-Count, X-Access-Token"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"POST, PUT, GET, DELETE, OPTIONS"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7cf69659088f94fa-LIS"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"triggerPrice\": \"Trigger price should be in range\",\n    \"_error\": \"Validation errors\",\n    \"i18n\": {\n        \"_error\": {\n            \"label\": \"VALIDATION\",\n            \"params\": {\n                \"value\": 22335.05\n            },\n            \"fallback\": \"Validation errors\"\n        },\n        \"triggerPrice\": {\n            \"fallback\": \"Trigger price should be in range\",\n            \"params\": {\n                \"value\": 22335.05\n            },\n            \"label\": \"TP_DISTANCE_IS_NOT_CORRECT\"\n        }\n    }\n}"}],"_postman_id":"e2cde80a-1642-4741-8d68-1578ffc3b9eb"},{"name":"Calculate Existed MultiHODL","id":"8288a90d-82d5-4689-8792-54c66f5db1a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"id\":\"e7c8aae5-dfa3-43c1-91fd-a24dc51d01f1\",\n  \"tp\": 17836.6185,\n  \"sl\": 16089.54210779,\n  \"requestId\": \"ZPvk7Iz3-rO_8YK56Y365fsfs\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/hodl/:hodlId/calculate","description":"<p>The request returns calculated data to update existed hodl.</p>\n<h2 id=\"request-put-v3hodlhodlidcalculate\">Request PUT /v3/hodl/{hodlId}/calculate</h2>\n<h3 id=\"body\">Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>GUID</td>\n<td>Yes</td>\n<td>Id of hodl</td>\n</tr>\n<tr>\n<td>tp</td>\n<td>Float</td>\n<td>No</td>\n<td>Hodl take profit to set up by user</td>\n</tr>\n<tr>\n<td>sl</td>\n<td>Float</td>\n<td>No</td>\n<td>Hodl stop loss to set up by user</td>\n</tr>\n<tr>\n<td>requestId</td>\n<td>String</td>\n<td>Yes</td>\n<td>Unique request to avoid idempotence</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-put-v3hodlhodlidcalculate\">Response PUT /v3/hodl/{hodlId}/calculate</h2>\n<h3 id=\"response-codes\">Response codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>Successful result</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Unauthorized</td>\n</tr>\n<tr>\n<td>500</td>\n<td>- Internal Server Error  <br />- Unknown Id of Hodl</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"body-1\">Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>maxProfit</td>\n<td>Float</td>\n<td>Maximum profit for selected take profit</td>\n</tr>\n<tr>\n<td>maxLoss</td>\n<td>Float</td>\n<td>Maximum loss for selected stop loss</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v3","hodl",":hodlId","calculate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"c6942a17-035c-4abb-8414-b132003c096c","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"e7c8aae5-dfa3-43c1-91fd-a24dc51d01f1","key":"hodlId"}]}},"response":[{"id":"2d86e923-1fd2-4ded-b223-2061bf4c873b","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"id\":\"e7c8aae5-dfa3-43c1-91fd-a24dc51d01f1\",\n  \"tp\": 17836.6185,\n  \"sl\": 16089.54210779,\n  \"requestId\": \"ZPvk7Iz3-rO_8YK56Y45fsd\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/v3/hodl/:hodlId/calculate","host":["{{baseUrl}}"],"path":["v3","hodl",":hodlId","calculate"],"variable":[{"key":"hodlId","value":"e7c8aae5-dfa3-43c1-91fd-a24dc51d01f1","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Nov 2022 17:02:28 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"38","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-expose-headers","value":"X-Total-Count, X-Access-Token","enabled":true},{"key":"access-control-allow-credentials","value":"true","enabled":true},{"key":"access-control-allow-methods","value":"POST, PUT, GET, DELETE, OPTIONS","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"772526a06aa79500-LIS","enabled":true},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"maxProfit\": 228.07,\n    \"maxLoss\": -174.59\n}"},{"id":"31649973-0aa0-4f40-aeee-3c53feb5bd46","name":"500 Unknown Id of Hodl","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"id\":\"e7c8aae5-dfa3-43c1-91fd-a24dc51d01f1\",\n  \"tp\": 17836.6185,\n  \"sl\": 16089.54210779,\n  \"requestId\": \"ZPvk7Iz3-rO_8YK56Y365fsfs\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/v3/hodl/:hodlId/calculate","host":["{{baseUrl}}"],"path":["v3","hodl",":hodlId","calculate"],"variable":[{"key":"hodlId","value":"e7c8aae5-dfa3-43c1-91fd-a24dc51d01f","description":"(Required) "}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Nov 2022 17:03:16 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"34","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-expose-headers","value":"X-Total-Count, X-Access-Token","enabled":true},{"key":"access-control-allow-credentials","value":"true","enabled":true},{"key":"access-control-allow-methods","value":"POST, PUT, GET, DELETE, OPTIONS","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"772527cfdabd9500-LIS","enabled":true},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"_error\": \"Internal server error\"\n}"},{"id":"439d016b-332d-437f-8059-6bb35caefdba","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"id\":\"e7c8aae5-dfa3-43c1-91fd-a24dc51d01f1\",\n  \"tp\": 17836.6185,\n  \"sl\": 16089.54210779,\n  \"requestId\": \"ZPvk7Iz3-rO_8YK56Y365fsfs\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/v3/hodl/:hodlId/calculate","host":["{{baseUrl}}"],"path":["v3","hodl",":hodlId","calculate"],"variable":[{"key":"hodlId","value":"e7c8aae5-dfa3-43c1-91fd-a24dc51d01f1","description":"(Required) "}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Nov 2022 17:05:24 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"33","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-expose-headers","value":"X-Total-Count, X-Access-Token","enabled":true},{"key":"access-control-allow-credentials","value":"true","enabled":true},{"key":"access-control-allow-methods","value":"POST, PUT, GET, DELETE, OPTIONS","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"77252af08fa99500-LIS","enabled":true},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"_error\": \"Authentication Error\"\n}"}],"_postman_id":"8288a90d-82d5-4689-8792-54c66f5db1a2"},{"name":"Get MultiHODL","id":"3690208f-c049-4829-ad43-ec67d66d2120","request":{"auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"url":"{{baseUrl}}/v3/hodl/:hodlId","description":"<p>The request returns info about hodl.</p>\n<h2 id=\"response-get-v3hodlhodlid\">Response GET /v3/hodl/{hodlId}</h2>\n<h3 id=\"response-codes\">Response codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>Successful result</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Unauthorized</td>\n</tr>\n<tr>\n<td>500</td>\n<td>- Internal Server Error - Unknown Id of Hodl</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"body\">Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>GUID</td>\n<td>id of hodl</td>\n</tr>\n<tr>\n<td>accountId</td>\n<td>String</td>\n<td>Id of user</td>\n</tr>\n<tr>\n<td>isShort</td>\n<td>Boolean</td>\n<td>The flag means short position or longTrue - shortFalse - long</td>\n</tr>\n<tr>\n<td>isClientMc</td>\n<td>Boolean</td>\n<td>The flag show price reach margin call</td>\n</tr>\n<tr>\n<td>leverage</td>\n<td>Integer</td>\n<td>Count of multiply</td>\n</tr>\n<tr>\n<td>multiplier</td>\n<td>Integer</td>\n<td>Count of multiply</td>\n</tr>\n<tr>\n<td>ftp</td>\n<td>Float</td>\n<td>Force take profit</td>\n</tr>\n<tr>\n<td>apr</td>\n<td>Float</td>\n<td>Annual percentage rate of charge</td>\n</tr>\n<tr>\n<td>loan</td>\n<td>Object</td>\n<td>Information about chain of loans</td>\n</tr>\n<tr>\n<td>loan.loans</td>\n<td>Array</td>\n<td>Chain of loans</td>\n</tr>\n<tr>\n<td>loan.loans.[].{n}.borrowed</td>\n<td>String</td>\n<td>Separate loan borrowed</td>\n</tr>\n<tr>\n<td>loan.loans.[].{n}.collateral</td>\n<td>String</td>\n<td>Separate loan collateral</td>\n</tr>\n<tr>\n<td>loan.loans.[].{n}.settlementFee</td>\n<td>String</td>\n<td>Settlement Fee of separate loan</td>\n</tr>\n<tr>\n<td>loan.loans.[].{n}.settlementPeriod</td>\n<td>String</td>\n<td>Period charging fee of a separate loan</td>\n</tr>\n<tr>\n<td>loan.ltv</td>\n<td>String</td>\n<td>Ltv of loans chain</td>\n</tr>\n<tr>\n<td>loan.borrowedTicker</td>\n<td>String</td>\n<td>Borrowed ticker of loans chain</td>\n</tr>\n<tr>\n<td>loan.totalRepayment</td>\n<td>String</td>\n<td>Borrowed of loans chain</td>\n</tr>\n<tr>\n<td>loan.totalCollateral</td>\n<td>String</td>\n<td>Collateral of loans chain</td>\n</tr>\n<tr>\n<td>loan.collateralTicker</td>\n<td>String</td>\n<td>Collateral ticker of loans chain</td>\n</tr>\n<tr>\n<td>unifiedFee</td>\n<td>String</td>\n<td>Total fee (we don’t use)</td>\n</tr>\n<tr>\n<td>settlementPeriod</td>\n<td>String</td>\n<td>Days is a time period to charge fee</td>\n</tr>\n<tr>\n<td>inputTicker</td>\n<td>String</td>\n<td>Currency of input amount</td>\n</tr>\n<tr>\n<td>outputTicker</td>\n<td>String</td>\n<td>Currency of output amount</td>\n</tr>\n<tr>\n<td>baseTicker</td>\n<td>String</td>\n<td>Currency of base ticker</td>\n</tr>\n<tr>\n<td>quoteTicker</td>\n<td>String</td>\n<td>Currency of quote ticker</td>\n</tr>\n<tr>\n<td>collateralTicker</td>\n<td>String</td>\n<td>Currency of collateral</td>\n</tr>\n<tr>\n<td>borrowedTicker</td>\n<td>String</td>\n<td>Currency of borrowed</td>\n</tr>\n<tr>\n<td>overdraftTicker</td>\n<td>String</td>\n<td>Currency of overdraft</td>\n</tr>\n<tr>\n<td>inputAmount</td>\n<td>Integer</td>\n<td>That amount is entered by user and that amount is used as collateral.</td>\n</tr>\n<tr>\n<td>outputAmount</td>\n<td>Float</td>\n<td>Amount in Output Ticker used to debit/credit PL back to the account</td>\n</tr>\n<tr>\n<td>ownAmount</td>\n<td>Float</td>\n<td>How much baseTicker was bought or sold with user money</td>\n</tr>\n<tr>\n<td>borrowedAmount</td>\n<td>Float</td>\n<td>Leverage funds amount measured in Borrowed Ticker</td>\n</tr>\n<tr>\n<td>overdraftAmount</td>\n<td>Float</td>\n<td>Amount owed by the client to the company</td>\n</tr>\n<tr>\n<td>totalAmount</td>\n<td>Float</td>\n<td>The sum of all assets that are involved in the transaction: user money + multiplier.</td>\n</tr>\n<tr>\n<td>initialPrice</td>\n<td>Float</td>\n<td>Price of initial hodl</td>\n</tr>\n<tr>\n<td>mcPrice</td>\n<td>Float</td>\n<td>Price of Stop Loss</td>\n</tr>\n<tr>\n<td>tpPrice</td>\n<td>Float</td>\n<td>Price of Take profit</td>\n</tr>\n<tr>\n<td>ftpPrice</td>\n<td>Float</td>\n<td>Price of Force Take Profit Level</td>\n</tr>\n<tr>\n<td>slPrice</td>\n<td>Float</td>\n<td>Price of Stop Loss Level</td>\n</tr>\n<tr>\n<td>closedPrice</td>\n<td>Float</td>\n<td>Price of close hodl</td>\n</tr>\n<tr>\n<td>closed</td>\n<td>Object</td>\n<td>Information about closednull if status OPEN</td>\n</tr>\n<tr>\n<td>closed.convertPL</td>\n<td>Float</td>\n<td>An amount to show figures after converting currency from base/quote to input ticker</td>\n</tr>\n<tr>\n<td>closed.displayedOutputAmount</td>\n<td>Float</td>\n<td>Displayed output amount</td>\n</tr>\n<tr>\n<td>closed.feeAmount</td>\n<td>Float</td>\n<td>Total fee in overdraft ticker</td>\n</tr>\n<tr>\n<td>closed.feeIterations</td>\n<td>Integer</td>\n<td>How many iterations was to charge fee total</td>\n</tr>\n<tr>\n<td>closed.feePercent</td>\n<td>Float</td>\n<td>Percentage of commission from borrowed</td>\n</tr>\n<tr>\n<td>closed.percent</td>\n<td>Float</td>\n<td>It’s user profit in percentage</td>\n</tr>\n<tr>\n<td>closed.profit</td>\n<td>Float</td>\n<td>An amount to show a difference between an output amount and input amount</td>\n</tr>\n<tr>\n<td>closed.settlementFeeAmount</td>\n<td>Float</td>\n<td>Total fee in input ticker</td>\n</tr>\n<tr>\n<td>closed.tradingPL</td>\n<td>Float</td>\n<td>It’s profit minus settlementFeeAmount</td>\n</tr>\n<tr>\n<td>closed.unifiedFeeAmount</td>\n<td>Float</td>\n<td>Unified fee (don’t use)</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of hodl</td>\n</tr>\n<tr>\n<td>reason</td>\n<td>String</td>\n<td>Closed reason of hodl</td>\n</tr>\n<tr>\n<td>lastChargedAt</td>\n<td>Date timeYYYY-MM-DDThh:mm:ss.mssZ</td>\n<td>Latest updates in hodl</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>Date timeYYYY-MM-DDThh:mm:ss.mssZ</td>\n<td>Date of created hodl</td>\n</tr>\n<tr>\n<td>startedAt</td>\n<td>Date timeYYYY-MM-DDThh:mm:ss.mssZ</td>\n<td>Date of start hodl</td>\n</tr>\n<tr>\n<td>finishedAt</td>\n<td>Date timeYYYY-MM-DDThh:mm:ss.mssZ</td>\n<td>Date of finished hodl</td>\n</tr>\n<tr>\n<td>nextChargedAt</td>\n<td>Date timeYYYY-MM-DDThh:mm:ss.mssZ</td>\n<td>Next updates in hodl</td>\n</tr>\n<tr>\n<td>settlementFee</td>\n<td>Float</td>\n<td>Size of fee</td>\n</tr>\n<tr>\n<td>settlementFeeAmount</td>\n<td>Float</td>\n<td>Total fee in hodl</td>\n</tr>\n<tr>\n<td>closeCalculate</td>\n<td>Object</td>\n<td>Result data of hodlnull if the status = CLOSED</td>\n</tr>\n<tr>\n<td>closeCalculate.feeIterations</td>\n<td>Integer</td>\n<td>How many iterations was to charge fee at this moment</td>\n</tr>\n<tr>\n<td>closeCalculate.feePercent</td>\n<td>Float</td>\n<td>Percentage of commission from borrowed</td>\n</tr>\n<tr>\n<td>closeCalculate.settlementFeeAmount</td>\n<td>Float</td>\n<td>Total fee in input ticker</td>\n</tr>\n<tr>\n<td>closeCalculate.unifiedFeeAmount</td>\n<td>Float</td>\n<td>Unified fee <em>(we don’t use)</em></td>\n</tr>\n<tr>\n<td>closeCalculate.outputAmount</td>\n<td>Float</td>\n<td>Amount in Output Ticker used to debit/credit PL back to the account</td>\n</tr>\n<tr>\n<td>closeCalculate.profit</td>\n<td>Float</td>\n<td>An amount to show a difference between an output amount and input amount</td>\n</tr>\n<tr>\n<td>closeCalculate.convertPL</td>\n<td>Float</td>\n<td>An amount to show figures after converting currency from base/quote to input ticker</td>\n</tr>\n<tr>\n<td>closeCalculate.tradingPL</td>\n<td>Float</td>\n<td>It’s profit minus settlementFeeAmount</td>\n</tr>\n<tr>\n<td>closeCalculate.percent</td>\n<td>Float</td>\n<td>An amount to show a difference between an output amount and input amount</td>\n</tr>\n<tr>\n<td>closeCalculate.displayedOutputAmount</td>\n<td>Float</td>\n<td>Displayed output amount</td>\n</tr>\n<tr>\n<td>closeCalculate.feeAmount</td>\n<td>Float</td>\n<td>Total fee in USD</td>\n</tr>\n<tr>\n<td>maxProfit</td>\n<td>Float</td>\n<td>Max potential profit in hodl</td>\n</tr>\n<tr>\n<td>maxLoss</td>\n<td>Float</td>\n<td>Max potential loss in hodl</td>\n</tr>\n<tr>\n<td>version</td>\n<td>Integer</td>\n<td>Version of engine</td>\n</tr>\n<tr>\n<td>ifPrice</td>\n<td>Float</td>\n<td>Insufficient funds price</td>\n</tr>\n<tr>\n<td>chartData</td>\n<td>Array</td>\n<td>Data of chart</td>\n</tr>\n<tr>\n<td>chartData.{n}.date</td>\n<td>Date timeYYYY-MM-DDThh:mm:ss.mssZ</td>\n<td>Date of price</td>\n</tr>\n<tr>\n<td>chartData.{n}.rate</td>\n<td>Float</td>\n<td>Price of trading pair</td>\n</tr>\n<tr>\n<td>subAccountId</td>\n<td>String</td>\n<td>Id of business partner client</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v3","hodl",":hodlId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"b23eb135-04bd-454a-bbfe-4b8f2923246d","type":"any","value":"e7c8aae5-dfa3-43c1-91fd-a24dc51d01f1","key":"hodlId"}]}},"response":[{"id":"e2e1fabf-f6f9-4ce2-bdc4-f6c28108151d","name":"200 Get Hodl","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"url":{"raw":"{{baseUrl}}/v3/hodl/:hodlId","host":["{{baseUrl}}"],"path":["v3","hodl",":hodlId"],"variable":[{"key":"hodlId","value":"e7c8aae5-dfa3-43c1-91fd-a24dc51d01f1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Nov 2022 16:44:49 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-store","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-expose-headers","value":"X-Total-Count, X-Access-Token","enabled":true},{"key":"access-control-allow-credentials","value":"true","enabled":true},{"key":"access-control-allow-methods","value":"POST, PUT, GET, DELETE, OPTIONS","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"77250cc5bd509500-LIS","enabled":true},{"key":"Content-Encoding","value":"br","enabled":true},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"e7c8aae5-dfa3-43c1-91fd-a24dc51d01f1\",\n    \"accountId\": \"8290badb-d9c4-40c5-b083-1450fe0d4fd5\",\n    \"isShort\": false,\n    \"isClientMC\": false,\n    \"leverage\": 20,\n    \"ftp\": \"1.4\",\n    \"apr\": \"0.2044\",\n    \"loan\": {\n        \"loans\": [\n            {\n                \"borrowed\": \"192.11\",\n                \"collateral\": \"0.01189\",\n                \"settlementFee\": \"6.999E-05\",\n                \"settlementPeriod\": \"3h\"\n            },\n            {\n                \"borrowed\": \"184.22\",\n                \"collateral\": \"0.011402\",\n                \"settlementFee\": \"6.999E-05\",\n                \"settlementPeriod\": \"3h\"\n            },\n            {\n                \"borrowed\": \"176.66\",\n                \"collateral\": \"0.010934\",\n                \"settlementFee\": \"6.999E-05\",\n                \"settlementPeriod\": \"3h\"\n            },\n            {\n                \"borrowed\": \"169.41\",\n                \"collateral\": \"0.010485\",\n                \"settlementFee\": \"6.999E-05\",\n                \"settlementPeriod\": \"3h\"\n            },\n            {\n                \"borrowed\": \"162.46\",\n                \"collateral\": \"0.010055\",\n                \"settlementFee\": \"6.999E-05\",\n                \"settlementPeriod\": \"3h\"\n            },\n            {\n                \"borrowed\": \"155.79\",\n                \"collateral\": \"0.009642\",\n                \"settlementFee\": \"6.999E-05\",\n                \"settlementPeriod\": \"3h\"\n            },\n            {\n                \"borrowed\": \"149.39\",\n                \"collateral\": \"0.009246\",\n                \"settlementFee\": \"6.999E-05\",\n                \"settlementPeriod\": \"3h\"\n            },\n            {\n                \"borrowed\": \"143.26\",\n                \"collateral\": \"0.008867\",\n                \"settlementFee\": \"6.999E-05\",\n                \"settlementPeriod\": \"3h\"\n            },\n            {\n                \"borrowed\": \"137.38\",\n                \"collateral\": \"0.008503\",\n                \"settlementFee\": \"6.999E-05\",\n                \"settlementPeriod\": \"3h\"\n            },\n            {\n                \"borrowed\": \"131.74\",\n                \"collateral\": \"0.008154\",\n                \"settlementFee\": \"6.999E-05\",\n                \"settlementPeriod\": \"3h\"\n            },\n            {\n                \"borrowed\": \"126.33\",\n                \"collateral\": \"0.007819\",\n                \"settlementFee\": \"6.999E-05\",\n                \"settlementPeriod\": \"3h\"\n            },\n            {\n                \"borrowed\": \"121.14\",\n                \"collateral\": \"0.007498\",\n                \"settlementFee\": \"6.999E-05\",\n                \"settlementPeriod\": \"3h\"\n            },\n            {\n                \"borrowed\": \"116.17\",\n                \"collateral\": \"0.00719\",\n                \"settlementFee\": \"6.999E-05\",\n                \"settlementPeriod\": \"3h\"\n            },\n            {\n                \"borrowed\": \"111.4\",\n                \"collateral\": \"0.006895\",\n                \"settlementFee\": \"6.999E-05\",\n                \"settlementPeriod\": \"3h\"\n            },\n            {\n                \"borrowed\": \"106.83\",\n                \"collateral\": \"0.006612\",\n                \"settlementFee\": \"6.999E-05\",\n                \"settlementPeriod\": \"3h\"\n            },\n            {\n                \"borrowed\": \"102.44\",\n                \"collateral\": \"0.00634\",\n                \"settlementFee\": \"6.999E-05\",\n                \"settlementPeriod\": \"3h\"\n            },\n            {\n                \"borrowed\": \"98.23\",\n                \"collateral\": \"0.00608\",\n                \"settlementFee\": \"6.999E-05\",\n                \"settlementPeriod\": \"3h\"\n            },\n            {\n                \"borrowed\": \"94.2\",\n                \"collateral\": \"0.00583\",\n                \"settlementFee\": \"6.999E-05\",\n                \"settlementPeriod\": \"3h\"\n            },\n            {\n                \"borrowed\": \"90.33\",\n                \"collateral\": \"0.005591\",\n                \"settlementFee\": \"6.999E-05\",\n                \"settlementPeriod\": \"3h\"\n            },\n            {\n                \"borrowed\": \"86.62\",\n                \"collateral\": \"0.005361\",\n                \"settlementFee\": \"6.999E-05\",\n                \"settlementPeriod\": \"3h\"\n            },\n            {\n                \"borrowed\": \"83.06\",\n                \"collateral\": \"0.005141\",\n                \"settlementFee\": \"6.999E-05\",\n                \"settlementPeriod\": \"3h\"\n            },\n            {\n                \"borrowed\": \"79.65\",\n                \"collateral\": \"0.00493\",\n                \"settlementFee\": \"6.999E-05\",\n                \"settlementPeriod\": \"3h\"\n            },\n            {\n                \"borrowed\": \"76.38\",\n                \"collateral\": \"0.004727\",\n                \"settlementFee\": \"6.999E-05\",\n                \"settlementPeriod\": \"3h\"\n            },\n            {\n                \"borrowed\": \"73.24\",\n                \"collateral\": \"0.004533\",\n                \"settlementFee\": \"6.999E-05\",\n                \"settlementPeriod\": \"3h\"\n            },\n            {\n                \"borrowed\": \"70.23\",\n                \"collateral\": \"0.004347\",\n                \"settlementFee\": \"6.999E-05\",\n                \"settlementPeriod\": \"3h\"\n            },\n            {\n                \"borrowed\": \"67.34\",\n                \"collateral\": \"0.004168\",\n                \"settlementFee\": \"6.999E-05\",\n                \"settlementPeriod\": \"3h\"\n            },\n            {\n                \"borrowed\": \"64.57\",\n                \"collateral\": \"0.003996\",\n                \"settlementFee\": \"6.999E-05\",\n                \"settlementPeriod\": \"3h\"\n            },\n            {\n                \"borrowed\": \"61.92\",\n                \"collateral\": \"0.003832\",\n                \"settlementFee\": \"6.999E-05\",\n                \"settlementPeriod\": \"3h\"\n            },\n            {\n                \"borrowed\": \"59.37\",\n                \"collateral\": \"0.003675\",\n                \"settlementFee\": \"6.999E-05\",\n                \"settlementPeriod\": \"3h\"\n            },\n            {\n                \"borrowed\": \"56.93\",\n                \"collateral\": \"0.003523\",\n                \"settlementFee\": \"6.999E-05\",\n                \"settlementPeriod\": \"3h\"\n            },\n            {\n                \"borrowed\": \"54.59\",\n                \"collateral\": \"0.003379\",\n                \"settlementFee\": \"6.999E-05\",\n                \"settlementPeriod\": \"3h\"\n            },\n            {\n                \"borrowed\": \"52.35\",\n                \"collateral\": \"0.00324\",\n                \"settlementFee\": \"6.999E-05\",\n                \"settlementPeriod\": \"3h\"\n            },\n            {\n                \"borrowed\": \"50.2\",\n                \"collateral\": \"0.003107\",\n                \"settlementFee\": \"6.999E-05\",\n                \"settlementPeriod\": \"3h\"\n            },\n            {\n                \"borrowed\": \"48.14\",\n                \"collateral\": \"0.002979\",\n                \"settlementFee\": \"6.999E-05\",\n                \"settlementPeriod\": \"3h\"\n            },\n            {\n                \"borrowed\": \"46.16\",\n                \"collateral\": \"0.002857\",\n                \"settlementFee\": \"6.999E-05\",\n                \"settlementPeriod\": \"3h\"\n            },\n            {\n                \"borrowed\": \"44.26\",\n                \"collateral\": \"0.002739\",\n                \"settlementFee\": \"6.999E-05\",\n                \"settlementPeriod\": \"3h\"\n            },\n            {\n                \"borrowed\": \"42.44\",\n                \"collateral\": \"0.002627\",\n                \"settlementFee\": \"6.999E-05\",\n                \"settlementPeriod\": \"3h\"\n            },\n            {\n                \"borrowed\": \"40.69\",\n                \"collateral\": \"0.002519\",\n                \"settlementFee\": \"6.999E-05\",\n                \"settlementPeriod\": \"3h\"\n            },\n            {\n                \"borrowed\": \"39.02\",\n                \"collateral\": \"0.002415\",\n                \"settlementFee\": \"6.999E-05\",\n                \"settlementPeriod\": \"3h\"\n            },\n            {\n                \"borrowed\": \"37.41\",\n                \"collateral\": \"0.002316\",\n                \"settlementFee\": \"6.999E-05\",\n                \"settlementPeriod\": \"3h\"\n            },\n            {\n                \"borrowed\": \"35.87\",\n                \"collateral\": \"0.00222\",\n                \"settlementFee\": \"6.999E-05\",\n                \"settlementPeriod\": \"3h\"\n            }\n        ],\n        \"ltv\": \"0.9589\",\n        \"borrowedTicker\": \"usdt\",\n        \"totalRepayment\": \"3806.54\",\n        \"totalCollateral\": \"0.237813\",\n        \"collateralTicker\": \"btc\"\n    },\n    \"unifiedFee\": \"\",\n    \"settlementPeriod\": \"3h\",\n    \"inputTicker\": \"eur\",\n    \"outputTicker\": \"eur\",\n    \"baseTicker\": \"btc\",\n    \"quoteTicker\": \"usdt\",\n    \"collateralTicker\": \"btc\",\n    \"borrowedTicker\": \"usdt\",\n    \"overdraftTicker\": \"usdt\",\n    \"inputAmount\": \"194\",\n    \"outputAmount\": \"\",\n    \"ownAmount\": \"0.01189068\",\n    \"borrowedAmount\": \"3806.27\",\n    \"overdraftAmount\": \"3806.27\",\n    \"totalAmount\": \"0.237813\",\n    \"initialPrice\": \"16847.660863\",\n    \"mcPrice\": \"16089.54210779\",\n    \"tpPrice\": \"18026.99712341\",\n    \"ftpPrice\": \"18026.99712341\",\n    \"slPrice\": \"\",\n    \"closedPrice\": \"\",\n    \"closed\": null,\n    \"status\": \"OPEN\",\n    \"reason\": \"\",\n    \"lastChargedAt\": \"2022-11-30T15:40:28.154Z\",\n    \"createdAt\": \"2022-11-30T15:40:28.154Z\",\n    \"startedAt\": \"2022-11-30T15:40:28.154Z\",\n    \"finishedAt\": null,\n    \"nextChargeAt\": \"2022-11-30T18:40:28.154Z\",\n    \"settlementFee\": \"6.999E-05\",\n    \"settlementFeeAmount\": \"0.26640112\",\n    \"closeCalculate\": {\n        \"feeIterations\": \"0\",\n        \"feePercent\": \"0\",\n        \"settlementFeeAmount\": \"0\",\n        \"unifiedFeeAmount\": \"0\",\n        \"outputAmount\": \"190.08\",\n        \"profit\": \"-4.03\",\n        \"convertPL\": \"0.01\",\n        \"tradingPL\": \"-4.16\",\n        \"percent\": \"0.9797938144329897\",\n        \"displayedOutputAmount\": \"190.08\",\n        \"feeAmount\": \"0\"\n    },\n    \"maxProfit\": \"271.87\",\n    \"maxLoss\": \"-174.59\",\n    \"version\": 3,\n    \"ifPrice\": \"0\",\n    \"chartData\": [\n        {\n            \"date\": \"2022-11-30T15:41:00.000Z\",\n            \"rate\": 16836.43204\n        },\n        {\n            \"date\": \"2022-11-30T15:42:00.000Z\",\n            \"rate\": 16845.120302000003\n        },\n        {\n            \"date\": \"2022-11-30T15:43:00.000Z\",\n            \"rate\": 16845.93014\n        },\n        {\n            \"date\": \"2022-11-30T15:44:00.000Z\",\n            \"rate\": 16847.489828\n        },\n        {\n            \"date\": \"2022-11-30T15:45:00.000Z\",\n            \"rate\": 16838.511624000002\n        },\n        {\n            \"date\": \"2022-11-30T15:46:00.000Z\",\n            \"rate\": 16836.711984\n        },\n        {\n            \"date\": \"2022-11-30T15:47:00.000Z\",\n            \"rate\": 16833.882550000002\n        },\n        {\n            \"date\": \"2022-11-30T15:48:00.000Z\",\n            \"rate\": 16838.671592000002\n        },\n        {\n            \"date\": \"2022-11-30T15:49:00.000Z\",\n            \"rate\": 16846.600006\n        },\n        {\n            \"date\": \"2022-11-30T15:50:00.000Z\",\n            \"rate\": 16844.970332\n        },\n        {\n            \"date\": \"2022-11-30T15:51:00.000Z\",\n            \"rate\": 16849.399446\n        },\n        {\n            \"date\": \"2022-11-30T15:52:00.000Z\",\n            \"rate\": 16852.038918000002\n        },\n        {\n            \"date\": \"2022-11-30T15:53:00.000Z\",\n            \"rate\": 16853.518622\n        },\n        {\n            \"date\": \"2022-11-30T15:54:00.000Z\",\n            \"rate\": 16853.368652\n        },\n        {\n            \"date\": \"2022-11-30T15:55:00.000Z\",\n            \"rate\": 16848.22968\n        },\n        {\n            \"date\": \"2022-11-30T15:56:00.000Z\",\n            \"rate\": 16848.829560000002\n        },\n        {\n            \"date\": \"2022-11-30T15:57:00.000Z\",\n            \"rate\": 16847.339858\n        },\n        {\n            \"date\": \"2022-11-30T15:58:00.000Z\",\n            \"rate\": 16857.037918\n        },\n        {\n            \"date\": \"2022-11-30T15:59:00.000Z\",\n            \"rate\": 16854.758374\n        },\n        {\n            \"date\": \"2022-11-30T16:00:00.000Z\",\n            \"rate\": 16861.946936\n        },\n        {\n            \"date\": \"2022-11-30T16:01:00.000Z\",\n            \"rate\": 16862.956734000003\n        },\n        {\n            \"date\": \"2022-11-30T16:02:00.000Z\",\n            \"rate\": 16854.068511999998\n        },\n        {\n            \"date\": \"2022-11-30T16:03:00.000Z\",\n            \"rate\": 16855.348256\n        },\n        {\n            \"date\": \"2022-11-30T16:04:00.000Z\",\n            \"rate\": 16852.148896000002\n        },\n        {\n            \"date\": \"2022-11-30T16:05:00.000Z\",\n            \"rate\": 16846.63\n        },\n        {\n            \"date\": \"2022-11-30T16:06:00.000Z\",\n            \"rate\": 16846.859954\n        },\n        {\n            \"date\": \"2022-11-30T16:07:00.000Z\",\n            \"rate\": 16849.399446\n        },\n        {\n            \"date\": \"2022-11-30T16:08:00.000Z\",\n            \"rate\": 16850.189288\n        },\n        {\n            \"date\": \"2022-11-30T16:09:00.000Z\",\n            \"rate\": 16846.360054\n        },\n        {\n            \"date\": \"2022-11-30T16:10:00.000Z\",\n            \"rate\": 16859.777370000003\n        },\n        {\n            \"date\": \"2022-11-30T16:11:00.000Z\",\n            \"rate\": 16863.266672\n        },\n        {\n            \"date\": \"2022-11-30T16:12:00.000Z\",\n            \"rate\": 16863.97653\n        },\n        {\n            \"date\": \"2022-11-30T16:13:00.000Z\",\n            \"rate\": 16868.275670000003\n        },\n        {\n            \"date\": \"2022-11-30T16:14:00.000Z\",\n            \"rate\": 16864.226479999998\n        },\n        {\n            \"date\": \"2022-11-30T16:15:00.000Z\",\n            \"rate\": 16868.295665999998\n        },\n        {\n            \"date\": \"2022-11-30T16:16:00.000Z\",\n            \"rate\": 16870.495226\n        },\n        {\n            \"date\": \"2022-11-30T16:17:00.000Z\",\n            \"rate\": 16887.071910000002\n        },\n        {\n            \"date\": \"2022-11-30T16:18:00.000Z\",\n            \"rate\": 16868.555614\n        },\n        {\n            \"date\": \"2022-11-30T16:19:00.000Z\",\n            \"rate\": 16865.216282\n        },\n        {\n            \"date\": \"2022-11-30T16:20:00.000Z\",\n            \"rate\": 16863.186688\n        },\n        {\n            \"date\": \"2022-11-30T16:21:00.000Z\",\n            \"rate\": 16865.106304\n        },\n        {\n            \"date\": \"2022-11-30T16:22:00.000Z\",\n            \"rate\": 16863.806564000002\n        },\n        {\n            \"date\": \"2022-11-30T16:23:00.000Z\",\n            \"rate\": 16858.617602000002\n        },\n        {\n            \"date\": \"2022-11-30T16:24:00.000Z\",\n            \"rate\": 16872.014922\n        },\n        {\n            \"date\": \"2022-11-30T16:25:00.000Z\",\n            \"rate\": 16884.512422\n        },\n        {\n            \"date\": \"2022-11-30T16:26:00.000Z\",\n            \"rate\": 16882.172889999998\n        },\n        {\n            \"date\": \"2022-11-30T16:27:00.000Z\",\n            \"rate\": 16875.064312\n        },\n        {\n            \"date\": \"2022-11-30T16:28:00.000Z\",\n            \"rate\": 16879.403444\n        },\n        {\n            \"date\": \"2022-11-30T16:29:00.000Z\",\n            \"rate\": 16875.674189999998\n        },\n        {\n            \"date\": \"2022-11-30T16:30:00.000Z\",\n            \"rate\": 16876.57401\n        },\n        {\n            \"date\": \"2022-11-30T16:31:00.000Z\",\n            \"rate\": 16885.992126\n        },\n        {\n            \"date\": \"2022-11-30T16:32:00.000Z\",\n            \"rate\": 16880.093306000002\n        },\n        {\n            \"date\": \"2022-11-30T16:33:00.000Z\",\n            \"rate\": 16875.964132\n        },\n        {\n            \"date\": \"2022-11-30T16:34:00.000Z\",\n            \"rate\": 16870.645196\n        },\n        {\n            \"date\": \"2022-11-30T16:35:00.000Z\",\n            \"rate\": 16875.884147999997\n        },\n        {\n            \"date\": \"2022-11-30T16:36:00.000Z\",\n            \"rate\": 16876.184088\n        },\n        {\n            \"date\": \"2022-11-30T16:37:00.000Z\",\n            \"rate\": 16875.22428\n        },\n        {\n            \"date\": \"2022-11-30T16:38:00.000Z\",\n            \"rate\": 16869.075510000002\n        },\n        {\n            \"date\": \"2022-11-30T16:39:00.000Z\",\n            \"rate\": 16856.058114\n        },\n        {\n            \"date\": \"2022-11-30T16:40:00.000Z\",\n            \"rate\": 16871.954934\n        },\n        {\n            \"date\": \"2022-11-30T16:41:00.000Z\",\n            \"rate\": 16868.915542000002\n        },\n        {\n            \"date\": \"2022-11-30T16:42:00.000Z\",\n            \"rate\": 16874.364452\n        },\n        {\n            \"date\": \"2022-11-30T16:43:00.000Z\",\n            \"rate\": 16854.588408\n        },\n        {\n            \"date\": \"2022-11-30T16:44:00.000Z\",\n            \"rate\": 16828.403646000002\n        }\n    ]\n}"},{"id":"c5cc234d-8e6e-4f4b-b9f0-c4acdfa8f337","name":"500 Unknown Id of Hodl","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"url":{"raw":"{{baseUrl}}/v3/hodl/:hodlId","host":["{{baseUrl}}"],"path":["v3","hodl",":hodlId"],"variable":[{"key":"hodlId","value":"e7c8aae5-dfa3-43c1-91fd-a24dc51d01f1"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Nov 2022 16:46:27 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"34","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-store","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-expose-headers","value":"X-Total-Count, X-Access-Token","enabled":true},{"key":"access-control-allow-credentials","value":"true","enabled":true},{"key":"access-control-allow-methods","value":"POST, PUT, GET, DELETE, OPTIONS","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"77250f2e7af69500-LIS","enabled":true},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"_error\": \"Internal server error\"\n}"},{"id":"7171d835-d957-4155-9b99-eee9cbde44c9","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"url":{"raw":"{{baseUrl}}/v3/hodl/:hodlId","host":["{{baseUrl}}"],"path":["v3","hodl",":hodlId"],"variable":[{"key":"hodlId","value":"e7c8aae5-dfa3-43c1-91fd-a24dc51d01f1"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Nov 2022 16:48:04 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"33","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-store","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-expose-headers","value":"X-Total-Count, X-Access-Token","enabled":true},{"key":"access-control-allow-credentials","value":"true","enabled":true},{"key":"access-control-allow-methods","value":"POST, PUT, GET, DELETE, OPTIONS","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"7725118e59e69500-LIS","enabled":true},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"_error\": \"Authentication Error\"\n}"}],"_postman_id":"3690208f-c049-4829-ad43-ec67d66d2120"},{"name":"Update MultiHODL","id":"75a3500e-f8c0-43ec-ac3d-b8d83ca75b46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"id\":\"e7c8aae5-dfa3-43c1-91fd-a24dc51d01f1\",\n  \"tp\": 18026.997,\n  \"sl\": 16220.3518,\n  \"requestId\": \"ZPvk7Iz3-rO_8YK56Y6546\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/hodl/:hodlId","description":"<p>The request updated take profit and stop loss in the hodl.</p>\n<h2 id=\"request-put-v3hodlhodlid\">Request PUT /v3/hodl/{hodlId}</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>GUID</td>\n<td>Yes</td>\n<td>Id of hodl</td>\n</tr>\n<tr>\n<td>tp</td>\n<td>Float</td>\n<td>No</td>\n<td>Hodl take profit to set up by user</td>\n</tr>\n<tr>\n<td>sl</td>\n<td>Float</td>\n<td>No</td>\n<td>Hodl stop loss to set up by user</td>\n</tr>\n<tr>\n<td>requestId</td>\n<td>String</td>\n<td>Yes</td>\n<td>Unique request to avoid idempotence</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-put-v3hodlhodlid\">Response PUT /v3/hodl/{hodlId}</h2>\n<h3 id=\"response-codes\">Response codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>204</td>\n<td>Successful result</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Bad request, wrong parameters in the Body</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Unauthorized</td>\n</tr>\n<tr>\n<td>500</td>\n<td>- Internal Server Error<br />- Unknown Id of Hodl</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v3","hodl",":hodlId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"30cd1ee7-8005-4a33-b88a-58d3f6f99389","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"e7c8aae5-dfa3-43c1-91fd-a24dc51d01f1","key":"hodlId"}]}},"response":[{"id":"021abd4a-d4e4-4be0-936f-d5f43c66eed0","name":"400 Bad request","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"tp\": -92546040.95487395,\n  \"sl\": 34139190.03770074,\n  \"inputTicker\": \"aliqua\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/v3/hodl/:hodlId","host":["{{baseUrl}}"],"path":["v3","hodl",":hodlId"],"variable":[{"id":"00a302d2-30db-4f89-a9f8-c8623b5941fb","key":"hodlId","value":"","description":"(Required) "}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Nov 2022 16:50:44 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"73","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-expose-headers","value":"X-Total-Count, X-Access-Token","enabled":true},{"key":"access-control-allow-credentials","value":"true","enabled":true},{"key":"access-control-allow-methods","value":"POST, PUT, GET, DELETE, OPTIONS","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"772515725d5a9500-LIS","enabled":true},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"requestId\": \"Should be a non-empty string\",\n    \"_error\": \"Validation errors\"\n}"},{"id":"66130155-0a5c-4127-9da5-efde3ba8e820","name":"500 Unknown Id of Hodl","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"id\":\"e7c8aae5-dfa3-43c1-91fd-a24dc51d01f1\",\n  \"tp\": 17880.0529,\n  \"sl\": 16220.3518,\n  \"requestId\": \"ZPvk7Iz3-rO_8YK56Y29u\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/v3/hodl/:hodlId","host":["{{baseUrl}}"],"path":["v3","hodl",":hodlId"],"variable":[{"id":"00a302d2-30db-4f89-a9f8-c8623b5941fb","key":"hodlId","value":"","description":"(Required) "}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Nov 2022 16:52:19 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"34","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-expose-headers","value":"X-Total-Count, X-Access-Token","enabled":true},{"key":"access-control-allow-credentials","value":"true","enabled":true},{"key":"access-control-allow-methods","value":"POST, PUT, GET, DELETE, OPTIONS","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"772517c40bab9500-LIS","enabled":true},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"_error\": \"Internal server error\"\n}"},{"id":"93e9a87a-f005-4734-ab7e-dcbe9a704000","name":"200 Update TP&SL","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"id\":\"e7c8aae5-dfa3-43c1-91fd-a24dc51d01f1\",\n  \"tp\": 17880.0529,\n  \"sl\": 16220.3518,\n  \"requestId\": \"ZPvk7Iz3-rO_8YK56Y435\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/v3/hodl/:hodlId","host":["{{baseUrl}}"],"path":["v3","hodl",":hodlId"],"variable":[{"key":"hodlId","value":"e7c8aae5-dfa3-43c1-91fd-a24dc51d01f1","description":"(Required) "}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Wed, 30 Nov 2022 16:54:41 GMT","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-expose-headers","value":"X-Total-Count, X-Access-Token","enabled":true},{"key":"access-control-allow-credentials","value":"true","enabled":true},{"key":"access-control-allow-methods","value":"POST, PUT, GET, DELETE, OPTIONS","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"77251b3acd739500-LIS","enabled":true},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400","enabled":true}],"cookie":[],"responseTime":null,"body":null},{"id":"7afae31e-4b65-44df-bd0c-538c3e5b07ce","name":"401 Unauthorized","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"id\":\"e7c8aae5-dfa3-43c1-91fd-a24dc51d01f1\",\n  \"tp\": 17890.0529,\n  \"sl\": 16220.3518,\n  \"requestId\": \"ZPvk7Iz3-rO_8YK56Y435\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/v3/hodl/:hodlId","host":["{{baseUrl}}"],"path":["v3","hodl",":hodlId"],"variable":[{"key":"hodlId","value":"e7c8aae5-dfa3-43c1-91fd-a24dc51d01f1","description":"(Required) "}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Nov 2022 16:56:55 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"33","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-expose-headers","value":"X-Total-Count, X-Access-Token","enabled":true},{"key":"access-control-allow-credentials","value":"true","enabled":true},{"key":"access-control-allow-methods","value":"POST, PUT, GET, DELETE, OPTIONS","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"77251e7fdba09500-LIS","enabled":true},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"_error\": \"Authentication Error\"\n}"},{"id":"8811b2ed-13a3-4bc0-8fcf-7dcc46e9b1f7","name":"400 Bad request TP","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"id\":\"e7c8aae5-dfa3-43c1-91fd-a24dc51d01f1\",\n  \"tp\": 18890.0529,\n  \n  \"requestId\": \"ZPvk7Iz3-rO_8YK56Y6546\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/v3/hodl/:hodlId","host":["{{baseUrl}}"],"path":["v3","hodl",":hodlId"],"variable":[{"key":"hodlId","value":"e7c8aae5-dfa3-43c1-91fd-a24dc51d01f1","description":"(Required) "}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Nov 2022 16:58:41 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"86","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-expose-headers","value":"X-Total-Count, X-Access-Token","enabled":true},{"key":"access-control-allow-credentials","value":"true","enabled":true},{"key":"access-control-allow-methods","value":"POST, PUT, GET, DELETE, OPTIONS","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"7725211aabbc9500-LIS","enabled":true},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"tp\": \"TP must be between 16849.736512 and 18026.997123\",\n    \"_error\": \"Validation errors\"\n}"}],"_postman_id":"75a3500e-f8c0-43ec-ac3d-b8d83ca75b46"},{"name":"Close Now MultiHODL","id":"6b39fb8b-9efa-4398-8a8f-fc53ab14b2dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"92611194-bdd0-4f9c-8433-a633cfed1c4d\",\n    \"price\": 17019.234128,\n    \"date\": \"2022-12-19T19:00:10.890Z\",\n    \"requestId\": \"8290badb-d9c4-40c5-b083-1450fe200056\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/hodl/closeNow","description":"<p>The request close hodl on the platform YouHodler.</p>\n<h2 id=\"request-post-v3hodlclosenow\">Request POST /v3/hodl/closeNow</h2>\n<h3 id=\"body\">Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>GUID</td>\n<td>Yes</td>\n<td>Id of hodl</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Float</td>\n<td>Yes</td>\n<td>Current price of the trading pair</td>\n</tr>\n<tr>\n<td>date</td>\n<td>Date time Format - YYYY-MM-DDThh:mm:ss.mssZ</td>\n<td>Yes</td>\n<td>Date of action</td>\n</tr>\n<tr>\n<td>requestId</td>\n<td>String</td>\n<td>Yes</td>\n<td>Unique request to avoid idempotence</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-post-v3hodlclosenow\">Response POST /v3/hodl/closeNow</h2>\n<h3 id=\"response-codes\">Response codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>204</td>\n<td>Successful result</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Bad request, wrong parameters in the Body</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Unauthorized</td>\n</tr>\n<tr>\n<td>500</td>\n<td>- Internal Server Error  <br />- Try to close closing hodl</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v3","hodl","closeNow"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a61923c9-55b5-431d-b435-2721c5409019","name":"204 Ok","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"b0481e24-d428-4fb2-bece-b6364d9cf971\",\n  \"price\": 0.0222,\n  \"date\": \"2022-11-30T17:58:38.649Z\",\n  \"requestId\": \"c5I1MP-yYAlaWdQYxQr12\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/hodl/closeNow"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Wed, 30 Nov 2022 17:58:25 GMT","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-expose-headers","value":"X-Total-Count, X-Access-Token","enabled":true},{"key":"access-control-allow-credentials","value":"true","enabled":true},{"key":"access-control-allow-methods","value":"POST, PUT, GET, DELETE, OPTIONS","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"7725788c6b6eda86-LIS","enabled":true},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400","enabled":true}],"cookie":[],"responseTime":null,"body":null},{"id":"24af0934-0445-43b9-aff0-ce69f8f65aab","name":"500 Try to close closed hodl","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"b0481e24-d428-4fb2-bece-b6364d9cf971\",\n  \"price\": 0.0222,\n  \"date\": \"2022-11-30T17:58:38.649Z\",\n  \"requestId\": \"c5I1MP-yYAlaWdQYxQr13\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/hodl/closeNow"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Nov 2022 17:58:48 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"34","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-expose-headers","value":"X-Total-Count, X-Access-Token","enabled":true},{"key":"access-control-allow-credentials","value":"true","enabled":true},{"key":"access-control-allow-methods","value":"POST, PUT, GET, DELETE, OPTIONS","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"772579270c43da86-LIS","enabled":true},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"_error\": \"Internal server error\"\n}"},{"id":"f3e676f8-fdf9-4aec-a84f-d1d78090f589","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"b2eff072-7bd3-4b54-a3ba-002df6ab2426\",\n  \"price\": 0.0300,\n  \"date\": \"2022-11-30T17:59:38.649Z\",\n  \"requestId\": \"c5I1MP-yYAlaWdQYxQr13\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/hodl/closeNow"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Nov 2022 18:01:23 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"33","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"access-control-allow-origin","value":"*","enabled":true},{"key":"access-control-expose-headers","value":"X-Total-Count, X-Access-Token","enabled":true},{"key":"access-control-allow-credentials","value":"true","enabled":true},{"key":"access-control-allow-methods","value":"POST, PUT, GET, DELETE, OPTIONS","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"77257cee4a43da86-LIS","enabled":true},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"_error\": \"Authentication Error\"\n}"}],"_postman_id":"6b39fb8b-9efa-4398-8a8f-fc53ab14b2dc"},{"name":"Cancel MultiHODL","id":"8c0f2c0a-f46e-4c74-a3a0-2f6e77bf331a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{authToken}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"568cbef7-4534-4cb4-b933-a7580bbb4635\",\n  \"requestId\" : \"dfc99b76-0b2f-4f1a-91d2-4a3c7baefdfsfw\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/hodl/cancel","description":"<p>By request, the engine cancels MultiHODL and changes the status to CANCEL.</p>\n<h2 id=\"request-post-v3hodlcancel\">Request POST /v3/hodl/cancel</h2>\n<h3 id=\"body\">Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Uuid</td>\n<td>yes</td>\n<td>Id of MH</td>\n</tr>\n<tr>\n<td>requestId</td>\n<td>Uuid</td>\n<td>yes</td>\n<td>Unique id of request</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-post-v3hodlcancel\">Response POST /v3/hodl/cancel</h2>\n<h3 id=\"body-1\">Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Uuid</td>\n<td>Id of MH</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v3","hodl","cancel"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"056d1ec3-dbd7-4c1c-b646-1ba49e45b416","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"568cbef7-4534-4cb4-b933-a7580bbb4635\",\n  \"requestId\" : \"dfc99b76-0b2f-4f1a-91d2-4a3c7baeb8f32\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/hodl/cancel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 30 May 2023 11:22:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"45"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"X-Total-Count, X-Access-Token"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"POST, PUT, GET, DELETE, OPTIONS"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7cf698de388594fa-LIS"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"568cbef7-4534-4cb4-b933-a7580bbb4635\"\n}"},{"id":"3628f565-f31b-4260-8dd6-dd85392dcdae","name":"400 Bad Request HODL_DUPLICATE_REQUEST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"568cbef7-4534-4cb4-b933-a7580bbb4635\",\n  \"requestId\" : \"dfc99b76-0b2f-4f1a-91d2-4a3c7baeb8f32\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/hodl/cancel"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 30 May 2023 11:22:22 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"257"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"X-Total-Count, X-Access-Token"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"POST, PUT, GET, DELETE, OPTIONS"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7cf699528c3d94fa-LIS"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"Duplication request\",\n    \"_error\": \"Validation errors\",\n    \"i18n\": {\n        \"_error\": {\n            \"label\": \"VALIDATION\",\n            \"fallback\": \"Validation errors\"\n        },\n        \"id\": {\n            \"fallback\": \"Duplication request\",\n            \"params\": {\n                \"id\": \"568cbef7-4534-4cb4-b933-a7580bbb4635\"\n            },\n            \"label\": \"HODL_DUPLICATE_REQUEST\"\n        }\n    }\n}"},{"id":"41177e3a-79f3-4327-9a8f-3decf883d3e5","name":"500 Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-device-uuid","value":"{{UUID}}","type":"text"},{"key":"x-device-type","value":"api","type":"text"},{"key":"x-use-i18n-errors","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"568cbef7-4534-4cb4-b933-a7580bbb4635\",\n  \"requestId\" : \"dfc99b76-0b2f-4f1a-91d2-4a3c7baefdfsfw\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/hodl/cancel"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 30 May 2023 11:22:53 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"108"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"X-Total-Count, X-Access-Token"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"POST, PUT, GET, DELETE, OPTIONS"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7cf69a15eb9b94fa-LIS"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"_error\": \"Internal server error\",\n    \"i18n\": {\n        \"_error\": {\n            \"label\": \"INTERNAL\",\n            \"fallback\": \"Internal server error\"\n        }\n    }\n}"}],"_postman_id":"8c0f2c0a-f46e-4c74-a3a0-2f6e77bf331a"}],"event":[{"listen":"prerequest","script":{"id":"bd65720a-b24f-416b-b48b-f02d10213ab8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"78cd5e2f-5447-4241-8096-dd0ce749b095","type":"text/javascript","exec":[""]}}]}